From 2887ff04e78ff52c3ced8d50ebc6fb589f094cda Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 17 Sep 2019 16:24:47 -0300 Subject: [PATCH] [CHORE] Update navigation lib (#1201) * Bump react-navigation * Bump react-native-screens * Bump react-navigation-drawer and react-native-gesture-handler * Update mocks * Add supportLibVersion --- __mocks__/react-native-i18n.js | 7 - __mocks__/react-native-img-cache.js | 1 - __mocks__/react-native-navigation.js | 17 - __mocks__/react-native-realm-path.js | 3 - __mocks__/react-native-safari-view.js | 5 - __mocks__/react-native-video-controls.js | 1 - __mocks__/react-navigation.js | 3 + android/build.gradle | 1 + app/index.js | 6 +- app/share.js | 3 +- app/views/RoomView/index.js | 3 +- ios/Podfile.lock | 14 +- .../RNReanimated/RCTConvert+REATransition.h | 1 + .../Private/RNReanimated/REAAllTransitions.h | 1 + .../Private/RNReanimated/REAAlwaysNode.h | 1 + .../Private/RNReanimated/REABezierNode.h | 1 + .../Private/RNReanimated/REABlockNode.h | 1 + .../Private/RNReanimated/REAClockNodes.h | 1 + .../Private/RNReanimated/REAConcatNode.h | 1 + .../Private/RNReanimated/REACondNode.h | 1 + .../Private/RNReanimated/READebugNode.h | 1 + .../Private/RNReanimated/REAEventNode.h | 1 + .../Private/RNReanimated/REAJSCallNode.h | 1 + .../Headers/Private/RNReanimated/REAModule.h | 1 + .../Headers/Private/RNReanimated/REANode.h | 1 + .../Private/RNReanimated/REANodesManager.h | 1 + .../Private/RNReanimated/REAOperatorNode.h | 1 + .../Private/RNReanimated/REAPropsNode.h | 1 + .../Headers/Private/RNReanimated/REASetNode.h | 1 + .../Private/RNReanimated/REAStyleNode.h | 1 + .../Private/RNReanimated/REATransformNode.h | 1 + .../Private/RNReanimated/REATransition.h | 1 + .../RNReanimated/REATransitionAnimation.h | 1 + .../RNReanimated/REATransitionManager.h | 1 + .../RNReanimated/REATransitionValues.h | 1 + .../Private/RNReanimated/REAValueNode.h | 1 + .../Private/RNScreens/RNSScreenStack.h | 1 + .../RNScreens/RNSScreenStackHeaderConfig.h | 1 + .../RNReanimated/RCTConvert+REATransition.h | 1 + .../Public/RNReanimated/REAAllTransitions.h | 1 + .../Public/RNReanimated/REAAlwaysNode.h | 1 + .../Public/RNReanimated/REABezierNode.h | 1 + .../Public/RNReanimated/REABlockNode.h | 1 + .../Public/RNReanimated/REAClockNodes.h | 1 + .../Public/RNReanimated/REAConcatNode.h | 1 + .../Headers/Public/RNReanimated/REACondNode.h | 1 + .../Public/RNReanimated/READebugNode.h | 1 + .../Public/RNReanimated/REAEventNode.h | 1 + .../Public/RNReanimated/REAJSCallNode.h | 1 + .../Headers/Public/RNReanimated/REAModule.h | 1 + .../Headers/Public/RNReanimated/REANode.h | 1 + .../Public/RNReanimated/REANodesManager.h | 1 + .../Public/RNReanimated/REAOperatorNode.h | 1 + .../Public/RNReanimated/REAPropsNode.h | 1 + .../Headers/Public/RNReanimated/REASetNode.h | 1 + .../Public/RNReanimated/REAStyleNode.h | 1 + .../Public/RNReanimated/REATransformNode.h | 1 + .../Public/RNReanimated/REATransition.h | 1 + .../RNReanimated/REATransitionAnimation.h | 1 + .../RNReanimated/REATransitionManager.h | 1 + .../Public/RNReanimated/REATransitionValues.h | 1 + .../Public/RNReanimated/REAValueNode.h | 1 + .../Headers/Public/RNScreens/RNSScreenStack.h | 1 + .../RNScreens/RNSScreenStackHeaderConfig.h | 1 + .../RNGestureHandler.podspec.json | 6 +- .../Local Podspecs/RNReanimated.podspec.json | 25 + .../Local Podspecs/RNScreens.podspec.json | 4 +- ios/Pods/Manifest.lock | 14 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 19467 ++++++++-------- ...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 +- .../RNReanimated/RNReanimated-dummy.m | 5 + .../RNReanimated/RNReanimated-prefix.pch | 12 + .../RNReanimated/RNReanimated.xcconfig | 9 + package.json | 9 +- yarn.lock | 112 +- 82 files changed, 10262 insertions(+), 9653 deletions(-) delete mode 100644 __mocks__/react-native-i18n.js delete mode 100644 __mocks__/react-native-img-cache.js delete mode 100644 __mocks__/react-native-navigation.js delete mode 100644 __mocks__/react-native-realm-path.js delete mode 100644 __mocks__/react-native-safari-view.js delete mode 100644 __mocks__/react-native-video-controls.js create mode 100644 __mocks__/react-navigation.js create mode 120000 ios/Pods/Headers/Private/RNReanimated/RCTConvert+REATransition.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAAllTransitions.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAAlwaysNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REABezierNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REABlockNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAClockNodes.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAConcatNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REACondNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/READebugNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAEventNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAJSCallNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAModule.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REANode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REANodesManager.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAOperatorNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAPropsNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REASetNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAStyleNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REATransformNode.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REATransition.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REATransitionAnimation.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REATransitionManager.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REATransitionValues.h create mode 120000 ios/Pods/Headers/Private/RNReanimated/REAValueNode.h create mode 120000 ios/Pods/Headers/Private/RNScreens/RNSScreenStack.h create mode 120000 ios/Pods/Headers/Private/RNScreens/RNSScreenStackHeaderConfig.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/RCTConvert+REATransition.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAAllTransitions.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAAlwaysNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REABezierNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REABlockNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAClockNodes.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAConcatNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REACondNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/READebugNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAEventNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAJSCallNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAModule.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REANode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REANodesManager.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAOperatorNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAPropsNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REASetNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAStyleNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REATransformNode.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REATransition.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REATransitionAnimation.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REATransitionManager.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REATransitionValues.h create mode 120000 ios/Pods/Headers/Public/RNReanimated/REAValueNode.h create mode 120000 ios/Pods/Headers/Public/RNScreens/RNSScreenStack.h create mode 120000 ios/Pods/Headers/Public/RNScreens/RNSScreenStackHeaderConfig.h create mode 100644 ios/Pods/Local Podspecs/RNReanimated.podspec.json create mode 100644 ios/Pods/Target Support Files/RNReanimated/RNReanimated-dummy.m create mode 100644 ios/Pods/Target Support Files/RNReanimated/RNReanimated-prefix.pch create mode 100644 ios/Pods/Target Support Files/RNReanimated/RNReanimated.xcconfig diff --git a/__mocks__/react-native-i18n.js b/__mocks__/react-native-i18n.js deleted file mode 100644 index ae8e9787..00000000 --- a/__mocks__/react-native-i18n.js +++ /dev/null @@ -1,7 +0,0 @@ -// @flow -/* eslint-disable */ -import I18nJs from 'i18n-js'; - -I18nJs.locale = 'en'; // a locale from your available translations -export const getLanguages = (): Promise => Promise.resolve(['en']); -export default I18nJs; \ No newline at end of file diff --git a/__mocks__/react-native-img-cache.js b/__mocks__/react-native-img-cache.js deleted file mode 100644 index 7b5b48f9..00000000 --- a/__mocks__/react-native-img-cache.js +++ /dev/null @@ -1 +0,0 @@ -export const CachedImage = 'CachedImage'; diff --git a/__mocks__/react-native-navigation.js b/__mocks__/react-native-navigation.js deleted file mode 100644 index b1c2af5e..00000000 --- a/__mocks__/react-native-navigation.js +++ /dev/null @@ -1,17 +0,0 @@ -class Events { - registerAppLaunchedListener = () => {} -} -const events = new Events(); -class NavigationClass { - registerComponent = () => {} - - setRoot = () => {} - - events = () => events -} - -const Navigation = new NavigationClass(); - -export { - Navigation -}; diff --git a/__mocks__/react-native-realm-path.js b/__mocks__/react-native-realm-path.js deleted file mode 100644 index 5df7c398..00000000 --- a/__mocks__/react-native-realm-path.js +++ /dev/null @@ -1,3 +0,0 @@ -export default { - realmPath: '' -}; diff --git a/__mocks__/react-native-safari-view.js b/__mocks__/react-native-safari-view.js deleted file mode 100644 index b1b73a38..00000000 --- a/__mocks__/react-native-safari-view.js +++ /dev/null @@ -1,5 +0,0 @@ -export default function() { - return { - show: () => {} - }; -} diff --git a/__mocks__/react-native-video-controls.js b/__mocks__/react-native-video-controls.js deleted file mode 100644 index ebf4b221..00000000 --- a/__mocks__/react-native-video-controls.js +++ /dev/null @@ -1 +0,0 @@ -export default () => 'View'; diff --git a/__mocks__/react-navigation.js b/__mocks__/react-navigation.js new file mode 100644 index 00000000..b4a63c8a --- /dev/null +++ b/__mocks__/react-navigation.js @@ -0,0 +1,3 @@ +export default { + NavigationActions: () => {} +}; diff --git a/android/build.gradle b/android/build.gradle index 3293dc13..a0a38283 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,6 +7,7 @@ buildscript { targetSdkVersion = 28 glideVersion = "4.9.0" kotlin_version = "1.3.50" + supportLibVersion = "28.0.0" } repositories { mavenLocal() diff --git a/app/index.js b/app/index.js index 2b33616a..96da474c 100644 --- a/app/index.js +++ b/app/index.js @@ -1,7 +1,7 @@ import React from 'react'; -import { - createStackNavigator, createAppContainer, createSwitchNavigator, createDrawerNavigator -} from 'react-navigation'; +import { createAppContainer, createSwitchNavigator } from 'react-navigation'; +import { createStackNavigator } from 'react-navigation-stack'; +import { createDrawerNavigator } from 'react-navigation-drawer'; import { Provider } from 'react-redux'; import { useScreens } from 'react-native-screens'; // eslint-disable-line import/no-unresolved import { Linking } from 'react-native'; diff --git a/app/share.js b/app/share.js index 7ea3ce29..2374afe2 100644 --- a/app/share.js +++ b/app/share.js @@ -1,6 +1,7 @@ import React from 'react'; import { View } from 'react-native'; -import { createAppContainer, createStackNavigator, createSwitchNavigator } from 'react-navigation'; +import { createAppContainer, createSwitchNavigator } from 'react-navigation'; +import { createStackNavigator } from 'react-navigation-stack'; import { Provider } from 'react-redux'; import RNUserDefaults from 'rn-user-defaults'; diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index e0acfbaf..daee9b4e 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -5,7 +5,8 @@ import { } from 'react-native'; import { connect } from 'react-redux'; import { RectButton } from 'react-native-gesture-handler'; -import { SafeAreaView, HeaderBackButton } from 'react-navigation'; +import { SafeAreaView } from 'react-navigation'; +import { HeaderBackButton } from 'react-navigation-stack'; import { sanitizedRaw } from '@nozbe/watermelondb/RawRecord'; import moment from 'moment'; import * as Haptics from 'expo-haptics'; diff --git a/ios/Podfile.lock b/ios/Podfile.lock index c413bbe3..adcc1813 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -221,7 +221,7 @@ PODS: - Fabric - Firebase/Core - React - - RNGestureHandler (1.3.0): + - RNGestureHandler (1.4.1): - React - RNImageCropPicker (0.25.0): - QBImagePickerController @@ -230,7 +230,9 @@ PODS: - RSKImageCropper - RNLocalize (1.1.4): - React - - RNScreens (1.0.0-alpha.23): + - RNReanimated (1.2.0): + - React + - RNScreens (2.0.0-alpha.3): - React - RNUserDefaults (1.3.5): - React @@ -307,6 +309,7 @@ DEPENDENCIES: - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) - RNLocalize (from `../node_modules/react-native-localize`) + - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - RNUserDefaults (from `../node_modules/rn-user-defaults`) - RNVectorIcons (from `../node_modules/react-native-vector-icons`) @@ -442,6 +445,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-image-crop-picker" RNLocalize: :path: "../node_modules/react-native-localize" + RNReanimated: + :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" RNUserDefaults: @@ -543,10 +548,11 @@ SPEC CHECKSUMS: RNDeviceInfo: 17e34f6dd902f08d88cbe2c0b7a01be948d43641 RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2 RNFirebase: ac0de8b24c6f91ae9459575491ed6a77327619c6 - RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0 + RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080 - RNScreens: f28b48b8345f2f5f39ed6195518291515032a788 + RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43 + RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a diff --git a/ios/Pods/Headers/Private/RNReanimated/RCTConvert+REATransition.h b/ios/Pods/Headers/Private/RNReanimated/RCTConvert+REATransition.h new file mode 120000 index 00000000..8465f75f --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/RCTConvert+REATransition.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/RCTConvert+REATransition.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAAllTransitions.h b/ios/Pods/Headers/Private/RNReanimated/REAAllTransitions.h new file mode 120000 index 00000000..d7f6f945 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAAllTransitions.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REAAllTransitions.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAAlwaysNode.h b/ios/Pods/Headers/Private/RNReanimated/REAAlwaysNode.h new file mode 120000 index 00000000..6c87145f --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAAlwaysNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAAlwaysNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REABezierNode.h b/ios/Pods/Headers/Private/RNReanimated/REABezierNode.h new file mode 120000 index 00000000..bf0fc934 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REABezierNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REABezierNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REABlockNode.h b/ios/Pods/Headers/Private/RNReanimated/REABlockNode.h new file mode 120000 index 00000000..e4029a5a --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REABlockNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REABlockNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAClockNodes.h b/ios/Pods/Headers/Private/RNReanimated/REAClockNodes.h new file mode 120000 index 00000000..92b2677b --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAClockNodes.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAClockNodes.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAConcatNode.h b/ios/Pods/Headers/Private/RNReanimated/REAConcatNode.h new file mode 120000 index 00000000..a150876b --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAConcatNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAConcatNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REACondNode.h b/ios/Pods/Headers/Private/RNReanimated/REACondNode.h new file mode 120000 index 00000000..2b9b0bd2 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REACondNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REACondNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/READebugNode.h b/ios/Pods/Headers/Private/RNReanimated/READebugNode.h new file mode 120000 index 00000000..bf54e875 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/READebugNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/READebugNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAEventNode.h b/ios/Pods/Headers/Private/RNReanimated/REAEventNode.h new file mode 120000 index 00000000..f321e045 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAEventNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAEventNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAJSCallNode.h b/ios/Pods/Headers/Private/RNReanimated/REAJSCallNode.h new file mode 120000 index 00000000..e35bfa4c --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAJSCallNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAJSCallNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAModule.h b/ios/Pods/Headers/Private/RNReanimated/REAModule.h new file mode 120000 index 00000000..a47419e1 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAModule.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/REAModule.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REANode.h b/ios/Pods/Headers/Private/RNReanimated/REANode.h new file mode 120000 index 00000000..79077c3a --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REANode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REANode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REANodesManager.h b/ios/Pods/Headers/Private/RNReanimated/REANodesManager.h new file mode 120000 index 00000000..cbe352cf --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REANodesManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/REANodesManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAOperatorNode.h b/ios/Pods/Headers/Private/RNReanimated/REAOperatorNode.h new file mode 120000 index 00000000..ff782ba8 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAOperatorNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAOperatorNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAPropsNode.h b/ios/Pods/Headers/Private/RNReanimated/REAPropsNode.h new file mode 120000 index 00000000..c1f91ab2 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAPropsNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAPropsNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REASetNode.h b/ios/Pods/Headers/Private/RNReanimated/REASetNode.h new file mode 120000 index 00000000..97593fac --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REASetNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REASetNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAStyleNode.h b/ios/Pods/Headers/Private/RNReanimated/REAStyleNode.h new file mode 120000 index 00000000..243e8987 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAStyleNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAStyleNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REATransformNode.h b/ios/Pods/Headers/Private/RNReanimated/REATransformNode.h new file mode 120000 index 00000000..0ff41961 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REATransformNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REATransformNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REATransition.h b/ios/Pods/Headers/Private/RNReanimated/REATransition.h new file mode 120000 index 00000000..d2e22c7c --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REATransition.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransition.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REATransitionAnimation.h b/ios/Pods/Headers/Private/RNReanimated/REATransitionAnimation.h new file mode 120000 index 00000000..65cad8e3 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REATransitionAnimation.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionAnimation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REATransitionManager.h b/ios/Pods/Headers/Private/RNReanimated/REATransitionManager.h new file mode 120000 index 00000000..a55e8276 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REATransitionManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REATransitionValues.h b/ios/Pods/Headers/Private/RNReanimated/REATransitionValues.h new file mode 120000 index 00000000..679abc86 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REATransitionValues.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionValues.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNReanimated/REAValueNode.h b/ios/Pods/Headers/Private/RNReanimated/REAValueNode.h new file mode 120000 index 00000000..f89ce8a0 --- /dev/null +++ b/ios/Pods/Headers/Private/RNReanimated/REAValueNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAValueNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNScreens/RNSScreenStack.h b/ios/Pods/Headers/Private/RNScreens/RNSScreenStack.h new file mode 120000 index 00000000..f918df4c --- /dev/null +++ b/ios/Pods/Headers/Private/RNScreens/RNSScreenStack.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-screens/ios/RNSScreenStack.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNScreens/RNSScreenStackHeaderConfig.h b/ios/Pods/Headers/Private/RNScreens/RNSScreenStackHeaderConfig.h new file mode 120000 index 00000000..6bb695a5 --- /dev/null +++ b/ios/Pods/Headers/Private/RNScreens/RNSScreenStackHeaderConfig.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-screens/ios/RNSScreenStackHeaderConfig.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/RCTConvert+REATransition.h b/ios/Pods/Headers/Public/RNReanimated/RCTConvert+REATransition.h new file mode 120000 index 00000000..8465f75f --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/RCTConvert+REATransition.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/RCTConvert+REATransition.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAAllTransitions.h b/ios/Pods/Headers/Public/RNReanimated/REAAllTransitions.h new file mode 120000 index 00000000..d7f6f945 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAAllTransitions.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REAAllTransitions.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAAlwaysNode.h b/ios/Pods/Headers/Public/RNReanimated/REAAlwaysNode.h new file mode 120000 index 00000000..6c87145f --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAAlwaysNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAAlwaysNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REABezierNode.h b/ios/Pods/Headers/Public/RNReanimated/REABezierNode.h new file mode 120000 index 00000000..bf0fc934 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REABezierNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REABezierNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REABlockNode.h b/ios/Pods/Headers/Public/RNReanimated/REABlockNode.h new file mode 120000 index 00000000..e4029a5a --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REABlockNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REABlockNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAClockNodes.h b/ios/Pods/Headers/Public/RNReanimated/REAClockNodes.h new file mode 120000 index 00000000..92b2677b --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAClockNodes.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAClockNodes.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAConcatNode.h b/ios/Pods/Headers/Public/RNReanimated/REAConcatNode.h new file mode 120000 index 00000000..a150876b --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAConcatNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAConcatNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REACondNode.h b/ios/Pods/Headers/Public/RNReanimated/REACondNode.h new file mode 120000 index 00000000..2b9b0bd2 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REACondNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REACondNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/READebugNode.h b/ios/Pods/Headers/Public/RNReanimated/READebugNode.h new file mode 120000 index 00000000..bf54e875 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/READebugNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/READebugNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAEventNode.h b/ios/Pods/Headers/Public/RNReanimated/REAEventNode.h new file mode 120000 index 00000000..f321e045 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAEventNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAEventNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAJSCallNode.h b/ios/Pods/Headers/Public/RNReanimated/REAJSCallNode.h new file mode 120000 index 00000000..e35bfa4c --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAJSCallNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAJSCallNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAModule.h b/ios/Pods/Headers/Public/RNReanimated/REAModule.h new file mode 120000 index 00000000..a47419e1 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAModule.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/REAModule.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REANode.h b/ios/Pods/Headers/Public/RNReanimated/REANode.h new file mode 120000 index 00000000..79077c3a --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REANode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REANode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REANodesManager.h b/ios/Pods/Headers/Public/RNReanimated/REANodesManager.h new file mode 120000 index 00000000..cbe352cf --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REANodesManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/REANodesManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAOperatorNode.h b/ios/Pods/Headers/Public/RNReanimated/REAOperatorNode.h new file mode 120000 index 00000000..ff782ba8 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAOperatorNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAOperatorNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAPropsNode.h b/ios/Pods/Headers/Public/RNReanimated/REAPropsNode.h new file mode 120000 index 00000000..c1f91ab2 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAPropsNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAPropsNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REASetNode.h b/ios/Pods/Headers/Public/RNReanimated/REASetNode.h new file mode 120000 index 00000000..97593fac --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REASetNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REASetNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAStyleNode.h b/ios/Pods/Headers/Public/RNReanimated/REAStyleNode.h new file mode 120000 index 00000000..243e8987 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAStyleNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAStyleNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REATransformNode.h b/ios/Pods/Headers/Public/RNReanimated/REATransformNode.h new file mode 120000 index 00000000..0ff41961 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REATransformNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REATransformNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REATransition.h b/ios/Pods/Headers/Public/RNReanimated/REATransition.h new file mode 120000 index 00000000..d2e22c7c --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REATransition.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransition.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REATransitionAnimation.h b/ios/Pods/Headers/Public/RNReanimated/REATransitionAnimation.h new file mode 120000 index 00000000..65cad8e3 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REATransitionAnimation.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionAnimation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REATransitionManager.h b/ios/Pods/Headers/Public/RNReanimated/REATransitionManager.h new file mode 120000 index 00000000..a55e8276 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REATransitionManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REATransitionValues.h b/ios/Pods/Headers/Public/RNReanimated/REATransitionValues.h new file mode 120000 index 00000000..679abc86 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REATransitionValues.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Transitioning/REATransitionValues.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNReanimated/REAValueNode.h b/ios/Pods/Headers/Public/RNReanimated/REAValueNode.h new file mode 120000 index 00000000..f89ce8a0 --- /dev/null +++ b/ios/Pods/Headers/Public/RNReanimated/REAValueNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-reanimated/ios/Nodes/REAValueNode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNScreens/RNSScreenStack.h b/ios/Pods/Headers/Public/RNScreens/RNSScreenStack.h new file mode 120000 index 00000000..f918df4c --- /dev/null +++ b/ios/Pods/Headers/Public/RNScreens/RNSScreenStack.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-screens/ios/RNSScreenStack.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNScreens/RNSScreenStackHeaderConfig.h b/ios/Pods/Headers/Public/RNScreens/RNSScreenStackHeaderConfig.h new file mode 120000 index 00000000..6bb695a5 --- /dev/null +++ b/ios/Pods/Headers/Public/RNScreens/RNSScreenStackHeaderConfig.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-screens/ios/RNSScreenStackHeaderConfig.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/RNGestureHandler.podspec.json b/ios/Pods/Local Podspecs/RNGestureHandler.podspec.json index 4e80c522..43d1d84f 100644 --- a/ios/Pods/Local Podspecs/RNGestureHandler.podspec.json +++ b/ios/Pods/Local Podspecs/RNGestureHandler.podspec.json @@ -1,6 +1,6 @@ { "name": "RNGestureHandler", - "version": "1.3.0", + "version": "1.4.1", "summary": "Experimental implementation of a new declarative API for gesture handling in react-native", "homepage": "https://github.com/kmagiera/react-native-gesture-handler", "license": "MIT", @@ -8,12 +8,12 @@ "Krzysztof Magiera": "krzys.magiera@gmail.com" }, "platforms": { - "ios": "7.0", + "ios": "9.0", "tvos": "9.0" }, "source": { "git": "https://github.com/kmagiera/react-native-gesture-handler", - "tag": "1.3.0" + "tag": "1.4.1" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Local Podspecs/RNReanimated.podspec.json b/ios/Pods/Local Podspecs/RNReanimated.podspec.json new file mode 100644 index 00000000..8d305d00 --- /dev/null +++ b/ios/Pods/Local Podspecs/RNReanimated.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "RNReanimated", + "version": "1.2.0", + "summary": "More powerful alternative to Animated library for React Native.", + "description": "RNReanimated", + "homepage": "https://github.com/kmagiera/react-native-reanimated", + "license": "MIT", + "authors": { + "author": "author@domain.cn" + }, + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://github.com/kmagiera/react-native-reanimated.git", + "tag": "1.2.0" + }, + "source_files": "ios/**/*.{h,m}", + "requires_arc": true, + "dependencies": { + "React": [ + + ] + } +} diff --git a/ios/Pods/Local Podspecs/RNScreens.podspec.json b/ios/Pods/Local Podspecs/RNScreens.podspec.json index 41fff098..11c3a2f3 100644 --- a/ios/Pods/Local Podspecs/RNScreens.podspec.json +++ b/ios/Pods/Local Podspecs/RNScreens.podspec.json @@ -1,6 +1,6 @@ { "name": "RNScreens", - "version": "1.0.0-alpha.23", + "version": "2.0.0-alpha.3", "summary": "First incomplete navigation solution for your react-native app.", "description": "RNScreens - first incomplete navigation solution for your React Native app", "homepage": "https://github.com/kmagiera/react-native-screens", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/kmagiera/react-native-screens.git", - "tag": "1.0.0-alpha.23" + "tag": "2.0.0-alpha.3" }, "source_files": "ios/**/*.{h,m}", "requires_arc": true, diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index c413bbe3..adcc1813 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -221,7 +221,7 @@ PODS: - Fabric - Firebase/Core - React - - RNGestureHandler (1.3.0): + - RNGestureHandler (1.4.1): - React - RNImageCropPicker (0.25.0): - QBImagePickerController @@ -230,7 +230,9 @@ PODS: - RSKImageCropper - RNLocalize (1.1.4): - React - - RNScreens (1.0.0-alpha.23): + - RNReanimated (1.2.0): + - React + - RNScreens (2.0.0-alpha.3): - React - RNUserDefaults (1.3.5): - React @@ -307,6 +309,7 @@ DEPENDENCIES: - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) - RNLocalize (from `../node_modules/react-native-localize`) + - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - RNUserDefaults (from `../node_modules/rn-user-defaults`) - RNVectorIcons (from `../node_modules/react-native-vector-icons`) @@ -442,6 +445,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-image-crop-picker" RNLocalize: :path: "../node_modules/react-native-localize" + RNReanimated: + :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" RNUserDefaults: @@ -543,10 +548,11 @@ SPEC CHECKSUMS: RNDeviceInfo: 17e34f6dd902f08d88cbe2c0b7a01be948d43641 RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2 RNFirebase: ac0de8b24c6f91ae9459575491ed6a77327619c6 - RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0 + RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080 - RNScreens: f28b48b8345f2f5f39ed6195518291515032a788 + RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43 + RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index f8745e74..e97fd526 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -7,6 +7,15 @@ objects = { /* Begin PBXAggregateTarget section */ + 011580DDDFD4BC3A6C1C88468BA1E56B /* UMFontInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = FA43BC0F4AF37A196D6AD862DF15CF22 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMFontInterface; + }; 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; buildConfigurationList = F7B9206E26DEB0994836EBA1FC0E2DE6 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; @@ -42,14 +51,23 @@ ); name = React; }; - 3B69A9EA6B436271134E84A5F9D5E424 /* UMBarCodeScannerInterface */ = { + 31839ABEC161CE82E90F9302603D2B7E /* UMFaceDetectorInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 856A1DDE6B31DFB3C303AAF0B70FFC11 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; + buildConfigurationList = 16BF9F6BB5D5854A1996C4570FAB7E90 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMBarCodeScannerInterface; + name = UMFaceDetectorInterface; + }; + 450158F413A20798C221D79CD92EF814 /* UMCameraInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 1617AA69439D4B53CB1F551B1DE800EC /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMCameraInterface; }; 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */ = { isa = PBXAggregateTarget; @@ -80,15 +98,6 @@ ); name = UMPermissionsInterface; }; - 6334D75DB21EBF62A13013BA23D8F754 /* UMSensorsInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 12273C8ADA6DA114F5C1CDE5A7742A34 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMSensorsInterface; - }; 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */ = { isa = PBXAggregateTarget; buildConfigurationList = 5AE3722DD39C3B2C37D89B1AC2A0A4C0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; @@ -128,14 +137,14 @@ ); name = Crashlytics; }; - C410C8606887D8FF122B33CE15128A32 /* UMFaceDetectorInterface */ = { + C6431DF696F35676E2154272B9B489A4 /* UMBarCodeScannerInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 22041EDAE9711FF3C9FBABAB25C95D2D /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; + buildConfigurationList = F593F12607C88B0638895B5822562B21 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMFaceDetectorInterface; + name = UMBarCodeScannerInterface; }; D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */ = { isa = PBXAggregateTarget; @@ -146,1566 +155,1617 @@ ); name = Fabric; }; - E04524804318D15217CEF52E30E1708E /* UMFontInterface */ = { + D778AA001FCF8DD810D7E1895AA61728 /* UMImageLoaderInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 71D68E7B761A15AC5A5E220CC4684FF1 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMFontInterface; - }; - EDA7C16766C1EEC9F573A53FB699FB11 /* UMTaskManagerInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 3B6602728029FF775A2E04149CC0F6C2 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMTaskManagerInterface; - }; - F363FA3E9696D7E05EE33F0FD872B0DB /* UMCameraInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 744D376625EFF3C3AE0E2E8FEB85A877 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMCameraInterface; - }; - F9997DB745F640B023798F155CEA2203 /* UMImageLoaderInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = AB0B8E68C2029BC4CB4B15DF45A3F884 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildConfigurationList = BB252680610D12D89EC0B96A637F4ADD /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; buildPhases = ( ); dependencies = ( ); name = UMImageLoaderInterface; }; + E0FB6E09924914C8C788D1CDBC62A668 /* UMTaskManagerInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 7212019556D16F4FEB1A69D4110375F8 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMTaskManagerInterface; + }; + E89DA03686DB9DD03B17542CA66BF3AC /* UMSensorsInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 523F161EF0B5A84EEB74A67B9B933108 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMSensorsInterface; + }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ 004F5679B9467C475CCD10531838FAA0 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C13898734A47229E6F6F466BDE343AD /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00664055E778A675A220C8D08F1E31A9 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB44CDE7F2E7FA1FA5EBF7F1BBD162D3 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0076087A5D0A9126C568927085A061ED /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3882DD499911B65A89B7F29ECAE2A451 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 007C1605B563E2866A8DF49E9E62A4F1 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A766D33FE50703EDD1840F32BD55C8 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 00900A3563D5A41FA78B8EBABB0A26A6 /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 405DD781A9EEE4174E83F9DBC9E965D1 /* RCTTextRenderer.m */; }; - 00B3C290D54C5589EE73663C035CF6A4 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4035F798CE6E199DDCE582565750FE41 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00D6012196FFF0B2E3F84D3B99874104 /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = A2EE1C609A09D643F8923469D39C44B9 /* RCTVideo.m */; }; - 00D75AF8FBB1A9C336D3F1043CB3F959 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EBE3A3E4569394452494482888B53F /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00664055E778A675A220C8D08F1E31A9 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B6087344D64A9F9DC31EEF45718C86E /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0076087A5D0A9126C568927085A061ED /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2D69792FF42890F2D705BCCF04E5BC /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 007C1605B563E2866A8DF49E9E62A4F1 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C3EF6328F1E7AA55C40ED0F04475EE /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 00900A3563D5A41FA78B8EBABB0A26A6 /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C30444D0A17775AF23A0AEC23D0AE7 /* RCTTextRenderer.m */; }; + 00B3C290D54C5589EE73663C035CF6A4 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 79ECD9E73CF141C8C783AFB6DC3CAA26 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00D1FAD5781A35E7E5477806DCDF52D5 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E5467D7BCCF311BB4A224209BA7E09E /* REAConcatNode.m */; }; + 00D75AF8FBB1A9C336D3F1043CB3F959 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 57BD58A6B0414A04432A9795E5799B7E /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 00FAD6C011B67C0B8057A2D664227716 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D2C00A723DDB533A46756978C839414F /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 01368A7C0F64AB46F26BE789ACF54371 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 057CCE91FA925F5DC262423F64110BB3 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01DAAE65ED5BEBE1A0947A4399BA8C2D /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D801EBC3866C603551B5036275EB992 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 021104542A2A5534A044E7F8EDDCC1AC /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C99687EBFDB3ECC824C24342B13520 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 011FA9C3AD0C49C3F1BDFEC6694B241A /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 912BFEA5840D3F2455E12D7E7A7D69A3 /* RCTConvert+FFFastImage.m */; }; + 01368A7C0F64AB46F26BE789ACF54371 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F1F0F994F41477091AA42652A90719 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01A32F522BF0BB4EB3EDAB08E34D79D5 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A375AB2286DAB36F004AF947D75F512 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01C7112F6D6474A32474985509B279A7 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 5513B0C1605D4FB74179BB7B44A8BE1D /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01DAAE65ED5BEBE1A0947A4399BA8C2D /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2022B21B7FA31C126C17B7857AA184E9 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 020F50AAC1896007CA720E82EBB0630D /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F0019755EDFD54CE2736F1F57A3C697D /* RNLongPressHandler.m */; }; + 021104542A2A5534A044E7F8EDDCC1AC /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6362DF7FAB3313E700F0D14B95A32775 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 025C5E676828C11A8A6C602CEFCEF805 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 029C321F1429838EF29F0D4789B56B13 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D96701D2CDF7D3696C994FA973FC1D /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 029D21FF882024FEF7B15CC0D30DE968 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 096CCA033BF05DB3310F294E9F3682F0 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 02A16C926C5F709792EFDCE704713888 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E39C7DBBF6116EC6461E3869F2A5A /* RCTImageCache.m */; }; + 0293414187DBFAE6FECE5BE2ADDF2506 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B681001D168EA24740C5D9640DD9C8CD /* KeyboardTrackingViewManager.m */; }; + 029C321F1429838EF29F0D4789B56B13 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = FD789D31F0990C0897DED75B7D5AAC49 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 029D21FF882024FEF7B15CC0D30DE968 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1AF6B57E80A1C5EE9FBE0CB64F48448 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 02A16C926C5F709792EFDCE704713888 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 303DDE0E11AD82C3C0564D0850622736 /* RCTImageCache.m */; }; 02CC3115AB4B885AB679CB89CAA22686 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0317CDBD45DD1F08482E2C1D2C55D2D5 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 03311832FDD91A029F016815F69BA8EF /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A3EC18BDD1D47457ADB26F2BB322211 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03625EE23D0D87639BBC3435094567CD /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD94AA2BB35EB3D20F5535BA7FA60B9 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 037E3131ED1B075CDF907A7754C8E658 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */; }; 03B1BCBB960C0747FF8037C28EF82574 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C16EE0B0291346B1C2031D60B1E0EDB /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03D961CDABD9CE7AED36DB679390D0DF /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C16A53739D56448ED5FDFB1AA382358 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 041221CE582AB6872CC12AB4BF953166 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */; }; + 03D961CDABD9CE7AED36DB679390D0DF /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CACDC3B392D4945C8D2789E724EEC9CC /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0415955DF1142B1087CD77F9631924BE /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 04E7C3A123CF7B7A1B07E43EACAE4E4F /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 697E41DFD6433B997F14571857D780FD /* RNSplashScreen.m */; }; - 04F8F73AF0122317FA4598734000ABC3 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9121BA1A2C86D39CB10D7F63DFEC29AD /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05351A5B8B896B245A1726ECA65BC607 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = D6B7AFA20DBF0BE5AB861366FC2A4ED0 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 059616AD8F987718CB8062456AA7F3E6 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CF1C3DAD271F6E959834CFDA6CAAE5 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04895D408302F8D4003A9A7A32646BF6 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 10A18567CEEB12E10D88F4DCCB04BA3C /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04F8F73AF0122317FA4598734000ABC3 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D314D234ECEE7662EDBE6601828E80 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0523A5BFF6FAE65D1CB0D4980A032045 /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8225E4205F93B351E3C78584576F4A5A /* RNFirebase-dummy.m */; }; + 05351A5B8B896B245A1726ECA65BC607 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5E51A44CC7F6BB2EE3DEC4963AE3AB /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05F0BE6D01F6317AB56399068AA03408 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A26029E7B9792F94B7A87A7199A515C /* GULNetworkURLSession.m */; }; - 0642D84A67617D938A0A58155367BD30 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */; }; - 064932633B6E2527C84A87044C9AE3A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FAE8F86C26D12B4FF6D9DABDA6F009 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 066EF45D802AAC2C110DC22452A23229 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 619174F8C24BD7718903D028B50FCF38 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 067896AB1DB5B475FA52835500A8A287 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = ED8841B7F8C3C74C2222E6E7B24A1B33 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 069177CF722127667C4EF0F2C374D94A /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E409C4255F662B32D65F773E63D4FF59 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 06ADFA96872CB11DA250B2967983DEBE /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */; }; - 06EE80EF6A315E5CF61D31CB1B3A5383 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4FE190B076E9359AAA02CE22682FAD /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06F42CF742D734DAB24302A379521E55 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F184B02522E9D2CD905E74CFB3C84170 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 073DFD9E336DB9B790434B48F6C48525 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4026BECB547123989E754C877824ED80 /* RNCWKWebViewManager.m */; }; - 078E761A19CAE3117370C4BA6494929D /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */; }; - 079899D5F89F5E17D0C8018DA4F1D343 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = D608823C227963A18417D6B9E6FC6BAF /* BugsnagSessionTracker.m */; }; - 0799A2FEF2EE0CC7D3A90376DF0F6D67 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07FBADF386A8F4570CB2D3A6182AE87B /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */; }; - 0811C6C76A44F896696F32B8347DD05C /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 861FD53864A28A968F192F3DED079839 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083370B054B0B72BAF5B8AE50713BC32 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = E839FDDD3E30311B173B8566773D4B11 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0628C53DA726A58907C33BF05E48A778 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 066EF45D802AAC2C110DC22452A23229 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = B08994E07E48B6ECD472247F10CEF992 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067896AB1DB5B475FA52835500A8A287 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 216A96171A9E9414CF1EC1E314E5401C /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 069177CF722127667C4EF0F2C374D94A /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8897B78E12754DB26106C6C3CDC00CEE /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06F03F0479C812D1A0945A663DF6A12F /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 5118F86E52E03D041F3EC79A9E18656E /* RCTVideo.m */; }; + 06F9F2324C230BBCE7680256BE7871F0 /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 35934EA1B8C2D5F61A04A2791555C29D /* RNCUIWebView.m */; }; + 074FDDEAAE3615805267F8DF2CE3CEFE /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A030C1A3C5905D9F0EF18E08CAA9C101 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0798934D7EFD4FAEF9F0D84C30826CBA /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E14437CC14EC6218B4EF41E734B0109 /* RNGestureHandlerRegistry.m */; }; + 079899D5F89F5E17D0C8018DA4F1D343 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 78CB16FEDD168D51DE7654B5B7B81A7F /* BugsnagSessionTracker.m */; }; + 07DE7B3383F33BABF8C4C3DC600F27D5 /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 224C3834204F5B0B164479D2809BAF94 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0811C6C76A44F896696F32B8347DD05C /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F95A113C6AFCCCDAC77894D42BF9DA4C /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083370B054B0B72BAF5B8AE50713BC32 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E77A960ACEBBD56FD36561B6B4FA8D7 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 08602634F40722C30A90B6F3572B639A /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 088BF218B07C48D03EF2675C5D535264 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 26285524367E43F85AA86CA5D261B98B /* FIRInstanceIDCheckinPreferences.m */; }; - 08AB45CC41AD80BD20E7970223B9D37A /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08D3AA9C6A06748B16B1941F8AC9ECBE /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3176281F5954C88F04E78ACC7533E73A /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 091846C9A1B38CA5036B95379937F2E4 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */; }; - 092EFF5054C9A6770A3C0932AD4570BA /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BAE6451A52DA6DA0E5B956A6EF61DE2 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B850C17A82AD88DB79D8B2CA47E8D2 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 05083A90161E576EB4E3162EA08766DB /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08AD36D50CA83CC207F781413E49A885 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08D3AA9C6A06748B16B1941F8AC9ECBE /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = E9E34D49D943F6D650771ED283B5B090 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 092EFF5054C9A6770A3C0932AD4570BA /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 930C110A3A40A3EB8EE3B9879C34B43C /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0959503D7F2A063A3A4889F00486284B /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B51402CEE789E99DFB8DE19DA1AD3D /* UMReactNativeAdapter-dummy.m */; }; + 0988D9DD99AE7E99512BEF1395CB8CC8 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09A799AA2771750D63E322A162AD2F18 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF206D37B6F2C24E6E1AEB336B2E9D1D /* RNFirebaseAdMobBannerManager.m */; }; 09BA2B85B4D3A18F7D1E57BB80828BD9 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A124415EEAFFD11305E9444D3D27901A /* GULNetworkConstants.m */; }; - 09BEC969ADC23BF715D350A17239E6C3 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F756CABAE1E800F197D5AD3AB0DB51F3 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09BEC969ADC23BF715D350A17239E6C3 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 98841B2E3F9D38D48570D075FE0586C2 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A21F9EAD7C7BBFCA0EC138FA971EFAB /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 689916F92A79A2906661A96389345605 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A2DFF26F8C1ED8DFEB68307E34B38F7 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 82098525302D96A7293AECC771C71156 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A2DFF26F8C1ED8DFEB68307E34B38F7 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 956CB955B40B7B82DD819A3532422530 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A60FAE5E612F6DFC5ED51806B14EE7A /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1425A717264D4C3EEF185548FEAFDF8D /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A9004FA0A482FFC05B76043C930B1C3 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DC626E51A65E10340478EF0EA4AA7F52 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A9EF37FAA8871089BFCA87CF9330A9E /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72578FC840C8D5A9E4028EB414FA4D54 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 0AF6BA576D35D654821BFCF4FF45BA6E /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = F83682CF589D6590292167674D6969F7 /* RCTTextView.m */; }; - 0AFB86CB9BEFB541CFF2F828D90A03C7 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D58738E34EC9648130DB41E460C2E46 /* EXRemoteNotificationRequester.m */; }; - 0B4B6B25DB0EADC4918A3ACD611B69B1 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C5F3AC5D18B0A2B5A2FECF79116324 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B9D1CE5188E7A7FB602B85B7A071C29 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B96C2563C0678BE21B93E5CE4EBACA42 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BFD785C45A1DEBB3800DC8743FA2605 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FA1FA65C2CE4C6CF94919C6E65DB039 /* RCTBaseTextViewManager.m */; }; - 0C0E5D5C54B1E25D3F403E49FAA8D89E /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5751DEFFFA47E1E18B08C15DF51D54 /* NSTextStorage+FontScaling.m */; }; - 0C2100DD0457156462484EB53C3CA06E /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = A34BBDE9E51D8057E8704E12653A00C2 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0C255310743C15968D8E749A71FC9354 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 51DA96A1B424B797C252ED0E1C130EA5 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C574A9817DDD3A5DED65A31D11A2098 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB0BF04AB28B3FC037D7BA6A8B14B2A /* rn-extensions-share-dummy.m */; }; - 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 16518CBBBC5D7AB3CB3C61AF2E51F741 /* EXLocationRequester.m */; }; - 0CEC0252D57A471D6DBD55723F13DDF7 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B74D19651AA973160FBEEF2AF1181C02 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CFFC0796941C41583D75A40559E9515 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C690FE20A6B6A197AC3D105E7912AF /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D08AB6B2C2CE84F51F8570C652DDF4F /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A032F85B26E973C9811B24C585083E /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D4868D27051D49ACAC248A086FA8F96 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 97780AA7DCF45DDD987AD7B238E1A35D /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0D8893F250F3AFD387E23967F13E4FE0 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D509108D4F4B446CC04E46F7E7A7377 /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E12EC4F36FCF7E2806CCF17C5467AB4 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 28755DAEE4A4DB23908131C79E5927FA /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E1A05C555CB29F8C272E09442AF9AAA /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B10338CF58745DBC7DAB8A64A1E8972 /* UMNativeModulesProxy.m */; }; - 0E1C8A31104AAD51C27C458E68FB0635 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 223201753D07078D69BDD99259EDB751 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2260186E11688FECD8A2154B2DEC1E /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3495FF28195CB365EC8FC5BB4D84D998 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2299B8243739D5779FC4C21170A16B /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */; }; - 0E3D7A64B7B7C9A1C134B565EE87E9B3 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C2EB9B7524D91A7C56DAF4D8387F55F /* BSG_KSMach_Arm64.c */; }; - 0E5C63315C8DB2D26508CCB1C3189919 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 489C3F92A9301BBC98080223732F32CF /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EACC2CF5CE0ED255A0C962F9F606FCA /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCF5536EE0EA0CCC9DB639DFF3EBF17 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F08E186D61DE6D60EC383C88C9E09ED /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */; }; + 0A9EF37FAA8871089BFCA87CF9330A9E /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAD458A31243209D1EF161DEBD32C85E /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 0AF1C79AEC4D746673F186A71E193EF9 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 264B12CE72B47A3F5D1DAA7196FFF3DF /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF6BA576D35D654821BFCF4FF45BA6E /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4F89BBECC8CB3D86ACCBBA842E24C9 /* RCTTextView.m */; }; + 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = AC206B9FD3BE8C21A7911ED4882BF56F /* EXRemoteNotificationRequester.m */; }; + 0B431FF54CBA6BC930DB27228BD9DE52 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3093E7676B5068B36ADA82AA4378CB3B /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B5A0EA675D8D3889874F87B2F5C9DDC /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */; }; + 0B65647AC36CEDFD428AC1BEA7F6E86C /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B9D1CE5188E7A7FB602B85B7A071C29 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F98B6B3830F40D6D479B29FBDEEA46 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BEAF470A2CDCB58F689658816A2AF4C /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = A2F2183F2C9C5A7D90ADBC55DF8FDD34 /* UMReactNativeAdapter.m */; }; + 0BFD785C45A1DEBB3800DC8743FA2605 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E4C62C9A791E8FE7CD3897073327D8 /* RCTBaseTextViewManager.m */; }; + 0C0E5D5C54B1E25D3F403E49FAA8D89E /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = CCDE571A71056A1D8DDE8AF6A04BEE5E /* NSTextStorage+FontScaling.m */; }; + 0C2100DD0457156462484EB53C3CA06E /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C2F05D8A06DC8D8099C0F01280C8856 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 309152D335CD10D3581557EBECC0FF24 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9D5A178ED965795E417DC9C4B67B43 /* EXLocationRequester.m */; }; + 0CEC0252D57A471D6DBD55723F13DDF7 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C45E0C2267C4FF42CE2B11524B298B4D /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CFD754973D48410CEEAD7210F554C62 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D4DECF056C8A718E2E4FF591B539A4B /* RNFirebaseFirestoreDocumentReference.m */; }; + 0CFFC0796941C41583D75A40559E9515 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD47EDCFF5B4A6A07EF47E4AC324E25 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D08AB6B2C2CE84F51F8570C652DDF4F /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 277FA38B22F5A90893B4BD9D6E279AD7 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D15B182A22FD5E854A8D5BFDFE18A38 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ACAA8F13A35D02A5AEF7A57B546ED042 /* RNGestureHandlerManager.m */; }; + 0D4868D27051D49ACAC248A086FA8F96 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ADA53F2D7455B5B91719AF3F3E16848 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0DC1A228F82A91815C9A2C505DFC69DE /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE207C5640A659A4171AC62F4F4178E /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DE46F9982975736F369939A1C24D799 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A724F00EDD2965C7D661639F9A4B363A /* RNSScreenStackHeaderConfig.m */; }; + 0E1C8A31104AAD51C27C458E68FB0635 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B63C631CCB7FE8FA4BDC7A625CD13BA /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2260186E11688FECD8A2154B2DEC1E /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CFE2D414167F4F90F4B53BDED26C1C /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E3D7A64B7B7C9A1C134B565EE87E9B3 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = A058086EF1A1B8DA266475E21E45B5E2 /* BSG_KSMach_Arm64.c */; }; + 0E4D7BCAC0211B7375BA98D4A6E53FC3 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E5C63315C8DB2D26508CCB1C3189919 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = E67AB649E04E94CC91061FA72F7C4E85 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E61A68A7F83A46037159F0C143CF4B2 /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 08AFDF066945DA8838B5EFE27E7EAD8A /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E73CF659BC55A52C1D530C9F5A06865 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF8AEC937754A9A6C57146DF20722A1 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EACC2CF5CE0ED255A0C962F9F606FCA /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E8C96853794FC00C324067F7FFD886 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F7D0326C38FA3CF8745C0A798D6ACE1 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0FAC5ABB17618768EF6975F20E4397B2 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9427F40B73CDDE91DE21C8299B3958 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1063F86D92F052500A83A7597B1C26B9 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B08040001CC4E18563D761FD0B50B82 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FA33D41438A1DD558DB367B5BF689B7 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 07ED03A04DD3AA04A766CDE6637FE73A /* RNPushKitEventListener.m */; }; + 0FAC5ABB17618768EF6975F20E4397B2 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = F12A781464B2E7A7092DC6D3B71471D9 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1063F86D92F052500A83A7597B1C26B9 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6272FD9F5F452334ACACC9386D673F7E /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107BF51166C8E00581BB9828B788ADD7 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AEBB5943630A6F4BC8F7D6D8A74542 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107CD51CD5FD22E8DE8F0F74C86B5A74 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = E1A62375ACC390D49FDD649653304B10 /* FIRInstanceIDStringEncoding.m */; }; - 10863410193E944FD37B83D5662157BD /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */; }; - 10F8BFD41B75FDC410DC65D23B8BABC0 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 64601BD671DAAD144FF496757474AE38 /* RCTSettingsManager.m */; }; - 11A0D2A62DCAAE94401A08E12E17AD4A /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */; }; - 11D4DDA0D4189220C754E7EF1043FEFA /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2F7ED68AC558D60AFBA68AFB6964E6 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 109FF1C736C1B0397CE1A11F4BCEB92C /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 102213F7C908CF4D689087D87E724D18 /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10A8346C82FAA18C205AF247E1C70F17 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD4F65D5BD05FF1CD60D10F38EE57E0 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F8BFD41B75FDC410DC65D23B8BABC0 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB5C3BB038A5C2AC30589ACE2DCDF9A /* RCTSettingsManager.m */; }; + 11568FC023AC39A7F121CB66AE19B374 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 71AC62983F102EC6265224EF30EE112F /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 117AE0B87B80D5FE92DA43D40CCF86DD /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11CCE6A8450D1F57C92FEEE3845F3AA7 /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = E5297C363E3E361BB558269571860771 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11D4DDA0D4189220C754E7EF1043FEFA /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C346736C375E1152E9BC018DC88CC76 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1222E7AB723CB2D3E5811C261AF342E4 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 03F91E131AA92114693FFDDEB545728A /* EXWebBrowser.m */; }; - 12BBAC3EF466C1D4C587B43EA5958E02 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B062C6808A12AFE38550C2936C2073 /* RCTBackedTextInputDelegateAdapter.m */; }; - 13311C6D84581E707C481BFEDD87D2D0 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 441596D754422C1330756FD193E039AC /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1342F3149F16AAE25D0EF7A6399047EC /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E88BE04BF21310D8F21CA9DA3C91DC /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13AACDCF8B27709515D70A089EEB6B5C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A9E1DF71342B3CE4724CCF99D95E05F /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B005EAC1C6E03A1D5589D6F0A6F29E /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3F3DB29A20EF9B80D7AD40A70746FE /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1401A6BD8A173FE79B87098DE6E22441 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A1A1DBA122182F0898B0A20D4EF78C2 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E11CC22BF0317197503E4D311B6EFBC /* EXWebBrowser.m */; }; + 12BBAC3EF466C1D4C587B43EA5958E02 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FAD523E57179C3E798757DDA557634 /* RCTBackedTextInputDelegateAdapter.m */; }; + 131AE8D7DF51602ADBDB417F136F4F03 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 70293075E54768B90A6CAC6BBE150544 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13311C6D84581E707C481BFEDD87D2D0 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 192539C6276C5C8A03F5BD5C9C90BFC9 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13401B48F63F7FAC960B7B8A6DFFDD31 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E7F72A892EF6B166995E1ECB7D153FDF /* RNBridgeModule.m */; }; + 1342F3149F16AAE25D0EF7A6399047EC /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 898272C6820D12546FF3180D7CB72758 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1343D7D50A8FD86580D50F9F1FCFC9A5 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */; }; + 13AACDCF8B27709515D70A089EEB6B5C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 18397AB359D8FDB42654448534FDA53A /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B005EAC1C6E03A1D5589D6F0A6F29E /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEAE106F23F493BA83F1D9BD405478A /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 13FECCB97881121F38F9831D3CD7A280 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1401A6BD8A173FE79B87098DE6E22441 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C5D791A88F617019796818C48EB6D /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 142DDBA72CDBBC8F357722E76EB54EDA /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 1465908F9FE8116876FDEAD1374F9AC3 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = FB92AFCCF2953E89BA5FC59411229226 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 148750FB8946B3BC7C857940C85F0561 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0C641EBBB2F6EDD6C4289C1EF4D3F0 /* RNFetchBlobNetwork.m */; }; - 1498F3CA173A688554A26613C4802134 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 485CCE0E188080098E0E95B2E15C7BFB /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1498F3CA173A688554A26613C4802134 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EBAC8CA7FCBC05BD67C829E9E188AD4D /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 14C992D410FCB6E0B19C4DFE74646164 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 14CD9304685263981D8B45493AD9D6DA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */; }; - 14FCEE2CEB088210F983D904DF91583A /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EC05DB437625897A8DBE033CC3E20B /* React-jsiexecutor-dummy.m */; }; - 15064F8A70DB97B4A6C745ED69742E50 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 56442FB6BA39329A4E77260A185521A1 /* RCTBlobCollector.mm */; }; - 1506E79FA1F69AC2822ED58F2B378AC2 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 154CD4DE7861F8F74796EAB61E1AF5F8 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = D8484E78453A935392F5B58E6C2A6F4A /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 158B42183B831501560A77773BBB5BF9 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9002E74D1B5EFA46717126DE8DC4712F /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14E3AED31B43EF623E5353F324729A33 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CB921AEA9C0084F055E9BA85C514BD0 /* RNNotificationCenter.m */; }; + 14FCEE2CEB088210F983D904DF91583A /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F828EB60F7E7C01417A7FE55B7E28DB /* React-jsiexecutor-dummy.m */; }; + 15064F8A70DB97B4A6C745ED69742E50 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = D8FA3D4BE7F6EB064D01989036B4930B /* RCTBlobCollector.mm */; }; + 154CD4DE7861F8F74796EAB61E1AF5F8 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 043F74154B70934D83F87E6EF0FA0A35 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 157DDD63045E191F6BE1C1097709DB9E /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 721C26B54C6B748F363E2DC9F1AE0789 /* RNSScreenStack.m */; }; 1606C1BAAC2E20C7E7E6A3CCAF15711F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 16109C4F21BC327DD163912E14951DB3 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5E9605C2C6D06667A6465F967F06C7 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 161DA7FD58D2B4BD6788ED1A1EC4D4D9 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8616CC199E7BCB45E85463A83A9B944 /* GoogleUtilities-dummy.m */; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 766A2AD341C0CC185C3B9951ED2C90CB /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17969CC1C7C1EA6AE98EE3D13B8E2D69 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E283EC9DB016908DC12A747B59E4A4B /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F05606AE08A3447265857006D54FF4 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17AB3A41A3DAFB6EE14EB49FC316F997 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C6584F14812DB025A2ED93474978B996 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E95F3660373B5DB6722E021DB92AE88 /* EXCameraRollRequester.m */; }; + 168967F0AB6E87FE082EE5DDBF4409EC /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 133BAAB3FCB63E1F56BEAAFC814ECD13 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 88429F7552CB64347EC4B2DD30EEBED3 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16C1E57D960FD307EB6627389B7058F5 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = EE16C22129DD5EDF57CD1777954CB244 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16ED426A21FD7D50EC377207DB915179 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 147AB5E053D5E39556C06AAA10B9789E /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17926A54A19422C17629E43C7485F21A /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BEF26167C38DEC771897ECAF276642F /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17969CC1C7C1EA6AE98EE3D13B8E2D69 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC14EFAA22924CDC97F6609801F06A3 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1798151B590FA284F4C4BF152985E997 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C75B9309A3F00B402DB3B17B5E09BCB /* RNNotificationParser.m */; }; + 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 990756F58D8A5B4165660BC47FB240B2 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17AB3A41A3DAFB6EE14EB49FC316F997 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = CBEA169CC297846AD65474EEDA04EF18 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9058DD4CB28CF9694D95C97BD9B7B3FE /* EXCameraRollRequester.m */; }; 17C8EE850EE3AEA00E515ACE095FBC8E /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB1BE1DA98E3CBD6ED56FD6C5EF7B0A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1818CB61F7CBA5FEFA50850E8D607CD4 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C6394CB9472B44B4EFFEF50F307AB6E /* React-RCTVibration-dummy.m */; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E19B318B27F44B05F25083EA464C1F1B /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1818CB61F7CBA5FEFA50850E8D607CD4 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 839762D24A64E0C9C805783A8B634BFC /* React-RCTVibration-dummy.m */; }; + 181B1D1DDDF54FAE8F4E0BA1B912F14D /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */; }; + 182CBBA2FE534F488E569ED81D231C76 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */; }; + 1833BC72F6E163F622B8129D27847207 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 61931ECABA291F33C20B4D84551A7357 /* RNSScreen.m */; }; + 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DC46E1B148F1D24FDB25C612F2AE4842 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1875FC9F710D7CE0D6B9C3BB919D18B1 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 18825CEE99EC851BF8DBEBACC61D6D51 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BEC9C2B3F2DB659A15C87010CEEC274 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18EA582429824349B2A698D290FFE86E /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E7F2F7327F38EED84FEA267CB3BA67 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18DD001621CE9A5EFD1FC0D52BC728B6 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = B96E9C2076E44706DB28637E2A77E905 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18EA582429824349B2A698D290FFE86E /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = C2575FD4FFCBF899FAE13575F4D79502 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 190F8B4C8A04E11A00BDCA1057FB1EDB /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB22B05BF13A5278CD163EF1E98E52B /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195506397FAA1E491996E5C685E4D415 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = E41C69A77FFDD1AD370E1EE83E1CD82D /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 195506397FAA1E491996E5C685E4D415 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F6CFA5EEA62F31DC86151B5D8FB57ED /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 197334BAC8725FEE1E6033424DF25490 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FD9DC5447947C28CD53194781E7B7B /* REACondNode.m */; }; 198FCB093A9B9BF1DA57A126F2787358 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F2689746283D82855E3024DAD3170C08 /* FIRInstanceIDTokenOperation.m */; }; - 19D63C1A328B6D2DB20B6DEB47ED2BE5 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 387DF9748985937A2425A8FC26D52BF9 /* RCTProfileTrampoline-arm64.S */; }; + 19D63C1A328B6D2DB20B6DEB47ED2BE5 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = FA719DFBD26FF59CEA5781FF22B11D14 /* RCTProfileTrampoline-arm64.S */; }; 1A0104B522DEFB57D4AA61C477C69E86 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = B80E90A3A4A486D2B8EE908B929EEE3D /* FIRInstanceIDAuthKeyChain.m */; }; - 1A0CA71109F41F826701E1810B641816 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4FD4A302DCE1F490FC3B82F9BDC073 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A6767B936ABA0AE180EF64B92984E12 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DAD8695BB67E531191B66F0908CCE21 /* RNFirebaseCrashlytics.m */; }; - 1A6D58CC89737632FA3D7497CD1D3A7E /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACD5F3FF559F1F468862C5FA531751F /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1ABEC3CFFC2C58E239F6BA14296203DD /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AC24C807BB7EAFC22DC9DBFD8B9F58F /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5717B3E3447D6DE343B44B3764AF92A2 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AD28B3971E7FFDC9C79766A50E7A25F /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B83BAF00446E9A36D3D0A4BFD6E701D /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D63680D0431D0CC8702215DD499100B /* RNFirebaseAdMobBannerManager.m */; }; - 1B8CE8C8481CBE8E4522E654E8B15FEF /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EE042729004CB255DECEFDEDD598FD5 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C1CB445FF4AB903370BFB36D5279158 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FBCCAB15789EB6BEF91ED3E80D756A8 /* BSG_KSCrashSentry_NSException.m */; }; - 1C3B8D6798B6DCF4275A075401FD40A8 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D5187D202E518ECC9B811B70A08B6AB /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A0CA71109F41F826701E1810B641816 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6F1A6D4FC6A704D584114A5826841A /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A6D58CC89737632FA3D7497CD1D3A7E /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F61D512C29A4AF5E065012BE25F8FD /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A8F90E96A857547AC0F16659703DC1F /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */; }; + 1B8CE8C8481CBE8E4522E654E8B15FEF /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB7C133A0BE5332215121FE7B96DF1B /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BC35ACAF74A5913B56A9D7D6C4C9B58 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */; }; + 1C1CB445FF4AB903370BFB36D5279158 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F8B80DBC91366E4BD192EA4E219FA94 /* BSG_KSCrashSentry_NSException.m */; }; 1C3E64C2E6C9F9EBA881C50A79A4BE36 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA45B371AA770D43C98128947B24212 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C9450ADCE5F32C7CB0A25ECF2CDB414 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C2523B3407E81FA95647D8EC8C977118 /* RCTImageBlurUtils.m */; }; - 1CA314ABFFE7C81A0E1F03B8097446CC /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FA565596176DD6E3DAC784D7926AFCDE /* BSG_KSSystemInfo.m */; }; + 1C9450ADCE5F32C7CB0A25ECF2CDB414 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 975701ACBD482EFCAD1EE21D1F37D441 /* RCTImageBlurUtils.m */; }; + 1CA314ABFFE7C81A0E1F03B8097446CC /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DC22186D61AF0D1011CC4D7EFD4675BE /* BSG_KSSystemInfo.m */; }; 1CB2EC2353CF09350338D1C77F3A2703 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 1CBD943A26A60CC472C6AFEC0098FF91 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1CBFAEC0EF1E849A1FB4F0C9414B0DFA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC36BFD3AD07841E0CA79CD22B712CC /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A35A7D836EF36B603643C40F50D4796 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC36BFD3AD07841E0CA79CD22B712CC /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = E5AB11791A61870F63920B157129EF2E /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1CEC9722F8DE930445379902380BBD11 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1D05C8453EB2B936720262319C77095D /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 44E7C4CDDD067B1E49A86DB501BC9574 /* BugsnagSessionFileStore.m */; }; + 1D05C8453EB2B936720262319C77095D /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F5945C5412F0908DEC55A7D32DF297 /* BugsnagSessionFileStore.m */; }; 1D3A9292C404B93E41EA657319C5A616 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CD4698E213A92E481B014F65706899 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D3EF4131B6F3AAAE880AAC312403333 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 130DBF2E1A4299CBCFDD360D58940D72 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D5C101F5B5A65F0C0C2B1FA642B767E /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C294C94720FDB28AE2100A06AE4B2E8 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D8FA87D7CE7FF126C85634408D65387 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B595510A31CD62D91FEF6726062A9564 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D3EF4131B6F3AAAE880AAC312403333 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E32CF162328B347A95101E504AE88E6E /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D5C101F5B5A65F0C0C2B1FA642B767E /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F1239FB3CD04977C3D54A8100AD368 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D8D84AB53C5383AD844348D6500C75E /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 685D2F93506BF486FF58D64CF23811DC /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D8FA87D7CE7FF126C85634408D65387 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8208137EB259D6F2A5B2A3608E45BF22 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1D949C6601A62EC6CAD60C9E7B50C0CC /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = F90E4AA0081FA5A7AE3EB98DBC83135A /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DB8B2D7E908D0E0828B85945A383B76 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DB951BA71C2FCB975BB5410A561EE2 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC93118828603EA8B461EC2A9E34D7F /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F6FA8C87563B97D52B3BDDE6359EE373 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1DB8B2D7E908D0E0828B85945A383B76 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 567C7BB8C31E0C55DCE615975E1ECEC3 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC93118828603EA8B461EC2A9E34D7F /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7659213C263F08697E32AC57A2DF60EB /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 1DF89E7727E0526C9F6958A6297BE82F /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BABE4F04151A7C5DC6B014E839D205 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E322C16C1DFA74A091291F13603F079 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E33F5DBE2A1EC00BB20D16ECF677E76 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 72570BF8CC0440793B2214E50DE808E0 /* UMViewManager.m */; }; - 1E39B0FE90E2D15BD1C7200862383035 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8337D4645D8E43CAAAED8876264794 /* RCTImageStoreManager.m */; }; + 1E33F5DBE2A1EC00BB20D16ECF677E76 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1526503F787C00F7137294802B9D7F6E /* UMViewManager.m */; }; + 1E39B0FE90E2D15BD1C7200862383035 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5173F0707A7F495E761E77EF3C854062 /* RCTImageStoreManager.m */; }; 1E456BCB8628607BE1E2DCDBC170FAE4 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E841C79FAEC28B0A912BD071CE02D69 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA87AD6C8BA4A04CADC6AE2752CF977B /* RCTPackagerConnection.mm */; }; - 1E9AAFA6D0EA56C5612E127111241ABC /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9025594BB2F65E1FCA1266A57EA6C170 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EDFACE71199EEFFFF82F3C43D566A9A /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7747A006E6EB5F87CB494D66AAA0ECEC /* react-native-keyboard-tracking-view-dummy.m */; }; - 1F433492BD742344BAB20B11CABADAC9 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 518A3D4E214FDEE719518C7CAAC790DA /* React-RCTAnimation-dummy.m */; }; - 1F7D45563AC337CF84791FE70DFCCFCA /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 62BC3988B600C3FA32F6F7A21DC79BD9 /* BugsnagConfiguration.m */; }; - 1F93B9D5FFF2B89EED6DC77A368547C8 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC0066846E54D8BCC86A0E7786C7F25 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FBC0A8CDC844D6F304BAED941CB2DF0 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */; }; - 1FDDAE9DAAA5694BBA3DF27165708A3D /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FAE12C568E083AF2CD5CEEB3A46AC8 /* RNFirebaseAdMob.m */; }; + 1E841C79FAEC28B0A912BD071CE02D69 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 490BA87EBEDFFAF30F01BBE255FDC490 /* RCTPackagerConnection.mm */; }; + 1E9AAFA6D0EA56C5612E127111241ABC /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A4FB14CA15EDD471E29969E8075285A0 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F29C86529A24DA80F01032240A2EC31 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F433492BD742344BAB20B11CABADAC9 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BD04A096EC21749A922DCC01028B19D /* React-RCTAnimation-dummy.m */; }; + 1F7D45563AC337CF84791FE70DFCCFCA /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = FDC2BF3DCD5FAACEAE5D507EB8D7DDBC /* BugsnagConfiguration.m */; }; + 1F93B9D5FFF2B89EED6DC77A368547C8 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A859F976D4AF2157EF57DBEA0B3C65 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FF2C3BBF640A90238FDCE88B9F4BDA1 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 200022E023C1CB715FE8A63069F76D71 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 68739F1912FB98E5E8F8E719380F556D /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20151875DA84E676FF35DCED3A7A3195 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F42553B493CC70FDCB0936D3F45FE07B /* BSG_KSLogger.m */; }; - 20336A04ED1B98DA45740F4813143264 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10A40FA3E0B7EE6712058A91D4CBD338 /* React-Core-dummy.m */; }; + 2014E03797E5A2A545E82AAD2A8AE0BE /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CABCA3BFC9F684BF7080CFA2F009436 /* REASetNode.m */; }; + 20151875DA84E676FF35DCED3A7A3195 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FF40CDB4D4E93D02B901D3B9910DE8C1 /* BSG_KSLogger.m */; }; + 202EFE2D9EF80B7A6320FFAC0DEA27D0 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE366EE8F13BF6AC4D3ECA4BAE37166 /* REATransitionAnimation.m */; }; + 20336A04ED1B98DA45740F4813143264 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0D77A238C3D7FD5FE07DB4EC2289B2 /* React-Core-dummy.m */; }; 2057D78059437EADF8E509FB3A4E3463 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD18858AC78D288137B2826ED22E4E4 /* FIRLogger.m */; }; - 20BB52A2F1EB699503EFA842EA5089B7 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B558B41C4A34028F0B114C2E02EAC64 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20BB52A2F1EB699503EFA842EA5089B7 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = D68FC5C95FC6001E5AE022E55A7D145F /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20C1AD6FD6F59922140A3F302E58326B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */; }; 20D2D943E25749537AFD4D44A90B515F /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 20D803741AABCBEEED52F0ECA8D3AC17 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB84244F87F7426831A1C0EEC6F7ED8 /* RCTNativeAnimatedModule.m */; }; - 20E36B4DA164ECFAC065F51A9BA0A1C2 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 99695F2864E3BEB01CA2B7E0D5110195 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20D803741AABCBEEED52F0ECA8D3AC17 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB37F77D93A3F4AA35A287BD0DC902D /* RCTNativeAnimatedModule.m */; }; + 20E36B4DA164ECFAC065F51A9BA0A1C2 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 688130BEEDA946684483922C8970400A /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20F3EC5F96CECCC418924F80B181053B /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D49F235A52C22D3E6A86A3DBEE26396 /* nanopb-dummy.m */; }; - 219872C757F207F7B935358706E19215 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 289ECD3EF5BDC0B41471786DE3CBC0A9 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A7B03038615161C7777396EA546882 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = AA227BE3B5F32A5781AE28DAC1E19C30 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21213B97AD409B93625340D55252496A /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 321EE735E81DF84AA7F184EF4D9E4194 /* RNFirebaseAuth.m */; }; + 214BCBAEB70F1619CDF4B406AF908440 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 219872C757F207F7B935358706E19215 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D3046464FB57836023CF5864BDFCFC /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21A7B03038615161C7777396EA546882 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E3D1930E7C26549BF77E71F9BACD7B /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 21ABF1293012F0600F05DF3D7ABE5928 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 21B1823B4F7EEFEFF94E2D5D2E4F88B1 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B49AA8846547A00B1B65C2D1342083 /* RCTMultiplicationAnimatedNode.m */; }; - 21EC7D3AD60270794C1F393D994EEC4F /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 93015CA7D798B28532F5AB65CC754A4A /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 222BC3359BDB41AFD82AF7A94F7130A4 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CD51B847E9B8520BA51D83BAEAD6E52 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21B1823B4F7EEFEFF94E2D5D2E4F88B1 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5E5BF32FDA6B4F44244F647BFA86BC /* RCTMultiplicationAnimatedNode.m */; }; + 21EC7D3AD60270794C1F393D994EEC4F /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AADBB94DBC6052947BDA1E30F96C51E /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 222BC3359BDB41AFD82AF7A94F7130A4 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2610838F974CA3580A1AF94FCD167DD6 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22393B420384047F190855B2CD8126DE /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = DFBD060DE2AC542CD7113CBDDC114796 /* RNUserDefaults.m */; }; 227E798F6EB67F02AE3FB6227E466D98 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F50886998DA0B8D653152EAE4C4D535 /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22898BD6C6A490182C188A14C72195AA /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B7B14044930BBB895FCFA3CC7DCBAD8 /* BSG_KSCrashDoctor.m */; }; - 228FA2CC8D3E1CAA67EF260E8554406E /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E192F629F9E7034C0949AC0A99E253 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22B16F97A03BF31490343820AC77D372 /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = F9274AE86B9451B2C3F096DA4625A5B7 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22FAA1B26678CE5F1136E9A5A176E08E /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0D6CE5AD1A07C4B236E50467B6D90F /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 235DEDC64BFFBBEC3DE12FDC75C14CD2 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 559BCBA126E7BA103068C20107919560 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2378FA226B8AE38FD78C14C420BEAB4F /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B919BB9B83C584F368C9ED5E99788E38 /* RNFirebaseRemoteConfig.m */; }; + 22898BD6C6A490182C188A14C72195AA /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3420E0BE72D5589C8C81E786C91DA940 /* BSG_KSCrashDoctor.m */; }; + 228FA2CC8D3E1CAA67EF260E8554406E /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4358EC51B9DD64DA176107C2960DA651 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22FAA1B26678CE5F1136E9A5A176E08E /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D0E61FF30EB1C92660D5B131DD1BA0 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2323CE55A38E5A352F9B6950C4E14EFE /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */; }; + 235DEDC64BFFBBEC3DE12FDC75C14CD2 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4840680E9898C8280ABE1DA4EEF67FAE /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23BD7EAF0F4EBEA12B17AE7D21D916DA /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 240CA95748AD3A5095B92CB14B813665 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BDF1553E52DF2A8B8941C3000FFCB4FD /* RNPanHandler.m */; }; - 240D33AB8D66E24BC780EAA790D0A405 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 624E8A2306A0FDA0A14688F780884E71 /* react-native-keyboard-input-dummy.m */; }; - 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = E0D1C9D2F17800D682057DE924C0CB00 /* EXPermissions.m */; }; - 247A9E9CF0E893DE72FAE7DFB705E4A9 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 95D98868E3BAADA6275C843025E05F4F /* BSG_KSBacktrace.c */; }; + 23C6BB3F723931A5DE548D6EC2BB4790 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 244F9AB45450E679205158C6CA76DE05 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */; }; + 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC9965A7AA8053FD8E2BE02A00A79CF /* EXPermissions.m */; }; + 247A9E9CF0E893DE72FAE7DFB705E4A9 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = B88DA37CC71A10F9F436A4BEAB834EF2 /* BSG_KSBacktrace.c */; }; 248D62ADA195749B658B6D3F50035811 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCE4A6F288CFF18B400E12C8046E6ED /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24BEB560496E83ABB594F3692A139BCB /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C6B351310384285799279634BD7777C1 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 24BEB560496E83ABB594F3692A139BCB /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A567757A6DFE65435F00FD7946E0F3 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 24C8082B1509E898F7CA4FE236F63A0F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5AA2684FAD20F7751DB700D4BB2A7D /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24CFE3F163F2285C7CE86B37C72E419C /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E6A5EA6CB66FBA5010CB45ECFEA260F /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25174F9577BED818DEA7540C3B43BC0F /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D754EC90E9816902D43305FD3202F0B /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25276AE840404B6A21D8A190F740D2F8 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AD79A996DC7BB94FFAB2FA0D128425C /* RNLongPressHandler.m */; }; + 24CFE3F163F2285C7CE86B37C72E419C /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 128869708498C3B77680FA6A2680BBCC /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25174F9577BED818DEA7540C3B43BC0F /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1F91258269792A2614DE86D46BD099 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2570B87EB569CB890AD62362F7B9455A /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = DE648351B5AD45310F041A26DE44A27E /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 259805457533172392A5D7EAF6541D6B /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E5DC47A6BEB6A248691EF958BB460D /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25B6AA1A5C7DE1B7518DEBB5D07D49F5 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA43AF8C8101A437C46A0134308DC42 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25C64173AAB4A0E7E99B1018DDEAEF92 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = C37ED70B82AF9FAFA0D9F70CA98B4A24 /* UIResponder+FirstResponder.m */; }; - 263CC56ECD5948F66B7BA1AEFDB8F8DE /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5EC6704CDE8186B05FFA0D084DF331 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26AA5B066B730D0F6F733A9E922F00F9 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 610CD3B251ADFCD43D492EDD0A51C0BE /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26B4845BD2D231CE0B368EF69EACFB77 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FA9CD2C2F516A7843432D8A63E0A27CE /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 270957F405168211B69298CB2048DF0D /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B531B3FFB1A3AA1AD0C5BDA9D58F9C60 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27767774871C4002E91C458952FAF2C1 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 05809B72105DB62C94F828B3C42E14B2 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27AD52F67B0DCE2212BF541A9603B232 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = F68B9B6B4C9CFDC008019D79D1CA562B /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C6A9607C7B95306DDD95F8E59D6CB3 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 225F6667F0684851542416EFEEBE7472 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 259805457533172392A5D7EAF6541D6B /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = DE08A1697799F4D3463CDF5123687EBF /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25B6AA1A5C7DE1B7518DEBB5D07D49F5 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC35AF5BC80B3AF44C30F9E59F5629A /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 260BAE47B3569439B31567D99331F0DA /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A6EBC0F9A2B3B8D8234BE2605E7A3D /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 263CC56ECD5948F66B7BA1AEFDB8F8DE /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A095C55AE3C6770D39AB61D2E5D11B5 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26AA5B066B730D0F6F733A9E922F00F9 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D4A526B23A24985CF2EC96E3952F26 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26B101B1D7DAA369F1142B0165D6D792 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = D089152E81D0FC55ABA006DCBA020016 /* RNFirebaseInstanceId.m */; }; + 26B4845BD2D231CE0B368EF69EACFB77 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C7243D1BABBBD19A680DAE6DDE8F14 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 270957F405168211B69298CB2048DF0D /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A425C09DDF425A02D74DFB2CD28E1CA4 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 270CC16ED5D5584DA18361B42334FEEA /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */; }; + 2735CA26D995187844F37AD9EE7D2BC8 /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C39C633359A80C633DFAACA15267DC /* RNFetchBlobConst.m */; }; + 27610F9F77C38FF1773D6735BC1E7E56 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = A161F2826DDC073DA2745B30EF3BFD3A /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27AD52F67B0DCE2212BF541A9603B232 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0638788E5C6B578C970119A2426FD3DC /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C6A9607C7B95306DDD95F8E59D6CB3 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4B45301153CAB25E5031604BB4373E /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27CF157255C447A5063775B5BE8A7CCF /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 534A34629E4435800A496E2336176553 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28460F084E3F76CAE4A73405858D93D2 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5ABAF73422CD9556FAEB9BA9A9FDA3 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 287AF10671D2CB0A97D051B3DF0EA3BA /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D3A3B10CC2E9CC39448E1AA124E44C15 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28894DD65A1ACF39176DF0720AEAC829 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 5462717E3C4D7F3CF667231D619B8298 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28CC9D12382FF2F86C71C861D4B967D3 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8335B9FB2E3EDB9344977216AE969732 /* RCTDiffClampAnimatedNode.m */; }; - 28E800F897C3FC5D0D8BCB0A35CF5986 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B726C5FC40C6D602C16D0E5ECE8BE97 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29009F4846F6DC740E1990511A97357C /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 293C00F521A664B261DD2A82A0991A6D /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = EBB0B25F92816F7F0EE48983F0BBE300 /* RNGestureHandlerEvents.m */; }; - 29FC734D55ADF05F609522F2B29CB57E /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F067C7012DBAB30A45B13340FB6A4F /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A4FD22248D4B1C68D48C3CC742B7702 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B362DC091A49BA98A8DFEF642E5F9F /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28460F084E3F76CAE4A73405858D93D2 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A3A3C43A6661823033D8D114E53747 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 287AF10671D2CB0A97D051B3DF0EA3BA /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F955CB706BDADD4B6E9DB9363094E1 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28894DD65A1ACF39176DF0720AEAC829 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCF620DD479CD7925A77BBA6A46923F /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28CC9D12382FF2F86C71C861D4B967D3 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 962DB9F817E5202A43EBF5CE3C5CB969 /* RCTDiffClampAnimatedNode.m */; }; + 28E800F897C3FC5D0D8BCB0A35CF5986 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 84CC4F9750FE02A1941829DF87CA1C4D /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28F6D210CAF529A05468CE80B8B5C552 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2927EA9D5F5EB7662395B81211C99AB0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C007192092904FB1ACD62272D69FACBD /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 293DE75681B443F2911A2AC4A8D1067A /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29AD3D9DE14CE17538EE8A7207C7BAEC /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C03A9F431B760BC0691A86BAD1CDCA7 /* UMViewManagerAdapter.m */; }; + 2A4FD22248D4B1C68D48C3CC742B7702 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 78767901F3207E42CCE805D13E347569 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2A6007CC43D8EEA9B2BC68DD9C588117 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2A6B38A164673E0581A6B684C13C856F /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A95BEC374338108D944D91A3A5A3310 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 931801FB96F5B0BE054FDD981A306FF2 /* EXPermissions-dummy.m */; }; + 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12114CC19D2CD5DA1B7DAA4FAF8CE8B0 /* EXPermissions-dummy.m */; }; 2ADF07B96AFD642FDDA0273C3FC90A9A /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C612113672046C618FFAC8DBDD0EFB6 /* FIRInstanceIDURLQueryItem.m */; }; - 2B29AB6096D2325C885CD80370523BDB /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDF17FE7B3B410298204F4527CD8E18 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B4523AD2E76DA25D3CCAACE404B7A93 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B8627FD5A9E44288E273B1DDE73CCFC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B29AB6096D2325C885CD80370523BDB /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AF31CF3081C203E6E1BDA06093C7806D /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B9EC450036CCE70339A11F543BFB6B0 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */; }; 2BDAE2BAA48D3C6E8C983C126D1FF6D3 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 18B255B4A4B5BFB6A321700726D35D6D /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BE321A08DCB8BBD46BADC0025EE22AA /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 16D2F7B000EED47714448306AB9F2AA0 /* BSG_KSCrashSentry_Signal.c */; }; + 2BE321A08DCB8BBD46BADC0025EE22AA /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 315396E6D0EEE3DF12C2A072C40B15C0 /* BSG_KSCrashSentry_Signal.c */; }; 2C2AC1E8B0605625D9F2D5B5D3480055 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7653C4A1641AE61EF1ED06938DF89DD1 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DB0C499186A01CFAA24A5B8ECDDF6D5D /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C5A1D4ED7B64F582CC58A1A335BAB0D /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2CBE448FB6CEF4C98AF0A90B1DAA3E22 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2CE0C7567AF4A09430A5DDDF611EF558 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8D8C3802E379A447EB77A108367D8 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2CF3B1CA636A10BC382B517D2E20EDCE /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB47A6396FB1169A367CE021EED83A5D /* RCTMultilineTextInputView.m */; }; - 2D1D7C9433D6D2A3D6E2CE3409BFC2F8 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C04FC3CB243F9451AFCF7EB5CDD3B300 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2D335C77E861724C6239BEA0F3C1046D /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE014B9F8CBCA999346FB3AA0558AAA /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 349BA5499591DB1EB5096A95AD0D3544 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 91025832204349358308261FFCA0FBBE /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CE0C7567AF4A09430A5DDDF611EF558 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6D0313F46C6CCD608E71212ADCD4A6 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2CF3B1CA636A10BC382B517D2E20EDCE /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = F9430CDAE16CF3E217A5D81F6A67CA27 /* RCTMultilineTextInputView.m */; }; + 2D1D7C9433D6D2A3D6E2CE3409BFC2F8 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DAACD2D696508F501037C31C95755077 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2D335C77E861724C6239BEA0F3C1046D /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 15CF0EBB141F64CC698EC75D8AA6AFE8 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D3ABBC925B3B6C743389A4CD3AE5260 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */; }; + 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DF9146159BF3CFDAD43CD674C0C9AA /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F7259BEA08A3195A5345848FA18AC6E7 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2DB4F42CEBDC24A79C3C19B323720090 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B6BA6452ACEBB8EB0DE041BD9504846 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DFBB376FC49DD0EAAB164FB67B166B4 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F0E6B45065F58CC3946608E7D8515A6 /* RNCWKProcessPoolManager.m */; }; + 2E193B8046ABBCEFE5CC9344E7290F0E /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E464737871BE699036D46C3993DFAB5 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = A8764EA5AC2D5E037EB976B9BBBF8054 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2E4BF72932067C69FF51DB6AC0790798 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AB8D639D48165FC92D874B9DB02C62 /* GULUserDefaults.m */; }; - 2E5D73334FB87B87195671903FEB4EAC /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB9945877A307454ADAE20F007A65C1 /* RNCommandsHandler.m */; }; - 2E95441E24A0F8C21212A47FDCF55157 /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC0970164CF688C7C415BBE9753826B /* react-native-video-dummy.m */; }; - 2ECC8421ACC3C27F7A9F42A1910933CF /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F79010D1D59C9610F1480015B17AB2E4 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6FE0403C573CA7E489CD1B7873F4A8 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A69C9CEA375C53503469B535156039A /* RNNotificationEventHandler.m */; }; + 2EBA86776448C027A272035C221D2754 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */; }; + 2ECC8421ACC3C27F7A9F42A1910933CF /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 11684E5053EECD4BEE8CE561491DAB9C /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EDA758BD2C8EBBCDCD6AF0534C647CB /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B1D4ABDCB65D18C53B83DFD779A539 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2EEF2428BF4748087D8E774D39E0A4F4 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2EF643CECE71681010BE8BBAF3FECC37 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD4F55DACF1650EBC7C20EF882715D2 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F18BE81ED2899EDD12C6603BC4FEF60 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AEB27604EAEF4DA0F2F39C0C8FDE769E /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2F89717EED546D00513A07F5A29B3779 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */; }; - 2F9D2C82C8E2441CEEC88EA5653EEA7B /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E3EC552A8F85293068FB75C091ECBF /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 300C71ABFD378A1342C940BAD49E48BA /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B324B309DA880EFF3AD843AA7284B636 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 301B0DE3966BD9C68C83F40EE036D231 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EF643CECE71681010BE8BBAF3FECC37 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = D15E2CCA95D0AAD2E077DF8E08D293A9 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F000CAE467F0690E2BC4187ED1BBC7A /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = CD43B42E3F22133722693730A19DCD5B /* RNEventEmitter.m */; }; + 2F18BE81ED2899EDD12C6603BC4FEF60 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AB2E587257A96E86B4E42C7275EDF358 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2F3DDB852EBBFD0C36BE133114A9B5FB /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BD7C47E075273F2BEDFDFDAEC51714 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4B3C1F195BEDB76CA6AAACE6F87F62 /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA6E147F87C5788049EE4A818DEE4FD /* react-native-keyboard-tracking-view-dummy.m */; }; + 2F9D2C82C8E2441CEEC88EA5653EEA7B /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = F15538D826C49C3AD2C87822FF5A8D22 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 300B5E68EBAC0DDCA4672A2E22758EC4 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 300C71ABFD378A1342C940BAD49E48BA /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C6581A1C1EC5B86A22693D239EF5FF /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 306E096CBFEF19A8E5D7FEEC8A16AD0E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3E20455A1904B70D1AF3A40F0B91FD /* AudioRecorderManager.m */; }; 30787BC4F5F2D1BF6C15CF616FD2EFF1 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3080E60B332305C34D91BD2BE7AFDC65 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A4775901279C59CFEF130A53A02BB60 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3087957F46A42FE16055ACB06740A94B /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 012FB77C009F4830A65A0F5154959B37 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3087957F46A42FE16055ACB06740A94B /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BC3F8EF447275CD3B297C5B5CA8288 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 30B7FADFDC6C72E866EDF0B76639D177 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30C44A3EC525F17B193F938EAB44F38B /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8322750186FBA62679AF1F66D54AC7 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F099E2D7BB119CF454555AF964A10CB9 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 317B94C846125FA83D56779DF1F8F7A8 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = E597D2E8C8111833353A20242FB9D6A8 /* RNFirebaseMessaging.m */; }; + 30C44A3EC525F17B193F938EAB44F38B /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2408524A78B36BF52250F82EFAEEA3 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30E0498EE489C4FE8DEC6409C77119CA /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8FDE07A8CD80F3F7284A08B7E07EBF /* RNSplashScreen.m */; }; + 30FEB7CE160B90B175F0E703715C9515 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */; }; + 3113D7A28F5640A282563B5D6B2761D4 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 33329654F576731E671EC0D4FFEDA5E8 /* UMReactNativeEventEmitter.m */; }; + 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D9E52076AD7B2DC970868E6C33981A /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31A575CE50A281D0F123B2947B4399BD /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 31AF7D875A09DA32C3DBE7FEB60B2BBE /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BFEFF5BEA9680BAB44E7209430353A17 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31D85A912A3BEF04A237BCACA0FB4B66 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D14A04F1A0F495669967FD1996ADC8 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31E54BBF047C0CCC1785723BEE6BE355 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 319B268E1262076B584EDC07E97AAFCA /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 31F412AD59A377D94E8408159E58A7BB /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 320D67911EE88AD5B553C499F4303030 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD17840C53AFF81F8E2278AFED2A18B9 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 32C4C455405B9CD9EF755DEBE89A2CA5 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7334F497F4DAE42E52B14A42F49FDC8B /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32E684924D741517DCF60217D3427297 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = E8D6576548944B2498572FCDBC145E8E /* BSG_KSMach_x86_64.c */; }; + 31AF7D875A09DA32C3DBE7FEB60B2BBE /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F72B5B657035EF91D538D455F8177C66 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31D85A912A3BEF04A237BCACA0FB4B66 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 02D133D8E52C5945A34167B87492202E /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31E54BBF047C0CCC1785723BEE6BE355 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 581E9452A2CAC0ED23C28092653FDDB4 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 31E738FB42B1B1FF2C6C07944708E287 /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 668F3440AAA3FC0DF440BE2BB2EEEF5C /* RNCWKWebView.m */; }; + 320D67911EE88AD5B553C499F4303030 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6A8A019C4A15E893B8CF5F815FC0D7 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 32ADA0E7FC09410F5C1DD2CFC35F4700 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C27023E3AB825E4FAD443E48B26EA1 /* REAClockNodes.m */; }; + 32C4C455405B9CD9EF755DEBE89A2CA5 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F3BDACE0A71A06B78926886C491050 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32E684924D741517DCF60217D3427297 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FAC77E15DFD1EB338AF14D329EC20CB /* BSG_KSMach_x86_64.c */; }; 33062309584EE5CDBC69FC6DE862E033 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8B00BC3CAA5C9966000786F73CB461 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 330A1B0D5843F9EF53903DD77EEFCB30 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8701AE0AAE360AE7519835D4353E663 /* RCTActionSheetManager.m */; }; - 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F0ADB698A8738D5F398FE557B7CC815 /* EXFileSystemLocalFileHandler.m */; }; - 331A960C7F8E6E38A96D45485759A253 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F7BA71AFBCDC955F27739C30BEFCDE59 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 33397870CAB91081A53C471DAC6C0E92 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61D2613559F13A61BC4BC04D7571E034 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 330A1B0D5843F9EF53903DD77EEFCB30 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6D5B55DD5694F7BFDEDE5AEC60AB0FA /* RCTActionSheetManager.m */; }; + 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7349899C8AB95D40C6F4201C39E01E7A /* EXFileSystemLocalFileHandler.m */; }; + 331A960C7F8E6E38A96D45485759A253 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D64FC074E58EEAA272D1F6DDF54A457B /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 33397870CAB91081A53C471DAC6C0E92 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B5991A597327D484EB099919C42B5F /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 333E72A60BAFC9EB250C17222C7023B5 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 68664529C27BF53D318377C903B25283 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3349FF2B3360450C1C296A8B3C4E4FAC /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; 335029A6D67395F3DF335ED8328DCDF9 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 33B397A491573D7FFC9D852E1BCE6AD7 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3863E7FC0F882FC7FA322048952E45E8 /* RCTPackagerClient.m */; }; - 33C91DE5F2A63897008170423C191BD4 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DD3AC27A60813637036063D4CAE6EF /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33CB5D3DD385D4617604E912AC04C551 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 227E95D089FDF9C4E206FF36B4E4C597 /* RCTNetInfo.m */; }; - 33FB4C793549063B310D0086DFA7B2EE /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = FA996BDF647A705ED6C2B621ADE9FAD3 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 344BE6F09C7CEAA2BCF5D319EAD98149 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E3EA4958158E80EF83EBD232FB9D518F /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 349A61D90231B268304925F51675C39B /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E42FC9015DFA990456F7245ECFC4502 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33B397A491573D7FFC9D852E1BCE6AD7 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 617A441BAFE76D21E66D07461F5B5DA1 /* RCTPackagerClient.m */; }; + 33C91DE5F2A63897008170423C191BD4 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D4ED393E2B157AA027167F2D8EFFFBD /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33CB5D3DD385D4617604E912AC04C551 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F4323C5C8E7255C7EB1A874AA011F7A0 /* RCTNetInfo.m */; }; + 33FB4C793549063B310D0086DFA7B2EE /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = DD4B188C5C46AD77869914ACF31428A4 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 344BE6F09C7CEAA2BCF5D319EAD98149 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 448980D6B31E0B91ADA7B1B98C50FFC6 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3475C9CFDAACDE0FC66C204AB69CAA21 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */; }; + 349A61D90231B268304925F51675C39B /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B4B35676ABB74EC9CAC75E80DE7332EF /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 349B8E6465493658CF6AF3C28F8E69F1 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63062BBEC1A164A5789AED85BA5D9DB0 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 349F18F82E11FC2D70535A54F02716E3 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FE1DEC047DEE1CD398D9FA50CCDE11 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E1BD0290A0D3B1AA052F0814268BCC /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6447DEDEC6444963F5043B2CBB605787 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 34E56E49ED0E3967BE75246A7D35598B /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */; }; + 34E1BD0290A0D3B1AA052F0814268BCC /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F7B4AA9ADFEA45EC7029700FAD0AD9 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 34EC45D7E05C7E544ADCE54C82C7F815 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B2ACEC62C125FF131EDF144E1371E3 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 350C952D385788F69FC5482EA9142342 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 352DDE54B549113E3DB59E73F7B139E4 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = CA50B6D76F7D9DC9A4CF1CB0C3F68E99 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3550EB71EB3F679494CD0E504854D13A /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C241107E1620B204D3BB1D1BE2141E70 /* React-RCTWebSocket-dummy.m */; }; + 3516E5B75F511ABCBFBE5DB5760F67AE /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 199F4861359BEB998B0F541FFE902D1B /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3526759BB16DF6F98E8C7304DE7D6E01 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */; }; + 352DDE54B549113E3DB59E73F7B139E4 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F943A4F55889ABEFE049ACEB28866C /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3550EB71EB3F679494CD0E504854D13A /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF992A2BE7043D2228830198C037FA10 /* React-RCTWebSocket-dummy.m */; }; + 363F5E86259A007D6270597C9DF46509 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = D3CD739B6FD222DA3AFF46B3CD818516 /* Compression.m */; }; 36580214A5CB5C99B6041876EFC1433D /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = E58D8E24189E3B4EC1091237AB612995 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 368C240FD626E1A28347B99742555B69 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */; }; - 36B1133DA7D823138FE3B8E7EC7248D3 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A172BC7BF2A1AC714BF8ABAAB32DCB /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 36BFE1658AC12B4AECA3993E6F98922F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A09516D70AF28DD7AEF1FBA8887E81 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D6C69C0E2415D65232D1F12B1D7A80 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 25CF729BAA5F53DED1D32073236DB560 /* BSGConnectivity.m */; }; - 373979C153E712DAEBBE4BD9F6D4057F /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B07D3187B1884B5024C4AB96C3412D0 /* RCTBaseTextInputViewManager.m */; }; - 376A81AEF8AEDB4D58D24E7271FED921 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D51A350E61DE185BAE7F14921DA5F91C /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37A951B4607D1F419A0D25BEDAB18895 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */; }; - 37CC877F221077C1E28D8DAD55356239 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37DA7B7BC1D010A67584BF3285BEA2E6 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DFD9B82214500486FF08E61EB4890D03 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 36B1133DA7D823138FE3B8E7EC7248D3 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = A0F425399EF2FA9EDB3BD9E5F4F267E9 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 36BFE1658AC12B4AECA3993E6F98922F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 577A0A22472B86AE4083BEDC3405AE78 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36C2C70CC9B831331BFF0BEE36F99D7D /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48FF9930A377823CBAD801CE36D363F2 /* RNFastImage-dummy.m */; }; + 36D6C69C0E2415D65232D1F12B1D7A80 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC3108151A608EF6764A5069E0330EC /* BSGConnectivity.m */; }; + 370557D585774FD9B002A0ED25AE8676 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89FA75E623A55D05DB040C1AD7FABDA5 /* FFFastImageViewManager.m */; }; + 372065367ECA2E13B5CBD2117DEE69EE /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 180E09A24E2BCC9C184C228DF1954D23 /* RCTCustomInputController.m */; }; + 373979C153E712DAEBBE4BD9F6D4057F /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16691183934C8781EBFA3CF3CA4C6FF6 /* RCTBaseTextInputViewManager.m */; }; + 376A81AEF8AEDB4D58D24E7271FED921 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A5B6FECE26EEF95B0E4BDDDE40B57A /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37C184931FC2BB11DFB97B6CA813A4A6 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37D8ED231682175835EDF04A71DFDEAD /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = BA057C05B5F0024C4266B25835E3E1F1 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37DA7B7BC1D010A67584BF3285BEA2E6 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5BDEB9D8DFBAFD8B31EE737D63C4EA0 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 37DD54840768E12258A9E9EABCB6ABE2 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 656618CCBF9B1ADAB445ECA9A44F72C6 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37E615775064B24363B55F3B52BD83BF /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBB66D121B2B6EBFD72D57CA04420A1 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 381E62687AB55DF94F2073E8C5A85A50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B725DFF85603D1C5EE672BB34D4483 /* RCTEventAnimation.m */; }; - 38249DCB0B6ED78C5A06B8562A87AB6B /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D7031E899AE621E29DBA485716FFBE /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3856FA6524A7E27D3DED0D3F3A599204 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 589504FBF2A445ACDE2EC05C724DC7AC /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 385DF1B45E114C827E4EE2282D0FAD92 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C8380E7EB9F872576B3F709EACB7222 /* LNInterpolable.m */; }; - 38758797EF0FA9A464EEBB902C49D14B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE56A35C938878AD7F2FBBF2B9069F85 /* RCTInputAccessoryView.m */; }; - 388FD9D24B82284DBC13AC8D7BAB229B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = F60C9A8C39894F67671F2E1C4B9C6EB3 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 381E62687AB55DF94F2073E8C5A85A50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F68FEC1488D2A7220732EF07EBC992 /* RCTEventAnimation.m */; }; + 38249DCB0B6ED78C5A06B8562A87AB6B /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5125152960AA8F9A82FF265C37646373 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3856FA6524A7E27D3DED0D3F3A599204 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B6C5B199FB58B0DFCF4D564BEE111D /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38758797EF0FA9A464EEBB902C49D14B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 965B4670876EA166EE453E61AF20E036 /* RCTInputAccessoryView.m */; }; + 388FD9D24B82284DBC13AC8D7BAB229B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 457ACBACD041424F5C74219A24DD5043 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38AD4512BAEA16C8B031C7DCF55F2A8E /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C2981E4EB986A0B8C8F50577AC1BA8 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38AFA02E5E290F31187DF2074FE08998 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = C50F96C19293236E0AA07E0F0F7FD79C /* RCTBaseTextInputView.m */; }; + 38AFA02E5E290F31187DF2074FE08998 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 451445F6F812B0F252951A9049BE2C3A /* RCTBaseTextInputView.m */; }; + 38BAC0CB05B5AD0A7BB3EE0DEE67A5F0 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */; }; 38BBA21348DCF9947155442372A8E735 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 38BF8FA86C8EF2EF8D266CE45C3771CD /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A145EE6166572D000B73418B63D8CC2 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 394C71A7827601E72BE2EA262D0CE3E0 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 707001FE82F27F9D5E583DF965D3B48D /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3963D28AE4FB8DBC48097812CB07DB77 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D5EF0845A3BD0930072E723274BB20 /* React-cxxreact-dummy.m */; }; - 399126FFCE6CAA8AC2C8B8CF1515C486 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F133C488828CF36D8F30C8395A87919 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39976B857F28F71894AF3D1027DFC5D5 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = DAD05A504F117E067F8F221DEAA178F7 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39A375FC54945049F47BCD80E1A2B8A8 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 57CD8A375D8D1C7C62BA56E54C204F0D /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 39CDD25711ED805841AF7DFABD0D6494 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE84263A81835EDB489F1AAA826F19B /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39E746D5C317D9A8E85A899DDB7DD940 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C6E4E0F613277840B3A837BB8EF0EF6 /* RNNotificationEventHandler.m */; }; - 39EB016FBD05C2F3DC8059DE46EE5495 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4895C76F0EB2F0DF30DFBDA5DD3B4A /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A41FA077417FD269CE763B748DE3D7C /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F64DBC99F9E7929B1BECD41274C1FBE /* RCTAnimatedNode.m */; }; - 3A47C8ED5D91A66F656F1B5A8286EBD7 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = D18F7852C4F560C90596C9CC565004D8 /* RCTProfileTrampoline-i386.S */; }; + 392953E190B83514F98B4CFE4B1E4100 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9D6FAFBC55208E6874E7D797993A58 /* RNDeviceInfo-dummy.m */; }; + 394C71A7827601E72BE2EA262D0CE3E0 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A187D78A9F6EDC597A82AB3248537662 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3963D28AE4FB8DBC48097812CB07DB77 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15841257A3630BCAC0B327CF1EA13CC8 /* React-cxxreact-dummy.m */; }; + 396DF739F8D2886280FB4B614E1F6D60 /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = D5DA4F3655063FCBF5F103D3433DBDD3 /* RNRootViewGestureRecognizer.m */; }; + 399126FFCE6CAA8AC2C8B8CF1515C486 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 2385DE7EBD48F61F150EE13F14D69A07 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A375FC54945049F47BCD80E1A2B8A8 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B28A5274798A8C137322D0C6A6CBFF2 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 39CDD25711ED805841AF7DFABD0D6494 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2C5A8D6703C9BBF8AB3E2F3F87721BF /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39E6D2E43EE77A60CF0CDF7D2C69FE25 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */; }; + 39EB016FBD05C2F3DC8059DE46EE5495 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF807B231DCA2412691182D71E83C2AF /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39F31A33A67BBD2B5BF64E17DC90D5DA /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */; }; + 3A00E6F644855CE2EAF7B0E44330F1E6 /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 474F89590B39A62F246DD368151B7D6C /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A41FA077417FD269CE763B748DE3D7C /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C170F303038E882D86BF1C49FF2E76 /* RCTAnimatedNode.m */; }; + 3A47C8ED5D91A66F656F1B5A8286EBD7 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 9808A827E886008BD443469C4C9C214F /* RCTProfileTrampoline-i386.S */; }; + 3A7FF9233EA8CC0CE16869862BB02A2C /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3AAB01A9C3C8E9947BAB1F89DEAD4154 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9CE8293D9290796C1AE82B202FBF88 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AF67F23912DDE027E162322E6D5EEDE /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 22A05129F0878801920BF738609DC367 /* RNTapHandler.m */; }; - 3B0A7E19FFF3D40824834302B186379E /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = EE60DE68B25DA416CA52D389452CC088 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B112B7961DF84472640CEDABA5AB2D4 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */; }; - 3B6919C80D8D87CA4DBECBC48DEDC9AB /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B0A7E19FFF3D40824834302B186379E /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA96AEDDE8BD41343DD3A697F0F4185 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B18CF24040AF6B78F6FFD5E615C7F04 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DF6BFDCE98CCA58FC3ECB70F283FAFB /* RNFirebaseDatabaseReference.m */; }; + 3B6FC76980C7AD363A1AFEF1570A5E73 /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BA90B3B52DBA024BC8F0D48C1E1FE2CC /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B8DE1BECF3B74228AC02718EE8A7315 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3BB343D149E94DCA9736241B605534AA /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B0032B09BA795D9A9342B053902821D9 /* GULAppEnvironmentUtil.m */; }; - 3BB7613A3A3B5DEB2C5EB61243ABAF8F /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8427DB63ABD9404459032AAE8DEA0063 /* BSG_KSMach_x86_32.c */; }; - 3C48F1E0E0C985A4E58642F51D4FC644 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0700642B1DA4A15CF7D83E2215260C36 /* RCTConvert+UIBackgroundFetchResult.m */; }; - 3C4BBEAE55A37D985320BF5A8F7E3FDC /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C484257FA62D54A1B01EBE06C0424B09 /* RCTDataRequestHandler.m */; }; + 3BB7613A3A3B5DEB2C5EB61243ABAF8F /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AEDDB99477138DE1283AC6B259FF706 /* BSG_KSMach_x86_32.c */; }; + 3BF1C252F9FD1655961C7306E484860D /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 33AC532F9362A71953457748C7B1C032 /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C4BBEAE55A37D985320BF5A8F7E3FDC /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 77AB9E54FF55AE5138CDDF4866425DBC /* RCTDataRequestHandler.m */; }; 3C59E4210B09E27F847CC83CD91DB322 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3D1AEF75F8B096727AE2866E29F1C760 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3370F621F6DFA0176AD602AD92F94A /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D7DD5CA72B42EB3DDB25048FB234E0 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B6DDF977907DF85DD41E36D55D2DC422 /* EXSystemBrightnessRequester.m */; }; - 3D6E61128957573C9E005911F6FDAAE2 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A2DF8510E3459E054038F2369AB8B2 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D992AD82D70347AE78E24556FF42644 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB05A7744DD07B7E3FC74779D58B12A /* RNScreens-dummy.m */; }; - 3E08292D62CE7EA5C38906B28EAF1E0B /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = F352D675FE8E3BD389DEEA90011C4077 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3E9719AB081FB55507307E9807DC82FA /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C7DFDA5E9054B75A97C7336060A058C /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3EAF7EE54A30BCE3946A9427C9F22B9E /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */; }; - 3EC65600C6566E863EC8C60A779FBAB7 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = CD83A75DAE178083BF78B827259508E9 /* Compression.m */; }; - 3F45052C992BE4F15342074DFCBA8F47 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD6B3AAE53E7D7C50E5EE4F8DB6D5D2 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F5E15218AF798D177E4FD2650FA4044 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F0281D742FA4A1140DB8FDDF9844B10 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3F8BC43549AC66769A4E9F56A3D0E3DB /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1795DB44A1B1CCD3FEAC7E896EAF933 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C5E45E912ED2586C35508BAB1316532 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C44BCD2D66A2B83874ED833245A987AE /* RNFlingHandler.m */; }; + 3CBB8ED51BCD13B441B6F5FAFF34C63B /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEC348427E96A8254ECE30E6EDBEE69 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CF47429823948AA9ADF76CADA2446A5 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */; }; + 3D3370F621F6DFA0176AD602AD92F94A /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = D453168CE31554EDAC87E1A168035F38 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B6329482079E2EE36950BEE3C69ADD4 /* EXSystemBrightnessRequester.m */; }; + 3D6E61128957573C9E005911F6FDAAE2 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE3B9E8879B8C23CEC374AC22BE2B4B /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DFC25EBE4AE1DADA3E60388DDDE61C2 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A5991465E0A23FFEC16CF3FB77943F /* RNFirebaseDatabase.m */; }; + 3E08292D62CE7EA5C38906B28EAF1E0B /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = E3D6B56C6BF93D6D6F664E8199E4EF0B /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3E1B750DAB5F395214A0C0848CE7EA18 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = A72C7879DE7E85F0BCDB2A9D304DBFCC /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E615AA6F4E76092E03128106C99C0E1 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E34D02D1F6AFAAB044B8867103458F /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E9719AB081FB55507307E9807DC82FA /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA4062363BCF33D5BFF1FBAC5D2D5F6C /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3EAA8D42E3199DC5BCFF5C13608A9656 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F45052C992BE4F15342074DFCBA8F47 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9361265DFA91341FB13C9FCB1377C018 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F5E15218AF798D177E4FD2650FA4044 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFB78F240B53636FD00D416570BE07B4 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3F8BC43549AC66769A4E9F56A3D0E3DB /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6108A6690F18D28672884E623ECDDFF2 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F906C06A0D58DB07EB44F461E411787 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */; }; + 3F90F83034CB6C1941E53D85D8516695 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */; }; 3FD619CD7E4DA2CB1F156E46E5096A79 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5647841A7C5A01D12C01B9E40BDBA2FD /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FFE24C9213296F55008C3278AFCC9D9 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A20907F42AB61D2327B6138C7329CD3 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FFFC6E8E0EA3753ADCC980B209485CE /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E74D1758C397FE664ED862CDF395DD77 /* React-RCTLinking-dummy.m */; }; - 408BCE27E4BFF88DD82DA84346349957 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 5111CCF291CB07F02FE2B4FE51BDA8D8 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 40AE675CE30893125F5446DE5BBBFDB6 /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 54362C40444EF078AF859C33BD8ABC9C /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = EAFB707AB946A67A2D1269FBCB018260 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41009A4DB9861296AC550AE2C73A0726 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8CFACB1D6F46CC43F2FEB70122D7EEA /* RNCWKProcessPoolManager.m */; }; - 4116BAA809E913831F23671C068EE570 /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB9BE7B51D31C68E079F5AD87FD6B5C4 /* RNCWKWebView.m */; }; - 4143D6E51C98469B56C0869D3C162ECD /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 16C9FF1CB17D380B4DAD4B8C5496881F /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FFFC6E8E0EA3753ADCC980B209485CE /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 73420C367D1D3C0D75EEC1266701B4F7 /* React-RCTLinking-dummy.m */; }; + 4083D93A805A9822A60F3DD2DD5C9AA5 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C64BF83633E893BB00244D9FE67ECA8 /* RNFirebaseAdMobInterstitial.m */; }; + 408BCE27E4BFF88DD82DA84346349957 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 826CDC6AC2BA213BF9BFACEB76B33C1C /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 40AE675CE30893125F5446DE5BBBFDB6 /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2818E53B68F65C6D25ED19C083ACADE8 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B8AF7821F24386577402BC8BDEE87FEC /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4143D6E51C98469B56C0869D3C162ECD /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DC19956E8F485F541341C71946A6BD /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 417DACDC0A7BC5F9A55B32734AF496F3 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = D747317B65397EF1C710A86254BF07B4 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 417E75BC5FE99415F33B4422E53E4127 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F7A763771471383D4666FBB10B57E8 /* FIRInstanceIDAPNSInfo.m */; }; 417F9C8A3AA8AAC9D60B25C6FB3EA614 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = E74B943F621D5FBAD1218AFD5E894604 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 419DEE7CB0ADCB4F29391B55C4B2DF0C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 63895CDE3EAF4F65ABFED2DF0BFA9FD3 /* RCTTextAttributes.m */; }; + 419DEE7CB0ADCB4F29391B55C4B2DF0C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC3C701CCF1345E7EE2C5236E4F8FDA /* RCTTextAttributes.m */; }; 41A95E3F7E2E29D18CB242B635EC5CC0 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 19529A703895D6ABD53C7639AA0A2D44 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41B89098A007746270DD180D70EC71F5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41C31D91BCA1D7289620F94A875E1DF7 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41D1E0B51D0E945795DEA849E1194D29 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 810D5462C63EB4727FFB204D6B6F8B09 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41D1E0B51D0E945795DEA849E1194D29 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D2FDB9B87271488911C2E48AACC51E11 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41D8858FE972092F3CD14BCA87010126 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F86F25484653370A0D569FEBD1153AF /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 423390F2BDBAFE1F7C2C79241A0B2342 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = F05927509B5DE64E2557BBB2796CDF94 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 426112F7D340323309E90FDCEDB6698E /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = A4480C00AB73EF5440C3A3BBAFDAC2B5 /* BugsnagSessionTrackingApiClient.m */; }; + 422F873C6399300811B3621AA5687300 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BD101FC12E7D3DDD7208BDD6DDD01D8 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 423390F2BDBAFE1F7C2C79241A0B2342 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB25B2A3F5619D0D39EE57A4044183A5 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 426112F7D340323309E90FDCEDB6698E /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 686561298CF861BB2F982763945AE3CB /* BugsnagSessionTrackingApiClient.m */; }; + 426A1FA561EDE2F9E48C2B2AD37EF1E7 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 8307E1D8C12F6F39D94BEEE2903F42A5 /* RNNotificationsStore.m */; }; 428DA569F1EB3E48A5F26F0FF30A9061 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 42BAB1D435CA9D2AAA21480F1F541429 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ED06FB303006808DCE61692493E601 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42EFF96D875A2A3CA443A6CB8021A9A3 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01D616258D310A39873F42EF82CEF8E2 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 42F70B2C1B020FEC94FE27D2B7642E1C /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFB75FDE623EDC4B2979C827B132A69 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 433901478838FFC2D8D000028D857B2F /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE0D71610F38AF41C40F8FE8D673E43 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 43B3DE547565167526B675B482CFEACA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BFBD04D2A047272697F0540C192A9 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43C52ED5D9809B750635A8077E5486F4 /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2259FBF3EA3796E442AAE6DC7BBF5596 /* RNCUIWebView.m */; }; + 42BAB1D435CA9D2AAA21480F1F541429 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = FF24FE4B35AA287072FEE76074A932E2 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42EFF96D875A2A3CA443A6CB8021A9A3 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB0ED5DC21775E9F64E3C14ADE15B982 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 42F70B2C1B020FEC94FE27D2B7642E1C /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = E74E564EE677C0A033DCF8F68203F89F /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 433901478838FFC2D8D000028D857B2F /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F3D732EB21619BCF6896328F6B9D57A /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4381CA9FE29D909B098A50E364970B14 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E6886BBD706DAC28C6C35BFA0E74BD03 /* RNFetchBlobRequest.m */; }; + 43B3DE547565167526B675B482CFEACA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AFB32F27E96B016449FFC2EABDF67C7 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43BC464AB6ECBDBAFE693EFA3AB02F3D /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 24F0688E76F8CE63867B6E003AAF9C17 /* LNInterpolable.m */; }; 43CBD73B6409385B3BA97C371970F1D2 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 80FFA483C0CB4DE8DEF2F093A39847B9 /* FIRInstanceID+Private.m */; }; - 43DE8C497516319FB8A65F50BB8C9B90 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 9572A9B8E9944C370FDCD10F6D088BE0 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43DE8C497516319FB8A65F50BB8C9B90 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE5DA74A041E0ADCD22EE8AA14F2C93 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; 43E11DA6D060BEADEAD736180B594C36 /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D1841E42A9EA072383D82BE69D4E0B /* FIRInstanceIDKeychain.m */; }; - 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A29386919AD1B6652A9D8F8C4B6DC91 /* EXConstants-dummy.m */; }; - 448529B88A66DED92735563849869F3F /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */; }; + 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A847DC66BBD2CA2227659DC96E426706 /* EXConstants-dummy.m */; }; + 448DAA747B26519D168C92182505914D /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */; }; + 44A1215968961FCE0ABBCB4772BFCD44 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44A56E8FBEA913137B22E0F48F692DCD /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F265EB84BEFA0C02FDB805FF9074BCF8 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44FB6A1BFCDEF27B9B786C9A7181719C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A23489B385A1E1A55AE59AE5371D957E /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 45307D513C4894EB9789196D086D53E6 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = DFAE968EDAA5236D6930C122A7CB8064 /* ImageCropPicker.m */; }; - 45396AFAD834088E1996AB31384FAE90 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = ADDA5E865777BC663AD511A6547DC56D /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4552454BF02E1FD834C531E0BF4EEA9F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C8E8AFC1D6B78D29CFE8A067D4A24E /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4566E2AE1D049DEB02F46A757B9D801C /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01661966F13874DA470B02804CFC0306 /* RCTCustomInputController.m */; }; - 4581C096EEE71878594E52949FF373A7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E114932D6C762618B2AC1F2E2F4FDDB /* BSG_KSJSONCodecObjC.m */; }; - 458F8EB1590AF3D2BC761E2A73302CC4 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A0967AA2C111474531829CC1629E844 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45396AFAD834088E1996AB31384FAE90 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 75DEB0D6B28F14C95B7F09276C8DFD21 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4552454BF02E1FD834C531E0BF4EEA9F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 871207CA3B77B132A71A14E1F3E97DC0 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4581C096EEE71878594E52949FF373A7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CCCC6F4A82C17122EBFD454609E030 /* BSG_KSJSONCodecObjC.m */; }; + 458F8EB1590AF3D2BC761E2A73302CC4 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 64DE0BD92C2810D3E62E086D52B2A413 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 45A40F884619367E2D134F45E8496BEF /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A01B9D45AB28D2D8B1166C358B2E1B00 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 460E37598AA0D14AE158159CE82DD304 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A54C81CAB26E42C5DE79CB29DA3D6A5 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 460F4652E6A078C8F6CFB39E917713C3 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */; }; + 465AE31CB7B5F89232485E6F997D1814 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */; }; + 4682CC280D5D1E1A5271F17799C03635 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 16C21848E0F1503F03260BBDA54DFDE8 /* RNGestureHandlerButton.m */; }; 4692A03F476391868C6362ED0C497F02 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A0974B26B6AB6E0A12A66BB5517340D /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46D4DB4D7655C9D518527A43C8BCAB15 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5B1E7E82354E75041F85D10EDFF4CEC /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 46D82C040B9A4F58BC70C2D8186336E6 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47043E4D216E078B9D00FC284AB30F0D /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */; }; - 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EF3864279305B7211F1838144A057B8 /* EXCameraPermissionRequester.m */; }; - 47663F0A217827163C37D8BB639CB22F /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 02BE54D27F70A0662AE8D7562DFE1999 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47AEE83DB849E3C2B4A8B16F935B2492 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = A1C3E74314A59BCBC422A740EFCE3C0F /* BugsnagReactNative.m */; }; + 46F96328BBF9F7B1DB86D5D69A7A3620 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 470F1D06789D484F24DCEF3979148122 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0FE5D90DB494951F43208675A5D9C7 /* EXCameraPermissionRequester.m */; }; + 47663F0A217827163C37D8BB639CB22F /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D07412B30760D7E894D325B2600A9BE /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4776FEBF1F58A81C725891898994102D /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = A71A86586698FA9CBF0615C7E478CB07 /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47AEE83DB849E3C2B4A8B16F935B2492 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 6034A83CD7E157C9F42A866F17DF519B /* BugsnagReactNative.m */; }; 47D26569084E23199966F0D962D65D0B /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 485C9F3AD88877C5CD087FD513828EF8 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */; }; - 487559677C7E26B29CCB56933C0827F9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D29DFFF1E250DBC669B44E3533F0EC8 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 488123B6785D8E54DBF3FE3B87BE30EE /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25D31073D5AD18C5ECF9CCFB5C15DF67 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 48854AEE4AB92CB30FED6C801E3056CE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1168D83AED03C26F69466043EC6F1925 /* 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"; }; }; - 48AD8C6A612832DBB152FFC09848F745 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = D929298B10FF099260CBF1E7C0D34699 /* UMModuleRegistryAdapter.m */; }; - 48BE6199AAE229B7BF47A93029821B96 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = E6BFA03519BAFA0F0769C3FFBB1E72F2 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48EE6191381757AFD19271D6D89B3C86 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B89C325197E213087FDC0BAA9D4EC41 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48F083DC54F85765694A5E0B53DE7A23 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 315576638118A6508E9348F0B831D6BD /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48FD91451DA44310A44523825F96B1C4 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F589DCFB5BBD63C71991478EA159FAA /* RCTPropsAnimatedNode.m */; }; - 4938989068F55A805D188E4CE1F808BC /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49DDCB4C3E3998962C6F2DA29BDE329F /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 049AF58234FB0E38DE1469CBC2D9E233 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49FFF0BAD28D80741F6F4DFC75B4728D /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF95DF1801EE37788D4C416483F9EC3 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4A03BCD6682670A22BA5AA536B090508 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F0DBC01067215A4E2CFF63120130FDF /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A179F67B2211D5A0C4CEFF2808687AA /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43CE6FE881FB870D2E73185963CE9AAA /* InspectorInterfaces.cpp */; }; - 4A191EE8E63BB793A736ACFD4C598019 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B105173D64FD76AA97A1A11A3C37FD /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A635A71C4C46F0F2C9028A9BCB3361D /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CD1CAA6F9A1EFB382422A33330BF12 /* RCTSpringAnimation.m */; }; - 4A81C4BF8151A7DAF53FE7125511D294 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A203C7690F6B1A8BB7FC23D1B2FA41C0 /* RCTInputAccessoryShadowView.m */; }; - 4AA0C384DDE993D7ED4758DFDE13703E /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A66CC7C6EB5A83574BCC882659DD3C68 /* RNNotificationUtils.m */; }; - 4AD9B21E810E822A35BBA7981054DAD1 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE98FBDCC40D4B375ED231C6D842FF0 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47EFCA2925BD5B2285F280E7D9881A78 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */; }; + 487559677C7E26B29CCB56933C0827F9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9F57339B8E790FE6965EF8570C784E /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 488123B6785D8E54DBF3FE3B87BE30EE /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C837D9B2A66829949840D9556C54618 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 48854AEE4AB92CB30FED6C801E3056CE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 78BA8934CBD408D34AB505B54460C5CF /* 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"; }; }; + 48B0508EFF2785789089F088652B1F69 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */; }; + 48BE6199AAE229B7BF47A93029821B96 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C5DDB122C408F7CACF636B3483BE2F /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48EE6191381757AFD19271D6D89B3C86 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CDFFCF5FADB569DC776893B4745A215 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48FD91451DA44310A44523825F96B1C4 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C68CD367256F707D56940C7C3FF1F66 /* RCTPropsAnimatedNode.m */; }; + 49CD2BE8E0B2AED99D4BE072F03ED82A /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D52ED37DA2E1A90F10FD143296D7CE /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 828D894784D0A7ADEF1C74A7F69A7C38 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49DDCB4C3E3998962C6F2DA29BDE329F /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1213C5AEB9E6E760163BDBF62F2F99 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49E64F446EDA3664889BA4C108FDF8F5 /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F1E7D2E241DD1E1F87D27B06F273C5 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49FE08EBE74850997A526DBBB8BB84E9 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F1789E73C5D6D18C595B13AE0F0E3B0 /* RNVectorIcons-dummy.m */; }; + 49FFF0BAD28D80741F6F4DFC75B4728D /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DC5B7DBC6965B53300A4B73598E72910 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4A03BCD6682670A22BA5AA536B090508 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 74779CA28B17A3FC0CB16B715737F84B /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A179F67B2211D5A0C4CEFF2808687AA /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F922722619E940B8EA7D5A7370F207F4 /* InspectorInterfaces.cpp */; }; + 4A635A71C4C46F0F2C9028A9BCB3361D /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABD50A3F688CAFFF5E14929E1E956670 /* RCTSpringAnimation.m */; }; + 4A81C4BF8151A7DAF53FE7125511D294 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBEA1E1FD0EFE05CB7C8B40070CD0A5 /* RCTInputAccessoryShadowView.m */; }; + 4ACC7CD8959F14C23B6010D7C0DA0124 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA39AF0E38A9A1A1C1C115C93E1A474 /* RNCWKWebViewManager.m */; }; + 4AD9B21E810E822A35BBA7981054DAD1 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = F1B5AF9C5E495ED5BF9F13C75ADDFF24 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4AEAF2548FD03171132E796282A5A71A /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C28EF151ADE44B36CB01A2BEC03F522A /* FIRBundleUtil.m */; }; - 4AEFB91384203AE6A0DBAF5C2664A2D5 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F215917091CEF6A68933FC36DC28D7 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AF04CD7C7A366230D118DE7AF1793AB /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBE6EFC6FECE73E368DF4871D898C3F /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AEFB91384203AE6A0DBAF5C2664A2D5 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 890E8DC53E6459318EDD2F74FC91C518 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AF04CD7C7A366230D118DE7AF1793AB /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9843073C0200AF13FF6625B4488D34 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4AF533E5A6AFF13467F5968EC8A6EEFE /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4AFD27C4EC65B4527F2AFF3C05621E70 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D357429067B0E14843BE4A24627FC30E /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4AFD27C4EC65B4527F2AFF3C05621E70 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = F029E6DB804EED743B2E3D09EC79D2F7 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4B16183155FB0D44121293E7D1DD26F6 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5475E7BAD37E85809BCBB603367C85A0 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B163EB758F5F9C2FC21DC257B9F02E6 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0580E5E4C436222FD025EC39AA8EFD3D /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B35CB70798FDE7E4218999504975CBB /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3638A310077C962AF2E5A04C7155B1A /* React-RCTBlob-dummy.m */; }; - 4B460590C328B6B30A6B86BA914401A8 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D691B11B620E2CF79A2B0A9A61A29BE /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B561EE5680D1FF67BF77090CA74D7B3 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F06D89C7F9FBCBB897430B3AC1DDCD5 /* RNFirebaseAdMobInterstitial.m */; }; - 4B9CEBB534AF8FCE46F101F523358815 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 47BA3795198EFC617D63E68704BCD589 /* BSG_KSObjC.c */; }; - 4B9FD986AB96003A9945844EB3F3D926 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EF69C0C941DAFB869BCA895612B3DE2 /* UMReactLogHandler.m */; }; - 4BA9046C44DAF98A93FD0D4BE6199C06 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 334C9D2332F3FC4EE381937E6EB39124 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BB92A55CF3DEB86B5EFF576D1999D54 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 45D47468ACA2A88021D2E56B1EC4E998 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4BFAB677B9ACCC2587BDB74A61918717 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8031F5728BB35640E1CDE1E031BD1B50 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C060A40F951CF294EA92B0B3D08E0CB /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */; }; - 4C0EF410B1DF33A1FA7A9B3DEB143D60 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C2D9B6E7C57A6937CEC0DC334D9320F /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 76994A626805B94E7894646B36D817F5 /* RCTBlobManager.mm */; }; - 4C451FA8DB397547DB04630479B4D605 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8A72EF354F852CC500E8278FA81E9C /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4C88312754491019E137EA0FA45E3A0F /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A76F87B7E73EEF2DAA18F8B03CDD3548 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CAEB9BCA2013D736E9B57F5AE42EC69 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AF20F7CEFCDE30FFBF4BB87356CCB9 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CB426042446682BEA36B7E322DE3D59 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF4313FFE45147BEF9895F685A7ABD2 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CB7CA5340C7D1276FC38A086FDD377A /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C466F62DC1751110ED91929A4E358921 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CC0ECB3188CBB5C158B86786EC7204F /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = AD367543E7304D764F2E00666A7FD746 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B35CB70798FDE7E4218999504975CBB /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D3E37F23B579D1D7012DB7E85B53717 /* React-RCTBlob-dummy.m */; }; + 4B460590C328B6B30A6B86BA914401A8 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6624A8CFFFA9EBB303B9604D2F3628 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B508E5E0E3C62ECB179FC9E1619C885 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = C01C4071B2C9A0DA15B0AB7AF483BC94 /* RNFetchBlobNetwork.m */; }; + 4B9CEBB534AF8FCE46F101F523358815 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 50BD987AB59EC33B25FC051425D4103A /* BSG_KSObjC.c */; }; + 4BA9046C44DAF98A93FD0D4BE6199C06 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B4D03539544E1A789172C797A46421 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BB92A55CF3DEB86B5EFF576D1999D54 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 019134843CE4A8EFCD7E74AEFD590BDE /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4BFC11C6DD58A39B865B7F3A6300A088 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 179EB6AC99D9845A20E09438AA0BB056 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C2D9B6E7C57A6937CEC0DC334D9320F /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 22D9E5169854C38374C5C0D44406B0E6 /* RCTBlobManager.mm */; }; + 4C451FA8DB397547DB04630479B4D605 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EFB9E8B08556133EF183C3208679BC0 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4C6A44C23AC3C620A85C4B90E3E1E3DF /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C88312754491019E137EA0FA45E3A0F /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0474E9D0C032E39ADB4B875B1896F1C0 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CAEB9BCA2013D736E9B57F5AE42EC69 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F22886B715B355BB69B8CA96690467 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CB426042446682BEA36B7E322DE3D59 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D8A198A6622DE202F3D71F31CD42662A /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CB7CA5340C7D1276FC38A086FDD377A /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE505D76746936A1D6B174D473292E1 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CC0ECB3188CBB5C158B86786EC7204F /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = C82E8D70E8E32D2832B148CB14564A2F /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CD69ED3DFC0C9AE77A59B70AF7FE036 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E9B9E8230771754E26C121056661009C /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; 4CE4CA9C98A9A166CDB53B285910E4EC /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A4754FD1DABB6CF7B4299C70262786 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CF92FEC7E0E43011AEB755E85944BB3 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4DA7184322957CED04C0FD0D2F36EA57 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 2151B7F35298AE6DE5B53ACBE9CE866B /* RNGestureHandlerModule.m */; }; 4DF83A76C578938051AFFAC51A0E1471 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CD04E49AB5364DFD2C5C99CC343E78C /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - 4E13EC5CD0F3010E777D440256FC5B8D /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4B89F2C1EBDF5553E50F76A5146362 /* React-RCTSettings-dummy.m */; }; - 4E4F9FC2B603C0849A83534455041C46 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 0586050107338E30AB90986AC6AC967B /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E5719A60A667B9093A66E8180F6F97E /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = A7B288CA2586DD2754D5C3466AE276C0 /* RNGestureHandlerRegistry.m */; }; - 4E6EA7B171CD38CE940B2D698B876C8F /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E3D68C3244F62C054A8D5275020C4D /* DeviceUID.m */; }; - 4E79F0FE6DBB619C0C186C9A8ADCD41D /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = A51E937B86BB8A0F635245FF42365FBE /* RCTConvert+Text.m */; }; - 4E7CD8CDFCEF908C765B4ACA7FDA0976 /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */; }; - 4EB2647C1F0784677AFFAE3DDF9DB8DB /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9777A8A1164C911BE605C3AB0D7234 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ED4C9501B7CCB866DCC6FAA7A7C6764 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DA1C0238DFBCA6A7B51A12FA47E221 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E13EC5CD0F3010E777D440256FC5B8D /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95601D31F318A97748EAEE8E80E1A813 /* React-RCTSettings-dummy.m */; }; + 4E1BC83C593499D81478C2ACA222C734 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */; }; + 4E4F9FC2B603C0849A83534455041C46 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5EA5EBE48877FC87070485EDD6237A /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E77C89EE2043B1CEFD4FA845437B1FB /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */; }; + 4E79F0FE6DBB619C0C186C9A8ADCD41D /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 42023555838132D27221E92690D66447 /* RCTConvert+Text.m */; }; + 4EB2647C1F0784677AFFAE3DDF9DB8DB /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = FD86F0238AD7F48C007068F949C21396 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ED4C9501B7CCB866DCC6FAA7A7C6764 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C77AE6473B49ADAE69922D36F62828E4 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ED4D51B46CEB07655F121239690CCAE /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 57CB566CFC72DDB55D98D3820FFFAB11 /* react-native-keyboard-input-dummy.m */; }; + 4EF7F4B7AE1A7AD46613779D9D2C8538 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FCCFD514F1DB5149317C8356C842C4D /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F1B88A1C4970DF955ECD048D7CEA807 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4F30F25E060CF3F8B63014D21CC29F39 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 33B72B4A005FDD627239E5C6001C2401 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F4BC7F90AC0704955EE23E1E1C056B0 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C1B00F1356422030B58ECD8F24EC96 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F59A408A38A3E64DCCF9718D2E62832 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C94625A7BBD487E28D608D34DBD80CC /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F67C74C69194DF0D248D4FAB4F3B9CA /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */; }; - 4F69D95D4B0383F3474DC0E42AC39DF9 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B5D6477BA7042E1F5D73CD0C5005BDF /* RCTSinglelineTextInputViewManager.m */; }; - 4F9642C10F03BA006A8426180192E2DB /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = CFAD6BBAFB97D1F48537F021F7512324 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F965719DA877B98FE24D76CF4EFF95C /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 544362C8BEF517578061C4D6B8C1A4DD /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FA1B9CBD01317DA76BE4A960906EA5F /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5F8B44738636ADD3762CF23648890B7 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC08F5C24031A9F707AF59860B9A40A /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E6B4904A92DF336C6E7C58527E2AB6 /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FDED82C197F799296A76563482672F0 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 179165B1B136988D6E84CD127B0782A6 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F4BC7F90AC0704955EE23E1E1C056B0 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E99020F7E1C4BD7FBE4070DEE931CB /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F59A408A38A3E64DCCF9718D2E62832 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 133C6DC811DEBABDB403FA8E455166DF /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F68D7EDBA930729E90EC4410E02DC4D /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */; }; + 4F69D95D4B0383F3474DC0E42AC39DF9 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E36B8112FE65AFBCD3AD7AE511B69B /* RCTSinglelineTextInputViewManager.m */; }; + 4F9642C10F03BA006A8426180192E2DB /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AD528BDF4B601744DA78C3FA1EF186 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FDED82C197F799296A76563482672F0 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 62EA6F93021B118339558829D5E7DF7C /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50018E0DEDF50C5273D40F71F7025C8F /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 500804B8D0C300FD006549C8D5A8564D /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = E33A25F59DF2C2AB1DC5332A73F0B99D /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 500C7A40E8D2210325C598108B541CAA /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF50E50ED8878EE74B69A8AA8D96E0A /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5016B5A3E54813E264E66106E7028405 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D59EE4C5A96DE654D620618E2B9A524 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50240482967DEF8262722BA25846820E /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */; }; + 500C7A40E8D2210325C598108B541CAA /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3AC90C147A2C5CAC3E7492F5D1C028 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5016B5A3E54813E264E66106E7028405 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8521858EE91799D3474D53FE4026C074 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50509695351A25E3573F2FD7AC34F31A /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 357DEF9BBF43A78EDA32F3285EA04088 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50712D08A2E12FE123AB8A8B6BAB74E4 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E2EF038AE38029CE0B796EE48F2110 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50747AE223523E4B74103CEE02C246A6 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFC9588F9FD8A6CFDA11A0A6726FC42 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50747AE223523E4B74103CEE02C246A6 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ACA2E608A2EC8E4F4CF0541CDC4820B /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5088FA4D2DACB7B318E31133626543F4 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */; }; 50A8500333976280906EE774EB7F7DC2 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 526808FCB647A1310B018F7D644F1B1B /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B2E8F7675FC24AD161446DED2B820F /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */; }; + 50A85C4FC5A4C9A6EF266927C1C641F7 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */; }; 50D552ED4A967F6755D64C875BC3CBB9 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A076F2EA576869041C316952288D78 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50D5B16CF1F64670ED8B4C192A8E06DA /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CA964FD6602182EEBBB434BA51680022 /* REAJSCallNode.m */; }; 50DA1E0908FA789DAFF1E7AD685BDCD9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D590E40941F1333F0D46B505D9D3381F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 513E985ABDDDF0D1E6521BE3FA2C248D /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5173DEBA77CC026CE761ADB7052C0096 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8C7A7F5B80939CEBADC491B15CE731 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51ABBA7C37F210A1360B97D08541F2AE /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 76D4370F6AEE08236D9309AEA8D57442 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFBF8AB97A52C048143A70E6A5709D4 /* EXCalendarRequester.m */; }; - 51D68B7AADC19B42065983BEBDD3F652 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51F5839766AA9CC0138D26FBDE7F682C /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51F85D60F93FAE078416374BB988BF14 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */; }; - 521A0FA28A5E133428CB29D800016663 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCBCBCB7652BE561DF10CB3EF7EF445 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5251E839853EA8851DEF6A51A9D3DEA9 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = AD76F4C6CD814D381D2A645E004ADC43 /* BSG_KSString.c */; }; - 5253B09625ED13E7953D0313F7744BC6 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A94A90CFB2E135C45CF203AE5CC80ED0 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5287020DA6C0392459F32CCFEF19F8B8 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 67BE3C5073FC5B80C6ECB25906DAEF2B /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52A223EA52A760F3B67620F5F32B5DA7 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5746FB73A7A563BC84A2BDB8AC0972 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52AA289C584AA6A65D54B3411CF9F876 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52DD1D1C18AD1306859A2E8B220EAF0A /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 41F8DAA5500C46D4875408CD0071773B /* RCTValueAnimatedNode.m */; }; - 52E2FBE5FE8BD8C78FEC894A4CA8E10A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D799B2752B31BE1FF69BB97556946B3 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 533244F5D764CAC87E1EE11E70D75E27 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 88227C120400A917E2F4CCDCEEA29505 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5351E09175642E351430005A52D532D8 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F937D14A8B50007D91CB1417438BAD33 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 53A400504BADBF1DF9673EED31C0EB1E /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F6EE5069205209B0BC90A1D5C6FBC1 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53A6E09616DB2395FE8AF94098138384 /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 68355E6B97DB3648A020509E74C55E55 /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53A72BAB758E6BB86BA86DCEB8EB8E8C /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5405424AACA46A4BD2DEFA3249D84ADB /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = FE59A266A6D79796E40876BFBD97F478 /* NSError+BSG_SimpleConstructor.m */; }; - 543987565ED98E4A6BEF0DF80977D6FA /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 72793BA8C130EF67ACD796F458928111 /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 555EBA395DECE5259F5B98B67C37A9E3 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = A92097CF56600A8822B08328B9A39ED7 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 557B4C39B543B7F7861F85882312781C /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 951E48583D2E629C8A0496D6F68BF9A0 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55D1C645446DEEEDC52B158C1AF223CF /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A953828C0602E4AFC372ADE745C7A7 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 55EA754B0FC062C11493E397E70F217A /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = C677C3C579FB20FBB61589FDAF4F07C6 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55F366CE4618BDB400C6688BFADB9D18 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F9827E9EECB78EF1B00B82097236CA05 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 567171DCAC22BEB7BC1CE8F449359BD4 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 266B246511B5156CA75DC4DFBFF89208 /* Color+Interpolation.m */; }; - 5685F22BE36C28B1B4A6D339C9327281 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 363AFAB2B3F9D7280DE18816AF7C0168 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56AD8A3DECD6E6C0920C74264884DFE0 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56B774EC22E8C5A5A1679509FC3BEB5A /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E5ACD7252FC82D7BE20471CB07903C /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56BAED58D5F29251D6CCC0568BED7A44 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8557EA35BA364729FBC2318929E161 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56C4C91ED3E14E45B644666069F7AF9D /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A90D9F1A1B36109BAC0D7E2EBF9E9D4 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56C991C93F7E3E1294328F67692371EB /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F3318E571521CF389F3491B39CE5C5A /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56FF223A51DE1A461597FC567FEDE01E /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */; }; - 5718A8846379980F976B7A0F91FB13E2 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = FE2520CF9F92127418BCE1D8CA2C9045 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5744F077EE6E9275E2B9FBAB0D2952FB /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F222776684CE390C909730515F6159 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5747F4B22DA44DF99EA180D1B006AB54 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 580A43103D879C13C7002A1D0A6E3936 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE6B60BC4994178068D4DA2D66F97886 /* RCTResizeMode.m */; }; - 58445CDF8FEE632713D2379E90D38B45 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E545A4E70C83A023D5C83F06DCE1B8 /* 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"; }; }; - 5862DC68F98A9EC8AEF474067D6C39B8 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E609A77F227B62FFDFA57C6705210B /* RCTRawTextShadowView.m */; }; - 58A8AC50A90715CCC2C8ECB1FC1DDAC3 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20F6E3EDC564A3282E0ACF06BC1625D4 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5173DEBA77CC026CE761ADB7052C0096 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 44EA316AF87FB693DE8EA810BF431D5A /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517CD68B4EF5583F7DC85B69CAF74C14 /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 006FD259E7C8D63D9A76B693C54EBAA5 /* RCTVideoPlayerViewController.m */; }; + 51ABBA7C37F210A1360B97D08541F2AE /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B8469E70F29B4C9DA72FD75D5FA83DE9 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E55D00C94EAC281462D246A3A1089709 /* EXCalendarRequester.m */; }; + 521A0FA28A5E133428CB29D800016663 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B9E8636E08EC32D592C078D17CD816 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5251E839853EA8851DEF6A51A9D3DEA9 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = FDFA1E7B39410A1692EB4F1B0B873845 /* BSG_KSString.c */; }; + 5253B09625ED13E7953D0313F7744BC6 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18884931112238C2F12F221E2ACF6EB1 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5287020DA6C0392459F32CCFEF19F8B8 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 5841D013FBC0923A4E64E5225CFA8DF8 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52A223EA52A760F3B67620F5F32B5DA7 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FE692C20A5B671BEE5609785A0B32D2 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52DD1D1C18AD1306859A2E8B220EAF0A /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3701650B0F3FF99C2D124ECE545E3DC1 /* RCTValueAnimatedNode.m */; }; + 52E2FBE5FE8BD8C78FEC894A4CA8E10A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61CD50979B7AF4833B0DFE5593B7AD63 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 532AB3B705B57AC6AEB13F9905B47F22 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = AD2623E0A302ABA800982E80363B2B01 /* RNNotifications.m */; }; + 533244F5D764CAC87E1EE11E70D75E27 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 76D7DDC94F8EDAC7F6E314AF3D425AC5 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5351E09175642E351430005A52D532D8 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B912D82D05B4B3459CF0BFACF1F9F7EB /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 538AD518826C65BB2347111BA0935FA5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C0A09792262EC76DCFE927B47BF0E942 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 538B45D51AAD7F81988F6AD26386C7C3 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F67D836D72AC583475DE04AEDF93682 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53AD217F146E371F24614A83C42388F0 /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AB3D2AD3D2C7A919B95E2357D6C3CA6D /* REAOperatorNode.m */; }; + 53E7D8DA2C92C4831EB03D9D7C762DBF /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9551CD311EC4E87D162393C6C6199113 /* react-native-video-dummy.m */; }; + 5405424AACA46A4BD2DEFA3249D84ADB /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 24455AB5DAC3FF1B0601191DF0E30456 /* NSError+BSG_SimpleConstructor.m */; }; + 54148D6561F3AB9B6FFD86B907317399 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */; }; + 54194356AFD594D730D9C051C51464FF /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 048A577A0723C603ED72D339619B7296 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5461FD337B82AC1BE1B45B1B3FE8ECDF /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */; }; + 555EBA395DECE5259F5B98B67C37A9E3 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = EE46009BA8F170A8295D386B08199D9F /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 557B4C39B543B7F7861F85882312781C /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 49FC70DD5569A3A9C8B7E8003E29FCCE /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55D1C645446DEEEDC52B158C1AF223CF /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A74763A2B0480F5F95B4A50C9BBE73FF /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 55EA754B0FC062C11493E397E70F217A /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E0EB513768437094B3A4816BA4F03D /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 564AC0DC7E570CDD35DA555713A79A8E /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D72FF7E6690E296219507D8D64F1C30 /* RNLocalize-dummy.m */; }; + 56560A82C7404A391B3E7F942C0DAB78 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5685F22BE36C28B1B4A6D339C9327281 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8900E8D771B5D55A56B76C5C54D42526 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 568773F1FEB2B34BEFFAC5DBFF28A44F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E8398558DF8E66A81DD87457C70837 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56A7C496A08E3F82DEF74C7EFC499115 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC435FC1F9803234E3FB3D288E97862 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56B774EC22E8C5A5A1679509FC3BEB5A /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F303CB334DC674B2C2396C727B6C54FD /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56BAED58D5F29251D6CCC0568BED7A44 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5295B9A58751574BB70E90A70C72EF7D /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56C991C93F7E3E1294328F67692371EB /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C9401ADB5A35672C9D0E37F20A4900 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5744F077EE6E9275E2B9FBAB0D2952FB /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F9350F973E0E8F5A5CC7E77CE9E1BC9A /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 57F763C05FFDD0AAE0D7B49F90473CAD /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 54D4180FB38F4C34AC077C333EE26E88 /* Orientation.m */; }; + 580A43103D879C13C7002A1D0A6E3936 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = FF3E3B99A3C3FA0B05D86A8924BA95FC /* RCTResizeMode.m */; }; + 581BB26C51C046FA320865A463A70CE7 /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 605D7DDD9A65AE1369BBD234821652C1 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58391CAAD090F41F05A3B748F4C99976 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 929C147E270B815F50EE7BE18C4847CF /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58445CDF8FEE632713D2379E90D38B45 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = ADA8F92BA613B069EC9178D4F9E494E1 /* 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"; }; }; + 5862DC68F98A9EC8AEF474067D6C39B8 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B11EC8CB806075A8773150BA61344A71 /* RCTRawTextShadowView.m */; }; + 58A8AC50A90715CCC2C8ECB1FC1DDAC3 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7EF59EE8215437A8AC2509B5CA9B07DE /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5911F2C36EE1970C228AE32A316816B6 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5925FE20F748644DAC09123921D5BA80 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5931A3A5349FC56B5616493558C4D41C /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D36393A81A4C0A5B3EA6CF5049319A1 /* RNGestureHandler.m */; }; - 594AD0105643ED8B19B30C55585044D0 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DCC3A03A5A1DB25E099E92B745B3A7 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59775D0037099876C7BEDAA541591344 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 2187BD59F51E38B530CA202577FC677D /* BSG_KSCrashState.m */; }; - 599BBC44E1F4B7E454CC3AB18F87213B /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 43116DB6260640E40241BDF05B4F9BE9 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 594AD0105643ED8B19B30C55585044D0 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A09658F7C6FFE81456F990B35DA339A /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59775D0037099876C7BEDAA541591344 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD1581F6EA77A770CCE1FFF58A8A7E0 /* BSG_KSCrashState.m */; }; + 599BBC44E1F4B7E454CC3AB18F87213B /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E1E24C513059B12ABEBDDB0610EA408 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 599C79E2AC486198363DF63026441579 /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD111835A9C97793AF12738AF33E20E /* FIRInstanceIDVersionUtilities.m */; }; - 59A9EDFC96B6C690929665134E494965 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = F57EC705A31F6424D2F3E63486704856 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59B0CB7356169DA6D20BBD050C9BE8BD /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEBA1CEC715B06AA0F1624B599542C8C /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 59D86DF9B75C365BEE6B352CA65C2339 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D99E3E218641D3BF037FA9E84F879C9D /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59E948A7E04CF9218EB761D194D20FA4 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A51CCF6DE8C69B10B02EE5861DC7A0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A0925F77BA35B7AEB954F30362D38AB /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = BD9EFEB9C754A33C8238E9EBF2D85331 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5A2A5DE71D7863F59846F8B41E1DE931 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 742795A76CDD66B6A581AF54819BA23D /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59A9EDFC96B6C690929665134E494965 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B1958B9CFC8CF7FC8C0988AE1F736 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59B0CB7356169DA6D20BBD050C9BE8BD /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8606E2A237E6094928A3583EF0F15A49 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 59D86DF9B75C365BEE6B352CA65C2339 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 695BAEEE578DA0268841E1A56CC7E46B /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59E948A7E04CF9218EB761D194D20FA4 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 126DC0E82DF9E73C6001142B9BCA3D14 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A00FA7DF0DE3AB0D3C91CCF3EFEF7B1 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = B828E3827CAD93E3E68FF72CCDBDD7EA /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A0925F77BA35B7AEB954F30362D38AB /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 859144731A1BC192B9941AE4437B82A0 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5A2A5DE71D7863F59846F8B41E1DE931 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CC3022FAF82F97808A418DC416D2E1 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A2FEA1B25DA5D3DB81EA2927DA1CB09 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FEDC765722FD96F62E404FCA439C214C /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5A75D23BCD436DE88F31A570A97F4CAB /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = DF20D287425CF2BD913CA7A07E34EA63 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A83023D1299434D1918237AAEDE947B /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A3AB932BEB1EE0EDACBDD48575C92C /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A90457E4C33A1E3A454A565AF9EC98B /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A9E10390AD669D0C65783A7D2F9260D /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E81CCF008E8B7E4C93EA7C517B75387E /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AAA72190F54072867D395D072A72DA1 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F29D18AA1C8A7CA7F53B9DD91ECFA02 /* RNPinchHandler.m */; }; - 5AAF223E5396DD2EC831E39E4767FB3C /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF2FA0CCCFA96258CA963BBF9ED8F96 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ABC17DF5EB0EBA4811E0330CA2E96C2 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 09DDF83FF99389DBE1AF6EE0D5DA3E7F /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 2834D1B3422A2BAA349F9B27496EBA9D /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A75D23BCD436DE88F31A570A97F4CAB /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A53B2BE525AC5708103801D5FF6E70C /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A83023D1299434D1918237AAEDE947B /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 2019AE5D8D2CC273A6E1B4F09EBC3967 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A9E10390AD669D0C65783A7D2F9260D /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 33EF5C3927C530FFE1A4D25176199DDA /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AAF223E5396DD2EC831E39E4767FB3C /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7699C8E1B1BAFE8573CB1EED91DA29 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 69808FEFB02FD95F0E8234F699F865C1 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5AEE52A5A72E036A8C066F41EF446DDB /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5AEF5383C1B91A338DB666B3416E55DD /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B5353510F71F7397B4DD66CAF56CE6 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AF9BCE6D7AA3A8EF8D160FAB240B9E7 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FBFF355A9F9B2D13387AF0618209D8F /* RCTWebSocketModule.m */; }; - 5B0CC734918361BEC2D0117B41C9A17D /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B7A4A0436E34DE81AC6798C87E7A318 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A229B2F3AF05779B19F912B9522FC4E0 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B8703F07656894ABC543D7333E74532 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9687E0603571C6836C36090A836DEFC8 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B8A0EBAF1B94B7FE5E55162A2707325 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E34F87ACC5733F18119BAA496B95282 /* BugsnagSink.m */; }; - 5BA631B961847DBCD63B18E8D292087E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 67091E6665BFC05325822AB051C933A1 /* AudioRecorderManager.m */; }; - 5BD3B57F2963966F03D9161B0F36CC19 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = FD4C029AA8F9AED68AB0773AFF4BE959 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AEF5383C1B91A338DB666B3416E55DD /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = E65D3670FE4A023F87DBB060C7DD8AD2 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AF9BCE6D7AA3A8EF8D160FAB240B9E7 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = C824CD9AC4992D1F8C9B4CBE63F68FB5 /* RCTWebSocketModule.m */; }; + 5B77CD31CEA4F880908DC2F24A68DD18 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B7A4A0436E34DE81AC6798C87E7A318 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCE2449DD18F13E6856B1CD4AF5B3CF /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B8703F07656894ABC543D7333E74532 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EBAB0E8EE3295831CD08049D8CBD323 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B8A0EBAF1B94B7FE5E55162A2707325 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = C78432E2632C5F8E01B3D42E5FC90F21 /* BugsnagSink.m */; }; 5BE4BBD3BC4F14A968DFE3C2DF2167B7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6D049406AA265EC77A00D1D55E72BA /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D155FF04778A32D4FACAD174AFE88225 /* EXAppLoaderProvider-dummy.m */; }; - 5C136874DB76462E7E5F59D6C0098556 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9DD37B7D7728AF0FDFC73F538F880518 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C32108E5E50E3996EA2043CF53C0775 /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 558C53BE11C9A38742627BC622EA6084 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C34D55FFB997C59B88B37568AC53547 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = F45904C4E1A79D5C835CD57F336A7DB3 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C3EFBC2AC931CBEA1F61CE752945D4F /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E59AE8481CB977415EF07579EE4518 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C51AA89BA35D4CC75E0CB823A7BAD6A /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = C724794E54EB63C58FCAD7C8F9C96F18 /* BannerComponent.m */; }; - 5C9B07400838A86D657A6F6997A560B8 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC82CF4332BB34126F92C8893FEE847 /* react-native-webview-dummy.m */; }; - 5CBFE48533118EC269C60CA7E83590F5 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 26CC2AA242A3DA2AAB24EFCC456EACD1 /* RNRotationHandler.m */; }; + 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF778981FFE0DA66979670C23C83C537 /* EXAppLoaderProvider-dummy.m */; }; + 5C0A412D9C62DFA4BA870CD62FF156CE /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8B7478E3FC4C8459D06718B1FA7E92 /* RNFetchBlobProgress.m */; }; + 5C136874DB76462E7E5F59D6C0098556 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 58849137550BCDCAA290ABD86155A766 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5C34D55FFB997C59B88B37568AC53547 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 269EC96B20ADABB73AD32C057AB0FFE0 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5CD2A015A7A05B92BF2F5E7D71D12B1D /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 31B588B91FCA99EFD147FCF38FF8F934 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CF1F6F56CD851803E82D5E124B5FE46 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C3F294B6304F4E1DCB1ED891B65B4C /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D39A40F6C8948C0955D63271D11EB9B /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDFDEEF66DE4369E55D8A3AB35F4519 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D5AC98F858504014764C1F6F89B7C49 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F569623A1A06B1A1B515EDF8276AF9F /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D5E8A2586504018F0521D13A5301F33 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C89651C0414B0B9C93D17D7E13856B8E /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D7BA29018680739DE57105640A48D7A /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B58D1FB3AC97F79F880BF9EEC8161926 /* EXVideoPlayerViewController.m */; }; - 5DCF6BAEC9B1B32188DA137E81C612F9 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DED89238DBC1E4D00ADE51D7E2E3A23 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C5A2D81CABD2AD1B7127EFAF371D193A /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5CECDCA0AB252BD0CCFC6B58DE9D3294 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = A687D32EEFA3D9B3B2812E511322BCA7 /* RNFirebaseAdMobRewardedVideo.m */; }; + 5CF1F6F56CD851803E82D5E124B5FE46 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9560197A5C88A11F74633962EF4D10 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D344728BDBF89BEE683031A2E79B494 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D360CF39484B5A7BB8C85DBC711693E /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2EB820D1E39BAB50BEB498345CCDF9 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D39A40F6C8948C0955D63271D11EB9B /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FEA9C8EB6FC9181540FE7D60D7DB8D5 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D5AC98F858504014764C1F6F89B7C49 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = E8259038F9F9CA31D6F79A5B379045F1 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D5E8A2586504018F0521D13A5301F33 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 982C63EFDFBC9D961417E377E1466DF5 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D7082D07B5F68116731C47AB2D07286 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E075825CFE5CA7F2DFCD06D10665FB5 /* RNImageCropPicker-dummy.m */; }; + 5D7BA29018680739DE57105640A48D7A /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDBD2F5F9E0B75616C7EE9B5AB23223 /* EXVideoPlayerViewController.m */; }; + 5D9F5A5D3B88202B4A083D418C58620C /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B82C12830DBDD363F42361BEB1D187 /* ObservingInputAccessoryView.m */; }; + 5DED89238DBC1E4D00ADE51D7E2E3A23 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A9FE817A32EF0DAA69FE6A0FADFD563A /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5E0C04DA2367DFAB13CE9337ECF3D4B1 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87F34B541C17B00787E2E5912192FEFD /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5E4D1631B0E83D3E6620C6F7AD9E4D55 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E34D82DED2BF453B2968D031CC24EEB /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E409147D042A13463D2266EDC8B995D /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EACDC3F30EB3DC0F9E548536C82131B /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E638B27DC537F86FE14FD7E312A350E /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB41E1576D4AEF36B226DCFF55D111A /* FIRVersion.m */; }; - 5EC01A448ECAE72974DEA0A5A6E92133 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C24C262EF4E6CD7056C82A9748D12B /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F326640A40E351B65C24B5E01F7CB2B /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D8E96BDA307E0CFFA7EB0F65F8DFC5 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F48106EBA8BBF138FE9827D13133CA2 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = FD32033563555E97A17D40CFCC194B38 /* 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"; }; }; - 5F6542FBAFB21F4D275E628C2AEFC27D /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3A70D17187D67006941FC10D34BDB3 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5FD51511C8FA5DBF02C30F5E09A39A2B /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */; }; - 5FDE56E642A7C95346846297B5793D31 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEC15455DC3800C955DC4134881CADA /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F326640A40E351B65C24B5E01F7CB2B /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A09ECA5ED1FEEE878D6FF507F56B44B /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F48106EBA8BBF138FE9827D13133CA2 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 05D7798D4A516E39B370C1A8F0FE95B6 /* 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"; }; }; + 5F6542FBAFB21F4D275E628C2AEFC27D /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = E48F617C9E8CCA9CEBFDE38AA2A0224A /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5FC529D454D1DA11076142F34CFB03B9 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7425660FCD006E6AEA27A8EE4C9274 /* RNFirebase.m */; }; + 5FDE56E642A7C95346846297B5793D31 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B874DC092D05664B8B54817E40DCAA /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5FEB9434BEDCBDD45AFD92F3C0F82C7A /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D065B68F1F98A50A22F365A31B6799 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FFB5E58C3B0FBE91242B4C546FCED4E /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 22888D26130DED8468526027586A74DC /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 600102428E0FB853AD59C3FD4E7F1521 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6017B2E333E17232E88A3D32BB8909D4 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E880EDDC0AC02E4087C0A1E4481702D /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6055951757C1EF3D165596BF665DB3D0 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = E5F3AC364A1BA98EFDC280A9B729E27C /* ReactNativeShareExtension.m */; }; 6067BC213ACE4C1CE241E87E5FD7FA42 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 608B30A9766B7C7AD75855008A72B76C /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 767A67A96F8309E88AB7E8F87065F2E9 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 609FCA2C6FE85DE6B98E98F44B52012F /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = E12B5143C2C6825757842652606B411E /* RNFirebaseFirestoreDocumentReference.m */; }; - 615DA240871804E7548C46745A131A87 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = FE999C4F80417E14D9F3DD04367D3489 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 619E6BEE3EA4295D499A04175CDEE672 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */; }; - 61BBB76FB3FFC56BC69F750D0AC674CB /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A7AB661D185F3242CD3719F328298B /* RCTConvert+FFFastImage.m */; }; - 61DB7E4B43D99AF83CCE4CB55F924040 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 52AC0D06E5E706BEB387C586679C3D10 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 61FF330F3F96E83A55F9A76FAF0BB1E8 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60F796C2F3B8E9D8B553C0896E760FE0 /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 2841F7488B225730AEFB5837F4F5FE0F /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 615DA240871804E7548C46745A131A87 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = B86B3579F363899286AD283B94D11967 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 61DB7E4B43D99AF83CCE4CB55F924040 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D661BC76832F6D8D654FDCF5C4E1D529 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6257EE5EB7F4ED5372228231B53501B8 /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 5436F1D75649975E82D7F4535EAA1925 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 625EF29798A0C724B5983EE297CEA6E9 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F77314C81AC0BA9E18A0B1546F15731 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6293B34D59BC5B39CBB09D323E9D3FDC /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 62CB8189A8DFDB52140C78C76EA04823 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 62D28905E5357811247084EA63BBF4DA /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 82060BDCE8421854F078CE9D45EC4742 /* GULNetwork.m */; }; 62EF05AD5396C78743EC5BDD2643D95C /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F856E6B9471AE6BFD6A64E001062D954 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62F7497503DD744BD09D398CABBFF63C /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5776B003E14AB8D37641D23ED7F3C7 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 631187572BCD27B07A8B2B730926B364 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = F36F80EB9477A047C72A1FD8C59602B2 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 632BDFEF644DCD03DB8E0E6A30C632F7 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 437CABCB23AECEF1C9DFB9F5E90F6F83 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 62F7497503DD744BD09D398CABBFF63C /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADFCC06B9B66AE0BFE40D1E6147712 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 632BDFEF644DCD03DB8E0E6A30C632F7 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = E25597CCB9A904E81D8B31CBCCCE1E49 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6331FEF4B4A05FD73FF29783084B34F6 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E115EC00B9257CE69BBB82756D72800F /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 636AD3E42ABC1403BBB9385ACAFAE863 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CBB02680248A4A66BB85CB1EB12E43A /* RCTNativeAnimatedNodesManager.m */; }; - 639F3DCCC6D9F8720620593F5AAA7F90 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FD385716F1099E25B1EDAF8B01AD86C /* RNNativeViewHandler.m */; }; - 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = E6341208BC1414BA8EAA456F8363E484 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 636AD3E42ABC1403BBB9385ACAFAE863 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88305C32AB44AD391FB6934526148232 /* RCTNativeAnimatedNodesManager.m */; }; + 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 758BB162D0C98356101F6D62F8611011 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63CF3331255C82F8397096D34A4CF8DF /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 63DF1931079EE301A7422BEAA101EC70 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6406D15C1EB7FF6CE7EAC097DFE92CE9 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6424CE1B21FB118EAC797A1EFB5CAB77 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = D4543BA46F861ABB3063C4230F23FEB1 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 643BA3DF68BCF83898880BAECFDC7F7B /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 652D7368DAE6C27B77FF58D637FF1F0B /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 643BA3DF68BCF83898880BAECFDC7F7B /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 247F2C9FFCCCA60F184C6011D865E15E /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6446867E20E972E64B5659B208B143C7 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6485C3D719855BD9EBCD296DB305841E /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E75ADF712476812738AC2DCAEA7A66 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6485C3D719855BD9EBCD296DB305841E /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5F952EF2FD9842487D993E208526DE /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 64A68133486FD6417146155B801438E9 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64A6A8A57572DD34C738AF5B476113D3 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F7E4C8FDDB3D1E7A62F8E77D3D81C4 /* BSG_KSCrashReport.c */; }; - 650B73AF993372C3EF3FD84AC4886F5F /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7030FBCD8F39D71F414FB0B2ED39F3AB /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6576865F9751A7DD26C24CC651859AC1 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 401AF9DAFFF91F6ED10B594769F77955 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65CBD56A3245700F476C2AF111B21C4D /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 169BE0DE08C9D424F631CF5B0F1F4599 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65D9F74674CD1CDF569A77E74C5F26E7 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = DEA16EBF7F7B5DEB1D5F9C51E14D952C /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64A6A8A57572DD34C738AF5B476113D3 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = D028F53048C3B1D2DBFA3EB02552A352 /* BSG_KSCrashReport.c */; }; + 64F88DC9D35E1F4C0AB71E670112993C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3767C403C6B9CA97F84956B990296A23 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 650B73AF993372C3EF3FD84AC4886F5F /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D571459804A8717736F1CAD8F87C80FA /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6576865F9751A7DD26C24CC651859AC1 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EEBED8B916094569563D2C14F606C7F /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65AC8534A657F856307F0017EA3109FC /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65C2DE7FD8E7D5896B489FDDE40533AA /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = CD78DF1D71B52D2ACBE902CC1C6996E2 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65C41F3A8EC416445EFCFD7E015B8EF8 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F348B47827BEB62AA10888EF61863024 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65CBD56A3245700F476C2AF111B21C4D /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F672E5AE34DD5279E81B65E3E843D0 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65D9F74674CD1CDF569A77E74C5F26E7 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 257BEE82F532539428DE688117646ACC /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 65DA5CA0B43BE1A8253C7A67256FC3C5 /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65F229D488336A7011978AC0403FF917 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 52BBEA0FC176D2EF0A6F866E2FD24F64 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65FACF736CEB2C1BB3F8032FB195D1A9 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A29C3ED9D9F390B11BD1141B417C81F /* BSG_KSCrashCallCompletion.m */; }; + 65F229D488336A7011978AC0403FF917 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C25F7D8D6E9BC03C3D05076CD5BDBCD /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65FACF736CEB2C1BB3F8032FB195D1A9 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2472E925BB67EB0D339FD240224B72 /* BSG_KSCrashCallCompletion.m */; }; + 6604A4306EF505375868ADA8E6E4105E /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = BB3497D944935162D15AA1B08F66A7E5 /* RNFirebaseLinks.m */; }; 6614083802E731AE356FA666BE7013FB /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 947FD5A230AC7E8E9E5C970B77515EC7 /* FIRInstanceIDCombinedHandler.m */; }; - 6622457A596754428A823EA7EADECDE9 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0776F80D3013FB99447BA5E87875D205 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6622457A596754428A823EA7EADECDE9 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CC84FF4618AD0D21E2E1CCD04C30247 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6631634615CFFCE095FB5E21045BAE71 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D4D1E46B7BFAEECDF54C8283569A701 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 66527E65A382A6BB2FCAA7EA4E058755 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2912A6C10328B22EF1366F6FA113070E /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66636231DA050692C3D96586EBB31B15 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5026051630D34648FC3216EE779E7C22 /* RCTFileReaderModule.m */; }; - 670F9E6C32D57249C04BC6F6F89F7F6C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 523BA9A62CA4C42C492AC7CBECC7A54F /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67683016FEB53AB52ADBCE765D0A5105 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C28A6A684A7ADA14C7E489DE47A436 /* RNSScreenContainer.m */; }; - 676B0CFC7C6EEF6BA6BFEBC4FE1C3341 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 095473B9971910CFCBA51012A4D036C4 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 67DECE4D851DC64A84F0A6AB68009C3E /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3FA4A15D3036731F6376E6CF203C6B /* UMReactFontManager.m */; }; + 66636231DA050692C3D96586EBB31B15 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A0E82CC084EE9856C57C1BEBAAB495 /* RCTFileReaderModule.m */; }; + 6683CDB0F5E25BB9060BA075AF797CD9 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66AF29868D3E09FC6A23F3F90D70E4A2 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */; }; + 66D998B1A7EFF2C26659714D5ED057AF /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D55F37E5093C4F672DEC615E43AC33D0 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 676B0CFC7C6EEF6BA6BFEBC4FE1C3341 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39C3BE01C6C3B452BD0FA9B601D23002 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 67EC503D6E3E390A859DB9AC74C64686 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 42AD1A62B2DB78307541F25B89537947 /* FIRInstanceIDConstants.m */; }; - 67ED22D95C9FD71789906A1758236882 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 47A890747EFF40C463428231DD96DB4D /* BSG_KSDynamicLinker.c */; }; - 67EEFE45270BA2AACB0BD7F36BDA59D6 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 708E90F2F4724B1C5C712DC77160621C /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68112EB851AA021B6B560364BD55DD0F /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6CED667E16A87B197541773CF41D9F /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67ED22D95C9FD71789906A1758236882 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AB04AFE20B4216BC55EDC2087C2DDA4 /* BSG_KSDynamicLinker.c */; }; + 67EEFE45270BA2AACB0BD7F36BDA59D6 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D11FB972F6F0F4D9C372FFCE2AEA62 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68190710D393915B1F9073BDEC0A96FF /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = B885435506486A728A6F4CF74AC1AC63 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 684EE7D30E9F5B6CD4D084B399FE9749 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 687799A37E45837BEF374E65D8B61FDE /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E77B46D7DF1834079EA8F1289DA11AA /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68783E67DD83AFB8310A3CE71AD5E313 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A030D198A83850CA32F082AC438D239 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A304547C85EA029A909415CB1CB2A6 /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B14B9A8CE4AC71FCAE7741A1B006BC /* RCTVideoPlayerViewController.m */; }; - 68AD8308D7D6E2C08A50C3BF1E0FD10F /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5141F1063A39280F0B5D5F5A45500410 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C287FECA03B2DD27950AB838AB4FD8 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA7DD9EC3A60C9FF70AD89A200AF009 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C6678CBDF5D435B8A2EC7AAC70EAB4 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = CD32AAC6895C0008517A8C32BFD3AAE3 /* BugsnagNotifier.m */; }; - 68DA2D2DE9ECD5523E230C6704C86714 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */; }; - 6911418079370F89A57E161AEF1725EB /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C65DDE6B1D91D5A2567695A13BC74E1 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 692CDD864F3BC0D2B5FDF8FC3C99194F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CAC96E279AEEE1CE0741959B34E951E /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6845B91B4B9540BA5A606EF9C745E231 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 687799A37E45837BEF374E65D8B61FDE /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E27CA2B0F2F603BEA96C79381A1B64E /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68783E67DD83AFB8310A3CE71AD5E313 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 285FEED3758D8A6BCA7D4CE1905807B8 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 687AED9FEC6D7AB8E9438749D895A71B /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D373D5CBEEF829AA212A28E5DE0A96 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68AD8308D7D6E2C08A50C3BF1E0FD10F /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = B4254C6DD6D1EC60105E5A70341DBA54 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C287FECA03B2DD27950AB838AB4FD8 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 40E2FC54BF269FB63B52AA5CCAC2CFE9 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C6678CBDF5D435B8A2EC7AAC70EAB4 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BC7C1A4460EF66D858A6F00A0F049FE /* BugsnagNotifier.m */; }; + 6911418079370F89A57E161AEF1725EB /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CB6FE48A9B65367E4107DC3F91AB4C /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 69370EAFFC2716D6767AFF2A51A884BE /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DD844B9B87D799C1AE3FD4C59F6A4E /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69487564B0834006F03B06DF0C720214 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 086095FEB108D360EED5DE6BD3269DCE /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69487564B0834006F03B06DF0C720214 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DAAE9F06AE114096389678E585D5883 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6948C8D514B377447A15A08AD73DA213 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 695584A1ADD597D495916BDD2FDC3650 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F28CC964830BEDF04AFC2674A1541EB /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 696DE9FAA9FD7EDE0790CA8B1C56A77B /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 552DF227846E9524413D1B5DD127DB16 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 695584A1ADD597D495916BDD2FDC3650 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D7722C051A633D37B3B3B6F7E26290 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 695DD3187E11E7C9BD027C39BF708E2F /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 329ADCE9D04B3CE2823E06185FB210EA /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 696DE9FAA9FD7EDE0790CA8B1C56A77B /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B80A3F576A558D0E762ECB0ACA28CD /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 69925D0DD4DD4DA4E2DB75E545FA2ECE /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7907711E9EC8BC00FC538071C7B27F2C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 699A3647F99D6D97EAE31610A587772D /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 69BE20698C4903CB95731223388B9871 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F4741CBAA1232FA2110EAB2208C270EA /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69BE20698C4903CB95731223388B9871 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0186049A2798B8A110DA470E2A1FC5F9 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 69D0CEF50A2D9B50B92B2C4772683296 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 69D18EE29992004E3BB49F63C006682A /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */; }; - 6A3C7FD4A0143BBA4B4BAC7B9E15288B /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3CF8EB5AE576384F0867E50B3D357D /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A75227A9638E3AD9CF6D469129D03A0 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C6677A7F054E873DA4AFB3A6C6B5C1 /* BugsnagMetaData.m */; }; + 6A005F66CE5FA4068AA1361B9DE78D22 /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 938E6A45BE5DB23FDA166FC2C70ECC43 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A1F900ED11F85609266C28D28E43F06 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */; }; + 6A3C7FD4A0143BBA4B4BAC7B9E15288B /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C27E98EA52E359364AE4EDAFEDA91947 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A75227A9638E3AD9CF6D469129D03A0 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 300112888EA61122B126A2FEBB75ABD0 /* BugsnagMetaData.m */; }; 6AA5596E1B32B6664794B84C8D53BB3C /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E5D4F81BF340315EA867D6D188608826 /* GULMutableDictionary.m */; }; - 6AB7190C9A24989103A57D948F7B3E2C /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 92F0E34EFE64A70CDAE49DABC22E65DF /* RNFirebaseInstanceId.m */; }; + 6AD0D9BAA2C80C0D7DFED62249A7C4CC /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9185DAB80BC96EA8EAFFD02233B80AD7 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6AF54979B8410B311076E6D99ACE9227 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CA03A38C1012C7FA5B58E0D6DA05AF /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B031BFCF23F5FFDE5F4FFC4918E97C3 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B03F7DAACE961063D099292F66AAE31 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D43582592C7FAE9E68F3FBEAA0764DB /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE8D2134A9AB7F98861DB5367C7D04A /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B461FE91158C1ACFF628B9CA3F2AF54 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0FBDAFB71605F22BD3DC3CC4AC8843 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6B522302A9BF66638B95BB21EF10F035 /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = E34DD571F3FA872DA13B8B1A8D42B50B /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B88118D132A3E0B6E70D76285C24A56 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = CAF25DAD31AF7C43871EDA47B756718F /* 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"; }; }; - 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 444723BD42AC72A9643D75D4B433E6EC /* EXConstantsService.m */; }; - 6C098A467B679C237BADBDDC809B7A7C /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */; }; + 6B06C284D0E9D1E3993E4A9AF9FF7CB0 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC85EC082B10F7E50242D84902487CB /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B461FE91158C1ACFF628B9CA3F2AF54 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FDEE7637DED0EC0F098900BD39BAD3B2 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6B522302A9BF66638B95BB21EF10F035 /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 58047116512C98FBCA1D06DD8141EBE3 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B52EB8B23B5844471726477F7A332A5 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A52756E74ACE72A47DDD022F994E919E /* REATransitionManager.m */; }; + 6B88118D132A3E0B6E70D76285C24A56 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 684BF819AC53074D6E145ADFF41FC14A /* 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"; }; }; + 6BA13B00A730ED95F9F3DF95841FB74A /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 570BEA4152BDB5C3E1506AFA743AAD0D /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = DD77CFDEDC47A452B0F3E99A94BC1497 /* EXConstantsService.m */; }; 6C22640B5700F54A8782D9863B890045 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 6C313331E905110E725915EB39D5616D /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6C50E9571D234D7FB4B03B8FDDBCDAD2 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FB79BF7563439FCB5D77BE1F8E848674 /* RCTTrackingAnimatedNode.m */; }; - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4C55ACADC34854109D7A8B9868B2DD /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CCC62649B7DC5822A5F0AA16495829A /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B05EB643E82025C869218122AFBBA2 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C50E9571D234D7FB4B03B8FDDBCDAD2 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DB28910E4A109F6D1BCD9D3FFD7F7B /* RCTTrackingAnimatedNode.m */; }; + 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EA21D9A7CE1DA4E43A0FB6D6DF7CF4 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CCC62649B7DC5822A5F0AA16495829A /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6722258057A746E310610A9B49526D63 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CF8E2969BC0CAAA1DE5BD0A721F14BF /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 93680475AD4797494EE536ACB0648D9C /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF90CD0939A0811FB13B0F966D0FC28 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C4705B347DE2BB15EC1123E6DE2445 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CFB211E3805AB92342D726710088B91 /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = FC2E9CCAD5A01C660271E564A7B6A057 /* LNAnimator.m */; }; - 6D5AD3F624315C6E04F08A386EAAFE77 /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 0641686D71D2067D107571FD733BB6B0 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D5F4164F0E3BCF6C9E2AF17F82CD73B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFA9026FC3001F8C5E2519E9DEA378F /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D1883AB126298D2E9158610A948707F /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3827E8A49A8F6BDBA8278958B97890D9 /* react-native-orientation-locker-dummy.m */; }; 6D71A6D5CBB1BDEE1413910216E73651 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D0E54F90D942CFFB20072076E8211B /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DA4A6EE6D924E01F192AE89E79431D5 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DF6BF4D44FFF5237164CB4C2D9D51 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6E0F33718566B67D30A6C9E9363F801B /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E3400348EC1A3F1C9A6F2D25AD41F5C /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38DD6F197EE6D0E98EB6E2CD1EE2A95A /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6E355BA53F5FAFB7CB0F701DB1EC511E /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AB937414925E2706109A56FA11FE4A4 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E529C30A1ED9021DA661CCBEDA93C06 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 0393F01D63216EDA817EB799C5633398 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E52E64A166A967856B2B2D559E1CD1E /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA2A1BE2C4225B1E0B19F4A6B2B11E2 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E98ACED51F3D9C0556FCB70664651D1 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */; }; + 6DA4A6EE6D924E01F192AE89E79431D5 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81034404902F8ADE3E9DA588B668D1F1 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6DAD44404DB22C52B147F5208DFC70E9 /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD5411A791871B17CF9C4032126B13A /* RNFetchBlobFS.m */; }; + 6E3400348EC1A3F1C9A6F2D25AD41F5C /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6BE4A31E5B678D05A39EC1834F181E2 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6E355BA53F5FAFB7CB0F701DB1EC511E /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC3486FBE3A079D9784885B31CFD85E /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E4EEC37BBD313278994D6B238BF842F /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */; }; 6E9BFAD5B692CACAAC407E94819C5C8E /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6EA6E1EE6E9F1946DC020A567FB0F711 /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = C7902EEFB3FBAB2520536581BD984785 /* RNFirebaseAnalytics.m */; }; - 6EB39762ACF16D34301CD31B2C2B2945 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 067B06A85B9D53A80DD0E9253B98249E /* RNFirebaseAdMobNativeExpressManager.m */; }; - 6EC5D25DFA871AA936F9E35AD916B2F9 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 786CC77F75AE0B60266BC2437E4EDE55 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EE1CA2114AC1ACA31077B7F7577CDF4 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B445103ADDB46688A5B7756739A48858 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F153C772FA4E895D127C9EEFD73412C /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC3B98A9ABA47DF5233D71D26D2BAC7 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC5D25DFA871AA936F9E35AD916B2F9 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9E6D2193644F8E50F6E9A450B27F3C /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EE1CA2114AC1ACA31077B7F7577CDF4 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B8995392881283E14E78A646C3C5693 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F4258691BBFBCBACDBEB1CE07169A3E /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C29351F69633F0477675945DDB8437E /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F4E8B663EB256B775EA2F06FC361A76 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6F6E6AC06C123F646F01323135ABE5F9 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 25EA2ECF7D516CADBF0A0D1A7D60FBDE /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FB19AACFA1EE79DFF0B308E0F08C184 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E71F432CE4C06A1CB44174CDA57BF6 /* 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"; }; }; - 6FB372AC7B05A3A0F88156E5CE788B4D /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 4457530BA40FABA8504D13C3C899FE3D /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70C118C7502A16753C746515F819E801 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F24EAB6B82890574C23A43714F31A6EF /* React-jsinspector-dummy.m */; }; + 6F6E6AC06C123F646F01323135ABE5F9 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4DE0D4E7AD9EE371D4AB6992CF890E /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FB19AACFA1EE79DFF0B308E0F08C184 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50D91285DAFAC9EE2C5DB708653F0975 /* 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"; }; }; + 6FB372AC7B05A3A0F88156E5CE788B4D /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 24595BA84608DB50FAE72665654DB744 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 705559CB8BB21978E42C1E2E0490E74B /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */; }; + 70C118C7502A16753C746515F819E801 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51938FA9CAE30CC706F2F5F94B070006 /* React-jsinspector-dummy.m */; }; 70FAC5BC128DFF5CD80CBAB721D7365C /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7135FF812734363F0095440165E23E34 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A1036366CB06517BD42AC22F2C67D5A /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7138860B481BD73119B807A8B2B27276 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DC0FAEBBBB8D5D55A96E6BB828B23B3 /* RNBridgeModule.m */; }; - 717BB18A43554B45B82D4E9A4C671EA6 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F8E20A4D899F0F7BC5FF46AB84BA566 /* UMModuleRegistry.m */; }; - 7198426DDE942B2D10C396770FFCA301 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = E08B9299C8455DFD5E3EC3EB097E3542 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71C5C748E36B8C8141DDC62E5F90D03D /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55FACE4DD8CEAAEC94E8FDF10B18CF73 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 7135FF812734363F0095440165E23E34 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 19842492254507708710AEC41300667B /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 717BB18A43554B45B82D4E9A4C671EA6 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 580BDC52225EDA1648E9BA34DF9AA018 /* UMModuleRegistry.m */; }; + 7198426DDE942B2D10C396770FFCA301 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B70957BC140791881F19721039E26056 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71C5C748E36B8C8141DDC62E5F90D03D /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29F612D9224091376BFA7BF351957F1A /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 71F1383D2710678FC23E1C4D93F47EBE /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C254615E3F1094D2AD0E9173E6AC40 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7219BDA57912F639EDE3430A5F74DA01 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 72238A727023831852BF9A8C9B83C49E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; 723874281B7102822C9263F25B4E9AD1 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 747139FD8673B332F8CB4A2E0FE80426 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; 723B1DEC2C8098017A02DF898B87E8D0 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B6263E8AF1D03986E8C1A3B7DA7D13 /* GULLogger.m */; }; - 72502876A87B929311D1E46059F1E24C /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 621B521A021D4327D99BED508DF19F61 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72938CE2CF79C1AB1EFD9CB2D676968B /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5233DDD16D284C0B49131CE227B4C8 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 729691698828402E3BDB07E6A54DA2AB /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EE11317E3B6D7DDA8328371D2BCE99 /* RCTImageLoader.m */; }; + 72502876A87B929311D1E46059F1E24C /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DDFB60167C8F7E7DB2448F033402CF /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72938CE2CF79C1AB1EFD9CB2D676968B /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 27588D692D96274C1ECE5429AB3A8A54 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 729691698828402E3BDB07E6A54DA2AB /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4604F4F078904CD14B69E227880BF4E5 /* RCTImageLoader.m */; }; + 729D1EAFD76FE6AC5B2A5166A5FE4E9C /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 72BDF84A85955FC2E2BE3DBE9395CEC2 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = A9757035002942D5475EB93B21A2877D /* FIRInstanceIDCheckinService.m */; }; - 73208D16F0790500B6F3D72FF43DE0A3 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 289DFAC08040AB27F024DBC5ED3AE711 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7334E61640B8A3A3059B0220EE6220B4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C99FD8679A929D8A84E1CA60A99F30AE /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73208D16F0790500B6F3D72FF43DE0A3 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C7805FE0B14E839CC1228FF665ACB68B /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 732903D3EFA2341766E6511B7C1FC7A9 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7334E61640B8A3A3059B0220EE6220B4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A9DCABD9312634F018F336974A0D2BE /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7351B6E93BF34663CA0551A948647BC6 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F038F6D1370F1EF0BC1212E367062BC3 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 73987DC9CAA594A204569B76B08287E1 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */; }; - 73A95768CF71E0108D67BD7CECDC0FD0 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BAE0204484EA61A3A2C20695E8056C /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73C40A83129D4A39779C47D6F3831BFC /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 578BBEB9B771A9CBD1F16615D0B77E1A /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73A95768CF71E0108D67BD7CECDC0FD0 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 78847046DD702C7F63A7A8D20D23B9F5 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73C40A83129D4A39779C47D6F3831BFC /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = D862247FBBE4645E7DBE48DF6E911E06 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73C4A99D26F6F9F116FECDE424AF7A45 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 182B86A858BBE37B1383AF9AEABD1C13 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73CA1FD561FCDCB1D431DCEC72F74DDB /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */; }; + 73CE871D6EA7B81A61A0DDAF57A44B10 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = AEB5B8D85A9D8E6B7A5A2A8D2942EFDA /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73E56E4F2078B208F760010D1C081DD5 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 74030D20785DEB1F46D01A1F25DD68E8 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8945A2E0C143910C17C206C1AF8655 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 741A12B997EF965E34AEAFBA94A51CDE /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8697E54AE1BE02EBA9F07FEAFC7BD4C2 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7444A40B1B537F90C7C63E07F94D1518 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A3D0734F36A720737730B5EB140F29 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745FD58612019EED84CABF733F65774E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */; }; - 746E0F570155284BD70BACE494E70C2F /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74A5201C5D4F4F8A1EA4767DC9E9CD20 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = D65E3A8F16A3A9AE15F0A71577AC03F4 /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74CF5F013A0F235A0F9D0D487CE6B83D /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = B8D90AD503D393662A2C32ADD22928A2 /* ReactNativeShareExtension.m */; }; - 74D5A67AF1B5CD8D5F70D4B21B377940 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = AB44ADD279643B434CC98C95C51436D2 /* BugsnagCollections.m */; }; - 7500F2F16CDBB55A8520870B77F1D16D /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B62469D55D5F9DE7215BF05D775B64C /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75094AF2589EF345352F296C6F1D6535 /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B7645CD8B831D178E2AA224AAA2414E /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7532B6FECD7175F3571189E3DD88AE85 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */; }; - 7542E5B23FD2A94033E91741A29FC85C /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BBF5252867C8BA9F0257FA78A784553 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A14D14584925A5A1423C52D0DDCCC93 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75DB622538728DF38B1295989C28AF43 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC36D274DCDF18C703F1EF74470430E /* RNFastImage-dummy.m */; }; - 75E61EC14328A109F7B0BE1EDFBA3E05 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B05CFB36D8BF54B9250F8D9304D4168 /* RNFirebaseDatabaseReference.m */; }; - 75E7924CCFC7EC8AFD2F756B4F7C542B /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = EB72E5B4CFA64EAB4737F185019BC6F5 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7621FAA09F8A411DD0BD8653032CD98A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */; }; + 74030D20785DEB1F46D01A1F25DD68E8 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 925D8FBCD46C76FD4EB4B959F6BCEA74 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 741A12B997EF965E34AEAFBA94A51CDE /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 866A038D072488A3176D6D91A071BDE4 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7444A40B1B537F90C7C63E07F94D1518 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D3767FB2C48EA65E46B4C16D50FCE0 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7473755D56D66D5AEDE7EDA1C3CC3A47 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5466E6A375DAC773192D227DB32964 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74D5A67AF1B5CD8D5F70D4B21B377940 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = E10AE0627FF6A389999E8E7B922D181A /* BugsnagCollections.m */; }; + 75337597BEA01AE83D48619CBECA09B6 /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = E71402C24D8BB642C9F603E81A9A77BF /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7542E5B23FD2A94033E91741A29FC85C /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F8349A90580B00904968A72505F55D /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 755165A78CD7257F0EE92944B7369407 /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD1B4F38EEC178941BCD9252C62CC331 /* RNReanimated-dummy.m */; }; + 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D76588E89D7880DAF8566469232320F /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76478F8839B3E900D460C0DE15D21F53 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 05224206D907042AA3943F245EEF79BF /* FIRErrors.m */; }; - 7667D9D46AAD4399B58814F913A8686E /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A1B12DB7D74700D1ACDE73BD8A59904 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7667D9D46AAD4399B58814F913A8686E /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D77EDB1F138E0AD8676AC84BD85938 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7671DE80D363A885CCD01409AE9AB7E8 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CE1DD39717082CA7661BD21D61405A /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 768B227B15B4CBA8B2D9CA2A948A01CC /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */; }; + 76E183F69C524CA3006F0E45C81580BC /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F9E979831E5D73F863E3A3C223B49F /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 770F6A0BBA21C9FD5198F2B515D23673 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 60A8CF261336A16C149A7CC385C0718A /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 772955A41B2F6116E8030A9AA06BC1B0 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = AE7BCDA00657D294DDA9E31AA30E75E8 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 773FEBE5BE25C0B804379C17F12165B7 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = D96EC568E0EADB45CB1D766D96F51DB3 /* BSG_KSMach_Arm.c */; }; - 775940B5516DAD7DAFA6D2478D52B0BC /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 750DFF208D431F1A8BC6404B1039721F /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 77653EDCC9BBEE36EA30073FEDD6D6C6 /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C91DFDB74102CFA4602B8497502C34A /* RNFirebaseFirestore.m */; }; + 772955A41B2F6116E8030A9AA06BC1B0 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 82114FB7C668119492B10EE69E0D91A2 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 773FEBE5BE25C0B804379C17F12165B7 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 80D4903FB0B02C11410A7C4283BFEB22 /* BSG_KSMach_Arm.c */; }; + 7756646A1B96F71F0B88C0B6B194292E /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 775940B5516DAD7DAFA6D2478D52B0BC /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5BE29CF745AF6FB71E524A3E525F68D /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 776CEC9832163DE9CF650A39E193BBE8 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9639E81C04CDBAF4021C6B03F3DCF36B /* FFFastImageSource.m */; }; + 777C857A61B1259DCE164A7BDADFFA84 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */; }; + 77A340E239E52243FC8ACD5B2E00DC34 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */; }; 785991A68E98C37DE3C394FCDC94C615 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7890D46619079C3F266132CD03DBE391 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B4244C0A2106FD9FA070BBC199A90E41 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78AB5676F42429625693F9D6208142FB /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 4412D0B6E1B94186BED1AC771A620AB8 /* EXAudioRecordingPermissionRequester.m */; }; - 78C7BE01307B56D8E27C8D4B623C74F0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B9117BC45DD5144D2863F2DB8A607C /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79167F099C2A1D71F2B0D3C17AD50AE8 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A3F33BA38C10EDD17D9A16AC7E5CF2 /* yoga-dummy.m */; }; + 7890D46619079C3F266132CD03DBE391 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB27B0270DB1C633ED0FF755C2533E /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = EA6E558B3E25A456D134BC85B0D3C9F6 /* EXAudioRecordingPermissionRequester.m */; }; + 78C7BE01307B56D8E27C8D4B623C74F0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E9765D08A867FC6E8E242D9575F0D4 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79167F099C2A1D71F2B0D3C17AD50AE8 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 454FF396DEAA68CE0D13BC5396738DAF /* yoga-dummy.m */; }; 7956F82E4FF2E7C95F619C7D46C46EC6 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = CBFB63F39D940238AE9A922396346EFC /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79654E27B4A9C36151C32B5078479114 /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 050AB614C45E489CF96503ACCD020131 /* RNFirebaseLinks.m */; }; - 797DD49F88C7649EE8E4BDB9DE7FC7CB /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF8B3978AC890633CA4555F958A7428 /* RCTModuloAnimatedNode.m */; }; - 797F868279B8249FF87A43205087E0A5 /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 789245D3EADC6C07F62E1A83307B62E7 /* RNFirebaseFirestoreCollectionReference.m */; }; + 797DD49F88C7649EE8E4BDB9DE7FC7CB /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 274A200871009C94DD4ED3CBFFB7010D /* RCTModuloAnimatedNode.m */; }; 79D771190DC28CC5FA02B46AAA902880 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7A5C069A0580C46EE9C1081148405848 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 39989FC8618B8EEB0133188A11E3F197 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A811D78E1C0BDF618A788391D1EDB9C /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F780E65D8DF5EEFDFC44A44686696D4 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A16F427BC2555DB1AC4C271B2B547B6 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A636B34842A10186076CA9AE7820F4F /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A5C069A0580C46EE9C1081148405848 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C65CE797F23E2F95A50A81A744F950 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A5DECDE1DAEFB994CA681F79E855296 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = D111FD79175E8BF0ADC99EA67E3F2B18 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A6C847CC5F78C2246DFBCD36E4D0239 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A811D78E1C0BDF618A788391D1EDB9C /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A77423B4AF2ECF35A774498AA42931DB /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A907775D8693790C443C198381D1025 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 7AB6C0CDBB0A88F3D70B0004C7A8521C /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = E34EC7FD11A1C6F8483335152E8B6AC6 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ACB8005A2638468AB9A60485BE1BF50 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B03CF160D1F102FFD40CE003D8FF4140 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B11305D7DCCDFECF7CF338AD6467C0D /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */; }; - 7B326478B53F778396DE9EEA8E197EB9 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F68347D7298AC0E6A743B0C8CD8AC7D3 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B39A1F0B1DD3212F3AFD336EF5B33D7 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 031E088DAEF5184446AC232C6EE0C0EE /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B55C57DA5E1D5ACA52260D3029AD5E7 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA958103A64276FF9B75604A692F4C9 /* RCTFileRequestHandler.m */; }; - 7B78E4E0F992E63CC7807781C3FE6957 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 05D6D9F271D340BA1327AC5B87ACB5A8 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7BCBA2E9B765D45B5FE6E327426433F6 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */; }; - 7C087CF86045F5BEBFF948F58CD334F8 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = D457BFCBE1D128DCEE210F96DB7E9CC9 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C0A72C50DDCD23F71299525758DC225 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FA69F708427A76BF156598ACE83F4B /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C2C17283689420C0D773D4492613A90 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */; }; - 7C3564A519FE855B2B2D06E8F2711B2B /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DE5DD91C2134F67FB1DB6358F81F88 /* RNFirebaseFunctions.m */; }; - 7CA2CECCDFC2D310FDE491C0CA02F95A /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8E7E1B18923EA5CFDBB31EFDCE9C7F /* RCTBaseTextShadowView.m */; }; - 7CC70440A76A2C6E9F08A1C75BCE5503 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D2FE08C6114E7D2A5CA684CEDDF153 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CC8556D44DC05010EB50BF43883B967 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 688372DED8D376E4CB68161BAC0CAF25 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AB6C2C2D397B571BC7FE3C92966C4E1 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C4307A3B0392FCA95B4153B398EEEC /* REATransition.m */; }; + 7AE351B6BD385437EDF60EB6F1CFB2ED /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C95219ACE0E24B9B2C635CAF6E58101 /* RNCommandsHandler.m */; }; + 7AF12AB8171E2BA0D26DDE86623EFE4B /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = BE84D489B546E99B38761C34DBC2DC79 /* RNFirebaseStorage.m */; }; + 7B1E93843B60EE85859323817E5B3D2C /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B39A1F0B1DD3212F3AFD336EF5B33D7 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BAA3038F45DEF260F3711958F4B7BE4 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B55C57DA5E1D5ACA52260D3029AD5E7 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 21B200F785049A341FBE689B88761AA4 /* RCTFileRequestHandler.m */; }; + 7B78E4E0F992E63CC7807781C3FE6957 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = EC8170B2EEF5B7B2AA10CC286C339429 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C087CF86045F5BEBFF948F58CD334F8 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF09D585DF074FC3F24DD794D797B408 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C0A72C50DDCD23F71299525758DC225 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CDB5AF648B351D8046696C793ED511 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C1DFB7F9DCF10692061A75204AE9FC6 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = D4DF2E6D680C0196F92DA3D8BA387830 /* REAAllTransitions.m */; }; + 7C29268773F4170C8545788A99A84286 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */; }; + 7C37E4011414E1B977A9CD8B52B83A52 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D2A675F7D9495E2B139B5B922AD219E /* RNFirebaseCrashlytics.m */; }; + 7C482B05927098D006CCCFAF93E2DF23 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDAA6C9A883F5B0A0075EA6A85D3E68 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C535C280CFC88C038BC83BC7419339D /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C94BF7AEE0F301B5949590CA94DFDA7 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = C9255160F18F04D0CB7DE7DAB189ADB1 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CA2CECCDFC2D310FDE491C0CA02F95A /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F3E8100CE83B7D78B6026603D6FC47B /* RCTBaseTextShadowView.m */; }; + 7CC70440A76A2C6E9F08A1C75BCE5503 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2906BF8679E6EAA7293E1431CAE43DE3 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CC8556D44DC05010EB50BF43883B967 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C90502E5AD92EAA1337568BC5C355F8 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D0FEEC462C260D07B9020311037887A /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EDE4DAE619AE63D483E14360CA2A69B /* FIRInstanceIDKeyPairStore.m */; }; - 7D819301BFE77D37A00BAAE737F55116 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B097D99AF8F2C24C65C16F9C4FDB462 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DE7612B47D64A7FDA28C9D17FED5651 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */; }; + 7D819301BFE77D37A00BAAE737F55116 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF57A2B562667510007E061DC62BEA6 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DC82108B9F339C0BD3298B3B031007B /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */; }; 7E43F556B25139FBC002ABFF1FD8D6F1 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F28455D5050BCC2398E18F5989F6B2E2 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E7124056E5C06DD2D8BEC1926598CD8 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = A0EF1126983048F7CAE210771D7BABF1 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EACF7BC61F13C010958A2491EF76703 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F86A9C10E448FB068498FCBD6B0CD4 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 7EEFCBBF2DB90B71991F82328BE9E7B2 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A32953F955579E837338E27C7051A31E /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E7124056E5C06DD2D8BEC1926598CD8 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A13EF5F4C124D86434893E384B15D5 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EACF7BC61F13C010958A2491EF76703 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D95AD7A9D36C41D60928BD54EDB6517 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 7EF283AB71EC430A672EF05EDFAC61A9 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76EBD3E58E67450AEF5938700FEDA707 /* FIRInstanceIDTokenManager.m */; }; - 7EF3ACAD393F4582A25F71F62A6D462F /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3845E5C0BF5BD36F3B7ADF0213844963 /* RNFlingHandler.m */; }; - 7F206DB26917E7E5E006EA1BD038ABCE /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2253D8FA18573BBEB977D32FC26B0F14 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F4C4CCC87FCAE74FB6037463D6CAE67 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F8D46D5F48667C5B1B21C37B9B90C8F /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B55E2BF7B54B614BE153B15B6DBED4E /* RNDeviceInfo.m */; }; - 7F92C8CE8F507D6DB8C8998C7FF4B7EC /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = AE64779289FB3D4E5A46C7FE09078DCA /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F02A16317A2F482DFB8EAA00F791FFC /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */; }; + 7F206DB26917E7E5E006EA1BD038ABCE /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F620C5416EA17E45CB746C8A1DA7650 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7FFE3E50F543939A64CFB94D5314A518 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 803053E81096BDE4B074A94A935F84BA /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 402120390F0054A039B54BA9DC56BD6C /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80015F7CCDBB2C229C697192B6656FA7 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803053E81096BDE4B074A94A935F84BA /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A8EF287339866723D9F875C0BFE2ED /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8047FC15D85EA84E6A8E0AF3D0A09E2D /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FA474BEC2AD88B2B29DBCF62F60E6C8 /* UIView+FindUIViewController.m */; }; + 80768075DFC43594C4A229EFE13F7D98 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */; }; 80AC5B0498F2D2CCEE4DEA1CA335C6A2 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 80BAA833F96B96AEC71EE8EF80B1F5DF /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B5A62B1865EC173695C6863B2A81B /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 80C006EED43A991A91BB59EACD4D73D9 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */; }; - 80FAF34D406C8980BC7651ADA108B1FC /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EDD9B68B3DF23D26E0D34346198BEA /* RNFirebaseStorage.m */; }; - 81202CBD37FF84A6CB464545F320FACD /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = B594F8DB06EEFE7C39A1E0E203780815 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8122A09CD44C9DCDC8C89E77814D2C3E /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6DCCE61D09AFA5BA002CFAD6AEDB4EF /* RCTImageEditingManager.m */; }; - 8164357B06AC2FA78F15FFB206A11B30 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D52E8843FB2B9E6359353AFDFBACA2E /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 817679BD0F5E0BE5945BFDF04DDF215A /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = AF7EB036ED970891747A262DD5586E2A /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80BAA833F96B96AEC71EE8EF80B1F5DF /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC2B56578871AC61AE7D0CF511ACDEC /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 81202CBD37FF84A6CB464545F320FACD /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AC3557DB3EF1A90BB16AE0F82F653A /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8122A09CD44C9DCDC8C89E77814D2C3E /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 98C8B55F4822F4D70CBA913D9486205C /* RCTImageEditingManager.m */; }; + 8146EB19750D2E80C53CA81C6DFFF75C /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6011CE032CA3FEC13D92450ABB063E2A /* RNNotificationUtils.m */; }; + 815AE76DAB6A35EE105B07017479162F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E37A0DC57BDF4F7C94CEF9B6998A34C5 /* react-native-notifications-dummy.m */; }; + 8164357B06AC2FA78F15FFB206A11B30 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F0782111961CD3F0E2FB95589D3C3F /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 817BCBBEDC10B50F1061606A5E80E0B9 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8182F2E263B427AA12C4AF390B885D17 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A76256D4AB25432364E582CC1F189A /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 819147C1905135463D2ED48C1BFD4C59 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B4BD2CEEF7F4F28592E2C15728D6D5F3 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 819147C1905135463D2ED48C1BFD4C59 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 855B46ACE940DBE076BB66C0DEE849EF /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8195217FB3F97232368D8FEE80ACF13D /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD41E4F5B237E9425CDDDC0A4589ED27 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81CCE4C52065036421BF08A1E4611A29 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 4899ED5138E92F712577A31416AE7B77 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81D4EAAAE01E962D3FE5650723B48052 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C959864323A9D488E0C2E4CA07E88E /* RCTInputAccessoryViewManager.m */; }; - 81FB4E6FF7BD9963E94813C246824C44 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 981B9FD54806F6EB25A60D89A671B4A7 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 826BAF1E3BCDEA784E74EDB50FD3D9DD /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBFC9B7323DDD5F6B809356259FEF0D0 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82DB5DA4E40FD9606E1DDCA545F57A6A /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81CA9D7F58AA71D129527ABE040589C9 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = A68A69DA5350C622E612A05E98457BE0 /* RNFirebaseFunctions.m */; }; + 81CCE4C52065036421BF08A1E4611A29 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD865A549A10F468411040725EB4A0A /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81D4EAAAE01E962D3FE5650723B48052 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EAFA7C90F823F49C5CF61D2C0DF7563 /* RCTInputAccessoryViewManager.m */; }; + 81FB4E6FF7BD9963E94813C246824C44 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = DD947EA3141F0328F13160F5B094708D /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 825AB92F2EB9A991A6C2C9DA95F7633C /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = DEA612A33E8835398AF1F5E9E75FE9D6 /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 826BAF1E3BCDEA784E74EDB50FD3D9DD /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F921D0832C7039C622CF51415B154A1A /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82A571735A593B4460B97E159BF51684 /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DF02CDD2E0D1890BEE746EACB7349917 /* REAModule.m */; }; 82F9B54A62E5D0DFDF2791B03C17993E /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 835584A6BBE7A06358AE30184A1E5C61 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F830E60C01B40A794A75591670C34327 /* UMViewManagerAdapter.m */; }; - 835E28E6AC8654393480EBE31B99BBFB /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AFBD83969D4ACB79C96796F864A58E /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83761E62E577F2305290E3E62A0B92A5 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = CEAE5742735ACD5EA1AFAF87E07CAAEE /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83793E67D757487629E21D43EB54A598 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD9E2DCD95F1131FA45DA068D5D7F93 /* RNEventEmitter.m */; }; - 837E3BCABB1242E4EA4BD4AD76E38E75 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 6644CCDD548545A4579A6A91E7F29A21 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8316E07991CCAD01B0CF24BF978DECA5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E6FA6DC7EFC0B392878B56C19D6E7E /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 835E28E6AC8654393480EBE31B99BBFB /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CC583D4295A6178B75E74242B63EF7FA /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83761E62E577F2305290E3E62A0B92A5 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 12834A7BF235E697BDDA853D61819B7A /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 837E3BCABB1242E4EA4BD4AD76E38E75 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA01CFBEBA9F9F7EDB5D384B82F4BF2 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; 838FC3FEE030FC85C632A5D99A7F80C5 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B44EB014015C40006305E19CC3C5ED5 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8392D2B78CCAFDFF0BF01136BE4D4601 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0817587F310F6F492F0676614AA1D6 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83B5AFCCA6960CC9F75C9E6C8D0C74DB /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F6130145C3D79A573DD571B515192C6 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8392D2B78CCAFDFF0BF01136BE4D4601 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8545B504699FFB1F55B409171C3EF0A9 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83B5AFCCA6960CC9F75C9E6C8D0C74DB /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F47D720102B9A940F6F7CB4676DCC5 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83CBD6741F2817605776207A9D4EE8A6 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 83D6C32AF8E9A48FB2EE9EECD87ACA0A /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9972B512A8691F22023DD2CA7052024F /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; 841BD4293BD63E749D78D404D4E2718B /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EB10F7EB6FAFDD793C9E8C9D31F496 /* FIRInstanceIDTokenFetchOperation.m */; }; 845A994AD06C3A97A7E1B733653C29E4 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 845E5BFCB3BDB4CF8656C238AC613099 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = C84329A4EEE145A05120D84B92BE06D1 /* RNGestureHandlerModule.m */; }; 848E360DEDAB6A5661F407BDF4257129 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = E890974E5F9F8AC28A07BD99E6E3820B /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84E1CD68F5C3E3FBD41466E70DE32401 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9225D7F111BAB3D8B6E9D339AB7BD19 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD3478BDC9EB9D31D8B3B4849095C1E /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 853957680321D770A7167EA24130B476 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7526727E37F82EF467D94C1A4D6004E7 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 854A31D847143DFE3DD1A033FA23B9CE /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */; }; - 857C450571C28E2C63C29DF17692E758 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = AD01520D0413E795CF7A3AD00C05FE43 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 857D6820102A823A926238F4E58F7145 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */; }; - 859B985A52815D5B3710FCC5292CE486 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 313F279EF2F6100614BBD3300E69571C /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85AAA8DE4EAC1A88EFB67BA1614DAC12 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DBC6A8AB4FC6F03AD8A2D2D0A933C3E /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84C2758D13CF81E1EF8B18C720A43192 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CFC1863E664E4E9142EAAFE400DD24B1 /* RNNativeViewHandler.m */; }; + 84E1CD68F5C3E3FBD41466E70DE32401 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA0C1415D6072A4AA39C0803FA60A3A /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84FC108EE78592E7F5996EBDC1254797 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A2D5AF41433ED9E17A279225B083267C /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 851E4A325F3D74515EA3F9862DF4E768 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A12022FF82A0BDD7DF51630958564864 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFCD778808EBBB8A5F205EA166D974F /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 853957680321D770A7167EA24130B476 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = A98666D0F649DBDB4E433085C29E0A4A /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 857C450571C28E2C63C29DF17692E758 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 59749713B83026247618846B26EC62C1 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 859B985A52815D5B3710FCC5292CE486 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0107D329D7DEAB4FF82B3E9C4BF1DB2C /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85AAA8DE4EAC1A88EFB67BA1614DAC12 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F5655EF7D5B1764478164CAA2CFB8A65 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 85C2EC99B56CFD98C2CCC5F32FA58F0A /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 6482CC18F554B79FC6B2E2DFB5E802A2 /* FIRInstanceIDKeyPair.m */; }; - 86131520C0D130B599E2CE94C6A9E8BB /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = BC99BC7871D50C3DD7CA50286AE1E0E4 /* RNFetchBlob.m */; }; + 85D1E6125F7A55666CE84EB1BA05F138 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0525587614467D4886BF29CFE93EC098 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8649A76A297D2E21447A67155DF34A79 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8681612093E1F23B3AC2EDA3FAB849E8 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6536B35E7702CB12B5391BBC4AE13129 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8687985D8E9D2B23DBBB25E7020406FD /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D2AA3E3D55AEAEAA6CAEB968C2FD57 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8689BC88B341E6BEDF98B48BBF98704E /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4ACE10252DA0BC05C6BC81324CC2D0 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A75D08FC66E45174ADA2233E9A46326 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86ABDEBB3CC79B6D00735E0124419255 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */; }; - 86AD40358DDB91830D0A460517F0C1CC /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C564FE0EE99347D44D3C1335D519CB1D /* RCTDivisionAnimatedNode.m */; }; + 864EA38A84E553F4B7C1523B06DCC32E /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C4D49295A85690F85F623B94C3ED714 /* RNFirebaseFirestore.m */; }; + 8681612093E1F23B3AC2EDA3FAB849E8 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2BBA709D414088AE408F42C82757255 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8687985D8E9D2B23DBBB25E7020406FD /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 963443449316947E67238DE96A046D67 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8689BC88B341E6BEDF98B48BBF98704E /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0E1B5F832A38BF37DA4147FF51E65C /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 556492C01AD97A882738EEE0F60B9E1F /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86AD40358DDB91830D0A460517F0C1CC /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 79DCDBA066ECEB2B1124AF6F0CDD2FDD /* RCTDivisionAnimatedNode.m */; }; 86DAEF8820731D1C15928424330BA767 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 86F8434EB8DE15DF6DEC783682DC831E /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 391C669422ACDB5BF1BD5FF64CD8FF78 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8703F902E77010AEAF2C18BAA3432618 /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = C03AFCF6D0AC61F62FEF76CA69BFE32B /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87730102CEFA42EE60076433DDCF6F7E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 715689384853C2B82BE4E0CA21575EDF /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 877CA43B94BDC3B3A31F790F29FC8E20 /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 771F2226296DB536A0CBDBE0B10EC670 /* RNFetchBlobFS.m */; }; - 879AF62492BB818164FB39048C9533EB /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B26DB8D9516CFDC03E7B03DAADF5F20 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 86DF9AC2AC4B03904581FDF0012581B9 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86F8434EB8DE15DF6DEC783682DC831E /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A593E8B3C7844B8D287CF4180A9BAE8 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87730102CEFA42EE60076433DDCF6F7E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BB92804897ADA330E670689024D321 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 879AF62492BB818164FB39048C9533EB /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 874A42065C4AEAE0DE5F752E9F35AD4C /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 87A37B963F458EC671B112D8B216C59E /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 87C77CE28E3EF45AEFE750BB7575FFFC /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 88214E5E2A114ADD3EE51DEAD80359E6 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BC16D6220B1A894DFA813857D2B1A50 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8834A680C11C1E788170A7F6EA8C3A91 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */; }; - 883DF58893F917E69FDA2224D738E4E1 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2615C7492D2CE070EFC612A567442E /* UMReactNativeAdapter.m */; }; - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D12552FDEA078082C17BA790AF3C6B6 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88214E5E2A114ADD3EE51DEAD80359E6 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = BC33AABD8CBAA024E80A57C1ABE6935D /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88428DA488987ADFC01FE95CFDF5F050 /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 021CFDEC2149D8A63EE87FFCA8CF3262 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8843B9575A75830023A568AA3EE64712 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 52399FE01E2C679B42E6DC73709914E4 /* RNForceTouchHandler.m */; }; + 8871998BF6CF081E9FCC959B7615F896 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA880DC9A74AD7294E61A963A5AC3FB9 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88B58642B5770D7313961DB5AAC02C58 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A96F9C687794B676D8EB9EC1991628 /* GULReachabilityChecker.m */; }; - 88FA13F1D8FA8BA39D35E071FC0A86AA /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5A14326F94EBD4C019867860BC8BA14 /* UMCore-dummy.m */; }; - 892EC96BF7693273B59A86185A62DFBA /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E05A4311D47514EDEE28A6D14410F61A /* RNImageCropPicker-dummy.m */; }; + 88FA13F1D8FA8BA39D35E071FC0A86AA /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7B8E4D8193F8EB0E28C5586F45D270 /* UMCore-dummy.m */; }; 8930132E132D64934AF6AB53407AF4C0 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D37BA8B70B59F43608B73D6A8BC1E0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89AA01B23B6705CF63BAD7BAD97CE0CD /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D2A9B6383D0B7A9F26A12C942FC59A /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89C07BD0B976EE997A7490D7C227F007 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 6624DC9EA0907128DB6635E9CDC4FD29 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89CDAEA204DA1341B986C199502BC4F0 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 13F7EC84F20110F57F50A08F7D5E20A1 /* FIRInstanceID.m */; }; - 89D3C452A34A703CA62770C2A9ACBD0C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = C7451FA1E7DD533F3DB2735C377A45F6 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A4568B2D443E0259687E55E3A9FDD9B /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A4888A0CB97AEE826B8958BCFB0B51D /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = BA060F2054CE9509CD4C737E4337812D /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 89D3C452A34A703CA62770C2A9ACBD0C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6134E503D35E3D7349DB6295A93D7EA6 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A4888A0CB97AEE826B8958BCFB0B51D /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AA6492C83EC9008E614E23E67893DE8 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8A885CA9B621D1B647CE2A6E5365DE12 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C980EA33A607A2694099B5B05F6BC835 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AC0C228313F9C48BB92AFBA4818358A /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F1C9561CCC40804918AF934B13E8794 /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 8ACC67DAF8A7F796E25D42AE36EE0E1C /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3581F42022D719AE625E635EF9C3FD8 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B86A60690253F93B09DAFC28CC86D91 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B95A720890DCDF42E0B3FD992876F6E /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 055C3873FAE61AB5E28A37EE7F9E2A4D /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BF081C8F875D3B37A688E708598C43A /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */; }; - 8BFAEC1822C0175E1A5EAF53F2298E47 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FC23310DB694110FDD24149EADEEE8 /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C26C66BE52E4E52ADE666FB7506D039 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C9F3D0EBAC5E4C70F0B10D2FCAF7417 /* BSG_KSMach.c */; }; - 8C70EB157F19949E10CE56DD76B45C38 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */; }; - 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E687E17816C1BB1E5F1FB229A447CCE0 /* EXContactsRequester.m */; }; - 8CC1F2A6C209E99881D48797A1ADF0A7 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = ABCDF452AF5833C24BFD34CC60B948D7 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D20A736AA2084001694C9A1B172FF3 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CED141149EFFBAD701E9AAF21C0D03C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4B49F930257207BBE9A10E3DF7DE75 /* UMUtilities.m */; }; - 8D573C598A1BC05BA7689B1B4ACF286E /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */; }; + 8AC0C228313F9C48BB92AFBA4818358A /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34D82D8D51FC8B165FA89B9B069DBE9F /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 8ACC67DAF8A7F796E25D42AE36EE0E1C /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF2FF37A0A2770A1BF4C7719B35E052 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AE1550AF937A8C2BCE807FDD603AA55 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B95A720890DCDF42E0B3FD992876F6E /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = FADA690DFDD742274EBFF36F021FA4F8 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B9DA1F426F8622AE8C67086F5FF45BC /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 95A71A71C6F43A53AF9A75DD6BB91525 /* REAEventNode.m */; }; + 8BC04EA8443AC86C7A5623C9A5FD5945 /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E84BFE4B452FF25E602D8C8E3A3C4165 /* RNCUIWebViewManager.m */; }; + 8C26C66BE52E4E52ADE666FB7506D039 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 33D1C754EAC247DE0EF78F3919A80F41 /* BSG_KSMach.c */; }; + 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 38254DCB0C1130DAEAB574770E213DCB /* EXContactsRequester.m */; }; + 8CC1F2A6C209E99881D48797A1ADF0A7 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = C883C73C29CC946E19EA4453A0FB1DCE /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 22B5599A77C8713D068119E2AD306F5E /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CDDA9B3D73018F57A4AEA0750E18321 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */; }; + 8CED141149EFFBAD701E9AAF21C0D03C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9785B53EC123C2AB7DAC84A55BDC50EA /* UMUtilities.m */; }; + 8D5C7D662E8028C9ECA2E493D7B1FB37 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */; }; 8D8C90B91DB286AC93C129B102A9BFDA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E5AB6EC5B25B9A1474BDCC987B23DD /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D9FF8C976084137F2169AE5BC47CE01 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2C08F171DAA291C22B59F9CCBED577 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8DEC685179505671312E48AF66B4D998 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DBAA8A6215C5BE09B4CCF5B9841221 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E12F102AB2E9838DDE6962237785645 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EC76BB002194D2B0FEA471E0DD0214B1 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E412E8EFFF7AF9D9DE06F5741936067 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6736B60E76F90D25B1E60F05434D74C3 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E601D963A773ED166E65B5F262D6D18 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D381ADAD38B8780E439FAFE5A05ACA /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E7FC25F2EB763A3D697F23B705067AE /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FD10DD6765C25453FFA9F338501A7E5F /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E12F102AB2E9838DDE6962237785645 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F6060A113A36F27559EB03ADC17B171D /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E412E8EFFF7AF9D9DE06F5741936067 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 42737D7C49F748EF14C9849645451A76 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E601D963A773ED166E65B5F262D6D18 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E281DF269A0BD00834E3C816B44158 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E7FC25F2EB763A3D697F23B705067AE /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CA7AD40B4B8B9D5936FEE41395912DA2 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8EE80AB91ADA3A9A2C6253A49BE3664D /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F224476D1EBF85E0ED56DEABDB859CA /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = AF724E2EF4E5CA5B00FEC678579788F4 /* UMModuleRegistryProvider.m */; }; + 8F224476D1EBF85E0ED56DEABDB859CA /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 82FB137AD4E58C94CE4887640DD9F8B2 /* UMModuleRegistryProvider.m */; }; 8F2FFF7829D53299777DCF5ADBD4E4F4 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8F3B79F769C77B1242AD6920F841972E /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8F3E78E2DB7AEB8C9FB6BFCDDE9C7089 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 473A5AAB43EF53BC21D685B3C3648058 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F467DF6B02968F89BEF4985911982D2 /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF2CFA13DD019FCEEC390E75CF086DC /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F8BC3E509C75D7F5792EC6A9930BABD /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = E0349DE968D0C07ECBE515FC1DA0EAD7 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8F467DF6B02968F89BEF4985911982D2 /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7FC5D8B71E4F39C0B4B5B82933B143 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F8BC3E509C75D7F5792EC6A9930BABD /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9689FCC3558919B392D90C32E21FF38 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8F954BFA8C27E1B462B557A6C591B8EB /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 817B8259B6457C7BFC3E8729B7FD18BC /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F95C811580055653F64AA077EBECEB0 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 06426D26C3258972F2C37E221B45318C /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FB1149024E24A8A1FC0FCDA3795C940 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ECD790AD45BF12247973C7967F809F6 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FB712D6707F35580CAE41CCC8D9968A /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4564B8C840D8588787DC06344AAEF0B /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FF5B8FEE9262F76B3A4AB3355C82879 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 714A6BF92ADF937DB7D05ADC92A336BE /* RCTVirtualTextShadowView.m */; }; + 8FB712D6707F35580CAE41CCC8D9968A /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CD7286D66F57497A9A3CF8A3591B03 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FF5B8FEE9262F76B3A4AB3355C82879 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 425DCB64649DFC6D6646071833C07F94 /* RCTVirtualTextShadowView.m */; }; 9058DE52F6CC41428189AEF7EF397B2C /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F62D03AE48EEDC8771172430CD56AEE /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 90891F4884E27C8201EE582CB7949F16 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 90BD392BCBB2D8B45AE0129A0CAC0C02 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90C279308CFC7EA139B454FE8AAA4C93 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 910EA964B9B18F72C762D8C5FB36AB97 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD10E5AB4E2469B37E840C8DF2AC949 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 910EFDE49B3AD263164EE425DE9ADF6D /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46C669596ADD59B21089291C6B5A3A08 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5922F083E3A0C376502C64C46C262A /* EXFileSystemAssetLibraryHandler.m */; }; - 91710BBF0AE58981E3F8AF6CBA45824C /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 7994C96EFB405774E4F6E7F6119BCAFE /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90B35DB468E4E09C2485EA5A652EE74F /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910EFDE49B3AD263164EE425DE9ADF6D /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 244E3EF911D2CA98F6D672C9B40190B2 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 911F14B29D5A4F926C13EBBFACFBE7E6 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B342E4F5CCEF77B770F9ECC6AF8B81F /* RNVectorIconsManager.m */; }; + 912293771BCDE2EA98CE5A8F61341A48 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 23BB1D6F079A8A708D2608B109B8310D /* RNFirebasePerformance.m */; }; + 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E7AB4B4AAEAD991AB9090C935F87E1 /* EXFileSystemAssetLibraryHandler.m */; }; + 91649A80948D1578E4615B91E7F6BF2C /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 171884AA08DE374073B8CEF3F74C3961 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91710BBF0AE58981E3F8AF6CBA45824C /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 948E166AF481CB3F280F10E8A116821B /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; 91F98C0368F0FCC6306D4CA7B4CE4131 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92240F46854CA8BBDC36758464E9CB46 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0FE1D17E3543CA2D9751E03479FD414 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92C47060A7FA2A54595556C87BBC5E08 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F44DEB5D5C8D5871F744FA491B3AF5B /* BugsnagFileStore.m */; }; - 92DEBEA9A386D7889CB3E74FC7704DA3 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = D239F5CC0CB1B9C97A0AF5581F83B77C /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92E573456E3695D3CA8BE75D5258A09A /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */; }; - 92E9DE603A0672C83FE1002E39239D25 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 19CA66F6A308D38B76052BB57DA9F762 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92F3DB9D5A0513868F3EF6B2D8A51C60 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDDC5FE24DC160099E4449C97872CBAE /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 930358F2C522A162E3A667DB2122A975 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5FA1A2793592570978B1CDA0C3D56C5 /* RCTNetworking.mm */; }; - 931C297893672C4DF50699EABF784C14 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C503A21FBF9C867CF6DE88D88725C5B /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 931E7FA914F5F66943926B207161638A /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = B261FC7A13A68060D721C23AA63440E8 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 92240F46854CA8BBDC36758464E9CB46 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DC3E60D0F163138622E3DB845E67D35 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 92283C5C56DF8E7956608327837E5832 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C706D7AAC1EE0196D32865D68E7C3F18 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92AA254BD747627A46FDA4F77C70E939 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 491642CD439B994CC5B11D3D28F5ED64 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92C47060A7FA2A54595556C87BBC5E08 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 987B0FDBABD37A39C5784F0E4A7F6ED7 /* BugsnagFileStore.m */; }; + 92DEBEA9A386D7889CB3E74FC7704DA3 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 7277C9478D15359251FFD8FE655D8EC0 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92E9DE603A0672C83FE1002E39239D25 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 07A7635E42BC8A987AD1E075F35139DE /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 92F3DB9D5A0513868F3EF6B2D8A51C60 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F7DDB21FE5B9576AB1B0A995CBEC716 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 930358F2C522A162E3A667DB2122A975 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9726FE4CDE9AA6086C86697EE33821CD /* RCTNetworking.mm */; }; + 930E38AC2996BF5F709CA55CADEC50D6 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 931E7FA914F5F66943926B207161638A /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12FCA2870E05CC1C3C40EC1A80D4AA7A /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 932C306F1F748B77A388E1D22BFB051A /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20AC51173E390CE7A08E6CF65F2C5A82 /* glog-dummy.m */; }; - 9348079349EDF2F704A77A756624FF2C /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */; }; - 9352EFBDEB1ACF7ACEEC5D46FFBC0E12 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F7435BA7EECFECBEA864874D3199A1 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 935C6E92C61F132FE501C8D0C14F6048 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = F15BDE2F9180E1CAA9250EEF34BCD81C /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93CE32A20E5A7C1A793E1FB529882268 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E8B3F4894A2B624F7CA4D668720ED7 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9352EFBDEB1ACF7ACEEC5D46FFBC0E12 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B28A0E1317940C984CFA61B0E2251C55 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 935C6E92C61F132FE501C8D0C14F6048 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6749DC97883A3808DC38CE30DD2D6C35 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CE32A20E5A7C1A793E1FB529882268 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0355F9A8F08EA669B5828B32EA1EF299 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 93E3441ABB65B7C821BCDA662B2768FB /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BA5E92B5979C9480CF54A4EAC8126E /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 94013824F6693C27E33A308D811AA546 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 944891792DBCC4BE2E3D810C9195CFEA /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C90DA6A4318C27FF9022A8F37949135 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 944C86F14C0127649AE14497D7D8BA0A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E31D9039568C6BC6B32EAD4F70D5FE /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 944891792DBCC4BE2E3D810C9195CFEA /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CE3499647F53AD629952FE58F3FF88 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 944C86F14C0127649AE14497D7D8BA0A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 02D45174115F4AE307320B2118D534DF /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; 944FF9384860EA20586A25FE9FF6C62E /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B6FE955DAFF4C7DBAEF58F2ADF4CE9 /* FIRInstanceIDCheckinStore.m */; }; - 94D54EB2649C30A91DD569251054929B /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */; }; - 94FC106D55632E06CDAF4C8D4B096B71 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A5245B39CA243E7E30E30A15FA4907A /* RNSScreen.m */; }; + 9485DD09BF8698548602C776DB57D558 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DBFC8C91DDED3F12BA98BD305F6A83DD /* RNRotationHandler.m */; }; + 94DB1239A2E2FBC63A77C99125882B7C /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EBE5C0493D5882307342279A2846138E /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 95559824769C8A828EE38FBB74F3F973 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 95C9252833B97289DC30F0CDD4F06553 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F54DF0D56CF024A5A13A1C7A8DE898 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956466D465DF49495354549261275752 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 067CFA1AEFFE3D52E2CE02F97E6DAD3E /* RNNotificationCenterListener.m */; }; + 9581C0BC6D139A1D4B8B625084838A52 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 42B2F78E32173EB10B62E0127FFB84AE /* REAValueNode.m */; }; + 95C9252833B97289DC30F0CDD4F06553 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A2E988C53E5548650AE0A4C96DA6390 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95EA15CD4B8F98DC02C32556AEEED6DE /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AED5C8DDFDA6AA0C63745611BF264C /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; 964ABA3C96E97D837CF19EF6ADAC7E3F /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F47334D062E11AF3D0C160D141C002 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96524DB391FA3D7058641F02E5B32F58 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4002BDF1239CF2A4B6691EFE0C362A5F /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 969C4AEBC9895551DDD903380BC42E7E /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = FDBB948CEF522A002ECB43AAE48ACA4C /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 96B4F4E21FCFAA146F6F5F35DC41CA71 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F96DE167487ED7E443D30315C93EAE /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96D1F45BCCAE2836A1FFFECE8571FF27 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A482850ABBF3989675D0CEF0C27BBE7 /* BugsnagHandledState.m */; }; + 96524DB391FA3D7058641F02E5B32F58 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50324A256431BC59EA4AE7FC2F919554 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9660B59C749C34D07D873629D302E70D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D9D263DBE20E7A885D69E9C87E4573 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 969C4AEBC9895551DDD903380BC42E7E /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AF9677FDCF8489579F168363478EE1 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 96B4F4E21FCFAA146F6F5F35DC41CA71 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACEC73E1FE249FFF426892FA44B1EE4 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B5A39E4A9A456CF0FF0335894ADEAA /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC0B93C9B6C767EF6DC0E28D051A704 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96D1F45BCCAE2836A1FFFECE8571FF27 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A034ADA87A8E6B4A912CCA30AE9670 /* BugsnagHandledState.m */; }; 96D3ACDC9FE404F697EF785FAD078FD3 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB53691B08EF681E0EE92D7AFC6F11C /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 970EADF73ACDC5F70DB9291E80C04C16 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 29DAD97412E6DE5E766FA1738B630BF9 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 112168C474C30D484932940D40B62C17 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97BB5B2C6DBD71BEDB231F10F1D8D8A8 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 688910844C47C621BFDA3110DC2BE286 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 970EADF73ACDC5F70DB9291E80C04C16 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 251C52B81703526961BC005BC490DBD0 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9718D70A3302FF15FE31CFD0C0517599 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D547958158279A8F89189F67B3CD2DA /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 977F705F0EF57796C9750EF95D32CF59 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = B27B461F38457CF8DA79BCC723827507 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CC9770BA81A9D92734FB6DF7091862 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97D064D865A60353B7C736205A370BBD /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B5C6CBDAE983F03BBAB41A1FFE8524 /* FIRInstanceIDBackupExcludedPlist.m */; }; - 97F94166AF8379F5614DE1FBA08B7FF7 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = E2711436180C9428460A5EC1AFAEF472 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9802D79111D9DB64F651EF63B7BFE999 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 86F24906F05435F7FFE6EA6031CA34AC /* RNNotificationCenter.m */; }; - 9844AA9F4622AD1B8272E11944DC971C /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 13909DE71A149593BB118FB327DCA871 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 986806465F6B9FD50B8B9B15FDDB8D88 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 986CCD6A125AD0F7CAF5762ACA273DDD /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */; }; - 9881AD8E99F516C2926C290955EEDD8C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 553FA7CFEA0A88C00BA87B6A94BD6632 /* RCTFrameAnimation.m */; }; - 98F4A2C2A6E61E22704B6D9777C5B849 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 959DA73888F4DE7F4C458DCBF6BBF98A /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9920920B04C78F88FBEF8CF5C840B73F /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FCAAAD6DB5AB1CCBA90AA7BC78A79F0 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97F94166AF8379F5614DE1FBA08B7FF7 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B4F587D3E91FF91AE1A885C011CE4D /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9812E2B7CA172FDCDFE9E741EF46F5B1 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9844AA9F4622AD1B8272E11944DC971C /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F48BD0F04CC083150216094154926F1 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9881AD8E99F516C2926C290955EEDD8C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 34DF5BF94936EFE95933A25B2867F204 /* RCTFrameAnimation.m */; }; + 98D62FDAE478ABD71B84BE8AE93F57A4 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98F4A2C2A6E61E22704B6D9777C5B849 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = F742EA26BA137F5683FF76331CD02E84 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99203F95980AE72D3DA1A6C1EE0C3905 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */; }; + 9920920B04C78F88FBEF8CF5C840B73F /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5D6A10A21059F96135C61521397083 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 993B1B14E6A0E34BC5DAD43E7AE297F0 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C7593D777328ED75F27D07AC2DBBB0 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9950759650514F356B0C16141C599929 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D60B65519568944D7BCEF88ED70E5FD /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99533C81B0CAF1517C33715F79CB6E08 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 5944900E5E1BC2178896A7241A8D5240 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9995FFCE8D6084CD36BF0C189AC9A196 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = CBDCA52F683ABED9B28AFC1323EF88A1 /* RNFirebasePerformance.m */; }; - 99EF34DCFD1F55615D1DB3AF574906FC /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A47C2847813E090878507CC2FECC5BE /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F15750155CC354480E47A9E586BBAF /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E3C66EFB020238092B9E2CBE704769 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A0D199629E9C47DFD9AEE9DC508C6AA /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D0596C8F3B33720C9B3C071A8BD2C2B /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99533C81B0CAF1517C33715F79CB6E08 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 67003287C0441A5CA7DC4739DB8572BE /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99EF34DCFD1F55615D1DB3AF574906FC /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 367F146F51A6A8ED5D4ADE68F56F9048 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99F15750155CC354480E47A9E586BBAF /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D8C48DA97DCA94837CDCA24CF8AF26 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A0D199629E9C47DFD9AEE9DC508C6AA /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 69E8D13A8B638CE79932EFC8BAB81669 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9A1C90B1E05093DDF8B89EF59A6727AE /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E5BE7BD23E7FDD82F0B6718B516BEEA /* GULSwizzler.m */; }; - 9A9274E94E233E01D6D0982A16A78EEF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = B03C1E12E09C3FA46B4960A46D6CD064 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B33313CD37427A91AA7F9EEFD5DC6D5 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B53DEA50407C3470D09615A52CDD41B /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC05EBDA13A98687D1C666A53ADA678D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B63F40BC204D313F638FB79A7A3D01E /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = F739BAD3B167FC1D05DCFB555AE83874 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B6A2D5C1DAA4671600F0F3EDB17A3D4 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CED30A44C6680FB1BC5EDB5F11C60B70 /* React-fishhook-dummy.m */; }; - 9BBB35BCF881AE736B0F0627BDE78D17 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A9058EF9F51B06C1D6921AF6DCA4E8 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DA0FA7DBEE5B03EECC03137BC2E9B4 /* EXHapticsModule.m */; }; - 9C2B58EE108869C580FE7DF896A13E91 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CBD679084BFD7EECE5B650BB9C8988C /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 904BA2B836E25D0BF69E81AC5C2ACD53 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B53DEA50407C3470D09615A52CDD41B /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47AD47E3B107B4D930B0E2729834EB3A /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5DE517765BFCF5F78EA92A6F4F37C3 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B6A2D5C1DAA4671600F0F3EDB17A3D4 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0140017B499885112EEF1E99861C0291 /* React-fishhook-dummy.m */; }; + 9B8A3340CB821679B1EB33B07290D264 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE1DB7C8633659DD7B79ED1C462D799 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BBB35BCF881AE736B0F0627BDE78D17 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 42451A467350D89F6DEE383477AB7377 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6221BA4340477A41EEC7E6993D06506C /* EXHapticsModule.m */; }; + 9C56B940E44FBD1C56119877F6BAA7D2 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 0585119F00A5B3FAD839C9E1688057F7 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CD9716DD336B98D69841069C775A17B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 672097C17BAC1DE2A3A0878AC3E68ABB /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CDB518B110EB3992DD086CA69DAA8DC /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E1AD7961F40C4077A090F76DF154C9AE /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CEB9D3F95CCAEA773F0ADE937FC4D7D /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E577C9CA677CF46954DCEDC95491552 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D37016F895502E847673F8471A15F90 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = B26D5713ADD572A53A26DA41D71DC298 /* UMReactNativeEventEmitter.m */; }; + 9CDB518B110EB3992DD086CA69DAA8DC /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D2D7F2160DF2D40037C8535D6A9D5A5 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CEB9D3F95CCAEA773F0ADE937FC4D7D /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D22989B9F71DC5786831708700B577F /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D18348877845AEA37910D91601DB80F /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9D37DEF72A22FD1A72198F1C269F29E9 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D583CC08B9C0688CFCBF30BFFFE7341 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D588324AE6C2EEC0E98F4FD2DD09394 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37018004C0D04BEBE6EB754B4AB0ED39 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DA7EE268BCE3FF43F201EF8D4B6955F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D6216C6D08B7FB7B60774D4ADE817D6 /* BugsnagReactNative-dummy.m */; }; + 9D588324AE6C2EEC0E98F4FD2DD09394 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C979964D61E97E86E9CE601A8073497 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D80E8DEE61D281CE0B9F2FAAD0CC23E /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E380728A28948B7C3E4F04A648438FF /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DA7EE268BCE3FF43F201EF8D4B6955F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74169E85179AC7BC7EEB634BAE8C77A8 /* BugsnagReactNative-dummy.m */; }; + 9DAEF2BCA7D2D96FB2E8F9DBFE372DE0 /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = ADC0B6D1BA287AFDA8F14507C169B0B2 /* LNAnimator.m */; }; 9E1B95C86133B7162A822F044D8A3C76 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7939212BF7E5AA1B3604D604F224DE98 /* FIRInstanceIDKeyPairUtilities.m */; }; - 9E2E67934C6295239EA8DFA00ED28B78 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D088B63DD74A291A2A7197ABE97CB9 /* RNLocalize.m */; }; 9E31E2EBECBBEE07EFC16DF386D6AE4E /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEEECA37E78F37CB9488C1F90BF14B1 /* GULNSData+zlib.m */; }; - 9EBFCFAFFF2F9C17104263C27FBC905B /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B61F87DAC5ABD73E7D8352E30635F0 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ECD6C711D59556E4651CD72D0E7F958 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = E23DBD53762DC1F84EC5BFC29BF3B9FE /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E620BAAADB1ABB5C4B546D6AA29AFB1 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */; }; + 9EBFCFAFFF2F9C17104263C27FBC905B /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 002262331B9EB436710C86E745A9CA0A /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ECD6C711D59556E4651CD72D0E7F958 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FF44B21E5EA5620CCBD39349849838 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED2CD73A1019EA6288BA2C90BEE847F /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D416259B46EED0D0CE80FBCD85CDDBF8 /* RNPanHandler.m */; }; 9EEFFE4F5B6FA066318BDF0BCD0B12BC /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A53702271FB1509D4840C1B4AB3A5FC /* FIRInstanceIDTokenDeleteOperation.m */; }; - 9F50F5D0E512F888E28411A4CA948307 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F5202F94720CB6F9A3FD6D867471901 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D1F320F5BDC3403696ADC20835C3107 /* UIImage+Resize.m */; }; - 9F59B5E787DCCE4694FA7FDD16599DA8 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = B0668359BEE1667300F3B0C6AB13132D /* BSG_KSCrashType.c */; }; - 9F7EF952929788F475CDD08B31304925 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F9DF5E0BD7596201DC55355D04432B /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F822E5B617B7D4D5E63CFC1F8D161EA /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C17DFF78C1A5BB793A8B17014A514B17 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F59B5E787DCCE4694FA7FDD16599DA8 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E255781477EDE39AB7EE254E70AD734 /* BSG_KSCrashType.c */; }; + 9F7C14401F01678081CFF2AF773677C6 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 432FAEFF1DDCA37BEB245DE112F94A5F /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F822E5B617B7D4D5E63CFC1F8D161EA /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5D8862189AC3F7F8C0F80F57BE2045 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9FB5323418E1EAEB28FCF70C427CD296 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 05FBD434ABEFE89829C4939FDE8E3764 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE42ABDBE1A68994D0B777D53D6B56A /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3153ABDFC418EEC0F8F5F515CF93D4DF /* RNFirebase-dummy.m */; }; - 9FF3302DF3E3B17187EEFDE74CCA5B2B /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE031EB74AFB45A8A30CFB19194C9718 /* RCTVirtualTextViewManager.m */; }; - 9FFD8F1095860972C91388E79894DB12 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A8EF47A6E993021AF7335306CA5FA76 /* UMLogManager.m */; }; - A09FE3858E92D484AAD20F42ACF3D191 /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = B4FEAD9F5065F456AD07C544AB94E7B2 /* RNFetchBlobConst.m */; }; + 9FF3302DF3E3B17187EEFDE74CCA5B2B /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BCBFD186D545F7CB6CE9265BCF74FB55 /* RCTVirtualTextViewManager.m */; }; + 9FF97BFA7951BC00D15CBEBF372B46BC /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9833C288E4B432A4B7DAC0AC1C824EB4 /* rn-fetch-blob-dummy.m */; }; + 9FFD8F1095860972C91388E79894DB12 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F1B6AAB6E49F78914A652F2C63FAB470 /* UMLogManager.m */; }; + A09B7818745B97F44F787F8E56486E96 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */; }; A0ADECAF3438ED32F69B08DDF30BF4D3 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48EA30DBA33C3A87137605AACF07B10C /* DoubleConversion-dummy.m */; }; - A0B88D46A78F2FF5E0096456B6408FFF /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A08B6A0863012053132D800FCB1F3B5 /* UMAppDelegateWrapper.m */; }; - A0E926E256DDF8C343AEFD0C378118C9 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB8A8B4763B03969D3B0BBFE43696086 /* RNLocalize-dummy.m */; }; - A12221A786EC52B92E305AD83DF99C38 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A079F90A2568282310D57724C24EB7F7 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A13CAB57553B289944729962743E8D82 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */; }; + A0B263B137B7BCE6C2E02DC7CA1C43F1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9326D843F044A73B4F4C40466152EA88 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0B88D46A78F2FF5E0096456B6408FFF /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = E70F6EAD54E4FC6749048BFB8DE81F0D /* UMAppDelegateWrapper.m */; }; + A12221A786EC52B92E305AD83DF99C38 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F145B05F6202E37B05D53C3FC0BE863 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; A14D03FFE5AB2DDE88377934063BF951 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAFC535A7C25A955433F870D3ED8A609 /* FirebaseCore-dummy.m */; }; A157CA36BC537CC9E89D6DA27974AD72 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1C9A0432D106C1F8928C98672593232F /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - A1696635EF3DA07F34A54C555D7C41D0 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9237E682117FE57402C39484E7FD78B7 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A16B96838D76229F61097C45EDD27D5B /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 922CB3A92ED012B28CB59D97CD3ECCDA /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A16CAC2A9726468FF58265ECC9DE7C95 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 93BDB41462FED0D917A127B58B04C899 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A177A3EEAEED1F8BDB71E2E7DEFC3AB0 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B22DCA13E35B0A799EF94185F755A0F /* RNFetchBlobReqBuilder.m */; }; + A1696635EF3DA07F34A54C555D7C41D0 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D80D94F86749FF9278D1821079D235FA /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16CAC2A9726468FF58265ECC9DE7C95 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 848216C6893D48B1AFC4EE8BC6FFCAF1 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A196C02C3B3FA339D33D46ED6BA072E8 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 01454D02726937A5EBFC01CA9238BBFB /* FIRInstanceIDUtilities.m */; }; - A1B06EA50F276D2CD90D664F7088C959 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C88B4C3337463956A0703D3A50CCCB1 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1BE5E3327B89575FBE78D78DEF482AE /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 269A89E6BBC828A8E623F55F9ADA0E33 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A1DD6248165A14E9BE84518A3DBDF6E9 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = FDA9563515CA952B4C6598A3F6884AA3 /* BSGSerialization.m */; }; + A1B06EA50F276D2CD90D664F7088C959 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 83310C09BD22739E1B82B09D05449AC9 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1BE5E3327B89575FBE78D78DEF482AE /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C1210666946A82967ACA88E2DAB438CA /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A1DD6248165A14E9BE84518A3DBDF6E9 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 89C8105FD0FD35D368D82005FC471BE1 /* BSGSerialization.m */; }; A261D1444B1E8A76FF80961913092EAC /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C947908F023D1379E7B0B35D2F0A0BA /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C5E86521B6ADA880C46F42DA60963DEE /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 299A6F8730E528A20D38F34235022A98 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2B1FFACE7567768C3FC2CEB3CD9499D /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 025F4627265EC18A48EA0E9618F86102 /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 939FB2B332B51BC00725C7C090BD314F /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8574D2A3D75469DDAED339C0A30ADD /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2BCACD8EA23E21607E2B81D655C81FE /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A3271CFB85B3FE973B38EB21371DB521 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 872AF4B40789059C4F4116D85CCE2E38 /* RNFetchBlobProgress.m */; }; - A338CC251632E5913CD3EEECF70D4804 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 33F7E8ACA859C87D5AE3308881241257 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A338CC251632E5913CD3EEECF70D4804 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1AF1800A4BE769617E72CBF5C93604 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; A3899A422351CF681012352754EFDED9 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A39E755B2D859C965D11B4745BA5D98D /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF99CB3F992099DDB1B6830002B15BB0 /* RCTInspectorDevServerHelper.mm */; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 452A6CC263F1F0F0051EEFEA92E452F2 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4182E2DD863756BA5DBA2B7C14A5BE8 /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B00AD174EA491593A2C54B9522E9AB /* react-native-notifications-dummy.m */; }; - A4276C593AB619723020F2F603ED99AD /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0598A98F71D59A0F0A71DE4565DAE754 /* 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"; }; }; - A44021E59C9C280142ED1CB631831397 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 274AE81F91365AE6D06334B8DAF3AE40 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A39E755B2D859C965D11B4745BA5D98D /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50E9454FE366982860CED63683B95408 /* RCTInspectorDevServerHelper.mm */; }; + A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BBB8FE580B4B76E4867EF7AB4C96333 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3DE1D09C7F0D1803DA3A7FB8A091E05 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 041340D0A113C451370E7F4C40FEFCE9 /* RNGestureHandler.m */; }; + A4276C593AB619723020F2F603ED99AD /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = ED15D2A066663C9094D4889D40927D25 /* 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"; }; }; A478B88053C971FA3749431C59577E83 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A4869DEB1E40703FDF251ED86ED126EE /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */; }; A497FB482F032365646003FF4688764B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C28E7B4594C0C8ACAEE9C2A7E6072039 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A4CF5CC621A144BB54558B862DD6D974 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D221D912F522A6CC12CE232BED67FFA /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DCE185030300E41A470AE199ABCB22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 833E3F5907E24B1017DE23BEB8637FFF /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A4F9534103F0D5314E25EA8E15AB7275 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = AB0B595CD1B373E8D3F28A31B8E38DAB /* RNFetchBlobRequest.m */; }; - A55076558EA8EAF324B286D001037877 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */; }; - A55C24FA208312D46CF87FD5853FB9AA /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 323C2DAFA165190356498B7F393D1C68 /* BSG_KSCrashSentry_User.c */; }; - A58F08F163593B4D07A2AE698F990BC9 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A834CACDE2924D9E3A76B50C7C2E977 /* BSG_KSCrashC.c */; }; - A5B9124FDF09C3FB57E71EB4DC46A3DD /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 23BC845AF52DC4617255A331E1F52B83 /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A60CB93D4614D9B6C2827EDF1C4B79C3 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */; }; - A6284294E40579F2DA118DF27AFD97F3 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2F95BEC61EE47A5FBCD2B8BC49213D /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A63002202167319878EE8A8DF68E0A18 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 476E794248BA58E691E4F2BE07C41FDA /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A6485E16CD304950F41C08C84960F353 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F916EB02531B293EFD045C8506CEEF79 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6DF8B885C0F78815046BD1F0B1BEA52 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E163E9202E84BBF606E8F3E35A854039 /* RCTVideoManager.m */; }; - A6F29F923CD8B7663A3B1446BB8F4192 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F8B58DF4C881ED76976D4094B65ABD /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A799D2769C65005F19BEA2BB6DB53B70 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C517820F51C827290E80FDF09465E74 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7A5A3AD2B9F33B91FB0D922FF880A3A /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = ADA32046F2291C5F9E61BFDC33B955CA /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A7CAAE02B267BFBA1C0E7F014422362D /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 47D44304E9F1E341184C9FC1193BEE80 /* RNFirebaseNotifications.m */; }; + A4DCE185030300E41A470AE199ABCB22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19C602CDDDA7C2D07417E520A4483652 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A4E06865BA9033DA2A041450283EF18A /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BFFAC82E9BEEEE5ECE94B2D36EB3C1A /* RNFirebaseMessaging.m */; }; + A5399799BE50583C7712116E74DBB366 /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A42C19E8E604BE665BD2017DDA5FAC /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A55C24FA208312D46CF87FD5853FB9AA /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D700CA475A0E484C908B90BF3FF0906 /* BSG_KSCrashSentry_User.c */; }; + A58F08F163593B4D07A2AE698F990BC9 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 07C20017F8BB967E10D051C2DF674F36 /* BSG_KSCrashC.c */; }; + A5AEB66BB2A8DDD5FB3D138CCADD1C77 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */; }; + A5CAFF76DA8C27D6879BF54753655C90 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6284294E40579F2DA118DF27AFD97F3 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E76ECFA5B140A2EBB8E54DC11D2729D /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A63002202167319878EE8A8DF68E0A18 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49BF198B90E3FC2C13D1DC74B8CCFB07 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A64190A17601EFBF5AE6B120F6D78897 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C41A1E2CF0E3D12077A942BEF0A145 /* REAAlwaysNode.m */; }; + A6485E16CD304950F41C08C84960F353 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 60FE57DE35459ED6D397FAB9B6CE0555 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6F29F923CD8B7663A3B1446BB8F4192 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11CDC103901C531AFA4B02400121CEE1 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A799D2769C65005F19BEA2BB6DB53B70 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A332CF0C096BA2752ABD5B2E3ACB5DEA /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7A5A3AD2B9F33B91FB0D922FF880A3A /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D77820EF2F8F05B837FE71A52D1C7494 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A7D325ABA622F9D7D56799439D272EA2 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - A7DCE9BD313B580FC36C4B5835469E19 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */; }; - A7F2529C99D72FA5FF302BD36EDCD793 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D3FCD7C8D4E995F50E5531B773BC85 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A81736D1CFA58EC5284C407AEB0D306B /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 682DD1A38B1B8E7EB73D071CA7E3FBA5 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8561ACC0F8EE4AD506C0806EDD28E5E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F16D4777A9E1B5B2F177960667D8F95 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8A4C58599FC553160B594E4A6BBD860 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4603014ACD08C1CB91C52D909B13A6E8 /* RCTDecayAnimation.m */; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A2853E4ADD8A56D3FC8B32B3D5AC4578 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8F813367283E61EF989A9161DC3F79B /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 2279B72C0A35CE2496061773313C481F /* BSG_KSCrash.m */; }; - A91BB4D7E280C9912620F0D4C44919D0 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */; }; + A7ECF399BAABE7C169B5A48C43B9D8CD /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA45A91790BF0182F8917E0BAD5D661 /* REAPropsNode.m */; }; + A7F2529C99D72FA5FF302BD36EDCD793 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9AA39E4DBA840C4894B102BC188A41 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A81736D1CFA58EC5284C407AEB0D306B /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A1331394420CF7EB0026752ABF28548C /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8561ACC0F8EE4AD506C0806EDD28E5E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A49B8ECC3DD52780022821101587516 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A8A4C58599FC553160B594E4A6BBD860 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 95A200EF586CCEF9C6C00EF23EB074DE /* RCTDecayAnimation.m */; }; + A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D271C818D9F4CBD0C136F5B206C64C79 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8BB6D3B7C22D4789A7FF864E271334C /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */; }; + A8F813367283E61EF989A9161DC3F79B /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B98CCA973D1287E74DE374D84D9F592 /* BSG_KSCrash.m */; }; A9259A030B103BC6C003F7809B560F9D /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C09F53F3F82D9D3A1A2079D65BAD94 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; A92C327E57D9A9746F7176FAE308E23D /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8B132E736E6DABCD3B948E8FFC503F /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA0C7390010136B9FEB8AD0112D8C60E /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F70FD71DE334D223363D56760E4CBB /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA17C1501A8CC495182DA8097781EA5B /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */; }; - AA4C5A3011B0BB1752076C77D6E01F9E /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 73ABF49A40A9A32A36728608BE895094 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9CDF2E2D8B3F29B3D7394EBF8334F72 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */; }; + A9F9DCB5C43EA969992F0ACAC3835A6E /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = E24D658EBC11A0FCCDBDEF90C13864CD /* RCTConvert+REATransition.m */; }; + AA0C7390010136B9FEB8AD0112D8C60E /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = FC57980938A5E1E684BE4A6C5BDBCD01 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA4C5A3011B0BB1752076C77D6E01F9E /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F4BC122073BCF56F0F7A48680A8513 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; AA6FD30C2E41C5828D10AC115BF0D278 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AAA6FC823DC10E942EDCE4EED39AA499 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAB993E6AEA83B562CC225ECA181A36C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A9E27B03792689D5815E2590B1B3A39 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB135DF9642F966197BCCC01EDAB267E /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CFF3C81EBD0551AC27199AC143F20D2A /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA88E3CECEC4D2B2AB2E71825CD41F63 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAB993E6AEA83B562CC225ECA181A36C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1D247ABF0D3CDB159FF018BEAA4B29 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAE5BB7B2EA8E337B6B7BC6C70F8487B /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = E1C9BCF483B9695808C0FC93B62F9FBD /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB135DF9642F966197BCCC01EDAB267E /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 51635BB40F2B8501F60AE893FD7B152E /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; AB6ADF77F4AC26289A5F744E220D52ED /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0150AA8CAF72E28360A04F27E2139232 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB8A597ADC6D071AA792DAB12EA0AE04 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = AF85E96E443966C3DB667B924AB26549 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AB8A597ADC6D071AA792DAB12EA0AE04 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BCAAB4C5F9417EEFF900C2E05CA21CF8 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; ABBA4D1A08A1D18ECF18CFCEC1D683DE /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 92E08E4B2A2FDF1A5F6E156D3E8AA66C /* FIRApp.m */; }; ABD5CE7D3CED819A1F0A08FFACA97498 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 941C83CB1B1C7E2565C41FE38587D3A8 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABE014387D291F60B65C961D7E5C8CF8 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 955C8D42530EE32A38C61587709F7CF8 /* RCTCustomKeyboardViewController.m */; }; AC1EE7F7D26E58F4302881384B23B726 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EC14D1A14C431F11C9FA55E47179290 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC2F8A15C45A46657B91252F79D7EF35 /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 380AF49F91616B844D1D6B0F6FC3BD69 /* ObservingInputAccessoryView.m */; }; - AC357F45809D5640E227966405B889A7 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */; }; + AC565B5D7E1536988885E7B9A1FFAD2C /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 824D56C5053F0ECB8CE412FB5247C0F4 /* UMModuleRegistryAdapter.m */; }; AC6AC70E3EC8B0747B28E02CB723332F /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - ACCFA8651243A8B66223A58FB5C4D7B1 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20A1B83C6840088447AD2FE050243E79 /* EXVideoManager.m */; }; - AD06AEEF03D0D12A26711BFDBE71BC4B /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0074389B58401CED5730B5700D1B8F06 /* RNDeviceInfo-dummy.m */; }; - AD1E6535165A206A97029A465F50878B /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = BF036858D7F3CE66A672E5C710245902 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD23865F2C0DA271512D8E544C38D59F /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B45B24716B53339CEDB792EEEC0DABB /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACCFA8651243A8B66223A58FB5C4D7B1 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A0D66B1B46C8ECEB3FCADA65987B1D2 /* EXVideoManager.m */; }; + AD1E6535165A206A97029A465F50878B /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = C5FD5FFA1F5E9702FFE8C517C5C7C066 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AD2F4B3932C637813DB1472E148C3061 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C774AF3B5AE0B9A2D9EA7723091655A5 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD4999CD8127CB9D0287C2336DF8E303 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6B2D86B4F6FCC3209518361605EA5C /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD76ECB8513316F803A704931511AE4D /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 37C4D9C456545F27C29CD3961ADEBB21 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADAA5BE955FB1867166E47F2C8F0ED5E /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = A701315107AEF018A169609F675E0E2F /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADEE826EA4D572CEFA9780F59E4EC793 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 8077404B900D9257FAD40F188799F27D /* RCTTextSelection.m */; }; - AE04CC3E39F5BEC589C59F601589F495 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = F5FE893EC010E40D1120D34CCB644080 /* RCTInspectorPackagerConnection.m */; }; - AE37DC16CD561884D973C22FCC1A61C6 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88D431E9B8E7D93A627FAC0F8A947929 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBB1D421B721B29E8FDAF905D6F4E0F /* EXHaptics-dummy.m */; }; - AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B4CC6B022952FF19EF7C445E45D1F3AE /* EXRemindersRequester.m */; }; - AEB32A495ED637563A5136F3CF675326 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E9CAF6F0E710D9D941C37A8F98F15E /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEB7BECF45D6BA9BEEB91E353D014A61 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */; }; + AD4999CD8127CB9D0287C2336DF8E303 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B836811F18E37A45F361C8CAC7AEADD2 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD54979DC4329F075C424E9F44FCD8FE /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C600359C0E1865C8B03B5AA22B85A77 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD694962F06206F60E935A58346956DB /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 314CC739B33055D3EE3D5743A3292030 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD76ECB8513316F803A704931511AE4D /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = B781468A5A3A30DA4680B7DF17B9ABE4 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADB1965F25E8BB7C2940BAB12DCDDF5E /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */; }; + ADEE826EA4D572CEFA9780F59E4EC793 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = F258626CF4EB6F19FBF2196D34E9D42D /* RCTTextSelection.m */; }; + AE04CC3E39F5BEC589C59F601589F495 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 969D8C1823AAECDBDE4AF67F88AD3D9C /* RCTInspectorPackagerConnection.m */; }; + AE37DC16CD561884D973C22FCC1A61C6 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9F8676B77A7845FD8F69E7E8675EE71 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 698F789050F0E80FEE93D78A588D7172 /* EXHaptics-dummy.m */; }; + AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CE767AAF2913C923BA52BAD34DE05E8 /* EXRemindersRequester.m */; }; + AEAB143845662D70557FC81A2DA96ADC /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEB32A495ED637563A5136F3CF675326 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7D44E2BF28FFD057AC4D6BE631EEEF /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; AEFDDCD92E687A0A93BAAA2AB9DAEFFF /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AF01AC6D5FE9E1DDE1735B04274067A8 /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26A5AF3C6BD66CFF8609D1CEAE6CA782 /* RNCUIWebViewManager.m */; }; - AF4826BBE3F7265B0E92ADB1A8D3E941 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C6642C284CECA811F6BA6DC950353F41 /* RNVectorIconsManager.m */; }; - AF4A8945B643727EA8D5F09E99BE1602 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A62F6471984E51A1F287759ADC7B8B /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF608402B14A4BF3871296F26C3B3840 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4753CAD84AC6BB2843118C80622CAD /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFCBA844A243B7C07B65BA754A57A784 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A919318D33BC91F6CB706DFB34DDAB /* RNPushKitEventListener.m */; }; + AF4A8945B643727EA8D5F09E99BE1602 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8398BACB06FF8129CA7CFE4E1F300710 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF608402B14A4BF3871296F26C3B3840 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FB1DE2BE7570605A17B663B988FB553 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFD9E70BBD7B7020DB07EEB50D110BD8 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFEE9134EA99847DB015843322A46300 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B00477A5255F393A96F8558CAC6E4B /* RCTCustomKeyboardViewController.m */; }; + B004394CB78BE04C08C89B9266CD8076 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B01D4C2A60F2186068253C9E2D1249B9 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D190D31B14FD951BA15297B0D3AACA72 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; B078F7C21362CC2EC03671646B46739F /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF3DB52713CAB7571DFF217B45DE978 /* FIRDependency.m */; }; - B09C45B80F81A2051E12E624384791A9 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E522CD46845903A58A6204EBED84AC96 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B09C45B80F81A2051E12E624384791A9 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B8AD8E9019A3126B1383634F69DCC094 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B0B0B766093210EB3266CFB15B7F110A /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = A27065A60D9BFCB39A4B68135E82A475 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0E28F82AC12DAADBCC201F6E686F0D8 /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD36445CB6401EEB09C1C2BE7BB006E /* FIRInstanceIDAuthService.m */; }; - B11A89E20EC341CA886D0B8886605CE3 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6002548F0D6352AD9F93A57DD7ECAA91 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B193322F6FEA0F3B97F688498E129218 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 52D44710867C0BCB97FFC9BB6E41FEDF /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B1960D196E6CA6C04008C658D9BA6E43 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */; }; - B1AE4C90842987C303D9483711A39B61 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F55554EB9DF5F2855EFDB0271A94653 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1B3589562BF502B1EAA519FBE5BEFFF /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 937079F3743CF5777E6AA949EAB24FF5 /* RCTImageView.m */; }; - B1C601F14D02EABD34CDF56042C77010 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */; }; - B1DE860143516E2B19BB4C825182FEF6 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */; }; + B11A89E20EC341CA886D0B8886605CE3 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C0EE67F97D3BDC1E9E06A4E896D94D36 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B193322F6FEA0F3B97F688498E129218 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 86FCF4F2ABC0E5D9D604BACBD958F6A1 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1AE4C90842987C303D9483711A39B61 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB61475B18FB0A728DB6FE2B2ED39EA /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1B3589562BF502B1EAA519FBE5BEFFF /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A63E625E36533160D2D7B2E7C93E31A /* RCTImageView.m */; }; B1F0D8BF7A1CE374F9985295E86695C3 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B224294B74504C684A1E3F27DE4E9B72 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D1090B5290D18AABCA80BA6461BD739 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2482E24D6DFC0DE9AEF0BE3189EDB67 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A808D1B9267511815C333B7BA5DA536C /* RCTGIFImageDecoder.m */; }; - B264FAD8D35AA07A38D312770198B5F9 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 02AFF5C565E58B3DF692352EFF584BFE /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B224294B74504C684A1E3F27DE4E9B72 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F585129488B2349F1C582E57090296F /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2482E24D6DFC0DE9AEF0BE3189EDB67 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 535896DEDD1FE134F5A3568BA8458B57 /* RCTGIFImageDecoder.m */; }; + B2C68D4F778DBE90436C4B88D015572C /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2CA11C70BAE56E96D0654BA8607AC75 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B2CA3F79AA45E58D080F63D306DC3DB6 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */; }; B2D6499450888707D3DFC50BD9E94F80 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F369F80FE8256181D503ED70999264 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2DFE5541C39A45ECEFB31498F2499F9 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = E6444D188A09EB88E56EE10DCB9A442A /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2E03206695085DC3C168497F94704F0 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 364D8F7B0345F670AEF62989440B4C5D /* libwebp-dummy.m */; }; - B30D13C3BBF9D4CCC4A4C70137559286 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */; }; B3115B87C80669BE7BCEE8EA9E0B631C /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B35D403429448E8A8EBDBF09F8A22293 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 681D1654DD3AEA97BBA66AA2AE19B6AE /* RNForceTouchHandler.m */; }; - B36F0C10FCF0FF9A3B8DCBED999BC250 /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4C12CBBB02DCD41666827A196B0E23 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B371298011A009520B0C65A82A9B9D12 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FF95EA0D498B96BCF8DF761641D69F6 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B36B372F96B7172F787F5366D414A03E /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6324A968D58D75A2D1E066A54D856EB8 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B36F0C10FCF0FF9A3B8DCBED999BC250 /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E6CA3F5E1C901D4C6F8AAE9C301923 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B371298011A009520B0C65A82A9B9D12 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FBB5B55F856F48DA5589584A995D9F /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38150083909FF9FF6439F18D9CCE496 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2A3ABB23EFD25C6C74110AF245896C /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B389BF53DAD4C0B3C2CF05312D57D0CC /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7E6952FB46C9DB474F588F5F7B0595 /* REATransformNode.m */; }; B38A6F0A02BF1929884827243D4A23E6 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3A529BE56491A3C4A40A7143854717 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; B38F70804F3D61BBBA93329CA7ED0FC8 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 79C3510CFD04C18B22821F2A5965A191 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - B39352BD8CB0BF8F4F937843334BB300 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 29261F6C0D4B126BC73A2E27E811AA7A /* RNPushKitEventHandler.m */; }; - B3D6A0E1D5A48A1B8A1B7B40EC947DEB /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B401D9618DC45FC769E1E806066FEF36 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EBED3EBBF42DAA274CD73CD83FAA801 /* RCTImageViewManager.m */; }; - B4300BF68D8E5E64E24CF0A04E77F888 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA22FE9B2A835A36635AA4AC39BD0CA /* BugsnagCrashReport.m */; }; - B46E2314758DE45E70330A24AE130A7F /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C592F24D9844731E4CC65E1B8712BC2 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B47E5FE0E9A742F9A8ADC2365D971604 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAC9BF0907079F1C63C17699D819FF5 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B480BFFEC12A900116E4600D0AF1F5E3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CC89A16257FA4F1FB9CCE5AAD81252 /* BugsnagUser.m */; }; + B401D9618DC45FC769E1E806066FEF36 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F4855D5FF45D6CCD84374EF0F17A7DA2 /* RCTImageViewManager.m */; }; + B4300BF68D8E5E64E24CF0A04E77F888 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 40AC767EB99875220961BF054EB69655 /* BugsnagCrashReport.m */; }; + B46E2314758DE45E70330A24AE130A7F /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 77308DC7DE025FCF86FD6AF9BD558488 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B47E5FE0E9A742F9A8ADC2365D971604 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 719C6AD92FFE9A58D0106E8D30BF792A /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B480BFFEC12A900116E4600D0AF1F5E3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = EEDEFB447C00EDAB36DEACB0E8493346 /* BugsnagUser.m */; }; B4915265CA25AFBEF72EEDAC5372E840 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C3594BCF2E739806B65560A21970438 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; B52794F72404F5BA7A79A2DBBF596CB3 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 793BCBE8646481D3328716EF3FC6C6D2 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B542243C6D641A7F17F389530CCA9DBE /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B566CAC327330D11373E46E765A674BC /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DCFC3AC12AC1C607FF59071567F97EF /* React-DevSupport-dummy.m */; }; - B58807C392160EE39BC7AA15605D3A44 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 89746F47951597081EEE50041E0A4DBF /* BugsnagSession.m */; }; - B591566B4CBF0CABF53F3E0D9D89B8FC /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B566CAC327330D11373E46E765A674BC /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBE358703E1D483ACC6BF5E481F8BBE2 /* React-DevSupport-dummy.m */; }; + B58807C392160EE39BC7AA15605D3A44 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FF2C85F65DF7A7FC2EF1B6FF4A16ED /* BugsnagSession.m */; }; B5C09C4B2158523B885D444D0AEAEC3A /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8131376D01D37DCE394253C32AFE9C42 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B646D3FAF3895171C7128A44390934FF /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B68968F874D4C993DAB246791DBB4E79 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B69320F26DAE38180F06F52C73A88257 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E188867975CFEC9DC22E11F656AD9CC /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6CAE780FFB24C1AD0EEFB5829255EC5 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D0F9CB5405B5FD3D54E89D5B6FEBA6 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6CDE43120BE992F92C66B2DD6C001AE /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B9276EAD9115A73376D79A4D83BAEA /* RNGestureHandler-dummy.m */; }; + B68A13BC96DB769D773D719AA220C60C /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */; }; + B69320F26DAE38180F06F52C73A88257 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B261B587F548BDFF49F2B94B21D5947 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B69525FAACB8682DAB300B3F66DA44A8 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */; }; + B6EE6A6797E23BF01BA004A98554EB23 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3286260B834CCC663C334ECC67C422B /* RNPinchHandler.m */; }; + B6FF178DA4EBD3428415E1985785EF59 /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = AF5858809494E4205191F32339B84B5A /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; B724AB793386F487E48DAC082B773D56 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = FA772E4DB9DB3675E623E1610BE49161 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7253BE61EBDD783BEDD27B260F45F72 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18F9712006D1278B1E6A0BB0C8FFE987 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B785655E67E0AA1BB7A2B35FCFCF5C16 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52DF36CBF561B55AE83B0ACE7FD4ED /* react-native-orientation-locker-dummy.m */; }; + B73339847C29A6585047D3A435FA6B5C /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A29F3106F10101D76DA2BB5981A60D4F /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B737DCC0D6822E39911DE5FF5D52FA2D /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E778D0012C290110D503F98177F0D3 /* UIImage+Resize.m */; }; + B74B033B7246B5CC23677306A4186A1F /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 602DE7ED23E36825D2803F31E2531AFC /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B75D49437F9A9CA5DC7B95C478410D79 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B77409056ABA0351B66E58507935F824 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7A4D50989E610028B3EE3816B474C3F /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = E326F4992EFA5D00F746490983DE4F6E /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7BE7365C12CE18D05FCF973032A5288 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C91A5F373B75CC47832B6E9C6E82C51 /* UMExportedModule.m */; }; - B7E191713420F3EB03D1836E0997B08A /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B713D3CE45028FD339A57ABF283375C7 /* UMSingletonModule.m */; }; - B86455874E3C34E06CA77B27C948F8F7 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8BE73350D55D38A87722944A5499D34 /* RNVectorIcons-dummy.m */; }; - B877D8EAFAA81B89E513FB5A0E30B97E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 282AEC37056128C099C11683B879B2D5 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B898939420F1ECD1CB5BE2A3048BC119 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B34EB07C435A93674CBEE4443A7F7D8A /* RNNotificationParser.m */; }; - B918A84237A48ECC29872ACDE4AA289E /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CD6EE75D0078957521857FA6ABBE5D /* RCTUITextView.m */; }; + B7BE7365C12CE18D05FCF973032A5288 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CAAD6D85973772A09CEB74FF28327246 /* UMExportedModule.m */; }; + B7DCB90808BBB60F87B9F6E77D22FE52 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = CB21A260179650BC7ADAA835D1D2F853 /* RNFirebaseNotifications.m */; }; + B7E191713420F3EB03D1836E0997B08A /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CD1BEBE1C41823C99D38DE66F6E74AEF /* UMSingletonModule.m */; }; + B877D8EAFAA81B89E513FB5A0E30B97E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = ED868C21E62064890DA23BE180ECC0CD /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B90AE8C8B21979C47D79C36E22E88D49 /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A8D49241E92038F0A3C9BAE7135A7D /* RNFirebaseUtil.m */; }; + B918A84237A48ECC29872ACDE4AA289E /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6415A86CCC556E42F8F7BAEF034EB83D /* RCTUITextView.m */; }; B91C99470A466DCB57F620ADB4FE86EB /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 467E582DE0BDA1F42D073D4B849F1616 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B94810D2CAC4EC19323715FE2F92B61D /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */; }; B950C322F3047EBBF4113A72B21A774F /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 15D0933AEF222B9CEC60F893235E2362 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9B5AB81E39FC0F2F687981B6DD3F070 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B2651006CB86CE68A25985B4FE5C2B /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9C625F8A0383BDCA921B9C44A1ACAC0 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EFF192001D8C018ED3F2109758F6BE11 /* rn-fetch-blob-dummy.m */; }; - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C5DC15AB56DC5ACC2D62D68A784446A1 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAAEB56CF1A1C6D7A438B3FF975AB675 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 796B314F0840574558B122F665133601 /* BSG_KSCrashSentry.c */; }; - BAE4F45C1C54F9F986561ADA0C33F49D /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EBA2D1AD61A24EB708CD284950C676 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB062966A127C9DD75DF635C052591A8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16750F0FB38675B534444D29EA6A8346 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B9B5AB81E39FC0F2F687981B6DD3F070 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = C7FB2BD7F34A75347902FC5E53475E10 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 531A6F9842D2824BF778FE9E51659A86 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAAEB56CF1A1C6D7A438B3FF975AB675 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 5371B288ED9F1F02FFA3C53E19BF7A38 /* BSG_KSCrashSentry.c */; }; + BB062966A127C9DD75DF635C052591A8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71490E6A82F4FAEDF8A08FEF2982F64B /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BB28C8FC324F6E7DC7CBC08C55561AB2 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BB5891B04B5B631C79C66A88F0B55ED6 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = A03649F3FD9F5502336CFBDA54661D7D /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB5891B04B5B631C79C66A88F0B55ED6 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1CE21C6B0579BAED2E5E293C3D66AA /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB6E325898CC8A88887FF44ABB1E1D54 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7542D1921EE3CEABD306DF0E9250D7DF /* RNFirebaseAdMobNativeExpressManager.m */; }; BB7D75B8EF99A177AEF43F4ABDB6BF6F /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DED98470F61175C5870503D815D5A471 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BB85D8BC19BD7BB07CD824693B033C0F /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A729C6D908D4E59C9C24C1B5229528B /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBACE416BC0E48A9E6E5CC1F95B5183B /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2708D5F3689AA03B54F6AD16355CA0 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBE39282FC1B75D6C1F0D8D0EDFA356E /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 17CDC82FD36A871A550360A11F612D5F /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBED2A2A2908B62E367698D390BF0C6A /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BFD350710AEB484A48DCA2A14332F7 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBF8FBF86209A5D4E5B684427E31D16E /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ECAE32B81632578789F448C6A9EF66 /* Orientation.m */; }; - BC3AEC8DE083424803C1D951FF0E8DBC /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 77553ECC6EBF0BC9740E50000446132D /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 930299B385316DF096FAC1F48ED87126 /* EXWebBrowser-dummy.m */; }; - BD24CF492FEF5BAA96B2940C68420C38 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */; }; - BD3F3B1C20BF3A8ACB61B26B553879EF /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BD3A2ECCE79EF2B8F13D4BEC9FB40B6 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC3AEC8DE083424803C1D951FF0E8DBC /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B930F7FA586671F7F18956609D34400 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DAC8545DF8DB373ABF27D4502BB337 /* EXWebBrowser-dummy.m */; }; + BCE5CC8E9699064D2548EEE8FD5A67C4 /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B82C9D526227DC81DC38F3736ECFD49 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD3F3B1C20BF3A8ACB61B26B553879EF /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF7E4D62A246FF3837C1CC0BF710F79 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; BDA73F2EE1C869F55AA9D921203DC75B /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - BE0913DC51C23EAB2DC7964C76029B63 /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2D0299B9AE90E02425CE8A960A4EDFD /* EXAV-dummy.m */; }; - BE2FCCC2D453C80CB0DC122D4C0E7195 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 886959528EECB637CBB279C82B6752E4 /* RCTRawTextViewManager.m */; }; - BE8625C250D21898082AA57A2C6E5F22 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3618BEFA6C775E9038E07AF66AD1F452 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEAAD2FF8C5C76F65BC62A458856F9DD /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F6C5B8AB09A56A1EB1D69DF4890C16F /* BSG_KSJSONCodec.c */; }; - BECF40CA7C9F6790B2EE861314E40228 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = E91BAE75F1E80077A26D6FD3D347B124 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BEE9ED1D48EBC0E255302B6EFF42FFF0 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF311D1E776DB95F9EC6C9DCD761917 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEF199E20839C279618C13DEE4304BE1 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = E48B59B7CBAA771D418027C64EE933F5 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDE748C9CA1245D8FB80D75FC92449D6 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F0C2B1F51DCCC84BCE797F5C13740C7 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE0913DC51C23EAB2DC7964C76029B63 /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D05936892CED64ABA2550583CAD6F6 /* EXAV-dummy.m */; }; + BE2FCCC2D453C80CB0DC122D4C0E7195 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25CB5728622CEE3F6A11B65D51C5BD6D /* RCTRawTextViewManager.m */; }; + BE552F3888AA699DDE43FD2A52D21106 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */; }; + BE8625C250D21898082AA57A2C6E5F22 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD56609F850C5F8716261624E2B899E /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEAA59F988E7B8FB7BC3A3C9EFE4F79C /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A26702813937B2AF8FEBD75C5D00C03 /* BannerComponent.m */; }; + BEAAD2FF8C5C76F65BC62A458856F9DD /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = E14C563F0DC649E5E82BC8140E84F928 /* BSG_KSJSONCodec.c */; }; + BECF40CA7C9F6790B2EE861314E40228 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = D834AE3EA120F1CA5D2CBBDEB5B41BB4 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEE9ED1D48EBC0E255302B6EFF42FFF0 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0CCC30D432A40137A580394D2AA69 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEF199E20839C279618C13DEE4304BE1 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 636867FF59E1EBBFD5A0212021DBC8F9 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF9EC990F2278F0DB13031D7EFE926EA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8511EA9CE88FBF442BDB79C0EF78DED /* rn-extensions-share-dummy.m */; }; BFA4A4BB1C3EAD3C592403CE215F3BD7 /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BFB4FD53DF54012395161053B4B1FC5A /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 898D7AC064C4F65193C873F3D09F499A /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A04D8D10CB9648D040D458E560E64806 /* EXConstants.m */; }; - C0516DB82BF288D99724DEE0570A5631 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0AA9A5B0CE05F2FE3E7E4517CBA5E77 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D60850FCC779063B604E14190A3752A /* React-RCTImage-dummy.m */; }; - C0DEF96B55CB9E3B3531672E355DA95D /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */; }; + BFB4FD53DF54012395161053B4B1FC5A /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA0EF7C869184AFEF0EC659C4829060 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BFCB9A50BAF58EAD7D24AA2118A3CFE5 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A4AA011FD66359F37F20097DF0216C3 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6998206C5A79FA78FE8BF1EC56D7C57A /* EXConstants.m */; }; + C01C10B259AC6FDBF97BBAEABA4E40B7 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD00141E033C0F979376F94769B717C /* RNLocalize.m */; }; + C0AA9A5B0CE05F2FE3E7E4517CBA5E77 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D7C8D19931F3EEEA57C7EA6811EFDE /* React-RCTImage-dummy.m */; }; + C0DB2092D9A4C5843004AAD3DD315583 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9C57EE31A090A38646426601FF940F /* UMNativeModulesProxy.m */; }; C0E2071C1ECA238C47C90E7041CEB933 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C1104E424A629E3F0F0C1FB13F04A480 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E5944D663A9B6255497EF1DE9681A2 /* React-jsi-dummy.m */; }; - C13D33BEB315BEA82FFEA03B31A2288F /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 46927329D5EC7995F2B6C5652B95EF84 /* RNFirebase.m */; }; - C16235A0EEB806964287D284F7F2A003 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F4515211F4B53A7FED2206945E8AFA /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1898DD3D0841E832117EA389D0FA98D /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */; }; - C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 749D0FCCF05A3A4A2DF622F56B1A1561 /* EXFilePermissionModule.m */; }; - C25483D1C3A940B0E9C1CDB093202569 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = D365A1B3BD99FBD1257FD622DF9CA9F7 /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2B380FBFA55BED426C33084E67F9BAF /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E0E67C6F74C70E7114863937B3FA2C5C /* RNGestureHandlerManager.m */; }; + C1104E424A629E3F0F0C1FB13F04A480 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B71F28EEBB58CDDD205D0DDBAAEF9B8 /* React-jsi-dummy.m */; }; + C16235A0EEB806964287D284F7F2A003 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 683A7B1F60C5F7CDF615F8C6E2C969C9 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C178BBB2CB583B2BB2497843061B51ED /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B2B408671A9A2BA36C3B6886BFE7E7EB /* EXFilePermissionModule.m */; }; + C25483D1C3A940B0E9C1CDB093202569 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 63E727EBA0268BA8BE003E337A3DC5E9 /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C25B710855E997AE61986B30D9387584 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACDB9655E22BF71FC99C1509240588F /* ImageCropPicker.m */; }; C2DE26D47E707CAA4589E78A87278B68 /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDBE1A6EFE535E5424964F77E3BAC51 /* FIRInstanceIDTokenInfo.m */; }; - C2F54D87A5A3A9A7CEE981B9CC5474AD /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 41F39AE2DF135DCF25ADD523EBA32131 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C387AF6A6FCD4C3D2605DA9FB258ABA1 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 02EB9D5D668A8D2B372A5EFB8F9DD93F /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2F54D87A5A3A9A7CEE981B9CC5474AD /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E0D71031D87AF4C10A28953156FD1E /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C3039889223BF42211EE91390E3233C9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */; }; + C387AF6A6FCD4C3D2605DA9FB258ABA1 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 121F010ABBE12F58E3F247E568DDA329 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; C3AEEA83F261D9DFCD9F17A8D7B37534 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47B03B6E3A221F90BEE3EE6BB7A36DAC /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C40EB7CFC8729D308A3FC952DBEFDAC4 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 664F7CEF791DA66E39B8D29EC128A6E0 /* FIRConfiguration.m */; }; - C417294DAD20BF143B5119D52FE2D852 /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D79E037E75BAFB3CB08C9ADF5BF2C1 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C44373986E26BF85A79D2A25E64636DD /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */; }; + C4409302D850DA6F062E48AF2F311B26 /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 06FFFDAC28E2DDEBE1B533404DBC5069 /* UMReactFontManager.m */; }; C45B9CE58C772716966E57A69062A1DF /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C46EC4E2317F33FF845938CF6302B6E6 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 244EF26DCD04B7AD4DB6DDDDDA3E02FD /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; C49EDC286FDF8D55B5A4387356698054 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C4B8591049FA21E7FF731DF7A1B0EE1B /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; C4BFF5390AA1FF9DB4B0D8707540AA47 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = AC22DCC8D36D840EBF98EED570D3510D /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C28EF8A33B5D66709A94473097642C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C428FB1BD5921528AEEE94E23C3D4337 /* RCTAdditionAnimatedNode.m */; }; - C4E612FF173DE5C42AB20272BE8FAF00 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5DA8B257D764C6C872A3FF1AF20DBA8 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4C28EF8A33B5D66709A94473097642C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FF097F39A2C55E584682D1E5798CF825 /* RCTAdditionAnimatedNode.m */; }; C500FB8AA7AB3E5D115E9589A148D829 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C531D45E39818272A2D49F679325175D /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C0C32B133EF0038404B6A9009CB598 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5761F1CAC95C5F279FAE684352BF629 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B199B135748321BCAA6A432420483B95 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5BD59862012D0F7EA3C83842C04D2D3 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FE59310AFCAEF3DF136B4FE2BB9613C /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5DBD01B0CF5355F7439033B2B330A28 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B265FFC41E020F474FF4D22AE2C100 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5F93920EB787C5970B127F0B3641D6E /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7A36D68534DE7E3A9C827EF82F60E4 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C531D45E39818272A2D49F679325175D /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AD1863621065E0BF438751B857F87B /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54B101F527233C68DB9640861E82D55 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B84EA727D8775648964F01157C2E6B7 /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5761F1CAC95C5F279FAE684352BF629 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF405762F83466ABEA82351F01EFA8BA /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5BD59862012D0F7EA3C83842C04D2D3 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A63E898BC07F85E2FC80DAD2B5F1841 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5DBD01B0CF5355F7439033B2B330A28 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F6366E2D5BE1AF566975D29AACAE4D16 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C5F93920EB787C5970B127F0B3641D6E /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 511C5227E883B8A021419B036F331B87 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; C66F02A9A969980F69AFC5623853E78C /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C688C450F76A82961C99A4ADD9997CE5 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; C6B820384E4D780B742E4436010840A6 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C38F219CC71F16F3E389432D3883C13E /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C6C17C9CC8D4B744DBFB9AB7F22EB711 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */; }; C6C8F1AE93A24FCB0D5BDF66854A9BDF /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 38ABBEFD1D80A8165D18732F4ABE7285 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DFDD6186ABA98E15CC08C437395B8C /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A77D2C626B6F0C06434C7E72DC0438D /* RNDocumentPicker.m */; }; - C6E09EFDDA09357E7061921AD9B2603B /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 43A349FDAF25674428AAA964CF970348 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C6DF89B54C70E2DB9C6ED33EED7F7F66 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7E25D3D1AA0E121FD3019B7B98D8BF8 /* RNPushKitEventHandler.m */; }; + C6E09EFDDA09357E7061921AD9B2603B /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = FD61114B3657BEF0E747C0EAD755B283 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C6F32154918997BC7F56754265E1C434 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4769E682BBAD42859082B1AECB1F484 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C74C9D861A6CD067815C3EB190669A6B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A68D5FA7F5EC84179394D0BB5A7A2C /* EXAV.m */; }; - C794D0851E8B0D983AE793DF56C6AF67 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 643ACC65D186CFF42BAF6BDB19F8FD04 /* BSG_KSCrashSentry_MachException.c */; }; + C6FCBCBF3EF8801BFE2ED487A7F46DCC /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C74C9D861A6CD067815C3EB190669A6B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 1101F821CF61744200A4DB0357CA4BF1 /* EXAV.m */; }; + C750A45DA60E441C7966DDC6FD3CBFB6 /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C794D0851E8B0D983AE793DF56C6AF67 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = EB13092043B5CA894003454AE7B19B54 /* BSG_KSCrashSentry_MachException.c */; }; C7A0E3BD3FA45D4B0F481C077E231DBC /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCBA7337BE187DED3B02D3C789BB5F0 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7A37DF658A8C7A3B3F5F30FAAB53484 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = BC5E3CC5A50CC00F44D8F7184CF7CFC8 /* BSG_KSSysCtl.c */; }; - C7F22AC94EBA4B3CC96FF9B0801C1A19 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AE4E4157527C1E5C553A3EE7A85A35C /* RCTInterpolationAnimatedNode.m */; }; - C845D45DF7C9C18E9F8AFD70CB2A3B2F /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA3BC31C2158F267930FC821E9092A3 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8A844EB928FED6E248B2ED623682602 /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 7677F98EDC268D0FE2880A23AD62CB25 /* RNFirebaseUtil.m */; }; - C8BC76DDC8042224F82FC3ECDD676BDF /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 520E4CD12BB94B30A3D924D009C19911 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C92AC2AF7DFD077CED40A20F40EFA3E1 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = C00AC3F76A195AAEB4F5EEB837DDA79E /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C92B29CA1CD74ADE57EC5A8E790CE76A /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EBEC9C2D84C80B8E7645F824E726FE6F /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C945F0F6A6B531EE2235309FFFB3377C /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D7B4BF4F21985DB09E3A0EDF49E6A23B /* RCTUITextField.m */; }; - C967FD26FE20D22557BF95585DF28333 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = FC458DDBE18DD95C3D34FAA723DAAFCE /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D98B55131CF168FFA253B4443A5DA5 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7A37DF658A8C7A3B3F5F30FAAB53484 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = B37C6904272DBF2D3BD3BD8EB81C18E9 /* BSG_KSSysCtl.c */; }; + C7F22AC94EBA4B3CC96FF9B0801C1A19 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8685411A13CF751B1AC9868775F3145A /* RCTInterpolationAnimatedNode.m */; }; + C841E5A06259840B4CE3C79C6740CBB2 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A32953F955579E837338E27C7051A31E /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C845D45DF7C9C18E9F8AFD70CB2A3B2F /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B7AA81816BDA422E0FB4B112F3367D9B /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C850C65924579C9B81C056ADF1018CC5 /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C6544085260B607122E9347885D9093 /* RNGestureHandler-dummy.m */; }; + C86153C91947583A9949FB69A8A9A742 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8BC76DDC8042224F82FC3ECDD676BDF /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB1C3A04605BFEDB9B8B6412EBF5BD8 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92AC2AF7DFD077CED40A20F40EFA3E1 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C5D077CCE2732DB1C5CD829483D970 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92B29CA1CD74ADE57EC5A8E790CE76A /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 339856CD6A3FF2A538399655523F9010 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C945F0F6A6B531EE2235309FFFB3377C /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D0C327920C8434FEAAF7701E01E0DDAF /* RCTUITextField.m */; }; + C967FD26FE20D22557BF95585DF28333 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 933E6F5B8755BC794121D71E5DF8C224 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9F6FA78C31CA00B5CB0BBB00645A435 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CA5E768F9B600A5AE4D2478E9F43C676 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F53B6F7A28E01A5A3A2846838B19FD9 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA6ECB5300BDB84EC0C055E24305E627 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A202E8894AABF81E207CCD191561C62 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA6ECB5300BDB84EC0C055E24305E627 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE98CEFD9B2C7FDCD31B8864196D30F /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; CA9EF0BEB6DED07C10AC4FCB9AB9A6E4 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0732BB40F45A0106BBCFE5D2395034B6 /* Folly-dummy.m */; }; - CAE70AFE214A36D7BA86E664F2860FA9 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D08B48728FFECC4CC163A9D1B037D6 /* RNUserDefaults.m */; }; - CAF1051B981145E083D8F2173CE6E113 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAF60A98E065190EB41484BB2C832E34 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E240C22187388EBD61051EC05858A098 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB4FFDA238CD43B889309B0DAFE7FB86 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = B20DE5628BC2FC1F2DBF5B6427AB6983 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB5379884BE8A30BEA844A4FF8C2D2E9 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */; }; - CB96C6E21E6E8E442F36E982EC973F81 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8F29E458EA1FD733948F5C61913260F /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + CAF60A98E065190EB41484BB2C832E34 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3810AD7D8D2A6F06C85C44A1B3110461 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB0474267B5AEF2D7C0728690DC87F65 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */; }; + CB4FFDA238CD43B889309B0DAFE7FB86 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 78FEFF5194337214BD693F7FC72778F8 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB7E840E37843CA5C4DEA0CAC32FFF1F /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F2E8354B6F157EF566BC26CF20E8C6 /* REANode.m */; }; + CB96C6E21E6E8E442F36E982EC973F81 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6ACA7167BAE082329EE0C0F09814A39 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; CB9B4086D0929208AA2BEC070F8FB687 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E238B15987BCCC8E3D7BEC04120E71 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBB2DE25841E36F0C9FA55881DE5D2C5 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 9694104F41E5B44106F37FABB317CB37 /* RCTAnimationUtils.m */; }; - CBC0F3A4FEDA924715C5AC64456282A7 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 09A44295EFC00C4276D059BBAD4CBCAD /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC0890E3426E70C3BCDC0204E7B13DE6 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F24A2019705DC89BDB06BC0B771BEA4E /* RCTBaseTextInputShadowView.m */; }; + CBB2DE25841E36F0C9FA55881DE5D2C5 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A570E39FE771B24A711B5DD9DEFFCBFC /* RCTAnimationUtils.m */; }; + CBC0F3A4FEDA924715C5AC64456282A7 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = DB566CA3DFA79118BC0CA163E7BC48D4 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CBC68CDBCD2DBD6FBF58856F705A84EF /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */; }; + CBDFC9DBEA5F0E3B8BF5DECB39190937 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */; }; + CC0890E3426E70C3BCDC0204E7B13DE6 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4B68D4300B349A246279B672CC471ED /* RCTBaseTextInputShadowView.m */; }; CC136DC5A3C7ED75BD7DFEB71259EFB4 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C27E25275D80E37DC73E298759FAC0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC2951479ECB3E208779F6F65C3044B4 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AD4CAC17613CBEDE06EB33B10C7E3F0 /* EXAVPlayerData.m */; }; - CC8184958DF62DEDB82A18CCCFE32557 /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CB552BBB5AFF578D90A2D61A525D6F4 /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD21D2EBE2E434B77017135039BD3AD9 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB6B5A87A498E609552DA8D1ABDB0FE /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD36A5AAB550D3BC1D6A3D332173F9D3 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D5E1821DAD745C222E1E3B6B620EC54 /* RCTLinkingManager.m */; }; - CD6152400D958AD525D4A40BE6762532 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AADDB022A807C1AE821D4AB37A87A5 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC18A98C6391C4DF15EC0834BCA83ECE /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = B4E45A18479FE7A18F71936BDE04B313 /* UIResponder+FirstResponder.m */; }; + CC2951479ECB3E208779F6F65C3044B4 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B28EAD31D95480D49449B63C73C619 /* EXAVPlayerData.m */; }; + CC8184958DF62DEDB82A18CCCFE32557 /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = CD3B6824597F6427F60FAF89468E5023 /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD21D2EBE2E434B77017135039BD3AD9 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DB73879CB21E7A9A69FC595ED4FC2C1 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD36A5AAB550D3BC1D6A3D332173F9D3 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C1D224ED7D100B83268B7B2EE2154B2 /* RCTLinkingManager.m */; }; + CD6152400D958AD525D4A40BE6762532 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 697915D9119B1AD6A48C69DF5785666A /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD615CD72DECC08D3F0223C7E23B3093 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = B103158B95A75AD67496FE7DA0BB9C89 /* FIRComponentContainer.m */; }; - CD6867D42390738A006B2A251E9D3DB3 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */; }; - CD753C0012BE9107249D122DBCEE57E4 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */; }; - CD782E45A58121221D732355CE625258 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 447082B73897CDADEB9EFA48158BFEAE /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD68101915A90B78AEDFCE77092986C9 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */; }; + CD782E45A58121221D732355CE625258 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E86BB729C47FAA719A4C2668818170A /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD79008D1F8A28F701291D1C15A00AAD /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4CC5C2B22ED14AD4DCD7309F0DFB04 /* FIRInstanceIDStore.m */; }; - CDA76E495135AC70BE20ABEEB8B9CF31 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */; }; - CDB2B855213AB0F6C52C8F01082A253B /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 532FC48348E00E4595A4FE8D654CE488 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE1817384B388083A7047FBEE6EDA65D /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B39A1CDC2C9A6815D4872AD63DD2B58 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDB2B855213AB0F6C52C8F01082A253B /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E72235C9C9FA318CBA392AB74ACE382 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; CE1AC1D3FB716EE5B282B086AA1EDE20 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = A673C8D78F2333D556302ED98D2CBED1 /* EXReactNativeUserNotificationCenterProxy.m */; }; - CE50E88470B6B1058EC2693F3B084CAC /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D0D8583D8699C94659307FE0F61AA8 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE27D5207304E1025528951F088C0BD1 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F99D3EF52372D7E17BA6F01BD88306 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FAEB8D74173388C1AD5B66F2CCEC1E5 /* EXReactNativeUserNotificationCenterProxy.m */; }; + CE50E88470B6B1058EC2693F3B084CAC /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E513491E52D6C38F6FA7C3BEFB73E50F /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6A5B6BAA93608A3A51039B9C2CC6A2 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */; }; CE72EF385B8B27FF89B34D0E2D52513D /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE73FF87B3497B9C2E47CA1E1DFFD327 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C5A617A5FBE96FF15BF9C89FE95FC04B /* RCTTransformAnimatedNode.m */; }; - CE913D748362900B35DE607B98050512 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B77610CA48ACFE259BBB22A1BC8C9D0 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 336E253D8A72562490DCE98CF3786E1F /* EXAppLoaderProvider.m */; }; - CEBDEBC4B912927C4A9DA06EC8B512A3 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3DEF2A7BB2549802F3A6D6125A8DB1 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEE3AEFCDDA67E1BAE7A94806BD62096 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D55F3902ACF517971541292DAEE91B /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEFE6879B2EE4FFE0419E0D86E94E5D2 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF0286A6E0CC7679CF99B308E04E4ADE /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D194C46240E13A3FF8F23AD8D92F8FD /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF0E67DAC4A754BBF45976C68070CCDA /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = C568CB3075E5DA211F0C1FE68FC5BBD7 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF1AB10E419D45F4EF401BC0323BFDE6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 09FF101CA342F5A9A706397F552FE54E /* React-RCTNetwork-dummy.m */; }; - CF6BA7CD9CBD5B30319EDE4577BC6B98 /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C9B62CF7A2BF1E4C7D22996C1F0240 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE73FF87B3497B9C2E47CA1E1DFFD327 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 652F970E03F078A3ECCD35D80E227F37 /* RCTTransformAnimatedNode.m */; }; + CE913D748362900B35DE607B98050512 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 109BE94C1BBCC75BDA3C57BAECBF439E /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 66AD66FAD3179646D031E37A6B70700B /* EXAppLoaderProvider.m */; }; + CEB2064F57AA6D050CC45DA70432CE8C /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 31DE3DBD50ED4F63D787C66DE1AAB198 /* RNFirebaseAdMob.m */; }; + CEBDEBC4B912927C4A9DA06EC8B512A3 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = F14A7B30952F8B725E7CDA853DAD0D59 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF000EA1F92156A38943BC5A4D9A7BF6 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = C71EF34E3AD124B524D1641335131CAB /* DeviceUID.m */; }; + CF0286A6E0CC7679CF99B308E04E4ADE /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ED1445CD02FCC155F10ACE869B629BE9 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF0E67DAC4A754BBF45976C68070CCDA /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = E98A63FFC94269F1113F35E7AC8B8488 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF1AB10E419D45F4EF401BC0323BFDE6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F04BDB81D6179AB70C50BD125EDCE2EF /* React-RCTNetwork-dummy.m */; }; + CF4377C4DFE112ECEAF16CDF2DAD2E7D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F812D806F235AA8D6F4F06BDC4FCC94 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF87AB953CDE4EE55C8901F12A14A823 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = AC85215185BAE9AE5436774E910AD494 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF93E498CC6BAC3062EC7B41276187CA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 62E9BACC87E664E17CC5F181B8648040 /* BSG_KSSignalInfo.c */; }; + CF93E498CC6BAC3062EC7B41276187CA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 09619C2FE1F3A5E92977FB668E6D51D5 /* BSG_KSSignalInfo.c */; }; CFAB74EAFB7B0A0A423B9306F3ACFFA4 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CFB9311E84CC6A096CC29003EAE22AD1 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA9599A2DB491B0681E3E4DC89A787D /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFEACD126DBE2920027B1B469581D26A /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FAD9B679122AD74044756B3A5065EC3 /* RNFirebaseAdMobRewardedVideo.m */; }; - D0637F90581C29754D5F24CC13891550 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */; }; - D091314C895803A20A011435E81E47E0 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 4520A236E907CFC6DA14890C893D2C35 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFB9311E84CC6A096CC29003EAE22AD1 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D1391EAAA9D16665976E22270215822 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFDE7D6B9B966FBDC8F51B76C989105A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E50879EC7C3F1F7FFC6185A1E916943 /* REABlockNode.m */; }; + CFFBBA727AC1088A22EF5F9F42EDD11F /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EDED165C75089251BC8BBC7A6CC31F0C /* UMReactLogHandler.m */; }; + D013F7B9C4E6A78A48EA9157C8AB2392 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */; }; + D04F6D4317FAC4C514672B2301520389 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D06B015B7BBF2CD30B3F9BB48A308C2C /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 6251894868778B901A1346626D58D2C6 /* REATransitionValues.m */; }; + D07A5C2FA81D7592D2BD54F3724BB622 /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = E4117FFE3B810DE87F886A837DD90E61 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D091314C895803A20A011435E81E47E0 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D695FF6F8B7EF4C340E819B8C6FA1CD /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D10CAEDCBF89D72FEF6F8793BC65E071 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C58CE2BF74675CC2F9EF59F78CF607 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; D12F6FDBE47E1E7BFC5B3DACC4027A58 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D142019EED067C76999F908BCD6AF75D /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 95101F448203C18F966CBA1A30F4EC57 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1669BDF66375C044C01BB2479A31DA7 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC446EE6F7601E650FA6C8530ECF68A /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D17339C2D924DB605CDE2718C0A5FABF /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */; }; + D142019EED067C76999F908BCD6AF75D /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEA1AADF85F7A6F3727C3AB4D4913F2 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1669BDF66375C044C01BB2479A31DA7 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A7F32AE18D5BBCBFBD2260637702DF /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D18EB2FEC0DF2B89A9985AEAE5462C41 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2195AD382CBA6A46F00D74586DD40BF4 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1EA34E6E9D1E56939556250649A86EA /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38F9B196F7D41C50FDBD39EDB6FF663D /* RNUserDefaults-dummy.m */; }; D1F4F693CF545CCC290595DF6EE686D6 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 3894C6E1AF8B8B6D103055B580C48DC6 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D213E26583E236A858E085926F5BADF0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 84900009D0488ACEB31CA421AA4C25D9 /* BSG_KSCrashReportStore.m */; }; - D2662D3994A1DB7901CC5D50764CFE56 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FDE717A673BB6721F55C83860D0F5DC /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D2A6D3E8112952CFB9E92785A6C4E085 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5353A5A5FCB9788B34005DEE4D1653E /* RNNotificationsStore.m */; }; - D2C583A0912E811ED541410D5386FB90 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D06FB7E3EFAE2BD32C0B2A9A4321465F /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D333036EDB42342D3012D0E4CD9E954E /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F2BDEC6B0787F9F05B590A050679D2 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1FCB1F6ED4FB579CC31ED18E3FDCCE4 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D213E26583E236A858E085926F5BADF0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AFC859967FB0A6A13D741C2E7EDCB79 /* BSG_KSCrashReportStore.m */; }; + D222E3E8BC9730CA68C16942AC4825A4 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */; }; + D25D46B5711B0362684B32BA20851740 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = EB1F8EC3A5D27D4FCD6A47F172FED4B5 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2662D3994A1DB7901CC5D50764CFE56 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = DDABCDF6727CCFE2C23D6B7E8A564DEC /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D2932F4C5670EE4418276196212F5879 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710111E380810E7EB0853900A5ADE1E /* RCTConvert+UIBackgroundFetchResult.m */; }; + D2A1C4E5EDE05DA64EBAB2CF8F6CA2D6 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */; }; + D2C583A0912E811ED541410D5386FB90 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D41322BA9C190A2BC132ADBB0151762 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D333036EDB42342D3012D0E4CD9E954E /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E02290FC3EB24DE5825D096FFDE8A3 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D33501836C3F05FF67D8F8EE3734CA2B /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = C99033B726C7AFA0F3B62B3E2E0A94A8 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3579929A1DC19324E0B37A54A563502 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2B322BE4A2561EB067682227481687 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37058EFE2613BF155B1E4737E49E875 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 723B21C36A41DD36726CB2844869D63E /* RCTTextViewManager.m */; }; - D377893FCD50E87963F93882136A76BF /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B5750426D7DE85EC4F0B21DB756A5847 /* RCTImageUtils.m */; }; - D4202C5B3B70E4B20E86559FEC7A3224 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 50454B3604D47272D9A1670A4AD0E590 /* UMViewManagerAdapterClassesRegistry.m */; }; + D3579929A1DC19324E0B37A54A563502 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = D2ABF722FB170730E5B64EADE4077201 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D37058EFE2613BF155B1E4737E49E875 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23061AC4EE14E999C2308B8501AA1673 /* RCTTextViewManager.m */; }; + D377893FCD50E87963F93882136A76BF /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A225288AA7DDD34F077B385A582608A1 /* RCTImageUtils.m */; }; + D3DAB7C6D20401DAD244431F28E0C446 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */; }; + D3FD8DBBB78262063BB6CD55640048F5 /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCAA249A5052B22AB11AD00EBEB3352 /* RNFirebaseRemoteConfig.m */; }; D48077AD3B49A588423560183A9FEBAF /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D4D31AC4B663B98BC3BDA691706B54F7 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F6C024E466470A0CD94E984F9BDFAEB /* EXUserNotificationRequester.m */; }; - D52C23B825C04EBA8B9B1084A2EB4C3E /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 80147B1A0D072BF196238F363FB9EE62 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A86EF1351E7A07CBC0BD0898C598FEB /* EXUserNotificationRequester.m */; }; + D4FAB72B0D5376D9E54D198F620BA3F0 /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 34FF704DB25AE6587D7CCB2AB574A681 /* RNFirebaseAnalytics.m */; }; D53F382A3D3DA2FD3C31DE200394F712 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D5564204A7F5D87194DB1669E7DB1AFA /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 00500EE5F9A13316AFB8E9F93E9D70A5 /* BugsnagBreadcrumb.m */; }; - D5670A330AF71551379D03377DAAC054 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CC73BA7FE0AF3874EC59E7B904C80A5 /* React-RCTText-dummy.m */; }; - D5738A71F184742779E1DCA4C168C0D0 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB7873A468948D17B37BF15B7FC7467 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5A4FA1FE58ECAB012620E7CC65F703F /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 63338362FE12E11B740652E50F73AF9D /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5C8D5B50FA21D466BFE6D76DFDDB338 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5564204A7F5D87194DB1669E7DB1AFA /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = DB561BCD4C55FFA84C37FED6DD04B8FE /* BugsnagBreadcrumb.m */; }; + D5670A330AF71551379D03377DAAC054 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD0ADE039E4A30039E1DCED95BB4E31B /* React-RCTText-dummy.m */; }; + D5738A71F184742779E1DCA4C168C0D0 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F121574CE8473F0ED947F8D39C7549 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5828D399D809193B1ABD7BA95060D2E /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BDB08C51EECD5C57B74B15187ED37C0 /* RNDeviceInfo.m */; }; + D5A4FA1FE58ECAB012620E7CC65F703F /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7F0B210A040A57A5C1099802A46F38 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D602CA83D7A250B11256793383883037 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D63E0FDC977B7D37E5E7B0FCCCDAA112 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D4688B89A7A011134A32470A589D412D /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D64AE3A3D2BEE37C045196284822E79C /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D12798C458DDB6E373CD51E26FEAF71 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D6932A9841270C9656235F236EFF4D9C /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D753C728C90343136561F285DFBAB396 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D71B1565BA5D8F4829F30D0077517342 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E276C2337EFDAEC8C9291B9AB24DF2 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D64AE3A3D2BEE37C045196284822E79C /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7541D29CA7991741B1BE8C516BBF0B15 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D6932A9841270C9656235F236EFF4D9C /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C767813D2BE2BFC2A7D6806E456F61D0 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D71B1565BA5D8F4829F30D0077517342 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9D39B8825254A6DF3BEFEE5448DA93 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7A3D6DECC6A88ACCF265FBFAAAE55B2 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 953075636776C2C5E99F01497D7C3672 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7B3D5860635D549C7947FB2BF488D18 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = CE93A16A13B66250599961C2961A9D59 /* RNGestureHandlerButton.m */; }; - D80FF08EC7D0A48803E8FA298091A6CF /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D43683C155A810BC1F766652D8262AD /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8395442D2AEA3DB9C7D90E3CE8FECAC /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84C520C0A6E61EDD6DB537EBDB76988 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7AA8044A6C9101770C194BE597C2065 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D809E549CC6E600B83E472A3634F2C6E /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C50A2FE4BD8E512C2A84F91F0E4264B2 /* REAStyleNode.m */; }; + D80FF08EC7D0A48803E8FA298091A6CF /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4ABF7F8CD000CA4F5652730F308532 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88786171318D7F7FECFA5538507CC36 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = BBFDAD6174B7480724A0EFF0E76D2AC3 /* UMViewManagerAdapterClassesRegistry.m */; }; + D89245CC252FC1A9F1749850B67BFE8A /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */; }; D8A219829C97AE6AF93A048E09F5680D /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0516C996FB30E84E3BEBFDC7CA85A368 /* FIRComponent.m */; }; - D8FF26FAC450C15BD55EB53263E65C6F /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 939237C8A8EBF4EF78689E3A134812B1 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D929EB0CAAFDD0EB92A3C064A499A900 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2C12D832D0E7323747E74C9130DEBC /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9C9D411C79A22DBCFBFC15A1E8B702C /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD71BB2B9C8193A18521F9FB48721D5 /* react-native-splash-screen-dummy.m */; }; - D9D22F6479348C729D55A0564D2484C3 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FD59315B101C8575295A130FBE8A35F6 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8B22BF64EBB488DFAC3192D045776F6 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D7AFE4433337A641861BAAF5D10CD5 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9D22F6479348C729D55A0564D2484C3 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E7C211F314F00EAC0FC71CB973A9F53C /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; DA063F91D1BDF16C988D6BDF20E44F1B /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6013F9366E4A5DF788DC2EF8FE75AD79 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA2D8228D464018326798244485E4C89 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 68A09101957973F60D522CB2ECFA95DE /* RCTDevLoadingView.m */; }; - DA9C522EF0046E75EC992727C681B3EE /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA2D8228D464018326798244485E4C89 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = E3DBEE713CA524143CC7402415762C00 /* RCTDevLoadingView.m */; }; DAB02821C84F2BA4426C6DD3AB7D22EF /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7504E2C9F5E287F7374E49A9E8A23F90 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB9CFEB6D5A25D239801565F53AA55E /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 67CA2919E9A8743F4103C0F145CDD9AE /* RCTSubtractionAnimatedNode.m */; }; - DAF509D5B20564B82D0E84E690F90CFD /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = FC785F45E0E1D94ECBCA6D0E45CAEB8D /* RCTProfileTrampoline-x86_64.S */; }; - DB00F8C59B145A43147840BF41BC04F7 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB7AA2F3606E2BE14C9784E79BF75D36 /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 11A46F3A5438367232572C3302A04A4E /* react-native-document-picker-dummy.m */; }; - DBA674449470ED2F334F61914E16C3EF /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C560D43E7AA91BB3FA45CFA5C2B21F2 /* BugsnagCrashSentry.m */; }; + DAB9CFEB6D5A25D239801565F53AA55E /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C4F4D2C2B74C70ED5A7C3668280317 /* RCTSubtractionAnimatedNode.m */; }; + DAF509D5B20564B82D0E84E690F90CFD /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 98C164DA5C250063833CF03D43D439B4 /* RCTProfileTrampoline-x86_64.S */; }; + DB020EF50BD1C0B01C25F6C29BDBC28E /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */; }; + DBA674449470ED2F334F61914E16C3EF /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = F58C77B4F466702FC6FFEA3FEF35BE80 /* BugsnagCrashSentry.m */; }; + DBD4325E55A9423434E47071613C52C5 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C626D06B7BC19502CF220672EA7E78 /* RNSScreenContainer.m */; }; DBF38D604FD733C907593847B6F20F6D /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EE0D518705C99582C428F2F66616279 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; DC1370F458358C5BE438A6A0ED227DA6 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E718FD11A9B5E18F855621A90A14AF /* FIRInstanceIDTokenStore.m */; }; DC158CB98CECA6B43EC601E2B84B64FE /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45DC130F55AFF90BA01A38CE48A7904 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DC3CADEA367A935F644713FC6B0C4A35 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 311E80E31B1E8CDA07DDE97272DD5B29 /* FFFastImageView.m */; }; - DC6029B859BB2E77C73DF8E237BD6A6F /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB98A6CF77C153927CD6AFDBD0DE080 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DC8DA9704B3E15993595F2C104025154 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CAF1D83FF631AE9C8A854485E8E122C /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DC6029B859BB2E77C73DF8E237BD6A6F /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = F71D3D7FF0FD4B0DCE3871CDAACFB804 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DC871CA8B2E7119623AA09B7206E9C04 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC07CB2CD3B3E3E0318700B64C0FC183 /* react-native-webview-dummy.m */; }; + DC8DA9704B3E15993595F2C104025154 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 94734BE7FB619D8A2C29FBF4372873F3 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; DCAC9CE673B917B1F1772C266A09DC72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DCBBA7A21FD68545BAB40E6CAFA24542 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CA3A46A1D91F26EAA2DAE02833494A9E /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DCCF82FD856EA36F743418F69477EE4F /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF27F33039380655F1C225C0FC34867 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD2B857BB9E5BBE5786E7AA380CFB161 /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 747CFCDD00C77BC62B73D0C94DA1BA5D /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD32A16A69E393E6F384E47AB142A39B /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2DA809BB622B3F2FA458ECB86AD96A5 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - DD6613EF32C7E37CCB3AFD393DA107C8 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4E6AF4ECBDB0C1D669622920D39A07 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD959306B677A94A871AFCE043A308AE /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = F1EE780FF4FB4BD869F4B5D0F4E0E4C6 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDC64069B8EFB8ED3FC946F0AB5D8F2F /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = E3418B572AEF67C1C89B6AFA9B3C80A0 /* RCTSinglelineTextInputView.m */; }; - DDD51174CA7788DF1B4001E3612C967A /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 260DEA46B3858283967EE8805655BB26 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DCBBA7A21FD68545BAB40E6CAFA24542 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 442EC45434A4041CC0F0E3FA405F85C6 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DD1F8ABD5B22BF05EDED631DA12FB23B /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F168398CFFE06FD32BE073A7C831F5D /* react-native-document-picker-dummy.m */; }; + DD32A16A69E393E6F384E47AB142A39B /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0DB395173DE65CBA0454C0505A7E0E5 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + DD3D82E6EA12EAF2EB5A3ECF0DDB45D8 /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B61C8EE67FD0BD9D5F07DB4B54D3D91 /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD959306B677A94A871AFCE043A308AE /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E9EB74238087E6F9E650720EEDEE3E /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD9C1AB6B30CE63A6C5DD395BFE32EE6 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 152D3DC7453027190A71296EA1AB68A6 /* Color+Interpolation.m */; }; + DDC64069B8EFB8ED3FC946F0AB5D8F2F /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC651B4D9CC89E22AF1452F47F5A92A /* RCTSinglelineTextInputView.m */; }; + DDD51174CA7788DF1B4001E3612C967A /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03317F4C03A6227A3754CEC2BA774812 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; DDEFD576BF8D5977530AFF787117B3E4 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DE038BFB8B78FD42A7B858C293035112 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0975975238A378E52CA88A3E8F3223AB /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE18DC12317A634A52985DEFDA7576D5 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = C4DC43F096C1DE9AEB9EE7A06F0BC520 /* RCTNetworkTask.m */; }; - DE6406EA03AC88187348881599BA0059 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = BF8CCB5D5EC9E22A1CEA0A727B5DD871 /* BugsnagSessionTrackingPayload.m */; }; - DE920797F7030FCFF8BD9FEC49A06C71 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5415B6B92738D4783A35FF74B84C0213 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DECCEFB78B107F03C9A9B095BB01A9A8 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A116E943013EC94742FCD320F9A9D175 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DEF9338D15ECD22B0A95DCD2FA679FD3 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = B0264A1F3A99284E63A6A86D45CC3014 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DEFCE1F4EAA84A5D5F5B1DAAC1A1483B /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D4364C60EEDEBF612823F158E70602F4 /* KeyboardTrackingViewManager.m */; }; - DF08B040CD29499D510F8A633DA4299A /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD4CC40E0AD1A3767B56882DDBB8883 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFC9626E44A3BB97940B5EB1ADD22F9E /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB16BC145CA15FEBB171919C6DB9A07 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFF757FD62B6D2ED072C9327CF332F8B /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 7296A603079B3ACF65D2622487338640 /* RNNotifications.m */; }; + DE00B27A2F34BFD49EDE171EDDE8C7EE /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B586E3E17B600707C20B9632489DAFF /* RCTConvert+RNNotifications.m */; }; + DE18DC12317A634A52985DEFDA7576D5 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BB9C5265D9AC770E485B09127966D1 /* RCTNetworkTask.m */; }; + DE1DDCD87E0597D7E21DBFA482B57B28 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2231DD70D50462F8BBD27D679C5964DA /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE6406EA03AC88187348881599BA0059 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B8B1424AE71D4ED906722DB2C726800 /* BugsnagSessionTrackingPayload.m */; }; + DE920797F7030FCFF8BD9FEC49A06C71 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA377EA34A56110B01DF034459EB037 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DECCEFB78B107F03C9A9B095BB01A9A8 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9670CC313F67304668680A440727C71D /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DEF9338D15ECD22B0A95DCD2FA679FD3 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D13D19C7C0C15794E17EA89C9292DF1 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DF08B040CD29499D510F8A633DA4299A /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1395B146803E19BEF1389110D86C52E2 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF3852427364E8F0CDD4DC1197C26EF8 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */; }; + DFC9626E44A3BB97940B5EB1ADD22F9E /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 53829003F4355B4F52C588DE40D88F82 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; DFF94299EBFD53A2C967D837D2E906E1 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E003B6188EB54E2ACCE2C81F8EF59AF4 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0047A5BF8728DE3D8D2E8B641D3EF79 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E0A6B263E4B023A200BD3FCB76EEFB8 /* RNFetchBlob.m */; }; E013C99C68F6C512DA43F88FED52DDFD /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E02753DECBC2AA6101B629C610E71881 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8197CA80E8DCC6923D518F3AD89F5332 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E02A84DFE301C23D8C24C8E3CB035A75 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C6EB4E3BB2FFDA91FE2014EF58475A /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E080B51DD048FF836714D9DBE86C7A96 /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 3285262930FD453F8240336CF3A15B6E /* RCTConvert+RNNotifications.m */; }; + E01802E580F99C58B43355B33193D899 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D5EAAD17DC4ECA5EC931F1FBA89E908 /* RNPushKit.m */; }; + E02753DECBC2AA6101B629C610E71881 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 558A13FCC0350DA4AFD4558EE26CE594 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E02A84DFE301C23D8C24C8E3CB035A75 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB6A961495F78819E4C8C8EA80E1FDF /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E08B4B2F5B2F634056A1F9D93E4184C5 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = E01FD4D9111FC2E7432A09ECB2E64D21 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; E08D5ED498CB4DA17CBB17B92FE36331 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDB8F285D1BB8965E639569DD3B2CB8 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C8FDD5F991FAE4512A623DBBF0F9E2 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CA52393C44CF7E8C261D712045BFD7D /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A30B57086182014A91300752D1C9838 /* EXDownloadDelegate.m */; }; - E14135FC1B928B179065F46E98AB35AE /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DF4A240BE6CF271C0D71FC14FE98C14 /* EXAudioSessionManager.m */; }; - E14D81F80939C755ABAE6921C0C03776 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C063B6C29AD59E961E654F66746F77D /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E15761BA890DD72E492EA4FF8D80F1CD /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */; }; - E16BABB538F6DC441B51A2F52763402A /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADF897385C80A19FEBA3FA7E63E782BD /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E1C7F22B65EB3BC2006B2688880BCECF /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = FB958FDA842589405EAAA07CF4ACD343 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2350E979678E34F41717CFBCAC1BD16 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CAAB05AE7C2CD18C40CD01F7C03D4827 /* BugsnagKSCrashSysInfoParser.m */; }; - E268C17C966FECB7B89A0999B3120BFC /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E281C5D4C9FC21EDA7D22D54D2EF7E9E /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */; }; + E0C8FDD5F991FAE4512A623DBBF0F9E2 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 45D3EDFCBADC8033942DB0F8CEB0487F /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E113B81EB8D7BD62F92FC137EBC8DF42 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6946DED8D389A7C2DDC5C205E09465AC /* EXDownloadDelegate.m */; }; + E14135FC1B928B179065F46E98AB35AE /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E42C90957C642569CA27A8CA216BDC /* EXAudioSessionManager.m */; }; + E16BABB538F6DC441B51A2F52763402A /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6D584A7DF5ED34BF8B837C28F45DD3C /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E18052CE05B681B7EC6CC9ED69CEA892 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 513790A7F13C4CDF2B78D62F88308B70 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1995E71B4334C142E3B061DC241F6B8 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C306E9C441986BF9233D39079155757D /* FFFastImageView.m */; }; + E1B94FE7E8BE390C847F87FA94FCC2E0 /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 882D2D532CEEE23BD256C61D5ACF4C9B /* react-native-splash-screen-dummy.m */; }; + E2350E979678E34F41717CFBCAC1BD16 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F6973241754EDA9F7B13206E81A537 /* BugsnagKSCrashSysInfoParser.m */; }; E2B7A1B54C0403C79E71E3DE34AD8B7A /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 99D50527D255979F3C2681F41A8C1674 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E2EAD20B5829ABE822E22D149B978A53 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 243F82490CA16A87B079D95073EF9591 /* RNScreens-dummy.m */; }; E2ED442976FA7B06AEC255F9F752C627 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB20234C01003B8A24F2AE287D2EBBC /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2F2DD597216F2F8D31CB41F3621887A /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9ACF01005CCD4EFDBCE95092027D6706 /* RCTProfileTrampoline-arm.S */; }; - E30665E574F2E9D1081E636C81F287C3 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = DF24DBD179B3FB09F3C88E0F99068840 /* Bugsnag.m */; }; - E30FD2AF9922D0B0144F0AC373003FA8 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F71619077CBCA1A0F02A5FA2F325256 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E37BB1840556B7AB26C9466E935EB947 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 879BFB4FF2A959D252D6B066511B1EAB /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E2F2DD597216F2F8D31CB41F3621887A /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = E42C45EEF1002DD515E70EA993220691 /* RCTProfileTrampoline-arm.S */; }; + E304E09B51ED7864F33486AE90D8CE35 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E30665E574F2E9D1081E636C81F287C3 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 838DACCF3E92CB9BCDFFA065A2F311C6 /* Bugsnag.m */; }; + E30FD2AF9922D0B0144F0AC373003FA8 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DBB2B45CB673258D52B22826728BA95 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E37BB1840556B7AB26C9466E935EB947 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 431FDC610D78F8A3103269FD84CF36AB /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E3D44A5B89A93AFDB4E0C5CD90B8D7F1 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E178CCE74A190FF64030DA43F6B6267 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E3E7193D979125C005FF9F15A1A135EB /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C6139639583D213E64EF3E474D60E0B4 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E409A19B9D79A21AB18BEC6121A80AB6 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4B1D4AD1482B696BF6698B2C798624 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E410D7E9C646B7115F851735D9DB9058 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CCF4A6A7EF392BF83131B4E9A2DCCD8 /* RCTWebSocketExecutor.m */; }; - E442F7C59CA23744501C2CAA0DF5546C /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 04728A9248C79A860E023B792115D149 /* RCTDevMenu.m */; }; - E461EFB4D5C63B31F8700C5137F650CC /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA27444227C2D1C5CE9C8366D6CFF04 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E46411FEE5DFC4B164A1A35FF2A8ECFD /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 856B9F607A92FF668D4D403689E89D53 /* EXVideoView.m */; }; + E410D7E9C646B7115F851735D9DB9058 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = BDF0ED5B9C8914DA62E8029F950649CE /* RCTWebSocketExecutor.m */; }; + E442F7C59CA23744501C2CAA0DF5546C /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D62D35A56DD5AA16F46A07B640C0104 /* RCTDevMenu.m */; }; + E461EFB4D5C63B31F8700C5137F650CC /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 047A8C82C6D7476D084573390EC3B3C0 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E46411FEE5DFC4B164A1A35FF2A8ECFD /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF11D8AEC9476E227396E9AC12A8206 /* EXVideoView.m */; }; + E46DCD4D9DA0D136E99176FD4FF421EE /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E09EA6086090026FF45F020EB2B7D7C4 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E47445D9581A107ACE7475425AFBB566 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DC5B4FCAFC62061E3C44BC083E4B9744 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; E4988068F00F7F1B67427233470219DC /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E4AB22518922D98B2FEFB1CEA32411CA /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 613B9F59F81231CBD4FCF0F4E630497D /* BSGOutOfMemoryWatchdog.m */; }; - E5A3710E91E602A7565CE94A23AC1438 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D00C99421D732470BEDC5C6F28400BBF /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4AB22518922D98B2FEFB1CEA32411CA /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA8A6DD45DBE22AD6929202C88040C7 /* BSGOutOfMemoryWatchdog.m */; }; + E53FF1E5E4AC944E7393FD447D5ABC41 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EBBE690EE37B24ADA5523E516B90958E /* RCTVideoManager.m */; }; E5D8C91086E97408A4280CE36D002303 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E943D588D24BA8166AB0F27D361BA65B /* FirebaseInstanceID-dummy.m */; }; - E688DFFA4F1136F81C5A827A53AAB6E7 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E68B43E6FD698297F30F114210754081 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31023645B613C5ABE4938EAFD281C64B /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 63DC28D9B63C18814B576F7016271D3C /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62F791450BA3A32B6AD553F32B6257E /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E68B43E6FD698297F30F114210754081 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3123C14972A6A3D146268548F8D81BDB /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 70090FD3A44BF057343494E93B95DB79 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; E6E306527999E035678E03FCFB44F5E6 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = D92695BB5FA342D3097CEFDBEF6DF44F /* FIROptions.m */; }; - E6F7E570DC27C7D5F1A6D94B5BDD7FE1 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 179F51A25A98C7F72D0DC06BF2A30B15 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E71F59E0DA3F7D14E56DCE0EDA82EC8B /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 396876FDEBD185468EDFE7B924C3800E /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E750048AAA181BA7A47A86704DD79197 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A6D6EDB72D1093E2ABAD34C6873003F /* RCTTextShadowView.m */; }; - E754433A855300E3471A960649F23ED3 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AA78A05A260595FCDB8F123DD80A36 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7AA00AF719F676F6616114D1984DBE7 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B323D756BA9C82B617CD587FAFADAC /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6F7E570DC27C7D5F1A6D94B5BDD7FE1 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = FA68A889B3251BBF7919F5683FC65DBA /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6FF6F8F94AF539B8C1652C90F068A09 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC42EF4A5AEF09EE57176A166268D3E5 /* RNAudio-dummy.m */; }; + E71F59E0DA3F7D14E56DCE0EDA82EC8B /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 436A0265A21A4B9CD9CA186F4703E2B8 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E750048AAA181BA7A47A86704DD79197 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4629CAFE9AAA04918D1A4F07D01FB70 /* RCTTextShadowView.m */; }; + E754433A855300E3471A960649F23ED3 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = C35A47A6949A984F88C7DC387328C6DE /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E765A355D4BDCE6B9586A668B5D76166 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */; }; + E7AA00AF719F676F6616114D1984DBE7 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EC1515AD11E221F923C3129217A3FA /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7BDBC12C9BC3CF1B0397A4A9C192AF5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD28AD6D4E1B4CD3A9A87E9E1C6EB5ED /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E7C34B87DC7FCB383BC57216BEAD94B4 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE6DEFBC0F970FE24F1BC177BC7A3F7 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D5EBF8E97C6FD542E1B950F1F8BCF1 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1299C98B922F8D2850E33B0B033BAB /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E840FA27CBF8216BD28C324F03A53BE0 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 32EB95FC859F2A83F5192859D0A0294B /* RCTLocalAssetImageLoader.m */; }; - E8606DA295B8CD3E9080879145EE3019 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */; }; + E7D5EBF8E97C6FD542E1B950F1F8BCF1 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D70609CE35DA1AB96A9F4E09A1CB896 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7E52F84D85E257C9D4A5AA83632A267 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E4544F205C86B0926FFD1E6B5E05A845 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7F8A999B70C7117B378239B3329446F /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5850A15810483577C53457225F1380BF /* READebugNode.m */; }; + E840FA27CBF8216BD28C324F03A53BE0 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8012126495FD2FBBD3588E28B05226AD /* RCTLocalAssetImageLoader.m */; }; E86169365D2CF36E06692F2CA8B48644 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 640C9F3E1DCDD8A204E08198B7D918AF /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E879251E0F02E70727FBBABED9C4FE01 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EE11D14EBE13B26AFCBACDBC4297D0 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E89850E58EF9AC1E0B8B793A66B4E83D /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC3803191C9D8BAB0303CAA2090A051A /* React-RCTActionSheet-dummy.m */; }; - E89ABA4DA31172E5C712F1119E3B7677 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E879251E0F02E70727FBBABED9C4FE01 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = B51E7B7A193DFAF64A17B336778F6AAC /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E89850E58EF9AC1E0B8B793A66B4E83D /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64665A34166ECA403B193E43544DEFC6 /* React-RCTActionSheet-dummy.m */; }; E8C0A0E2222FF021FE0174A246F9AD21 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4BE2B2E5D6E1D8C9158F3A110B29D7 /* FIRAppAssociationRegistration.m */; }; - E8D743770042CD9C6CF68FE5BD483250 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E36C055478C4690F39003F18876D0FA /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E8DA7DF06C06567198FF72D0B315B0B6 /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E403E299FA41A691590CE23B4FFA20 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8E82D1F8ECFE65B27D61922C916770B /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 33B4ADD9AF9E829858BE5E376C0CB927 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E905F5F8EA723070D1AF2B8F6872ED83 /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B8153170BC7CE58EAA5A445E18D16622 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9094D378F264079F1D91BE8F522B56B /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE701F465622F5738970A698363FA053 /* FFFastImageViewManager.m */; }; - E96695BC50234E83F29C6AFBE4C15FC8 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = F90F3A407FD36D480DB87CF7DFA12E7E /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E96BEBBADD459AB404A2D6A5EEF23905 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 08DE838462CCEE52151A6F2A975FEF18 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E98320063FA310980862298B0AD508ED /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 346AD221A14DAD768F4EB57A0CE553B4 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E99556A2EE985E045BD301E4B12C506F /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = C83D63B12810CF78A827E708A60C0BFE /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F59AFDFC435DC25F085FED69633C03 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9B2751085E5285A7484E657234ECE5B /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 097CA428773A9286C47DC3A3529834D7 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9E1124F01D54146BCDBA6186131A250 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F469AC18E3EFB6894D309B92F0C13EA /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA1FCCB4CFACDB1FFA0E8C8F4DAB202C /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 47953AEC51E93F7B5CC3F148A53079E1 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EA2EBACA7EED4A0E9C827B5E68C8B6DC /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE81B961698153D1F488EC3C61E8462 /* RCTInputAccessoryViewContent.m */; }; - EA3DD67E50D2AB66AFD3577F70148438 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 364DA4291C12B9C5FA5A09914882DE1E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EA405447C434148E7D76CED2558FAE7E /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = E087EB3EA5529E5D03AA765234B1A432 /* RNFirebaseAuth.m */; }; + E8D743770042CD9C6CF68FE5BD483250 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 275536C32F7BEE3F0A01E91CE4345DF9 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E96695BC50234E83F29C6AFBE4C15FC8 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 570880541063F4E5A7647E06BD4A1167 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E96BEBBADD459AB404A2D6A5EEF23905 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 12FF74A57050E47098A6B55FC47BCE1B /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E98320063FA310980862298B0AD508ED /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB3D254A5ECDD58C19EF39F834BEB8C6 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E99556A2EE985E045BD301E4B12C506F /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFC6E1A0A0ED701A9C2A382515799A6C /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C239BFBD6FDF958DEDA10ACD5BB1CA2E /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9B2751085E5285A7484E657234ECE5B /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE5EEBA658B847814A5EEEFA7AE6B30 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9E1124F01D54146BCDBA6186131A250 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1975844CE78DD1B4EE94256460B8CE11 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9FFBF2E2103332B32C23487021F5D2E /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F0321F02514FB73EC4F7B37AAC757E /* RNFirebaseFirestoreCollectionReference.m */; }; + EA1FCCB4CFACDB1FFA0E8C8F4DAB202C /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A05CA40E6988CBBB1EDFD45EFB0CD18 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EA2EBACA7EED4A0E9C827B5E68C8B6DC /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = ACA391A8D309A3FB4BEA2C5EEB108159 /* RCTInputAccessoryViewContent.m */; }; + EA3DD67E50D2AB66AFD3577F70148438 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A0D1DB489D91B475732CECAE120BFF5 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; EA4EA907999C368EFFB0D9B659A32B7D /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA932672CB60D77223FA15FF4A94B88 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA8A2DDEDD3CC7462E779225F04B76AA /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9699159240CB0797C7405684C5A03862 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA9DBB2DEA77E69C4E1283E456F31470 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 82DE2E775361451792E59C65F12F28E3 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA8A2DDEDD3CC7462E779225F04B76AA /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4C42AAFDCC44AD6DBED1C6B323A11F /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; EAAC31E35767E4527322215E77F500CB /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 84918B85A0DAE1D7A7BDFB9EE5CA552C /* GULAppDelegateSwizzler.m */; }; - EAFDA6060BFF2BDF08E67C76FAE363F7 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5D505A0B82686C2651A4450E05880F /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB145EC272E2ABC74685BA280E59ABEC /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69D9D74FC949125BF2C2DB9005D7D64C /* RCTInspector.mm */; }; + EAFDA6060BFF2BDF08E67C76FAE363F7 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D8B757AF1BBE798C8DCA67CD24BE21F /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB145EC272E2ABC74685BA280E59ABEC /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = B885774648DF3F9CAF42E842D0394A70 /* RCTInspector.mm */; }; + EB1BC6CED53B869C6A3135B53EF1115F /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB3C5A40BFC7F959E12D7AE83EAD1FF3 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */; }; EB5EBE499F86CBEC104916F420C11BD4 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = A387853801C3B8BD21B27217DF4D737E /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB976C7BCB8C09977BCC25F6951B016 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB84C96FCA76318795D1CCA9A7E47337 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EBB7D00E275E9B10ED1F60E8E267AC76 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92D3745F2D588D43A7FD3AEA8501154E /* BSG_KSCrashSentry_CPPException.mm */; }; - EBF746926FEB9F3FD25A7FC3F01409D4 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 457E298C228B315A9B8BD7949EEB5BAC /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBABF0FE75E2B4B7FD239FC7CBFAB7FA /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A75CA4EE0285F54584EF5D65F9341050 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBB7D00E275E9B10ED1F60E8E267AC76 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = F0F8E495844C752309295FA4BD14F653 /* BSG_KSCrashSentry_CPPException.mm */; }; + EBF746926FEB9F3FD25A7FC3F01409D4 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F64DA11C46A8A83786AC3969379E970 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBFB299A76BA2F04ADE81DD503BF97BD /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; EBFDCBB17699B2B9EF9142B4B582D8BE /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC826E973CF28211EB03402D718EB616 /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7E422C753FEE0469718981846E436C /* RNRootViewGestureRecognizer.m */; }; - ECE1477B34D643F7B2DD2AE0B6E66100 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 425443B6000BD24038D45348E4912B3F /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ED45F36A6BFCD84D2BB557A6E2814EA8 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 9540AEFD628AB49F8DBD6E16BB3733A1 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED8457448E87C986B7B5F51C3DE39EE1 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FFB0FCE1203F362487D2E60AB0F89D5 /* RCTHTTPRequestHandler.mm */; }; - EDBB06CE73EF29831C7B13AFCCE1522F /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF46B245B435882484D77489A7CAE91 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B34C2B68951B29ECF9A0210ACDC8E0 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC70BA3CDE09661081A87970AE6B7051 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECE1477B34D643F7B2DD2AE0B6E66100 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = BDCB44DFB3882EB03A1B7004FB926E9A /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ED8457448E87C986B7B5F51C3DE39EE1 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 136AC5663F6849AB45099A37431204A5 /* RCTHTTPRequestHandler.mm */; }; + EDF46B245B435882484D77489A7CAE91 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 856E3F4714C0B107EDFEE7203FB1E4CD /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE104EF6EF79C1AF1275B962BD8E1913 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DC26EA31AAB854D77A016CC2DF231C /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE172A3AD0A48B5D62F25511D89C4D8D /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE3BF311F2D12A6005AFAC0C84DD366B /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3BA1AB422512F31D5D3F342963D8AA7 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE523683F3251F823BCB86E8F0FA9808 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 07995A9A486AABFFB1A925B926B92588 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE67B234BF3596003CFEB29B85DEA5C6 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = FDFC0E3EA1684FBDF62899CC09E6B235 /* RCTReconnectingWebSocket.m */; }; - EE71BC9DD13BFB2AE0B24BF6E7F0A064 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC133BB06B57F90F667AF0D9662002B /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE7A305C4A6291D172BE980B5FD8C889 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D0D010C032F399880E3B9FF09BB390D /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EE87A3DB6C74CD1EF40415CD328BA4DC /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A1633F90D65F33760CF83DC8D057D7C /* RNAudio-dummy.m */; }; - EE8CCDFC9BE25C59E5C29E45E4D60FC7 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AE7F65687940CD74687B08E88F9E4050 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE3BF311F2D12A6005AFAC0C84DD366B /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C08B343B93C3CE144B0F0EC2D7E74186 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE67B234BF3596003CFEB29B85DEA5C6 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EB0349C58CB610756D013CF44A23BE4 /* RCTReconnectingWebSocket.m */; }; + EE7A305C4A6291D172BE980B5FD8C889 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B329A2A557C43524256AC5DA10AA06E /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EE8CCDFC9BE25C59E5C29E45E4D60FC7 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8A11DC7958959C9635C473B8C0F1A2 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; EED6B6003D213CAE58C690B80D6A447B /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB811165DE312C75E020F01700F92B6A /* EXFileSystem-dummy.m */; }; + EEE60A8DFC3A160C28BF2BEB81131F4D /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */; }; + EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AC8AA026948427F08DC66F0E9402478 /* EXFileSystem-dummy.m */; }; + EF144D12A29B9B81E801D5FF8C758265 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF3EF19E2A6870928C6DF8483735009A /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FAAFC8F6CEDFDC2C3EE9FB8B7ED5DF7 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF50002916CEC80914347DB9927D8C56 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E13006004609295DEC227B8F1EE4C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF8033FBE008CD4B0826A361DF15F3A2 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EF8B146DE9F12ED5C274F3A4BA4565BB /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 51FF4577F67906E710909E28A54E852D /* UIView+FindUIViewController.m */; }; - EFB5DFFFCB92DA25AC4EF55E9765A854 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = C823BFA45CE4EBD9928EE44D32C85A7C /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFC6EA3B8E1A73E6434542C97608482B /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD31424DD1A69434113297A99F9662D /* NativeExpressComponent.m */; }; - EFF68FD96F56809343365E16D6CC9CE4 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C44753081255FE20694073B672AC75 /* RNNotificationCenterListener.m */; }; - EFFC3BDD07E133EC6A7F2BD4EBA0D449 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C68734BD8DF25372FF4AD5B86B656DE /* RCTMultilineTextInputViewManager.m */; }; + EFB5DFFFCB92DA25AC4EF55E9765A854 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE9367F4F8755A1C2C7AFEAFF9AA900 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFB93FE46006C205DAE8FDEFB7C88906 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */; }; + EFEB8FE02485F04B553A22D31CB0AC5B /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFFC3BDD07E133EC6A7F2BD4EBA0D449 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F386540EF46E79754CB382E3C48FDB /* RCTMultilineTextInputViewManager.m */; }; + F00343C4B1DA4CAEA521CA166A984896 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */; }; F06CE2C5BB5EF02B82AAC45839664EF4 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F126411B4314E37DFE23282E334A84 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0BCB7129309F88F2E2A35B74AF58CB0 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC847D9435FDB40226F9F06C46854442 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F0E83999128CC0390AF97F8F252953FF /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 170A58C2DEB8E9B404482AD1392813E4 /* RCTImageShadowView.m */; }; - F0F8832AF7555398BCD2FB37017BC3E5 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B4F9763CFBD3E25792B80E353C0CFA6 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0BCB7129309F88F2E2A35B74AF58CB0 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 60C632E7F652D91D7C635B19585DD39E /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F0E83999128CC0390AF97F8F252953FF /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 935DDD4D31316A8789C28E075F10D400 /* RCTImageShadowView.m */; }; F11F15E67165DE77897C120245B43443 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 67576BA243FA4BB19B4835623AC33698 /* FIRInstanceIDLogger.m */; }; - F135134FBBCA1DA05455CD4685428AE0 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */; }; - F14406C79BE2DD3B10F16F32546490BF /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C400853908FE421923D3EF5100903147 /* BugsnagErrorReportApiClient.m */; }; - F1EA883FB1EB4A3E878D4CF627C09FA1 /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = C183D9B109DDFA336407D4108AF2A047 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1F84C6881EBBA373FFCA637B357830B /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F9ED45FB874E7DF88E9E243C25F5C30 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F14406C79BE2DD3B10F16F32546490BF /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E633E1ED879F88E37B60029711CE3 /* BugsnagErrorReportApiClient.m */; }; + F183E353CA9DE6956D290EB1EE74BFF2 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7948AF490B61DB0A438C45004DAE5747 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1D6C8002A020647A439274EE0962B96 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A2907DDDB3160259AB66FD6D28B1683E /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1EA883FB1EB4A3E878D4CF627C09FA1 /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = DE8BA346F821A2B0138220A6309C0CF4 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1F84C6881EBBA373FFCA637B357830B /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = EB25C87DDC8E0A6230FEA16880DD8C68 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1FD68E15FE818E00E17128C880C5E09 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = EA887C26BFCAC6B2AEC4331F194C624A /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F20BA5B1A0F01DA465EED80929FD3D64 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */; }; F214324939EEA0343308B64D185B9042 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF7455BCD31EEFC00BA2E4BDCF20320 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - F231049CF4CD4BAFC3CBC7D76FF1DCC0 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C4761C979314BCDE0DBB46125C03CE /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F24D7B42D201D1C16DEF1E739C12A315 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F231049CF4CD4BAFC3CBC7D76FF1DCC0 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDFFCA1BFC374004B597AFA69E2556A /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F2820B28001658CF1DFF0D2297D7251B /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3F978BEA78BB43A4370D87B9DA0564 /* RNTapHandler.m */; }; + F2AC0EF0D12A3199D7609387A5A16329 /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = D16C19D8D595AA60EADC2F3DE20091FC /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; F2C98165A8FA083A0DDF7733AC494C84 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 64CD04BBDFD42707A7C5C11B96529054 /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8FCBC361813C33E895A078DEAB80C7 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F33023FE89389AB35B5B1B96BE67421E /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BBC95417977E4FFD1FCE77522A094AB /* 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"; }; }; - F33EB548230902D3F4FE3F94C3BB1A0C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5F93F2C3D001787AE5136AC358B322 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F33F6534A6C6684506F8041FD965F6D3 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F3FDCE1BA2A8891EFD70ACBC901137 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2D102CE9F447BA49A2FE8D6B773A0AB /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */; }; + F2D59E13DA50B12FE50D64E3FF89A0F3 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */; }; + F2D8849D416DFB3F62BE4FB3B6335379 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B79AE91C40C82643F1C3C873758E8E2 /* REANodesManager.m */; }; + F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 949B66CE003548EF1EF658E9981E0F72 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F327B84D2B339F18BD3C858EA1B9A15C /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */; }; + F33023FE89389AB35B5B1B96BE67421E /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33F0BC7648BAEF994E5191FE2501E2F7 /* 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"; }; }; + F33EB548230902D3F4FE3F94C3BB1A0C /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = C43F1FB882E93AB14FA3037E4156B500 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F33F6534A6C6684506F8041FD965F6D3 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B08D30662AE077814B9B64DCDF596A5 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3552888B03934744895D710B57710C6 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F35835EF76DF0D2C2E044A8C0EFC6E6F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8744DCD5489A6A04E05D9A4DCB318449 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; F35AE33B0AF486D966DAAE3DF3D3AF16 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F3686FEE5D124CF27B2FF1ACA5473EFC /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE6998C796C153D3E737ECB5F0CDF99 /* BSG_RFC3339DateTool.m */; }; - F37259F2DCCBF7CACA0E0D72EF7F6E91 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9A06F49DE6FB6CCF076E91285C4F3B /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3C30072E38EC5A5F93B315EEA53DF8B /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF16806A1DAFD648DE0A02BAD76C2D71 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3EA7A223EC505DC41F61F6F32FA3FC2 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = F7917E68DB25876BBB9663CFC6B51E9F /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3686FEE5D124CF27B2FF1ACA5473EFC /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A31BB4E28BB68F3B2226BF7027F0DC0 /* BSG_RFC3339DateTool.m */; }; + F37259F2DCCBF7CACA0E0D72EF7F6E91 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = D31D2CAEF3E2DE6CCF3463F80A88D7E2 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3B5D09A2B669A240600394BAC7F768E /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0508764D7D2346B21F8728546B7BB613 /* REABezierNode.m */; }; + F3B9F38DDAC4DD80487C55AC4B468E96 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = E102AB223A97DDF9F94C9ACB3ADA8FAF /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3EA7A223EC505DC41F61F6F32FA3FC2 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = C27D2837C82A2D27E457BB9A30690513 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; F40206DB1B71EDAB31FE7A4A03B7CAEB /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = A4210284401999C7C2A953A6E1522B88 /* NSError+FIRInstanceID.m */; }; - F43BBCE7D82CFDD774FF0CC705BCDCD9 /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4ECC7556E9BB9D3B9FCF30F4B59750 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F45F4719A795ACD4F23BF180239EF8F5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 047D61DA792737FB89CBE7D4C8C0DAA5 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F47F71697E14AE03E869FA160343419B /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C6088EF1ED70823FC2AD12EE0041CA98 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4CA0ABB380DEBCD3978443784CF6FD8 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BE4B94448B4AF3761B8D71148A97D7 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F554A37E188E8D13370DE7E1529C2AE9 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CF85B6F1BD1C9FC51A3F6A69E3E310D /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F555A055464F51B97AE6AB79C06405CD /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B63B4F00FECB8C695B0EC342DA7F7C47 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65C98E710AF4B777EEC3AB6D2318024 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B6468187237F107D577CA0151DDF8F /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F46126760A4A7394DB9C93A2BAA4260C /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = CF7DEEB5F277A401CF02216EBE51FA18 /* NativeExpressComponent.m */; }; + F47F71697E14AE03E869FA160343419B /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 891CE739D00790BA6620C22575A931C2 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F49A96C990875F0D5E6D516D24C121E5 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */; }; + F4CA0ABB380DEBCD3978443784CF6FD8 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 65751DCCF3D23C4E1FEC567366C9E460 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4CCCC77FE08D6516F7F3E79ADD3BD87 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */; }; + F524755A59E7DE12E1983D6FD9CFB69D /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D862BBC7170AC1CC40B08C730EC1AA4 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F554A37E188E8D13370DE7E1529C2AE9 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB4AFB2A4178E2D28675762640B3CC2C /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F555A055464F51B97AE6AB79C06405CD /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 199F95E8043ADFE3EEC13C215895BB62 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F623E6FB54E97B7FBB763AB805790F46 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A9F538CF6867B0FEA5BEC047A0791E /* RNFetchBlobReqBuilder.m */; }; + F65C98E710AF4B777EEC3AB6D2318024 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4BF359CEE7DC463F5AA1E138454679 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6D008D319A57872DE39558DBA0E94CA /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 662121342B0FCC013B91CDEC7060BFCE /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; F754EE115D83928D0C65BC06781D363D /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C662BE1E5136DEDA982C87A14E80EBE /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75A233D7D1082E856303D5F2A1ABB4B /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FEEB9B2E8A6635B68ED1D4141A405C /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F766FAF71C4D128EEA296E8E2B02B143 /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 483A95D0635232EB4AC936AE08085471 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75A233D7D1082E856303D5F2A1ABB4B /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D887944F3E9D9D67D81813A2893E84 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7B5C713C93A66F3BB23D0F48557C857 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3452466CC74C5FB4D8975B3FCC6E7B7C /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7F22AF293858E548FBAFD4F143C241D /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 394BDB815DE48D2A33F464CFC477735A /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F1777411839475667AEDFCBB53C89119 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7D31ACD13E4436472741E87D0932E12 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7DB0FE620B37A2B3E20B159D9A11831 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE27B7BCBF2B53E00FAC16DE9614DA6 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7E099ECD17501D91FB0F61E52E16A3D /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E72FDFDA38239D8B1FE2CA295820C22 /* RNDocumentPicker.m */; }; + F7EAFC7F9BD920CC5513F9EDB08DF48E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B76A422B7ACB30C18988E9F64CFC3D /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; F820FC5D04E496FF37B057F3DFCF5012 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8430DF732D57F49D0B53B1AC14B9DD0 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = AB885901FC14D68D250D44E66DB34B99 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F8430DF732D57F49D0B53B1AC14B9DD0 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B84BC0E09447DCB739468C70A12CEED /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F864CE3C245F1BDF3E4A177FD9F45C2C /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F86A780677757EB4117D8A2746894D4D /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B0BB8F5AF2DA37FF708002C3C5175F /* RCTSRWebSocket.m */; }; - F86E75E1CD747F7804F390F2EE53A11B /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AE138455136B3567C19F8E82A9BE0C4 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F87458D0DCB5F2CB576E30F689072AC6 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 956FC0BC312E7C275B08396D4A55ECE5 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F879DE7CE144A60E38C3631111231D99 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */; }; + F86A780677757EB4117D8A2746894D4D /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DB3403E46B4BD7F85F0EF0275D4682 /* RCTSRWebSocket.m */; }; + F86E75E1CD747F7804F390F2EE53A11B /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E02AC4912E18869A71E8112BA167A89 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F87458D0DCB5F2CB576E30F689072AC6 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F29FAFF21E099A858F8FE0E36F71AAC /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F8AE6C3A4F28C464C3E322BC0978D266 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8C0B64A7F578F0C0C56D04A855F287F /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 968FE2250FAA1E74FF579F635A26BAE4 /* FFFastImageSource.m */; }; - F9271DD20E1E8A028891F4622069A309 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F94DCFF5D107E4BF5BF2627C7A16C826 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA8AB2CE5EEB0C2789B5B101F598CD7 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F960DA2FC5DE928C3C92C463B7636466 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 78FA4941BF38941D94D24C0BD22A24BE /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9AFF66D1440BB8A20C8D42FAE2230F2 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 357BECC8F89E03CB72087C1C96E13908 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F99A6144FAA33E1FAC6050D655E3E8F4 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */; }; F9F2828D09A41F9367A8E4D678439DFD /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE85978726919166E96BEB7EE944049 /* FIRComponentType.m */; }; - F9F7725382D99974842776CFDE463C8E /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 059B8069D5EF0EEB1DA0134ADFAA5D6A /* RNPushKit.m */; }; - FA23EE40458179E283324F6AA88410D2 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04A0ED76AB258E468F3C61E4848D7B0D /* RNUserDefaults-dummy.m */; }; - FAA8D36F2ACB1831665AE68A44727C38 /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82BA5F249F07D3A01F2F7436DB410D7C /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAAA4A4381321DF8667536FFAD08EB9F /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C97E39111DC2F599559CF5FA4C0EE55 /* BugsnagApiClient.m */; }; + FAAA4A4381321DF8667536FFAD08EB9F /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C0E78FD83444CC907ECC131EA1E7523F /* BugsnagApiClient.m */; }; FAFCFEADC58CB5BC49874CFEB7AB6508 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E7B0295D82864FFB32CB21701474509 /* FIRAnalyticsConfiguration.m */; }; - FB3FB42A2CA35056D9FF624144315CAB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E0991722297F991AB656155766B18B9A /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBD33F6997B00474AC76B779C27DB709 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 6131EBAD18A3034FB488C049B02CCB42 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBD6BEC2A103546647AA9823214F58CF /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = BFBDF4746727942C435CED28174AFBC0 /* BSG_KSFileUtils.c */; }; - FBF0F364660E52964801FA40029CD433 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69A02707645EBD54371C68F5B19FB247 /* UMReactNativeAdapter-dummy.m */; }; - FC041B9F351DCFB8D5A680FEEA36632C /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC1CCDCE86CAA748AAAA2AA50980B92E /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 07654457DCE770D477BA8F153B3E64ED /* fishhook.c */; }; - FC21BD7486444743C90C7FF5B61FE53C /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DF561852A25F357F0C8C36C7907E2AF /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FC6A01C8E0E273836C6636DDF0EC22F4 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A66DB82308507BBF760E6FE02359B8 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B33E0D8A7E3EBED535BD9FE419AE9D /* EXFileSystem.m */; }; - FCF1D84C5E0317E737CF3195A15C2A1D /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB3FB42A2CA35056D9FF624144315CAB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A338524DCD82FBC530C82287FF53C9E /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB5F05F38AF140757452E24DE6E21B44 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0D8E61FC42234E19484376315993DA /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBD33F6997B00474AC76B779C27DB709 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E272DE85260A6C9BAFDC2033A9529C /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBD6BEC2A103546647AA9823214F58CF /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4806CCA1730D802275EA0BDAA633B7B3 /* BSG_KSFileUtils.c */; }; + FC1CCDCE86CAA748AAAA2AA50980B92E /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 3973ABA0BFEC20B8C814CA67A86F0917 /* fishhook.c */; }; + FC21BD7486444743C90C7FF5B61FE53C /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63E98DEE136F7B63EBCE7B1E62AF8635 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC25E65F8E0D7B59B4B18DC85D34EBE6 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A55034389AEF80EB300955FFA2A81B8 /* RNGestureHandlerEvents.m */; }; + FC6EBC9345680FBC9663AEF776732929 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F73375194C7405437BB3A83CAA01A41B /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC7034D41298F3243627CB55F4896B91 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD23497FE0B38832377F701AAFE1120 /* EXFileSystem.m */; }; FCF21519D6B7BE358AF1AAACC5267EA6 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FD5C2B08E8DB989FC030F3E4190E14D5 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E838CA986362EC64449438ED75ECA8A /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD6E8017D52CB54BA1578D1CC0612004 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FE668674AB61B3733F073D4340D5B4C /* RCTStyleAnimatedNode.m */; }; - FD9AA47DB216C372525255D4E02E0778 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CF6355465C12D84D31551923BA7A23A /* RCTVibration.m */; }; + FD56A279B962732D6E5D20124FF14CBE /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = A186221319F5B6A3F4DD743039C57B1F /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD5C2B08E8DB989FC030F3E4190E14D5 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = F74E7DD469C14E8330D95A2D9DCD618D /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD6E8017D52CB54BA1578D1CC0612004 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 56A22D40B06CBA477F3BCDCBF51BF1B2 /* RCTStyleAnimatedNode.m */; }; + FD9AA47DB216C372525255D4E02E0778 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C7083E96F2AA55DAC108E9FF2BE97C8 /* RCTVibration.m */; }; FDB26EBD819C5A2BB1F50EC60362ABB8 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 6368AE99168C21F787D01D4BA98CBF5A /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE40BC20AA5C584FB4E2447840141C08 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D946C274CFB436D2B6BC5F22F9F3D7 /* RNFirebaseDatabase.m */; }; - FE460D353DA267534647F89E0ABB0C78 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDF14631A281182E6B402AA058CE7D4 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE5DEFC1E602E46484762618A5261981 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C7167D7FE06129203134C9DED73034A /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE460D353DA267534647F89E0ABB0C78 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 051C0B42E4246588767D5F5BCA11BCEB /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE5DEFC1E602E46484762618A5261981 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 91976066CED8F9D7477FDBDF3226E803 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; FE77EED2AF2BDF9D1E4C513A2E0DCBEF /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 56BD8DC99EFD020787B5AAD11C09F6BF /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE813EF7D4772E9B339E148E059EF9C5 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FE3FF7CAFDC6A2503CBF00B8ACBE5E1 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FE89D1DFB3E15D735B50C7FA147905BF /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F280435193E524A4AC31868C5F731CD /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE813EF7D4772E9B339E148E059EF9C5 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CD370E5D7A07A7077D4380040339C0D /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FE89D1DFB3E15D735B50C7FA147905BF /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F2D96DCBFEFA1B9DC3AE0E62A41852 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE8BBE02F8286BBF03AE3B7F3D102BF0 /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = C6DE3510DDBDA99BE51A4F126A5178FD /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEC8A3C3F4EAA7786925DBD5AE8C0AF1 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = E189A21647CF111447B26686FD2F82D4 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; FEF302FD5C2E107B2D45A7A753291A49 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 888366C0500620E36712F9EC62E7A768 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF317F39F62DC42CF68D9F743EB5A84D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 29486B80688ED2D5F11AE8440D9EA857 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF50AB1F7B4B125A2B395CE9ED9DCBD3 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E670E90D802FAE5DE45DEC84EC921E /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF516D841FE25F9DB911BDB742B70F3D /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CE8DA75FC5B0A2CB88295132B00A3D9B /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF942D37BA3932CE952A91003EF0CC66 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F8CE7424B67B58CC4E4B74F748305D0B /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFE6AE2C6A428219B9ECA8037DF7862E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE56FE2C51084098BA7E545D95CDF29 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF317F39F62DC42CF68D9F743EB5A84D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CCA17C1045AB06EA05AA5D7285A3A4B /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF4DCE2BFB5B9FE70E152EFBDF4231E3 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F78D700C0C1C0757C7571F39F1F231A /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF516D841FE25F9DB911BDB742B70F3D /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7EDE65B526AF5AF0E835F1F921FEEF /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF616F4C598510455A6AB7A00C9207EE /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61D2B61E262C7C0888D392DC22DCA318 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFA5DEE30226A1F94EE4E45E1F43D487 /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E457CE62008ACE3541F3508A27A6E475 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFE6AE2C6A428219B9ECA8037DF7862E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B526AD8F9B2861AD1639C66F2A21AC /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 00CE4FF3BE5627B532B739AF16DFEBE6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4336A368EF1A02A2EB63BA0B9B31A78C; + remoteInfo = "QBImagePickerController-QBImagePicker"; + }; 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1713,47 +1773,19 @@ remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; remoteInfo = UMFileSystemInterface; }; - 017CEB40E5BA72C68C9CA6F3AEE7E7F3 /* PBXContainerItemProxy */ = { + 029A80EBB500FDA15670EC9ED4FE2EE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = CDA91C1500582F6C811A097A01B8A38E; + remoteInfo = "react-native-video"; }; - 019817970AF96ACD22BE3CD7841F0077 /* PBXContainerItemProxy */ = { + 04FC4620DF4284439C4CDB8AE72CF421 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 02BFA78A9357FBB99752A3E74779A26C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; - }; - 04A42EC458FD5B731E2FD7687FBDE859 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1B38259BB8CAB10A9D9047D2BAE45AB5; - remoteInfo = "react-native-orientation-locker"; - }; - 05DE2C424F7C8CBDA1E6E4FA8E427F9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; - remoteInfo = "React-RCTVibration"; - }; - 071A85BE307F7B7ED69E50E99B896703 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FD0F4E74C14C4B5B552686BD9576466F; - remoteInfo = EXFileSystem; + remoteGlobalIDString = 392DCD27EC049BFC800AD9233934D712; + remoteInfo = RNVectorIcons; }; 0736F43E628DF211771775F69A163785 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1762,6 +1794,13 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; + 078AD62785B827C403245098CE157AAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; + remoteInfo = Folly; + }; 07B672E660093ADC2F1D1FA9D1271CF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1769,13 +1808,6 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - 07DE0921F15E9D3A10DAD63EBADFB0FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; - remoteInfo = "React-RCTText"; - }; 09C15A614E3100AD5CAA64B248FEA2B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1783,6 +1815,13 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; + 0A080BFB3A6337B9453C3886AE55922C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; 0AA48B35BA7148412EA836482D3727DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1790,19 +1829,26 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - 0BAC819D88702785F326896071041FF5 /* PBXContainerItemProxy */ = { + 0BDEC516CF4FB5F5C9A82734B87F6EB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = EF14C90482F6DB50A89B2C13AB2B1F05; + remoteInfo = RNScreens; }; - 0DEF41D46D1C0246BBEE79CC0F9D1759 /* PBXContainerItemProxy */ = { + 0C0352DA7B18FC4E50CC559147324DA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = 450158F413A20798C221D79CD92EF814; + remoteInfo = UMCameraInterface; + }; + 0CA5ED03680994C7CEEC17AF7C98F499 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6374CEB4A0B4AAE056FFA9A1DD84C4A5; + remoteInfo = "react-native-splash-screen"; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1818,26 +1864,26 @@ remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; remoteInfo = "React-RCTLinking"; }; - 0F5B9081D066A06690EEA8E260C45AF8 /* PBXContainerItemProxy */ = { + 0F8F200E46FF9AE944093A07151EB7E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BEAD226E955572BBC9153137CDF916BE; - remoteInfo = RNUserDefaults; + remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; + remoteInfo = "React-RCTVibration"; }; - 102ED2758D5E833030F4777E5AAE57E0 /* PBXContainerItemProxy */ = { + 0F8FE8955381F6867DEFA71B951BBDFC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = C5D62E7954593855294FBE5848A78863; + remoteInfo = "React-fishhook"; }; - 108DABB416C775C111CEA8A6E16BDDA4 /* PBXContainerItemProxy */ = { + 1062230D86AD90D18974DDFD78A665BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0930E5899BD6BF767017AF77F370F37E; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = EB4ECE1074994E50E8D15AF9CCFD9EFF; + remoteInfo = "react-native-notifications"; }; 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1846,6 +1892,20 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; + 121BB42B07533A0E876A1A250F0E63E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 58FCCEE16DE6DFAD39E6B875407E2472; + remoteInfo = SDWebImageWebPCoder; + }; + 13E9E65EA12A7E9998322DF6884EE1B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 77AE123F117E91592846DDE41A8494A8; + remoteInfo = "rn-fetch-blob"; + }; 163CBAEB4B1179F7E94CBFA9D9821391 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1853,20 +1913,6 @@ remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; remoteInfo = "React-RCTImage"; }; - 1664878D8AF94234807BABF083BC532B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0DE11E64110FE5A69413A78AEDC5B41B; - remoteInfo = "rn-fetch-blob"; - }; - 16C3C43CD6488249B85050BFDB6BB918 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5D8792E5DBB99598753C4E34D3308FC1; - remoteInfo = "react-native-document-picker"; - }; 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1874,12 +1920,19 @@ remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; remoteInfo = UMPermissionsInterface; }; - 17C00B94B7CF9EE84185DBB2DFD19E61 /* PBXContainerItemProxy */ = { + 1838F8A04895D515B4E8D2E794E13A6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 1A82DBF42267709E51E0816B56320845 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; + remoteInfo = UMCore; }; 1BA9FE8D4FA41AD95626F63DB8C9FBEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1888,33 +1941,47 @@ remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; remoteInfo = "React-cxxreact"; }; - 1C62E722115ACFCD09E8EFAE31C2FD55 /* PBXContainerItemProxy */ = { + 1C3D7B5396A91482DFECB962B76CB26E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B7CEA57206C6730FE77CFD9EBFE816B3; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 1D8499E1734CF88027E0CE3825CE9CDB /* PBXContainerItemProxy */ = { + 1C7D4249D121E1EF3A89AE31AC306DAA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0DE11E64110FE5A69413A78AEDC5B41B; - remoteInfo = "rn-fetch-blob"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 20053DF6685730EAB959209936A520E4 /* PBXContainerItemProxy */ = { + 1E7DC2B217B74DCB18D8BD40A3656DC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6BB4F4FC137681B2F6B81E224273B211; - remoteInfo = RNAudio; + remoteGlobalIDString = 49CD1583620EBF3C29B154B07A7511C1; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 2087F46FA8F64E84C7CB77C4F756C02B /* PBXContainerItemProxy */ = { + 1F72EDA1B67D2DA6D95D493E6AD308DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7923160275E961C83193F40DBB856AF9; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; + }; + 1FD513CE0658999B1CF45BBF8C107463 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; + 215C3F17499D00B6F28254A54F0AB379 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; + remoteInfo = DoubleConversion; }; 244748360793885B28A0FB80940BDD29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1930,12 +1997,12 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 264C54828D27A99F8D652A3F88466646 /* PBXContainerItemProxy */ = { + 2744E38F8361579BC18A780E64823C12 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; 276C777EA898F585200AD00C0292034C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1944,13 +2011,6 @@ remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; remoteInfo = "React-RCTWebSocket"; }; - 284D838FECAAACA8543ADCE22EF36C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; - }; 2881DC1DD25AF0C459E6A3AFFD167CCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1965,12 +2025,33 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 2B4F337747D2048A1B303456A947C870 /* PBXContainerItemProxy */ = { + 2A1A1261EE4C24191FA4B3D533F9E21E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; + remoteGlobalIDString = EB4ECE1074994E50E8D15AF9CCFD9EFF; + remoteInfo = "react-native-notifications"; + }; + 2A5A9CA48FAE03FB3281FE4685A5DAFF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 020A7F00F9EE33B3C1365F226D1D84A3; + remoteInfo = RNDeviceInfo; + }; + 2B1921E3E0A2ECF082E0144D3B23DE9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C5557DB2F1A9C65F05357796BD89B968; + remoteInfo = RSKImageCropper; + }; + 2BFAC84FF8AE609C95A2F9A0ED2311EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; + remoteInfo = GoogleAppMeasurement; }; 2BFE957CE5414199E3FB5D1FBC9C7998 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1979,96 +2060,68 @@ remoteGlobalIDString = 6AD0E65D44A38151509F46E868517C37; remoteInfo = "React-DevSupport"; }; - 32270D0F2DF81EF27EB2035494AF3B98 /* PBXContainerItemProxy */ = { + 2C769E6EB7A8E426725E1F2476D3437F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0755785AD9A254220ED3D990F7939FB4; - remoteInfo = RNFirebase; + remoteGlobalIDString = CDA91C1500582F6C811A097A01B8A38E; + remoteInfo = "react-native-video"; }; - 3235C1692ACC5939F82A879397D5EE24 /* PBXContainerItemProxy */ = { + 309B0E0A0C8E35BAB7B46FFEA654E62D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A781E865D049A4F0DC455551DD865390; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = F9C76753ABBDDC574EDE721897653047; + remoteInfo = RNUserDefaults; }; - 341844D67C7F548FCB83907DCA992987 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; - remoteInfo = DoubleConversion; - }; - 34FA14E5553F622D5FF874874646C3FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; - remoteInfo = "React-RCTText"; - }; - 351044EC7F6857050134FE7EA98E5D79 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; - remoteInfo = "React-RCTBlob"; - }; - 361D373BADB05FF478232028016F139A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6BB4F4FC137681B2F6B81E224273B211; - remoteInfo = RNAudio; - }; - 36A3B366002794E0DE9195E38483DF61 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; - }; - 370F6D838B0ECD97288D1C8C5268FFA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 613EFCB1D5DFE45214999A38250ADD71; - remoteInfo = SDWebImage; - }; - 3799A0D4E31620D902FDA7382DDC8117 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; - remoteInfo = "React-jsiexecutor"; - }; - 392A6C9D5A9E3617F926FA886F410EDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 39C167619D0ED1AB22222264BBB4B1AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; - remoteInfo = "React-RCTVibration"; - }; - 39C29CDB9674184334B4C2297D47427E /* PBXContainerItemProxy */ = { + 331FFA44E281A68B83635BFB114575D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; remoteInfo = libwebp; }; - 3AE79F9849BE3827B5646EDF24049B18 /* PBXContainerItemProxy */ = { + 33480322D63EF1DC48331D7AE2B70D20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; + }; + 335CA3420469F277BD12DC9595359D0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; + remoteInfo = "React-cxxreact"; + }; + 335E32DCF7B8CAC3C43C9BD01C3A354D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; + remoteInfo = "React-RCTWebSocket"; + }; + 33D7F1230AB4A48E599A9BFFB27481C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; + }; + 3723B6564AB661FC771B9DD11CF35A55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C6431DF696F35676E2154272B9B489A4; + remoteInfo = UMBarCodeScannerInterface; + }; + 37E703D8067E0228EF7524D1BACCD0DD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49CD1583620EBF3C29B154B07A7511C1; + remoteInfo = "react-native-keyboard-tracking-view"; }; 3AFCC674053FAF5DC8E87833CC15D1F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2077,6 +2130,20 @@ remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; remoteInfo = "React-RCTText"; }; + 3B5168B7B590EB32507EB100CFAA2218 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; + }; + 3B701E65C2AB2E6D2A8C88A62B9409BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6374CEB4A0B4AAE056FFA9A1DD84C4A5; + remoteInfo = "react-native-splash-screen"; + }; 3C63709D9A9E8BFEDDDB0EC6915A77BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2098,12 +2165,12 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 3FFA069ED34F97524321708BDCAB5320 /* PBXContainerItemProxy */ = { + 3ED196F12FCF915138F17C4724DB24DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; }; 41C76CAFA02708C48FAD7EEDAF99436C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2112,33 +2179,47 @@ remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; remoteInfo = "React-RCTVibration"; }; - 429A6CED2C5AE3324AA229F9AE32009B /* PBXContainerItemProxy */ = { + 421A9BDF424A5BD88B97DC2E1B583B76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F9997DB745F640B023798F155CEA2203; - remoteInfo = UMImageLoaderInterface; + remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; + remoteInfo = GoogleUtilities; }; - 439A797E1964AA1F2342AAE2D9FE7815 /* PBXContainerItemProxy */ = { + 421CD5DD9BB8B13EEC14C247A5BB5743 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9D4825FF3196580FBFC163F94F09DE6; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; }; - 43B90A66BCECE4B3E36592A6F5DC5CFA /* PBXContainerItemProxy */ = { + 42FB5BD0CD68C53DB93558AAA52AEC2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; + remoteInfo = "React-RCTBlob"; }; - 441A5F0EDD324976FC18AD23A22F4226 /* PBXContainerItemProxy */ = { + 430B01A8647EEACCCE4AAF7AA5E6597C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DEF3673F5188A40BCBF98692EBA890E1; - remoteInfo = RNScreens; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; + 43743314A87B0F793A7D67006BB65AC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; + remoteInfo = libwebp; + }; + 44ADEF6C23C95EDB19343D9EC5A96A8F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B36CDEA2C15460F8E5613F3FD94EDD4; + remoteInfo = "react-native-keyboard-input"; }; 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2154,13 +2235,6 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 4687ECFFC8A830EB43941FCB05C9B453 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8E7ED3AB412B0C152A072F0A5785D329; - remoteInfo = RNGestureHandler; - }; 46CF43607B2B2030CD8D4E07178F38B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2168,19 +2242,26 @@ remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; remoteInfo = "React-RCTWebSocket"; }; - 486E361280314F0D585C65044BCBCF50 /* PBXContainerItemProxy */ = { + 48E73D774340DA967E27A9110253D906 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 3FB3F43FBE8814CBFDC6181F216CB33E; + remoteInfo = "react-native-webview"; }; - 4AE415F657B3A67B5A7174BAE4316389 /* PBXContainerItemProxy */ = { + 49342418651AAF10A5CF9FF2B63B24E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5CF161F70C36097903C85E8C6885A5EB; - remoteInfo = "react-native-splash-screen"; + remoteGlobalIDString = A954214FEA55463925B6F6E3A27B6016; + remoteInfo = EXAV; + }; + 494B32A83179F840F8388D1459E80859 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3785C7B75E9D9DFD2B35F2850287F3E; + remoteInfo = QBImagePickerController; }; 4BBDCF74AAA6DEC7420E0CB6C398D3AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2196,26 +2277,26 @@ remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; remoteInfo = "React-RCTNetwork"; }; - 4D7386573B1F172361E36152DAA7D430 /* PBXContainerItemProxy */ = { + 4C5A84CA24D9AD62E73C7165DF29C483 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; - remoteInfo = nanopb; + remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; + remoteInfo = Folly; }; - 4F7BDBE176CD0F5EE871D05C3B983FFC /* PBXContainerItemProxy */ = { + 4DBB0B661B703BC631A88B77F26EE4E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7B7C354BACA274F7083329F37B6CE818; - remoteInfo = "react-native-video"; + remoteGlobalIDString = 7FE3F199E6E82ACD587700179DB71070; + remoteInfo = RNGestureHandler; }; - 4FC22AFDB6527B014E700B1831717430 /* PBXContainerItemProxy */ = { + 510FC001D327E2AF83B4949BB3409CE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 613EFCB1D5DFE45214999A38250ADD71; - remoteInfo = SDWebImage; + remoteGlobalIDString = 5B1BA8B3E53682DD179F7BFF8F2C8B75; + remoteInfo = EXHaptics; }; 51584F4D577865939C7235FA395A5A8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2224,26 +2305,33 @@ remoteGlobalIDString = C5D62E7954593855294FBE5848A78863; remoteInfo = "React-fishhook"; }; - 531EF562B32D85F5DE78FB0140ED5C1F /* PBXContainerItemProxy */ = { + 51B21044D94161CC26E7ED0FF6868023 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0080E4C361F4E1882AB11FFB6EA44C16; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; - 53627C4D2CE3D0F7D385A3FD4A6A7EAE /* PBXContainerItemProxy */ = { + 51E8925605311A698A143FEFC56AF66A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6AD0E65D44A38151509F46E868517C37; - remoteInfo = "React-DevSupport"; + remoteGlobalIDString = 58FCCEE16DE6DFAD39E6B875407E2472; + remoteInfo = SDWebImageWebPCoder; }; - 53D1C82F52C483F4AA9E49C43B42C841 /* PBXContainerItemProxy */ = { + 52105950D98A357D61F6BBECED7812A7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7923160275E961C83193F40DBB856AF9; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 020A7F00F9EE33B3C1365F226D1D84A3; + remoteInfo = RNDeviceInfo; + }; + 529A8026EDDF6F8839E2CD07BC5CDB34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; }; 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2252,19 +2340,12 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 542EDEC6A4D35DFBF876E7FF718D0273 /* PBXContainerItemProxy */ = { + 5490BFB816F409EACAF8D7B5C00598FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; - }; - 547F13ED059D97A3287BEA4FC31E17D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; + remoteInfo = "React-RCTActionSheet"; }; 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2273,33 +2354,19 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; - 56FC0380E0FCA680B298D4D71E4FCC3C /* PBXContainerItemProxy */ = { + 55321F29595D512045CB9AB1CA0240F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; + remoteInfo = "React-jsiexecutor"; }; - 573BE411A86C13AFB34266EB7B9FB7C2 /* PBXContainerItemProxy */ = { + 55AC8D6B1763A77325504C51B7BC3B80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D320738415C0077E96B65B1E6E6FD03E; - remoteInfo = RNLocalize; - }; - 5755E5FB55ACF9DD048AD309FF909AD4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; - remoteInfo = "React-RCTNetwork"; - }; - 57DCDEFECA7892DCB79E3465C3FA33CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; + remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; + remoteInfo = libwebp; }; 586C9042939572C3633A6BECFDC2FFDF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2308,6 +2375,13 @@ remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; remoteInfo = "React-RCTActionSheet"; }; + 58B5B835E36E7E203C0217AD40BE0A96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; 5A01D7A983FEAB270273E554A7DA4480 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2315,12 +2389,33 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - 5AD56A9A49C38228A9C483E5194F4104 /* PBXContainerItemProxy */ = { + 5A1CD1C98330684B44FA15A784D3270F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; - remoteInfo = Folly; + remoteGlobalIDString = FD0F4E74C14C4B5B552686BD9576466F; + remoteInfo = EXFileSystem; + }; + 5A4D2297C71DCDA4D982CF7F43344108 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 51470C5597803F481DCB8686A27E171D; + remoteInfo = RNFirebase; + }; + 5B7F15A48842C6C80059178F072FF8BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A759E906D894ADBF3EC0950591958F4; + remoteInfo = "react-native-orientation-locker"; + }; + 5B82DA06AB2230147BA5CBB6D83F4362 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B4A966ED7B70292853A932CF85049C94; + remoteInfo = "react-native-document-picker"; }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2329,6 +2424,13 @@ remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; remoteInfo = GoogleUtilities; }; + 5BF84594BFCC8F97E1F3B8066D62DCFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 047AEF90E592A59BDEFA2A770959796A; + remoteInfo = RNReanimated; + }; 5C8A3E6AB1161E9CF7D5A8AC0368B080 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2336,12 +2438,19 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 5E97D038C9C7025227E177438A9D3F3A /* PBXContainerItemProxy */ = { + 5DEDB7522C4EF4C4AEEA54A36B1EFAB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 4CC64671B5711298EFDA3328D5623563; + remoteInfo = RNFastImage; + }; + 5E8316B40F952C7CFFEA12451CA38DE6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E07EA1A35FBB3A986F484EB01CDD5527; + remoteInfo = EXPermissions; }; 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2350,61 +2459,61 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 5FF82421ED59A83FBBC0A52BF820CE51 /* PBXContainerItemProxy */ = { + 61783EDB77FF350A9B2BE2975AC96566 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B38259BB8CAB10A9D9047D2BAE45AB5; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = 6E23165CCAD254807B20B2E2917F5988; + remoteInfo = RNAudio; }; - 60E2353D1967CF459B35B6DF4EFCEC8B /* PBXContainerItemProxy */ = { + 6197DD927D630375AEE0AAB019016E6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A1BBD797A6F106A19800BC2BBF58841B; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; }; - 62C15E3C57C3E00D74BBB1DEBA80C72B /* PBXContainerItemProxy */ = { + 61F903C57C75406629E1B654B5EB44CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E04524804318D15217CEF52E30E1708E; - remoteInfo = UMFontInterface; + remoteGlobalIDString = C5D62E7954593855294FBE5848A78863; + remoteInfo = "React-fishhook"; }; - 64D932061D3244CF0BD21AB46363ADEE /* PBXContainerItemProxy */ = { + 633B5E0A12136AF9D9FFADB30E7E2AB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5D8792E5DBB99598753C4E34D3308FC1; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = C2070D0CCE50255668BB332AF1C2B697; + remoteInfo = RNImageCropPicker; }; - 671301C8C33124BF2EDF5704F04441BA /* PBXContainerItemProxy */ = { + 63DD53C2FD4C135764CDE00A75A9F314 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; - remoteInfo = glog; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; }; - 67921696F78DFBA8D9F58F7EBAA493C2 /* PBXContainerItemProxy */ = { + 6641F52C7BF0CEB64FE15A57330828E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7923160275E961C83193F40DBB856AF9; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; + remoteInfo = "React-RCTLinking"; }; - 67E8DBF432ACDB29682AAC4CFF9CE599 /* PBXContainerItemProxy */ = { + 66A72575996BDBE8EFDB1D695FB9FA4F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 941479FCF4D67FB7A03E71237E877CAD; + remoteInfo = "rn-extensions-share"; }; - 6927232E1B92AE674C0FB2C43E3496C9 /* PBXContainerItemProxy */ = { + 68A421ABE0E9F4A6326FDD4D8AA6A6C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D54096736AB8009BAAE062D216BF2B55; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; 6BD0984377EB6F1CDAF209D0EEAE7356 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2413,56 +2522,84 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; - 6C9DE10781112A365D7FB5CD12429D95 /* PBXContainerItemProxy */ = { + 6BFCF4A11BF05AF375D2CE9309B573B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A359F10B1C725F8B4B7FC47F16EF1C7D; - remoteInfo = RNFastImage; + remoteGlobalIDString = A486E5AB43C3327005F1C0B986A448C0; + remoteInfo = EXConstants; }; - 6CBCE42B4D760A8A062AFBD3D0BA8714 /* PBXContainerItemProxy */ = { + 6C3A8C15A0517F7A7A8890E6B90B776D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = 31839ABEC161CE82E90F9302603D2B7E; + remoteInfo = UMFaceDetectorInterface; }; - 6E19851928AF1DCB8518C07FDF842BCF /* PBXContainerItemProxy */ = { + 6DE8FFFAD96E0411788C72800B15FAEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 5B36CDEA2C15460F8E5613F3FD94EDD4; + remoteInfo = "react-native-keyboard-input"; }; - 70DBB4B85300CC27E7035DAC369AC151 /* PBXContainerItemProxy */ = { + 6F5A7EDDFC9F9AFBAF93E4514FEBB0C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 56909E3CC40E72D94C9B1DAC65101260; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 72B0DBA753A2333A8F93BA33775F36A5 /* PBXContainerItemProxy */ = { + 6F6DDBD28DE8E841C65CDCC09F3AAA46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A1BBD797A6F106A19800BC2BBF58841B; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; + remoteInfo = "React-RCTSettings"; }; - 73CBDB04CBDF1D9596E7763F6E16799C /* PBXContainerItemProxy */ = { + 6FA1C3C9A6CC4294260CA19C211EE12D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; }; - 73E287559D1BFAEDFBAF4E1760507283 /* PBXContainerItemProxy */ = { + 709FB62944C68E41B08106265A5E54D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0755785AD9A254220ED3D990F7939FB4; - remoteInfo = RNFirebase; + remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; + remoteInfo = "React-jsiexecutor"; }; - 73FC828461C2A316BCE9378B9A1ECB05 /* PBXContainerItemProxy */ = { + 717833E0CB71572D0EE2D2E4B37632CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAFAF2A9CFE5807D87ACC914F678EAA8; + remoteInfo = yoga; + }; + 71F675F2B9D8EE80682B5124DD68BA23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F2ADBB170C3E5BC8FA2A4FA2C39A1087; + remoteInfo = SDWebImage; + }; + 727DBB394C4FB04816F3524BAE2583D1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 011580DDDFD4BC3A6C1C88468BA1E56B; + remoteInfo = UMFontInterface; + }; + 73650923092AC0CF7E7F3E742A2884C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; + remoteInfo = "React-RCTLinking"; + }; + 74A21C8D2FBE9C2B139A416A0706CB98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -2476,26 +2613,26 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - 76D62A0D9932B4054DCBBC4DB7460473 /* PBXContainerItemProxy */ = { + 75DC9AA0A496969799A4A5124B472083 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 58FCCEE16DE6DFAD39E6B875407E2472; + remoteInfo = SDWebImageWebPCoder; }; - 77023F1F2219399EDB8D1E2CFE0640BE /* PBXContainerItemProxy */ = { + 765F73E14A5A298FFADD15D89985AF7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = F2ADBB170C3E5BC8FA2A4FA2C39A1087; + remoteInfo = SDWebImage; }; - 7745C17EEE5229ACA87BE42A698732EA /* PBXContainerItemProxy */ = { + 7831BBE9BF0925EF2F15935E73357993 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; 7886C00AD2D894DE9202D2ADC41E8DF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2504,34 +2641,6 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - 78A9D322C8DAF21A4DEF229E755B66FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; - remoteInfo = "React-RCTBlob"; - }; - 790373F45E2001B8EF59945664DBEE15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BEAD226E955572BBC9153137CDF916BE; - remoteInfo = RNUserDefaults; - }; - 790490555C56EDF8B608F874DFAD24A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - 7A2897514709B69726CD0FF52B1BEF9A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; - }; 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2539,19 +2648,26 @@ remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; remoteInfo = FirebaseAnalytics; }; - 7BEA5F568EAC63850253A919E38F9328 /* PBXContainerItemProxy */ = { + 7BA8D08709BB3ED32725123FB3E39153 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 802BE69478619DA82E03935C33864893 /* PBXContainerItemProxy */ = { + 7BFD1EFCF36A6CB32711B45C95C2F69A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; + remoteInfo = GoogleUtilities; + }; + 7D99C6F8FC2F573668C9C1FC8FC388CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; + remoteInfo = "React-RCTNetwork"; }; 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2567,69 +2683,160 @@ remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; remoteInfo = "React-cxxreact"; }; - 80BBC04103BB19D2D1F7BF3528F427CF /* PBXContainerItemProxy */ = { + 80DC758A9510E7651C90B77330EF5AC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 3FB3F43FBE8814CBFDC6181F216CB33E; + remoteInfo = "react-native-webview"; }; - 81A6AB2B0FEBBE6860ED52E5D4BFC76E /* PBXContainerItemProxy */ = { + 8103B2C46F81D5808EBC06CD56D3D836 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; - 833410950B0CD48AE38C52CDCBBA6B0E /* PBXContainerItemProxy */ = { + 81631F0005073384D1709D1BDF7F646E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F584E3C8A43B8A3400F7095E5E6B8A6; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; + remoteInfo = glog; }; - 85558221F15571F2501FD2BA6D2ADE9B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF5FD085A45CD363E5FAAB4F642C7C40; - remoteInfo = "react-native-notifications"; - }; - 85739693390BB10384B529BF0B08D3A2 /* PBXContainerItemProxy */ = { + 82AA3DECA9C5E5E7C11D8973B8E779BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 8FE05F8654E579348D297022F52F8E45 /* PBXContainerItemProxy */ = { + 836D3ED3A98D9DD150FC1EA4024505C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DF5FD085A45CD363E5FAAB4F642C7C40; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 8FE45E0BBF93040FB03F38B9FF93A67E /* PBXContainerItemProxy */ = { + 836F72D3E8144773EBFDE937F222EA0F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; + remoteInfo = BugsnagReactNative; + }; + 84A1ADCB907134B105C86205BE40F6B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 84FE0A59FF9CDCD0D691676DE9020EE4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; + remoteInfo = "React-RCTText"; + }; + 856169FAED1DCEFFCED37F2503A9BB0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; remoteInfo = UMPermissionsInterface; }; - 9315C3C8F792C01DD38DEB6ABEC01786 /* PBXContainerItemProxy */ = { + 85F63F0BE56E82C597CEA37A73794CD4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; + remoteInfo = UMConstantsInterface; }; - 95BE09A8DBC94D53A1A9B1557D4DFAC1 /* PBXContainerItemProxy */ = { + 863E8440EE5A541FFAC1CFF40023E649 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; + remoteInfo = GoogleAppMeasurement; + }; + 87F47611D731FDCF7A8B23F0CD1FABBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6E23165CCAD254807B20B2E2917F5988; + remoteInfo = RNAudio; + }; + 8938329E59B5AA3B8FF1399BC4DA16E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; + 8CF90DC67740E91009330C5BFA5826DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7FE3F199E6E82ACD587700179DB71070; + remoteInfo = RNGestureHandler; + }; + 8EDB5115043F6EC70A1802059E77774C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; + 8EFA010EDD1DB35667B147135B036801 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B11E238094137347E8790BFEB1BEF01F; + remoteInfo = EXWebBrowser; + }; + 91C14DCE606F9477D31DD99838A30FD2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4CC64671B5711298EFDA3328D5623563; + remoteInfo = RNFastImage; + }; + 925293D963BC9A259B177D67A0CDAFBE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; + 93A09CCEFB2CAB1E239E9FE1B00D82D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 011580DDDFD4BC3A6C1C88468BA1E56B; + remoteInfo = UMFontInterface; + }; + 941A0D6F9354E6E716584C6BE5450595 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3785C7B75E9D9DFD2B35F2850287F3E; + remoteInfo = QBImagePickerController; + }; + 951B4FC28DED1BF5DB01F118137A5F3F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; + remoteInfo = "React-RCTActionSheet"; + }; + 95C40998B6ED2091678624E309F1C1F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; + remoteInfo = "React-RCTSettings"; + }; 96823A763E56B0CD36C81E000393C274 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2637,13 +2844,6 @@ remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 968BF5A8C31BAB9182BAEA394F74723D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; 96B240CD15FF840DD247422149331369 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2651,34 +2851,6 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 978B081E3E655223F6B56D6E289E800B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EDA7C16766C1EEC9F573A53FB699FB11; - remoteInfo = UMTaskManagerInterface; - }; - 999A85E0D755285E4A919DEFBCDBCA25 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAFAF2A9CFE5807D87ACC914F678EAA8; - remoteInfo = yoga; - }; - 99F10331250915E057BDC98FD0530A00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A486E5AB43C3327005F1C0B986A448C0; - remoteInfo = EXConstants; - }; - 9A221E04CB39C8732D2A49651C685FA4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C5D62E7954593855294FBE5848A78863; - remoteInfo = "React-fishhook"; - }; 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2686,26 +2858,12 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 9AA9D0E15E721C6E7542D5EC44D0F40D /* PBXContainerItemProxy */ = { + 9C82D2495AB7171BF743921D2FF9C0C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BC6622E758259DB565377BACA284A914; - remoteInfo = "react-native-keyboard-tracking-view"; - }; - 9B823E6B9557A43EBBD4C0E6ABC831CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A359F10B1C725F8B4B7FC47F16EF1C7D; - remoteInfo = RNFastImage; - }; - 9CEDFF71DBAF43084C92EED30086C41F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 613EFCB1D5DFE45214999A38250ADD71; - remoteInfo = SDWebImage; + remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; + remoteInfo = "React-RCTNetwork"; }; 9D531360B48D75C5E5066088B1C111F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2714,26 +2872,12 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; - 9E33D20C3564A541DB74B73DD23ACD65 /* PBXContainerItemProxy */ = { + 9F3BADCA16A02AF8DE809CB571694BA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; - remoteInfo = UMCore; - }; - A0889ADCD7917D685D3B08BCD3206346 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9A2B7F6350AE8AB9AAFF5A9395AD63C; - remoteInfo = GoogleUtilities; - }; - A10B7537C438C0FFC86B907DFCECC8C1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; - remoteInfo = glog; + remoteGlobalIDString = 4ECE1108F140208A729A83BC94FAA150; + remoteInfo = EXAppLoaderProvider; }; A10B927F49CDB8E49094BFD1CA897343 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2742,26 +2886,12 @@ remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; remoteInfo = "React-jsinspector"; }; - A175FE1149DC0044D9B6DC2D87393109 /* PBXContainerItemProxy */ = { + A16D8C416A974F0ECBE0367C5348D12E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - A26354E16B4D133A12E2B2FB3A17B495 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D320738415C0077E96B65B1E6E6FD03E; - remoteInfo = RNLocalize; - }; - A2A50B6C5EDCE7B6A19BB69658DD3025 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6334D75DB21EBF62A13013BA23D8F754; - remoteInfo = UMSensorsInterface; + remoteGlobalIDString = F9C76753ABBDDC574EDE721897653047; + remoteInfo = RNUserDefaults; }; A3F86DBAC5E1C8F0724C396F51BBECE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2770,13 +2900,6 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - A7BE917B36585CB5E9C9857F11F736BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 613EFCB1D5DFE45214999A38250ADD71; - remoteInfo = SDWebImage; - }; A7F75E1A626E50C12AD9C92133348106 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2784,12 +2907,12 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - A8470EE85FBB58E98DB898FB2F81176C /* PBXContainerItemProxy */ = { + A88880A2BF00C5DAAAD6D284E81D0D97 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 1A759E906D894ADBF3EC0950591958F4; + remoteInfo = "react-native-orientation-locker"; }; A94EF2BE3BB5C93DEBBBD89AA7A50736 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2798,6 +2921,13 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; + A97BFE2D0DF750D433D21B3A90795703 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9D4825FF3196580FBFC163F94F09DE6; + remoteInfo = "React-jsi"; + }; A9B8554385A1F8B15EC5D46D749ED792 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2812,47 +2942,54 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - ACDD8C9BEA0A27EC06E1093CB2F5BCD7 /* PBXContainerItemProxy */ = { + ABBF1CDB66253FA2F53A3A84337E7FEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - AD8F3EE58794D1A8BB3174474EB3E32C /* PBXContainerItemProxy */ = { + ACFF69081E24C549C4961E67C390A5B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; + remoteInfo = "React-cxxreact"; }; - AFEBCA766A55C6732586D56C74CB6D5E /* PBXContainerItemProxy */ = { + AD09A07DAB81BB6403F33DEEF509EE61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DEF3673F5188A40BCBF98692EBA890E1; - remoteInfo = RNScreens; + remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; + remoteInfo = "React-jsinspector"; }; - B166C9441C9281D7CC1C1116EF375395 /* PBXContainerItemProxy */ = { + AED3C03BE1718ED26894EC1A50DEA6EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BC6622E758259DB565377BACA284A914; - remoteInfo = "react-native-keyboard-tracking-view"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - B2E5908DD90F789FF30A200442899D00 /* PBXContainerItemProxy */ = { + B1683C3789C4650E83CBA057628DB92C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A954214FEA55463925B6F6E3A27B6016; - remoteInfo = EXAV; + remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; + remoteInfo = "React-RCTVibration"; }; - B44BF0B367702564E5FABD71EADD31A7 /* PBXContainerItemProxy */ = { + B2E77079BCDA994008F704741FB15E74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; - remoteInfo = UMCore; + remoteGlobalIDString = EAFAF2A9CFE5807D87ACC914F678EAA8; + remoteInfo = yoga; + }; + B3294D419089E7B6F5DF22960CAD774F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C5557DB2F1A9C65F05357796BD89B968; + remoteInfo = RSKImageCropper; }; B4BACC19FD91FE9C750E2B7E26434F49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2861,19 +2998,19 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - B5A5C88476ECBABF71049B79DCD57B41 /* PBXContainerItemProxy */ = { + B596C5FA79CC54FF390722AA935CFBB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0080E4C361F4E1882AB11FFB6EA44C16; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - B718C3310457692A7E517EC4BF12605D /* PBXContainerItemProxy */ = { + B6ADB81AA1CF99DED093604EF4FEE35F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = B4A966ED7B70292853A932CF85049C94; + remoteInfo = "react-native-document-picker"; }; B7382E19C02620616F4EFB89AA978346 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2882,12 +3019,26 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - B7E87D8E7292E45F9B24A58073A1367D /* PBXContainerItemProxy */ = { + B7550E922944F5F1BF63D32FC4E10862 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B11E238094137347E8790BFEB1BEF01F; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; + remoteInfo = UMCore; + }; + B7A0B37A1C4C6214116D5015DD9E0204 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C5557DB2F1A9C65F05357796BD89B968; + remoteInfo = RSKImageCropper; + }; + B86B2C89F3E7BF8F5EDDA615BDF4AD83 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D3785C7B75E9D9DFD2B35F2850287F3E; + remoteInfo = QBImagePickerController; }; B89102853C0AA8B4E4660B0A341C408A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2896,27 +3047,6 @@ remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; remoteInfo = "React-RCTSettings"; }; - B936AD3F788CA4EF4BD57467A53DB3A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAFAF2A9CFE5807D87ACC914F678EAA8; - remoteInfo = yoga; - }; - B97B39528F1A629598C730BC37FB6115 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C5D62E7954593855294FBE5848A78863; - remoteInfo = "React-fishhook"; - }; - B9F4CF9B565E07310B331DC1ABFC09B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; - }; BA460C34E38D173750A1C69BCE0F2866 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2924,6 +3054,13 @@ remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; remoteInfo = "React-RCTNetwork"; }; + BA8D269C0EB8BFB91EA49F4B157425EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2F66D5D8F3D8207308073B3BCC767704; + remoteInfo = RNLocalize; + }; BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2931,33 +3068,12 @@ remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; remoteInfo = GoogleAppMeasurement; }; - BCAAD69BFD1EDC8BAAAD83509A487990 /* PBXContainerItemProxy */ = { + BCB16E43B0EBEC0ED76D0A0B379AB307 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9D4825FF3196580FBFC163F94F09DE6; - remoteInfo = "React-jsi"; - }; - BCB603ABE679384CA4E09F321FBBD08C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; - }; - BCB6B91B61E170CC092BF050D0DB985C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - C00DA3FF23927DA398D84B27975B1D9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = C2070D0CCE50255668BB332AF1C2B697; + remoteInfo = RNImageCropPicker; }; C013798CC86616601286D9425D1E96EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2966,47 +3082,40 @@ remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; remoteInfo = "React-jsiexecutor"; }; - C08EAD0D346CC4DEE363009AF690E87D /* PBXContainerItemProxy */ = { + C3641631B92A07D96864DB0C9719251B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - C0F216230A371CE5A19762D2296C3076 /* PBXContainerItemProxy */ = { + C48D5ED312DCD4A4CABC4B06153E9F0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E07EA1A35FBB3A986F484EB01CDD5527; - remoteInfo = EXPermissions; + remoteGlobalIDString = E89DA03686DB9DD03B17542CA66BF3AC; + remoteInfo = UMSensorsInterface; }; - C158ABA37A7853A8F8351574ADBE3BC2 /* PBXContainerItemProxy */ = { + C48D77CE4C06023B448F91344B79B554 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8E7ED3AB412B0C152A072F0A5785D329; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 77AE123F117E91592846DDE41A8494A8; + remoteInfo = "rn-fetch-blob"; }; - C1AE0FF87058F5FCB1910C002BD4EE92 /* PBXContainerItemProxy */ = { + C4B344DD9F238086C2DFC5A0026685EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; + remoteGlobalIDString = D9D4825FF3196580FBFC163F94F09DE6; + remoteInfo = "React-jsi"; }; - C2718F1CDFF1950B6E5B1D00A203E97D /* PBXContainerItemProxy */ = { + C60D1B364A9A460BF041F44B9D3C237D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; - }; - C5BF3FBA8F82C97317B8926A7D120921 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4ECE1108F140208A729A83BC94FAA150; - remoteInfo = EXAppLoaderProvider; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; }; C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3015,13 +3124,6 @@ remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; remoteInfo = nanopb; }; - C68DB28ADE5C9E0143FB3AA1768693EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B7C354BACA274F7083329F37B6CE818; - remoteInfo = "react-native-video"; - }; C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3029,6 +3131,34 @@ remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; remoteInfo = FirebaseInstanceID; }; + C6D4BF7DDB1240452880F2E7D13E7B04 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F2ADBB170C3E5BC8FA2A4FA2C39A1087; + remoteInfo = SDWebImage; + }; + C95D0831C4A0C29D4C47B2FEAB8F55EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E0FB6E09924914C8C788D1CDBC62A668; + remoteInfo = UMTaskManagerInterface; + }; + C9A71DDBE0DA66E4BB42DD2E719BB47E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2F66D5D8F3D8207308073B3BCC767704; + remoteInfo = RNLocalize; + }; + CA2DA0A202F8C05EE171C22B58C69B21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; CC20A804D1649625892DB6375F56B2FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3036,20 +3166,6 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - CCFF5BB3B4D787537C845FBD7FDF3E6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; - remoteInfo = Folly; - }; - CD2551A0A8F2D12361F6C8F1CBD06D36 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; - remoteInfo = "React-jsinspector"; - }; CDB6513D531E47875F2D8DC49A5C00C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3057,54 +3173,40 @@ remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; remoteInfo = "React-RCTWebSocket"; }; - CDCDB9CC8E5C1871A0CFF1C33FC7F023 /* PBXContainerItemProxy */ = { + CF872F35A076ED7FA4C57BF7ADA4C7C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 392DCD27EC049BFC800AD9233934D712; + remoteInfo = RNVectorIcons; + }; + CFB256DD6B845D752BC9F77611A43892 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D778AA001FCF8DD810D7E1895AA61728; + remoteInfo = UMImageLoaderInterface; + }; + D00BF6A9CD67D87C82FE213C43AED909 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - CDCED0DFE031FE431CB614BAB9111B77 /* PBXContainerItemProxy */ = { + D2421733323DD5A54E8DED3939E398C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; + remoteInfo = nanopb; }; - CEC7BE5672EA72751B6FCC54E4795747 /* PBXContainerItemProxy */ = { + D29A9A1718487AEC244F179D99A62231 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; - remoteInfo = "React-RCTActionSheet"; - }; - D0734FB0A9F700A9C5B3CF7F86CDCC05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A1BBD797A6F106A19800BC2BBF58841B; - remoteInfo = QBImagePickerController; - }; - D23D6CCDADA866DE7724476C4978906B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3B69A9EA6B436271134E84A5F9D5E424; - remoteInfo = UMBarCodeScannerInterface; - }; - D29507EE47085C01B6A285837DFBD832 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - D35F01C071AEC97C7FD7339864431D3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A781E865D049A4F0DC455551DD865390; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = C63041E3D1949C69B1111A082A64EE0A; + remoteInfo = UMReactNativeAdapter; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3113,33 +3215,40 @@ remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; remoteInfo = Fabric; }; - D58260B6719FF5DD05DB9D8F153A0777 /* PBXContainerItemProxy */ = { + D53D257E29568C98A902DA88117828C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; + remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; + remoteInfo = "React-RCTAnimation"; }; - D674215B3106F4E5E9D38FB17946F2C1 /* PBXContainerItemProxy */ = { + D5811589AB1B916588D8572DA591FD7F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CC30C36E03077EEB94ADE9D0B1D2C97D; - remoteInfo = "QBImagePickerController-QBImagePicker"; + remoteGlobalIDString = 047AEF90E592A59BDEFA2A770959796A; + remoteInfo = RNReanimated; }; - D6BC9F02761E86596A6848BE7C69D77A /* PBXContainerItemProxy */ = { + D757E86A8C6A200468409985034AEBED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; + remoteInfo = "React-RCTBlob"; }; - D7881D91ABB284988691C591CF3BDD09 /* PBXContainerItemProxy */ = { + D840448053ACA00CF0B4C84CFC7E03F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; + remoteInfo = "React-RCTText"; + }; + D87A6B4632340F53B28AE192CFB14699 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; + remoteInfo = DoubleConversion; }; D8A489DA96811A733E40A4B4C97CDC9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3148,12 +3257,12 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - D904BC18D0B7BD999B31751EA7C3BD70 /* PBXContainerItemProxy */ = { + D8C77D4AE211B5369D3956EFF6A92575 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; }; D9B0BDCA002FEBFE383DFE024728D2F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3162,6 +3271,20 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; + DAC074621B87986768E6AA318623F227 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 941479FCF4D67FB7A03E71237E877CAD; + remoteInfo = "rn-extensions-share"; + }; + DBD75E341FB85F67187D041D7A57AD51 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; DC1A792C62DBF10721FFE4308A29BA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3169,40 +3292,12 @@ remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; remoteInfo = "React-RCTAnimation"; }; - DDD0CBF7F73BF8936B2B613012B30E30 /* PBXContainerItemProxy */ = { + DC475412B94AB6AA78813D9E544E07FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; - remoteInfo = "React-RCTActionSheet"; - }; - DE70AD6E7D117ED37EA49803D82036C0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B1BA8B3E53682DD179F7BFF8F2C8B75; - remoteInfo = EXHaptics; - }; - DE873E5D7B927B128F2BEFF5935B51D5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B7CEA57206C6730FE77CFD9EBFE816B3; - remoteInfo = RNImageCropPicker; - }; - DEDFD32978CD7634CEE302568BE74891 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0930E5899BD6BF767017AF77F370F37E; - remoteInfo = "react-native-webview"; - }; - DF075C13AE49FFF510099A83D25AEB95 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; + remoteInfo = BugsnagReactNative; }; DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3211,82 +3306,54 @@ remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; remoteInfo = nanopb; }; - DFCF323C9FE43C67EEE4FED4F12FC3CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 70DAB38F984DC253A2F5F5624250A0FD; - remoteInfo = RNVectorIcons; - }; - E0076F749A5CF58ED6C01D936093711C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; - remoteInfo = "React-RCTAnimation"; - }; - E23A36894894B194DEE520C3B95FFD30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F584E3C8A43B8A3400F7095E5E6B8A6; - remoteInfo = SDWebImageWebPCoder; - }; - E4B5DCF884CE9F74D49A02691A6B5652 /* PBXContainerItemProxy */ = { + E01C3AD9B11974CD8C1A34FE0B91BA08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E93C48A48FB03EA19C4F756B97B5F1D3; remoteInfo = nanopb; }; - E52F968D99B0106DC18EB5FD8DC3875F /* PBXContainerItemProxy */ = { + E430C2D902E31198F0CAF2CB5208AE0E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C410C8606887D8FF122B33CE15128A32; - remoteInfo = UMFaceDetectorInterface; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; }; - E5FD441AC6E4789929FD8F76535243DF /* PBXContainerItemProxy */ = { + E45FBC866E6315F1CBE9E2DF3F2979F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 70DAB38F984DC253A2F5F5624250A0FD; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - E7AC871EF776D99EFE8AC163F4865A26 /* PBXContainerItemProxy */ = { + E7AF661B949489A0C46D4786768CED60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; + remoteInfo = UMFileSystemInterface; }; - E96D18013AA5AD175B825025F0AC84AD /* PBXContainerItemProxy */ = { + E85A18255531F96CCC21ACD8FF00A00D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 6AD0E65D44A38151509F46E868517C37; remoteInfo = "React-DevSupport"; }; - E9A9930952A4C100F0C95DCE822FCF69 /* PBXContainerItemProxy */ = { + EAF50C12923949ECDAE77131459F0571 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; + remoteInfo = "React-jsinspector"; }; - EA6E43F90871D8C41930554FA1316F86 /* PBXContainerItemProxy */ = { + ECD29512B46240625D5148E432B3F039 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - EABF33DBB72AFEFA1438F9DA0D7CC50B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2; + remoteInfo = "React-RCTWebSocket"; }; EEC2A18D5D098BDAB781F34428BB77D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3295,12 +3362,26 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - EEF46299EA4F9EECA9736C45EF7DE755 /* PBXContainerItemProxy */ = { + EFE03195629A59E28ECA5DF2757E28CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; + remoteInfo = glog; + }; + F09A171B97C5B187C78E80138423A63D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6AD0E65D44A38151509F46E868517C37; + remoteInfo = "React-DevSupport"; + }; + F2718C8590DA7D6FED3DDAC7F4E9BA28 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 51470C5597803F481DCB8686A27E171D; + remoteInfo = RNFirebase; }; F2FF55E89F9BA0040B50E35573928069 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3309,40 +3390,12 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - F558B0373C2352275DD4BEA3BB34AD2B /* PBXContainerItemProxy */ = { + F4C9E2A88736EF845E7C7F62C99EA8CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D54096736AB8009BAAE062D216BF2B55; - remoteInfo = RNDeviceInfo; - }; - F5F2EE4EFF5276AE928DEE732B7F90DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5CF161F70C36097903C85E8C6885A5EB; - remoteInfo = "react-native-splash-screen"; - }; - F6210FF52EB117D21F8C7B14168390B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - F642800FF6326DC46DB20C2C77FC8277 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F584E3C8A43B8A3400F7095E5E6B8A6; - remoteInfo = SDWebImageWebPCoder; - }; - F66C95207915478158B68D424BC305F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F363FA3E9696D7E05EE33F0FD872B0DB; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; + remoteInfo = "React-RCTAnimation"; }; F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3351,12 +3404,12 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; - F809AAC847F324FFE91A833225CBC0AA /* PBXContainerItemProxy */ = { + F7CD5246DD7A0AFCBF5E8369BD1875BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3372,6 +3425,34 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; + F9826B469CE17B05B438B3AD56951D3A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + FAE4AFD2B2AE85A326544BFBF7BF1187 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; + }; + FC16BE2F157946BAD598E8F3A3F3BA03 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF14C90482F6DB50A89B2C13AB2B1F05; + remoteInfo = RNScreens; + }; + FC2AA2953D6B7C222FFD5EAC4956F3EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; + }; FC81A17B5C5AD48E1DC428B4EE37ABEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3379,12 +3460,12 @@ remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; remoteInfo = "React-RCTBlob"; }; - FE81419A564046D4DDA6E6D93D9ACB0D /* PBXContainerItemProxy */ = { + FD39285A5E7469706608ADA0984B4968 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = F2ADBB170C3E5BC8FA2A4FA2C39A1087; + remoteInfo = SDWebImage; }; FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3393,1909 +3474,1961 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - FFC087DCB4888EF1759CE61D916653DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E04524804318D15217CEF52E30E1708E; - remoteInfo = UMFontInterface; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00500EE5F9A13316AFB8E9F93E9D70A5 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 002262331B9EB436710C86E745A9CA0A /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; 0060114C8EB1CBBCEAA531878A0AB9B3 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/SDWebImageDefine.m; sourceTree = ""; }; - 0074389B58401CED5730B5700D1B8F06 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + 006FD259E7C8D63D9A76B693C54EBAA5 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + 00908874A129B8F34B3099744C1776EC /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; 009C0959C2126F9B3C0AE53F3AF96C49 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/SDAnimatedImage.m; sourceTree = ""; }; - 012FB77C009F4830A65A0F5154959B37 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 0107D329D7DEAB4FF82B3E9C4BF1DB2C /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 013C2B55C97C231BAFA32D61F788BC22 /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0140017B499885112EEF1E99861C0291 /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; 01454D02726937A5EBFC01CA9238BBFB /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; 0150AA8CAF72E28360A04F27E2139232 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - 01661966F13874DA470B02804CFC0306 /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; - 01A3F33BA38C10EDD17D9A16AC7E5CF2 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; - 01D616258D310A39873F42EF82CEF8E2 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 01D96701D2CDF7D3696C994FA973FC1D /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 01632663BDB3D3E5C36B691F600BB5F4 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 01727AE3D3705E23A2F6B426902E6D65 /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; + 0186049A2798B8A110DA470E2A1FC5F9 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 019134843CE4A8EFCD7E74AEFD590BDE /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; 01F03CBA6207DF026B6B5E5BC4D51937 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/SDImageIOCoder.h; sourceTree = ""; }; + 01F2D96DCBFEFA1B9DC3AE0E62A41852 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 01F386540EF46E79754CB382E3C48FDB /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 021CFDEC2149D8A63EE87FFCA8CF3262 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; 025F4627265EC18A48EA0E9618F86102 /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; 02A5BFA8A2E2A877ACAF148B33831970 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; - 02A62F6471984E51A1F287759ADC7B8B /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 02AFF5C565E58B3DF692352EFF584BFE /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - 02BE54D27F70A0662AE8D7562DFE1999 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; 02C2613F2CD674822E590CE3CB95E425 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; + 02D133D8E52C5945A34167B87492202E /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; + 02D45174115F4AE307320B2118D534DF /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; 02E718FD11A9B5E18F855621A90A14AF /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; - 02EB9D5D668A8D2B372A5EFB8F9DD93F /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 031E088DAEF5184446AC232C6EE0C0EE /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 033D09EAD4BBA3E2FC82C71A34CDC799 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; - 0393F01D63216EDA817EB799C5633398 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 03F91E131AA92114693FFDDEB545728A /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - 042D539645D984A1A33E0328F088FA8B /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + 03317F4C03A6227A3754CEC2BA774812 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 0355F9A8F08EA669B5828B32EA1EF299 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + 041340D0A113C451370E7F4C40FEFCE9 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; 043E74812E7C829DDB701DEBDA93199F /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + 043F74154B70934D83F87E6EF0FA0A35 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; 0452016DEF4B30771753CA8A5253C5EE /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 04728A9248C79A860E023B792115D149 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 047D61DA792737FB89CBE7D4C8C0DAA5 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 049AF58234FB0E38DE1469CBC2D9E233 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 04A0ED76AB258E468F3C61E4848D7B0D /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 0474E9D0C032E39ADB4B875B1896F1C0 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 047A8C82C6D7476D084573390EC3B3C0 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 048A577A0723C603ED72D339619B7296 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; 04A76256D4AB25432364E582CC1F189A /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - 05083A90161E576EB4E3162EA08766DB /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - 050AB614C45E489CF96503ACCD020131 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + 04F61D512C29A4AF5E065012BE25F8FD /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 0508764D7D2346B21F8728546B7BB613 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; 0510373B94598A9767C0963E9A6BC64E /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; 0512E5707A74145C8D4C2E6D0A0837A0 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; 0516C996FB30E84E3BEBFDC7CA85A368 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; + 051C0B42E4246588767D5F5BCA11BCEB /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; 05224206D907042AA3943F245EEF79BF /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; + 0525587614467D4886BF29CFE93EC098 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; 053D5F7EFA0CF8AD22EB12CF9DFC2D1B /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 055C3873FAE61AB5E28A37EE7F9E2A4D /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; 0562DC21AFB7EE2C588D43C22F7BB4BE /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 057CCE91FA925F5DC262423F64110BB3 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - 05809B72105DB62C94F828B3C42E14B2 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; 0580E5E4C436222FD025EC39AA8EFD3D /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; - 0582C537C3A9645FE422BD4905840619 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - 0586050107338E30AB90986AC6AC967B /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - 0598A98F71D59A0F0A71DE4565DAE754 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 059B8069D5EF0EEB1DA0134ADFAA5D6A /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - 05AC39C5E04626D439DA4C1915BF1E25 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; - 05D0F9CB5405B5FD3D54E89D5B6FEBA6 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; - 05D5CF1C685953D46D985996AF32E123 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; - 05D6D9F271D340BA1327AC5B87ACB5A8 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 0585119F00A5B3FAD839C9E1688057F7 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 0598710F9820378F4C5573258379BF0D /* 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; }; + 05A1AC975FE901CC6487620750E39771 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 05A8D49241E92038F0A3C9BAE7135A7D /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; + 05C6581A1C1EC5B86A22693D239EF5FF /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + 05CFE2D414167F4F90F4B53BDED26C1C /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 05D7798D4A516E39B370C1A8F0FE95B6 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; 05FBD434ABEFE89829C4939FDE8E3764 /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; + 060C83B200A7364473CC0E3DCEE18FA0 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; 0617EFF69DC9E4B501C365D7AA0D4429 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 0641686D71D2067D107571FD733BB6B0 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 062B3C53FF6689E8EA4FAA1DA3C2265F /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 0638788E5C6B578C970119A2426FD3DC /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; 06426D26C3258972F2C37E221B45318C /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - 066120885AB4F47F98EF22798BA07DF1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 067B06A85B9D53A80DD0E9253B98249E /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 067CFA1AEFFE3D52E2CE02F97E6DAD3E /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; 06A9CD53A96164AE6AB948668C78CBB9 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; 06AF16299BAF97AD3AE122293C12F2D1 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; 06B2ACEC62C125FF131EDF144E1371E3 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 06CF1C3DAD271F6E959834CFDA6CAAE5 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - 06E670E90D802FAE5DE45DEC84EC921E /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; - 0700642B1DA4A15CF7D83E2215260C36 /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + 06C170F303038E882D86BF1C49FF2E76 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 06FFFDAC28E2DDEBE1B533404DBC5069 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + 07142290DF10ED65B8DB49A903349396 /* 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; }; 0732BB40F45A0106BBCFE5D2395034B6 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 07654457DCE770D477BA8F153B3E64ED /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fishhook.c; sourceTree = ""; }; - 0776F80D3013FB99447BA5E87875D205 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 07995A9A486AABFFB1A925B926B92588 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - 07B61F87DAC5ABD73E7D8352E30635F0 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 0761B5C78703A1FC952AF65E0106199C /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 07A7635E42BC8A987AD1E075F35139DE /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 07B5991A597327D484EB099919C42B5F /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 07C20017F8BB967E10D051C2DF674F36 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + 07C27023E3AB825E4FAD443E48B26EA1 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 07ED03A04DD3AA04A766CDE6637FE73A /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + 07F1239FB3CD04977C3D54A8100AD368 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; 0856CE09C9AE05CF216187E8CE5D695F /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 086095FEB108D360EED5DE6BD3269DCE /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 08887A703B22F51DE9868B25A51622FA /* 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; }; 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - 08DE838462CCEE52151A6F2A975FEF18 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 08AFDF066945DA8838B5EFE27E7EAD8A /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; 08E2D213323FFCFD15C0B0E8F2361194 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - 08EBDDFBF6D8AC3B97843C8C74F11867 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - 095473B9971910CFCBA51012A4D036C4 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 096CCA033BF05DB3310F294E9F3682F0 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; - 0975975238A378E52CA88A3E8F3223AB /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - 097CA428773A9286C47DC3A3529834D7 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 09A44295EFC00C4276D059BBAD4CBCAD /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 09DDF83FF99389DBE1AF6EE0D5DA3E7F /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; - 09FF101CA342F5A9A706397F552FE54E /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 0A1036366CB06517BD42AC22F2C67D5A /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 09619C2FE1F3A5E92977FB668E6D51D5 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 09760224C1D7BB4C2C2027703D7A76EC /* 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; }; + 09C42893BF8DCDFDF7216E5945D1672E /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 09CB6FE48A9B65367E4107DC3F91AB4C /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 09CD7286D66F57497A9A3CF8A3591B03 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 0A0D1DB489D91B475732CECAE120BFF5 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 0A338524DCD82FBC530C82287FF53C9E /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; 0A3EC18BDD1D47457ADB26F2BB322211 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; 0A4522FB1F8D0C3F91298FE0A9881463 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 0A4742374F26DE0B132D1727254672A1 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; 0A4FE3FA0CEDA12B91E1EE8CCFB152E2 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; 0A53702271FB1509D4840C1B4AB3A5FC /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; - 0A834CACDE2924D9E3A76B50C7C2E977 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - 0A87348064667D36D3D821A821BEB237 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0AB98A6CF77C153927CD6AFDBD0DE080 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + 0A593E8B3C7844B8D287CF4180A9BAE8 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 0A86EF1351E7A07CBC0BD0898C598FEB /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; + 0AA5EEBE6CF07D8F8FEBAAFEADBBF0F3 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; + 0AADBA95D902260CBDEAA00AE56F74DA /* 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; }; 0AC14772DD93D15E4C9D3AF8E7D8C01E /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; - 0B06B5828E644BDE6C4E2F2B362E24C5 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; - 0B2602E17DF55181EE987AF4452F8B43 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 0B48F586A47B54565B584F59961DBDAD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0B6BA6452ACEBB8EB0DE041BD9504846 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + 0B1AA757640794BAE2D1DDD6C8C27BD8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0B4BA6C31EE9088E1B9408E0FDA57655 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0B4F9763CFBD3E25792B80E353C0CFA6 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; 0B75298DD5C8A4211253F38FB8FA4852 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 0B7645CD8B831D178E2AA224AAA2414E /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - 0B77610CA48ACFE259BBB22A1BC8C9D0 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 0BAA3038F45DEF260F3711958F4B7BE4 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 0BD00141E033C0F979376F94769B717C /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; 0BD111835A9C97793AF12738AF33E20E /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; + 0BDB08C51EECD5C57B74B15187ED37C0 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 0BE1DB7C8633659DD7B79ED1C462D799 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + 0BE9367F4F8755A1C2C7AFEAFF9AA900 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 0C2FD9668C4EB749F8F566792CA1A50F /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 0C4C7B9765F586F44212770450DA9100 /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 0C6544085260B607122E9347885D9093 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; 0C6E12F7CB5E948250E6B38531AA6080 /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; - 0C97E39111DC2F599559CF5FA4C0EE55 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 0C979964D61E97E86E9CE601A8073497 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; 0CB89A12A4F0DFD400B1305B99074141 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 0CDBD2F5F9E0B75616C7EE9B5AB23223 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; 0CDBE1A6EFE535E5424964F77E3BAC51 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; + 0D1AF1800A4BE769617E72CBF5C93604 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; 0D1F11AC9F696CBE39BB075BA67E7ACA /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - 0D221D912F522A6CC12CE232BED67FFA /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; 0D29723E132E50EDDE27A39DA7304A41 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/UIImage+Transform.h"; sourceTree = ""; }; - 0D5187D202E518ECC9B811B70A08B6AB /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - 0D9427F40B73CDDE91DE21C8299B3958 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + 0D7E6952FB46C9DB474F588F5F7B0595 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 0DC2B56578871AC61AE7D0CF511ACDEC /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 0DE781140D14F741065727EE7AB2F904 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; 0DEFBD536795E197A039DD7957D2CB8C /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - 0E1299C98B922F8D2850E33B0B033BAB /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; - 0E3285C579D87A2CF7AA6E55019A7C02 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0E57413D4D7A3CD3968FAC6840880FAE /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + 0E0FE5D90DB494951F43208675A5D9C7 /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; 0E5858952BC255E4AF38438449DD6844 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; 0E880EDDC0AC02E4087C0A1E4481702D /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 0E95F3660373B5DB6722E021DB92AE88 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; - 0F0ADB698A8738D5F398FE557B7CC815 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 0EACDC3F30EB3DC0F9E548536C82131B /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 0EBEF402987CBEA886A04C289686BC2B /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0EFB9E8B08556133EF183C3208679BC0 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; 0F1F974B1874639C7483968B8110E00F /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 0F2F7ED68AC558D60AFBA68AFB6964E6 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 0F4895C76F0EB2F0DF30DFBDA5DD3B4A /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; 0F4B93578AA069779B05F89B28658330 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/SDWebImageDefine.h; sourceTree = ""; }; + 0F6753181B525EB9A711CAB2D9FCD2C8 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; 0F7C61521E4CC5845149596CB891EE2E /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; + 0FA8A6DD45DBE22AD6929202C88040C7 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; 0FCBA7337BE187DED3B02D3C789BB5F0 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; - 0FD6B3AAE53E7D7C50E5EE4F8DB6D5D2 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 0FCF433133A59C575A16289076C586E1 /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 0FD94AA2BB35EB3D20F5535BA7FA60B9 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; + 102213F7C908CF4D689087D87E724D18 /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; 102DEE46CCA70F58A11FF260439D2AE8 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 10A40FA3E0B7EE6712058A91D4CBD338 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 109BE94C1BBCC75BDA3C57BAECBF439E /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 10A18567CEEB12E10D88F4DCCB04BA3C /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; 10AA951FD7F3547E3E7F4EA247DEE5F3 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 10D2A9B6383D0B7A9F26A12C942FC59A /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - 10E545A4E70C83A023D5C83F06DCE1B8 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 10E609A77F227B62FFDFA57C6705210B /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 112168C474C30D484932940D40B62C17 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; - 1168D83AED03C26F69466043EC6F1925 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 11A46F3A5438367232572C3302A04A4E /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - 11D946C274CFB436D2B6BC5F22F9F3D7 /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + 10D11FB972F6F0F4D9C372FFCE2AEA62 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 10D9D263DBE20E7A885D69E9C87E4573 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 1101F821CF61744200A4DB0357CA4BF1 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 11684E5053EECD4BEE8CE561491DAB9C /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 11778B56A6A76E9AF3A12DECD42891CC /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 11B4D03539544E1A789172C797A46421 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 11CDC103901C531AFA4B02400121CEE1 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 12114CC19D2CD5DA1B7DAA4FAF8CE8B0 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; 121B837DA2AB6469E94FA460AC72DAAC /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; + 121F010ABBE12F58E3F247E568DDA329 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 126DC0E82DF9E73C6001142B9BCA3D14 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; 127435DBC940400B5D902F84731A68A7 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 12834A7BF235E697BDDA853D61819B7A /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 128869708498C3B77680FA6A2680BBCC /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; 12B6FE955DAFF4C7DBAEF58F2ADF4CE9 /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - 12C28A6A684A7ADA14C7E489DE47A436 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - 12D55F3902ACF517971541292DAEE91B /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 12BD7C47E075273F2BEDFDFDAEC51714 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 12DDFB60167C8F7E7DB2448F033402CF /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 12F7B4AA9ADFEA45EC7029700FAD0AD9 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; 12F9D5ADBA42BFAEFC1CF9EB1CE0A335 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 130DBF2E1A4299CBCFDD360D58940D72 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 12FCA2870E05CC1C3C40EC1A80D4AA7A /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 12FF74A57050E47098A6B55FC47BCE1B /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 130DE38663AF26CFD9DE16833CB62A50 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + 133BAAB3FCB63E1F56BEAAFC814ECD13 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + 133C6DC811DEBABDB403FA8E455166DF /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; 133D81C69EE4A8C014E0D2D3D6ADBDC6 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 13909DE71A149593BB118FB327DCA871 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 13485A1420CEBABDEF87FF98BA291515 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; + 136AC5663F6849AB45099A37431204A5 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 1395B146803E19BEF1389110D86C52E2 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 13C52AB89AF9764A19C3EA871953E3F6 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 13D99DBC80BEF10AA0B3239F52637EE0 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 13DB28910E4A109F6D1BCD9D3FFD7F7B /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; 13F7EC84F20110F57F50A08F7D5E20A1 /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; 1417C5888D798CBBC4D425A19B222CA4 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/SDImageTransformer.m; sourceTree = ""; }; 1425A717264D4C3EEF185548FEAFDF8D /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; - 1427CE10D7A1A9F01EDF584B491A979C /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 149CFD9D650EE9DE8BCE7FB5A93730C3 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; - 14B5743967F8D4C4A2E1323688F86052 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 147AB5E053D5E39556C06AAA10B9789E /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + 14AA5A66F8E4E537EC3B779007C64B1E /* 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; }; 14D2AEB84ABE6C4135F9313F5243D5AD /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 14E71F432CE4C06A1CB44174CDA57BF6 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; - 15270FBAF57EB72177B3DDA4861989BF /* react-native-splash-screen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-splash-screen.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1526503F787C00F7137294802B9D7F6E /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + 1527A338A2698F5E963AB65C072AE935 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; + 152D3DC7453027190A71296EA1AB68A6 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + 153ED98EBB9D11B59587084F1DF37444 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 15841257A3630BCAC0B327CF1EA13CC8 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; 158DE2C71D5D043F7ABAECEB839FEBD9 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 15CF0EBB141F64CC698EC75D8AA6AFE8 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; 15D0933AEF222B9CEC60F893235E2362 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; - 15DE95B2E533FF81F0FE869EFF7FC8F1 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 15E53BDA330A5A2C8346EE698BC54138 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; 15F7A763771471383D4666FBB10B57E8 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 16518CBBBC5D7AB3CB3C61AF2E51F741 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; - 16750F0FB38675B534444D29EA6A8346 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 169BE0DE08C9D424F631CF5B0F1F4599 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 16C8E8AFC1D6B78D29CFE8A067D4A24E /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 16C9FF1CB17D380B4DAD4B8C5496881F /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 16D2F7B000EED47714448306AB9F2AA0 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 16691183934C8781EBFA3CF3CA4C6FF6 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 16C21848E0F1503F03260BBDA54DFDE8 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; 16D95C9072E07D2BD62148F0AEBE4D3B /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - 170A58C2DEB8E9B404482AD1392813E4 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + 16E42C90957C642569CA27A8CA216BDC /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + 171884AA08DE374073B8CEF3F74C3961 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + 174CB1064262A2D525CEC17B4F31D5B8 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1790AD0B2963EB8D13EA46C917A4E131 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - 179165B1B136988D6E84CD127B0782A6 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 179F51A25A98C7F72D0DC06BF2A30B15 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 179EB6AC99D9845A20E09438AA0BB056 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; 17A076F2EA576869041C316952288D78 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + 17A567757A6DFE65435F00FD7946E0F3 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; 17CDC82FD36A871A550360A11F612D5F /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; + 17F5945C5412F0908DEC55A7D32DF297 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 17FDDD63B60F38130CC315EBECD6411B /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + 180E09A24E2BCC9C184C228DF1954D23 /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; 182B86A858BBE37B1383AF9AEABD1C13 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; 182CB9A406BE25E0E1F7F208E88D4BC5 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; - 186CC7CF2B7480E0539720B78B71B567 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 18A9058EF9F51B06C1D6921AF6DCA4E8 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 18397AB359D8FDB42654448534FDA53A /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 18884931112238C2F12F221E2ACF6EB1 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 18B255B4A4B5BFB6A321700726D35D6D /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; - 18C5F3AC5D18B0A2B5A2FECF79116324 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; - 18C67B5C42E3D0FF1075F9405F3D09E4 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + 18B52BFBEAE815732951435C02C4DC3B /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + 18C8DDC9398FE2C937E05F61010EBB7E /* 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; }; 18F9712006D1278B1E6A0BB0C8FFE987 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; 18F9FE5D71F2470D8708371BC5F7CA97 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 192539C6276C5C8A03F5BD5C9C90BFC9 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; 19529A703895D6ABD53C7639AA0A2D44 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 19CA66F6A308D38B76052BB57DA9F762 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 19CBC105291293D43500570892B89998 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - 1A29C3ED9D9F390B11BD1141B417C81F /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 1952ED1A76A648C02BF18F4EF8450B26 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1975844CE78DD1B4EE94256460B8CE11 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 1976379753A3D196CED0EBFF34A47388 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + 19842492254507708710AEC41300667B /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 199F4861359BEB998B0F541FFE902D1B /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + 199F95E8043ADFE3EEC13C215895BB62 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 19C602CDDDA7C2D07417E520A4483652 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + 1A26702813937B2AF8FEBD75C5D00C03 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; 1A82200EB5B4540DABF0C2866F2AEDC5 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; 1A8B00BC3CAA5C9966000786F73CB461 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; - 1A9E1DF71342B3CE4724CCF99D95E05F /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 1A9E27B03792689D5815E2590B1B3A39 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 1AC36D274DCDF18C703F1EF74470430E /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - 1AC62F845731CB16E5DCD02052DAD019 /* 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; }; - 1AE31E3165F2F99ED282C6E8E411587D /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - 1AFA9026FC3001F8C5E2519E9DEA378F /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; + 1AADFCC06B9B66AE0BFE40D1E6147712 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 1AC168756E26C432A3B4E9E01D74DA77 /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 1ADA53F2D7455B5B91719AF3F3E16848 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 1AF11D8AEC9476E227396E9AC12A8206 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; 1B083D62BEA49EF2CBD59BF9400BB3F4 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; 1B29988F9F31773EB2B38DD75367F065 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 1B62469D55D5F9DE7215BF05D775B64C /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 1B6329482079E2EE36950BEE3C69ADD4 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; + 1B63C631CCB7FE8FA4BDC7A625CD13BA /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; 1B6AF5E20CB5B9563AC579F8BDD184D5 /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; + 1B71F28EEBB58CDDD205D0DDBAAEF9B8 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; 1B7EC0AA32B06D1369FA20D2167228CB /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; - 1BBC95417977E4FFD1FCE77522A094AB /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; - 1BD3A2ECCE79EF2B8F13D4BEC9FB40B6 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 1C305576E435BD4FA0D88E0D58DB21EC /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; - 1C503A21FBF9C867CF6DE88D88725C5B /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 1C6394CB9472B44B4EFFEF50F307AB6E /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 1C91DFDB74102CFA4602B8497502C34A /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 1BC7C1A4460EF66D858A6F00A0F049FE /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + 1BD101FC12E7D3DDD7208BDD6DDD01D8 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + 1C03A9F431B760BC0691A86BAD1CDCA7 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 1C0FBEFECF8C27598867438F48B4E8AF /* 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; }; + 1C2EB820D1E39BAB50BEB498345CCDF9 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + 1C4D49295A85690F85F623B94C3ED714 /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 1C52F50CAC14048484A5C0B0CCA6A493 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 1C64BF83633E893BB00244D9FE67ECA8 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + 1C7BD0FC567462E57F24FF90B1B652CA /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; 1C947908F023D1379E7B0B35D2F0A0BA /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; 1C9A0432D106C1F8928C98672593232F /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 1CAB32C4B27853971A0240BB6D9BA17E /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - 1CF464341B7F217736F235344F4E773E /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1D1F320F5BDC3403696ADC20835C3107 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - 1D4B1AFC88E59BEFC3569833227E0D77 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1D691B11B620E2CF79A2B0A9A61A29BE /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 1DBC6A8AB4FC6F03AD8A2D2D0A933C3E /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 1DC0FAEBBBB8D5D55A96E6BB828B23B3 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; - 1E283EC9DB016908DC12A747B59E4A4B /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; - 1EB0DB3DDD9B329A08C79BCC1388EE89 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1CABCA3BFC9F684BF7080CFA2F009436 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 1CAD851AAE8A84F1832877407EF05921 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CBF09371FB17F85B2B09238178A0142 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 1D213AA22B64B03469C9DB1F5742D7D2 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; + 1D67AB352EBEFF650C3C402E02BFFAED /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 1D70609CE35DA1AB96A9F4E09A1CB896 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; + 1DAAE9F06AE114096389678E585D5883 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 1E1F91258269792A2614DE86D46BD099 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 1E3382EEFDD13956BBC9582311F9B6EB /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; + 1E97CDC2C401E9B5E704FB8B520182B6 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1EDE4DAE619AE63D483E14360CA2A69B /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; - 1EE0D71610F38AF41C40F8FE8D673E43 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 1F469AC18E3EFB6894D309B92F0C13EA /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; - 1F55554EB9DF5F2855EFDB0271A94653 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - 1F6130145C3D79A573DD571B515192C6 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; 1F6513956E00361F7F355433FF04F7AD /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; 1F80ED467317C10C1BFC22D3EBB6BB5F /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 1FF4D78506D2CA0633A9FA26E4BE5A4E /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1F812D806F235AA8D6F4F06BDC4FCC94 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 1F828EB60F7E7C01417A7FE55B7E28DB /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 1F8B80DBC91366E4BD192EA4E219FA94 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + 1FEA9C8EB6FC9181540FE7D60D7DB8D5 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 2019AE5D8D2CC273A6E1B4F09EBC3967 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; 20212A645208FC76C39FF3F729A5058F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/SDImageGIFCoder.h; sourceTree = ""; }; - 20A1B83C6840088447AD2FE050243E79 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 2022B21B7FA31C126C17B7857AA184E9 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 2054FA6E7C1D459A3B165ED38AB43A05 /* 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; }; 20A40BE71A6E397DCA75B99F90EF06EF /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; 20AC51173E390CE7A08E6CF65F2C5A82 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 20F6E3EDC564A3282E0ACF06BC1625D4 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 2187BD59F51E38B530CA202577FC677D /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + 20C879B7C213FB66FC77027C0100C8BB /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 20E02290FC3EB24DE5825D096FFDE8A3 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; + 2151B7F35298AE6DE5B53ACBE9CE866B /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 216A96171A9E9414CF1EC1E314E5401C /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 2195AD382CBA6A46F00D74586DD40BF4 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; 21A526257E8262278ACDD62D55CAA864 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 21B57223C05796369D9148E729A427F7 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 21B200F785049A341FBE689B88761AA4 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; 21D0E54F90D942CFFB20072076E8211B /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; - 223201753D07078D69BDD99259EDB751 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 22329FB7BD25CB68FDB1AF990FF9EC24 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 223E73F957F4D70F1BEFD0A8902A513B /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2253D8FA18573BBEB977D32FC26B0F14 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 2259FBF3EA3796E442AAE6DC7BBF5596 /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; - 225F6667F0684851542416EFEEBE7472 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 2279B72C0A35CE2496061773313C481F /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - 227E95D089FDF9C4E206FF36B4E4C597 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - 22888D26130DED8468526027586A74DC /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 22A05129F0878801920BF738609DC367 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 2231DD70D50462F8BBD27D679C5964DA /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 224C3834204F5B0B164479D2809BAF94 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 22B5599A77C8713D068119E2AD306F5E /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; 22D1E7CDFE89EB70B4D727EE42AF3420 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 22E31D9039568C6BC6B32EAD4F70D5FE /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - 23570458EFE17C4E6ED1C81F1ED70875 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 22D9E5169854C38374C5C0D44406B0E6 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 22F1E0104C5E71AC642E18C982B1B887 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 23061AC4EE14E999C2308B8501AA1673 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; 237D4F29F78472DBEA70FFC0D0B6CB26 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + 2385DE7EBD48F61F150EE13F14D69A07 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; 23AE028361A5002BC40AEE2BD7062D28 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - 23BC845AF52DC4617255A331E1F52B83 /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; - 23DA1C0238DFBCA6A7B51A12FA47E221 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 244EF26DCD04B7AD4DB6DDDDDA3E02FD /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; - 24C0C32B133EF0038404B6A9009CB598 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 24C959864323A9D488E0C2E4CA07E88E /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 24D381ADAD38B8780E439FAFE5A05ACA /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 24DD2202B8D525AFF89B67C12845D9C0 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 23BB1D6F079A8A708D2608B109B8310D /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 23E9765D08A867FC6E8E242D9575F0D4 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + 243F82490CA16A87B079D95073EF9591 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 24455AB5DAC3FF1B0601191DF0E30456 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + 244E3EF911D2CA98F6D672C9B40190B2 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 24595BA84608DB50FAE72665654DB744 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 247F2C9FFCCCA60F184C6011D865E15E /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 24E99020F7E1C4BD7FBE4070DEE931CB /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 24E9EB74238087E6F9E650720EEDEE3E /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 24F0688E76F8CE63867B6E003AAF9C17 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 251C52B81703526961BC005BC490DBD0 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; 254EE1BF0AD0E82092E3B1D7FDD5D924 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + 257BEE82F532539428DE688117646ACC /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; 25873A928DB5365943F54C9E73E9B9A1 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 25CF729BAA5F53DED1D32073236DB560 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - 25D31073D5AD18C5ECF9CCFB5C15DF67 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - 25EA2ECF7D516CADBF0A0D1A7D60FBDE /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - 260DEA46B3858283967EE8805655BB26 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 25CB5728622CEE3F6A11B65D51C5BD6D /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 2610838F974CA3580A1AF94FCD167DD6 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; 26285524367E43F85AA86CA5D261B98B /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; 2648866C0CDA4C5ABDAC1E7A68286134 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 264B12CE72B47A3F5D1DAA7196FFF3DF /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; 2659D2392EE12A28990CEC1FF919FEC1 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 266B246511B5156CA75DC4DFBFF89208 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - 26724CE2BAE20E641FEB783241059975 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - 269A89E6BBC828A8E623F55F9ADA0E33 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - 26A5AF3C6BD66CFF8609D1CEAE6CA782 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; - 26CC2AA242A3DA2AAB24EFCC456EACD1 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - 26D088B63DD74A291A2A7197ABE97CB9 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - 27021257B133713DBC825DA9FC5A874C /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - 274AE81F91365AE6D06334B8DAF3AE40 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - 2769635C86BCAB5C6AE275529D9F87DF /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 26685F89FE8229F8210C1DAAE930EFB8 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 269EC96B20ADABB73AD32C057AB0FFE0 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 26BB9C5265D9AC770E485B09127966D1 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + 2709554D4661D9828626B3DA9326AB6E /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2710111E380810E7EB0853900A5ADE1E /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + 274A200871009C94DD4ED3CBFFB7010D /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 275536C32F7BEE3F0A01E91CE4345DF9 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 27588D692D96274C1ECE5429AB3A8A54 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + 277FA38B22F5A90893B4BD9D6E279AD7 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; 27D37BA8B70B59F43608B73D6A8BC1E0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 27E403E299FA41A691590CE23B4FFA20 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; - 27EC05DB437625897A8DBE033CC3E20B /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; 2804CD3504FBA76DDA3A5744B54E69D6 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 282AEC37056128C099C11683B879B2D5 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - 2834D1B3422A2BAA349F9B27496EBA9D /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; + 2818E53B68F65C6D25ED19C083ACADE8 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + 28251F236FB4873EA47D8721BA78CE13 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 2841F7488B225730AEFB5837F4F5FE0F /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; 28443A9CC08DE4E270EEFAE12B2E18ED /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 285FEED3758D8A6BCA7D4CE1905807B8 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; 2874E9D7F91378B53209C8A8A27A66AB /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 28755DAEE4A4DB23908131C79E5927FA /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - 2882578E9C2FCAAF4D0D3DF35F9F7234 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 289DFAC08040AB27F024DBC5ED3AE711 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 289ECD3EF5BDC0B41471786DE3CBC0A9 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; 28B4FCE7B0E15169C083DE952CF510D6 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; 28EC3C01032D02EAFE02322B0CB3FC71 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; + 2906BF8679E6EAA7293E1431CAE43DE3 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; 2912A6C10328B22EF1366F6FA113070E /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; - 29261F6C0D4B126BC73A2E27E811AA7A /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - 293E80C35199F914ACFFF76A00DCD04B /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - 29486B80688ED2D5F11AE8440D9EA857 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; 295607AE20D286F5BB9736C877ABC1C0 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 29DAD97412E6DE5E766FA1738B630BF9 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 29F7435BA7EECFECBEA864874D3199A1 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 2A030D198A83850CA32F082AC438D239 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 299A6F8730E528A20D38F34235022A98 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + 29F612D9224091376BFA7BF351957F1A /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; 2A2183E0058E38C8CF11FB7FAFA6FED2 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; 2A26029E7B9792F94B7A87A7199A515C /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 2A30B57086182014A91300752D1C9838 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - 2A5245B39CA243E7E30E30A15FA4907A /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - 2A6D6EDB72D1093E2ABAD34C6873003F /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 2A7506E12766000A79D96FADA64CD842 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - 2A75D08FC66E45174ADA2233E9A46326 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + 2A636B34842A10186076CA9AE7820F4F /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; 2A7D6E5E94895A671353FF93B75AC295 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 2A90D9F1A1B36109BAC0D7E2EBF9E9D4 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; - 2AD4CAC17613CBEDE06EB33B10C7E3F0 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - 2AD4CC40E0AD1A3767B56882DDBB8883 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 2AA377EA34A56110B01DF034459EB037 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; 2B03BB324D33EF57D866EA1AAB20657B /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - 2B26DB8D9516CFDC03E7B03DAADF5F20 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; - 2B42F411EAE6816EF069C4783AB0B7D2 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + 2B16E31BAAC778E29DED6072E8E38388 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; 2B44EB014015C40006305E19CC3C5ED5 /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; - 2B45B24716B53339CEDB792EEEC0DABB /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; - 2B55E2BF7B54B614BE153B15B6DBED4E /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - 2B7B14044930BBB895FCFA3CC7DCBAD8 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 2BCF5536EE0EA0CCC9DB639DFF3EBF17 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 2BE207C5640A659A4171AC62F4F4178E /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; 2C11F031A1C1F0DC3ED37A85694F4CF3 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; 2C15F678CB54CA0D4C9CD99FFA56D255 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; 2C29351F69633F0477675945DDB8437E /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; - 2C294C94720FDB28AE2100A06AE4B2E8 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - 2C347C000938D260EA9E4ECAAAFC942F /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C68734BD8DF25372FF4AD5B86B656DE /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 2C835B9C04952FA44E12C06F593884AB /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D0596C8F3B33720C9B3C071A8BD2C2B /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 2D43683C155A810BC1F766652D8262AD /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 2D52E8843FB2B9E6359353AFDFBACA2E /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 2C75B9309A3F00B402DB3B17B5E09BCB /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + 2CB5075286F0925BA99D5A4DE2ACCB01 /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2CB921AEA9C0084F055E9BA85C514BD0 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 2CC35AF5BC80B3AF44C30F9E59F5629A /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 2CDAF196EA3E61FCB8E8959DF34A6653 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + 2CDFFCF5FADB569DC776893B4745A215 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 2CE3B9E8879B8C23CEC374AC22BE2B4B /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + 2CE5DA74A041E0ADCD22EE8AA14F2C93 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 2CE767AAF2913C923BA52BAD34DE05E8 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + 2CEC348427E96A8254ECE30E6EDBEE69 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; + 2D4B45301153CAB25E5031604BB4373E /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; 2D62CD795C614D94A632A3FA22CE5F85 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - 2D63680D0431D0CC8702215DD499100B /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; - 2D799B2752B31BE1FF69BB97556946B3 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 2E12D1D3999E89DBC9F6ECED7D8DE68B /* 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; }; - 2E36C055478C4690F39003F18876D0FA /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; - 2E380D10E23370E4D1EC451C41310045 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2E838B104327179BCF0E355A58579E31 /* 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; }; - 2E838CA986362EC64449438ED75ECA8A /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 2D6F00DAC6ECDF0B6A2A322866FB3D0A /* 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; }; + 2D72FF7E6690E296219507D8D64F1C30 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + 2D95AD7A9D36C41D60928BD54EDB6517 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 2DA0EF7C869184AFEF0EC659C4829060 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 2DF354FF197195E6D1859153E920E7B3 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 2E5466E6A375DAC773192D227DB32964 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + 2E72FDFDA38239D8B1FE2CA295820C22 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + 2E9843073C0200AF13FF6625B4488D34 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 2E9F57339B8E790FE6965EF8570C784E /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 2EBEA1E1FD0EFE05CB7C8B40070CD0A5 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; - 2ECBC8F378F86BD8F477779E517122F9 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - 2F06D89C7F9FBCBB897430B3AC1DDCD5 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + 2ED7A84E27FD2137CE12E53073AE53CD /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2F1789E73C5D6D18C595B13AE0F0E3B0 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; 2F1A343174FDE675BC1076AB561DDAAD /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - 2F71619077CBCA1A0F02A5FA2F325256 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; - 2F780E65D8DF5EEFDFC44A44686696D4 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + 2F48BD0F04CC083150216094154926F1 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; 2F86F25484653370A0D569FEBD1153AF /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 2F9ED45FB874E7DF88E9E243C25F5C30 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 2FFB0FCE1203F362487D2E60AB0F89D5 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 2FAC77E15DFD1EB338AF14D329EC20CB /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 2FB412149136F3FEAC883413F2C4B29A /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 2FDD6F3485C333F4B00C8C7AF895C361 /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 300112888EA61122B126A2FEBB75ABD0 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; 300F3B83CD71E1D42225DCE2D4D8DF21 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/SDImageCachesManager.h; sourceTree = ""; }; + 301D183C8DD05677F98C95C9FDB0F1ED /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + 303DDE0E11AD82C3C0564D0850622736 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; 305849AAFA55DA8BC829CA73F6A41D7F /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 30D8E96BDA307E0CFFA7EB0F65F8DFC5 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 309152D335CD10D3581557EBECC0FF24 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 3093E7676B5068B36ADA82AA4378CB3B /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; 30E5AB6EC5B25B9A1474BDCC987B23DD /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - 30ED06FB303006808DCE61692493E601 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 31023645B613C5ABE4938EAFD281C64B /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 311E80E31B1E8CDA07DDE97272DD5B29 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 30F5E1735BBED60D68A701D88E3E31A9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3108EA5C5632B8C89F64D6CD65ABA75F /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + 3123C14972A6A3D146268548F8D81BDB /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; 313762AF266C7009558E8B0605421342 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 313E87F3B48585C8E0C44AF2596D9BD3 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - 313F279EF2F6100614BBD3300E69571C /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - 3153ABDFC418EEC0F8F5F515CF93D4DF /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - 315576638118A6508E9348F0B831D6BD /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 314CC739B33055D3EE3D5743A3292030 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 315396E6D0EEE3DF12C2A072C40B15C0 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; 3172F5C2A96EBF73AFE4872372F30EAA /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - 3176281F5954C88F04E78ACC7533E73A /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; 3183AFDDBFAB519351065E5018CF6355 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - 319B268E1262076B584EDC07E97AAFCA /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 31B14B9A8CE4AC71FCAE7741A1B006BC /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; 31B588B91FCA99EFD147FCF38FF8F934 /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; 31C510E501306C00017CCCB0D9A44A33 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 31D08B48728FFECC4CC163A9D1B037D6 /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; - 3227E8D0CC5A646BEB3F56901DE4B8E8 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - 323C2DAFA165190356498B7F393D1C68 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - 3255115EFE8D97156AD36D78738BD776 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; - 3285262930FD453F8240336CF3A15B6E /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - 32E8E318F230FB7296DF2F2BDFE50410 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 32EB95FC859F2A83F5192859D0A0294B /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 33071035A18216DA36B6ED39E5373CD5 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 334C9D2332F3FC4EE381937E6EB39124 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 33540CC6FAAF8735757EBD342658A054 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 336E253D8A72562490DCE98CF3786E1F /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; - 337EC409E26480C97D88CF23B4EBBD6F /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 33B4ADD9AF9E829858BE5E376C0CB927 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; - 33B72B4A005FDD627239E5C6001C2401 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; - 33C4761C979314BCDE0DBB46125C03CE /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 31DE3DBD50ED4F63D787C66DE1AAB198 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + 3216A85C5B50DDC0FB407EB9E3BD62FF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 321EE735E81DF84AA7F184EF4D9E4194 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 328860E6D1B8E7E8B8A8904FC8C55B61 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 329ADCE9D04B3CE2823E06185FB210EA /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; + 32FBB5B55F856F48DA5589584A995D9F /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 33329654F576731E671EC0D4FFEDA5E8 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + 336A830BAA09542847DAA924CAFF0D69 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 339856CD6A3FF2A538399655523F9010 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 33AC532F9362A71953457748C7B1C032 /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + 33D1C754EAC247DE0EF78F3919A80F41 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; 33E2EF038AE38029CE0B796EE48F2110 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 33F7E8ACA859C87D5AE3308881241257 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 33EF5C3927C530FFE1A4D25176199DDA /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 33F0BC7648BAEF994E5191FE2501E2F7 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + 341B29FF6D034E38F4E820997B4F8952 /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 341E460898CEB4572A6433C993F32379 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 3420E0BE72D5589C8C81E786C91DA940 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; 3452466CC74C5FB4D8975B3FCC6E7B7C /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; - 346AD221A14DAD768F4EB57A0CE553B4 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 3495FF28195CB365EC8FC5BB4D84D998 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 349BA5499591DB1EB5096A95AD0D3544 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; - 34BFCB718EA3A75C7987472F48DE024E /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; - 357BECC8F89E03CB72087C1C96E13908 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 34D82D8D51FC8B165FA89B9B069DBE9F /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + 34DF5BF94936EFE95933A25B2867F204 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 34FF704DB25AE6587D7CCB2AB574A681 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; 357DEF9BBF43A78EDA32F3285EA04088 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; + 35934EA1B8C2D5F61A04A2791555C29D /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; 35AF00A4BD9BD2CC7E174AF3A92FC8A6 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; 35C3649F20C54E169E70AC51597FF19C /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/SDImageCoder.m; sourceTree = ""; }; - 35C99687EBFDB3ECC824C24342B13520 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 3618BEFA6C775E9038E07AF66AD1F452 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; - 363AFAB2B3F9D7280DE18816AF7C0168 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; 36460BB6827B23BC9A690E46DC6011FF /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; 364D8F7B0345F670AEF62989440B4C5D /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - 364DA4291C12B9C5FA5A09914882DE1E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 36F222776684CE390C909730515F6159 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 37018004C0D04BEBE6EB754B4AB0ED39 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 37A8C07C243BE55F41444D4139B3BA9F /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - 37C4D9C456545F27C29CD3961ADEBB21 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 380AF49F91616B844D1D6B0F6FC3BD69 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + 367F146F51A6A8ED5D4ADE68F56F9048 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 3701650B0F3FF99C2D124ECE545E3DC1 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 3767C403C6B9CA97F84956B990296A23 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 3810AD7D8D2A6F06C85C44A1B3110461 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; 381C0123BE241E4AE10F2F95F931727F /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; - 3845E5C0BF5BD36F3B7ADF0213844963 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + 38254DCB0C1130DAEAB574770E213DCB /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; + 3827E8A49A8F6BDBA8278958B97890D9 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 3832CC279552EE2325EEA80B1FB2BD76 /* 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; }; 385A35727E97F74DC58355BE28C9C372 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/SDDiskCache.h; sourceTree = ""; }; - 3863E7FC0F882FC7FA322048952E45E8 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 387DF9748985937A2425A8FC26D52BF9 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - 3882DD499911B65A89B7F29ECAE2A451 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; 3894C6E1AF8B8B6D103055B580C48DC6 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; 38ABBEFD1D80A8165D18732F4ABE7285 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 38AFBD83969D4ACB79C96796F864A58E /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - 38DD6F197EE6D0E98EB6E2CD1EE2A95A /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - 38FA69F708427A76BF156598ACE83F4B /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - 391C669422ACDB5BF1BD5FF64CD8FF78 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 394BDB815DE48D2A33F464CFC477735A /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; - 396876FDEBD185468EDFE7B924C3800E /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 38F9B196F7D41C50FDBD39EDB6FF663D /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 393A515B0C9118E7F880C33987E7F344 /* libReact-DevSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-DevSupport.a"; path = "libReact-DevSupport.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3947A2B8CCE216DE4C2235F02A169DA3 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3973ABA0BFEC20B8C814CA67A86F0917 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fishhook.c; sourceTree = ""; }; 397F8C8E02195C2709D18B25BD96A61C /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - 39989FC8618B8EEB0133188A11E3F197 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 3A1A1DBA122182F0898B0A20D4EF78C2 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 3AD79A996DC7BB94FFAB2FA0D128425C /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + 398D8C663F2A2F81EEA4FDAB35F2072F /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + 39B25190D95C37982BC54E787404F852 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + 39C3BE01C6C3B452BD0FA9B601D23002 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 3A095C55AE3C6770D39AB61D2E5D11B5 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; + 3A31BB4E28BB68F3B2226BF7027F0DC0 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + 3A54C81CAB26E42C5DE79CB29DA3D6A5 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + 3A9E6D2193644F8E50F6E9A450B27F3C /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 3AB61475B18FB0A728DB6FE2B2ED39EA /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 3AE44353ECD317357038C88C4D65C0D3 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 3AEDDB99477138DE1283AC6B259FF706 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 3AFB32F27E96B016449FFC2EABDF67C7 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 3B28A5274798A8C137322D0C6A6CBFF2 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 3B4C42AAFDCC44AD6DBED1C6B323A11F /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 3B569E81124577B2F5F5126E34EC863A /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3B57494DCD11ACDCDDD0643850D909CD /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3B61C8EE67FD0BD9D5F07DB4B54D3D91 /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; + 3B8B1424AE71D4ED906722DB2C726800 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; 3BA45B371AA770D43C98128947B24212 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 3BBB1D421B721B29E8FDAF905D6F4E0F /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - 3C0089792B7A7260787AF9677665AFE9 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3C13898734A47229E6F6F466BDE343AD /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; - 3C177063607C9122862EEFBA248F28D0 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 3C2B322BE4A2561EB067682227481687 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 3C2F95BEC61EE47A5FBCD2B8BC49213D /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 3C4FE190B076E9359AAA02CE22682FAD /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - 3C592F24D9844731E4CC65E1B8712BC2 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 3C7DFDA5E9054B75A97C7336060A058C /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 3C88B4C3337463956A0703D3A50CCCB1 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - 3CB552BBB5AFF578D90A2D61A525D6F4 /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; - 3CCE11A8713B47C9551030533A614057 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3C68CD367256F707D56940C7C3FF1F66 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 3C7C6BDF60D82BDC5060A25807102361 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + 3CCA17C1045AB06EA05AA5D7285A3A4B /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 3CCE2449DD18F13E6856B1CD4AF5B3CF /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 3CEE927868DDA902C522A24D7F1D181E /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; 3D0253761F033DD720523C560BD82BC8 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 3D12552FDEA078082C17BA790AF3C6B6 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - 3D194C46240E13A3FF8F23AD8D92F8FD /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; 3D3943E3326FE9FC1E8D9269144480FB /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/SDWebImageIndicator.h; sourceTree = ""; }; - 3D5922F083E3A0C376502C64C46C262A /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - 3D742567F1297E1945B00B7E559B6FF0 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + 3D6AC652672FBAD7368FDA60FE6CB6BA /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 3D7B8E4D8193F8EB0E28C5586F45D270 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 3D7E849831DFE192484AD2193826D4DC /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; 3D9F9489DD97C0F4F3D28D56A71E3072 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - 3DACCBE71084FA870ED9CB8CC6D4C079 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 3DF4A240BE6CF271C0D71FC14FE98C14 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - 3E089777925C87039A70287251419B4C /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + 3DF6BFDCE98CCA58FC3ECB70F283FAFB /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + 3DFCD778808EBBB8A5F205EA166D974F /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; + 3E02AC4912E18869A71E8112BA167A89 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 3E27CA2B0F2F603BEA96C79381A1B64E /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 3E41560D45E8021B02D869B0A0897178 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; 3E5BE7BD23E7FDD82F0B6718B516BEEA /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 3E72235C9C9FA318CBA392AB74ACE382 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 3E97CACAA046DC3C26C235FC4C77425B /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3F25D5F0ACF40D2B5EC9E1B933E55188 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 3F326FDCCB46BAE2B561ED4152F3DE7C /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; 3F3E2D19532BEB2AE81573F1C05F7382 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 3F4B1D4AD1482B696BF6698B2C798624 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + 3F585129488B2349F1C582E57090296F /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; 3F62D03AE48EEDC8771172430CD56AEE /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 3F94E433A7EDDA3F03C6CBC04CF4DD97 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - 3FAD9B679122AD74044756B3A5065EC3 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; - 3FB9945877A307454ADAE20F007A65C1 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - 3FBCCAB15789EB6BEF91ED3E80D756A8 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + 3F67D836D72AC583475DE04AEDF93682 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + 3F7699C8E1B1BAFE8573CB1EED91DA29 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + 3FCCFD514F1DB5149317C8356C842C4D /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; 3FDF15F80C21555D81330357F959DF99 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; - 3FE3FF7CAFDC6A2503CBF00B8ACBE5E1 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 3FE668674AB61B3733F073D4340D5B4C /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 3FF95EA0D498B96BCF8DF761641D69F6 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 4002BDF1239CF2A4B6691EFE0C362A5F /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - 401AF9DAFFF91F6ED10B594769F77955 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 402120390F0054A039B54BA9DC56BD6C /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 4026BECB547123989E754C877824ED80 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; - 4035F798CE6E199DDCE582565750FE41 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; - 405DD781A9EEE4174E83F9DBC9E965D1 /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; 4074B41303A10BB9FC9F9655B60EFBCC /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 40B5353510F71F7397B4DD66CAF56CE6 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 40BBC71C94432E5FC72A007D1B191FB0 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + 40AC767EB99875220961BF054EB69655 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 40D24A68879FD711F4847B4A6EB54A35 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + 40E2FC54BF269FB63B52AA5CCAC2CFE9 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; 40E3AD96CC1962F5CA482BD83ED9708C /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; - 411918C33B782E8519C47488B2D9A01A /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - 413005212D27C6011BBFE9C8E4A2D46F /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 41A8AFE664D3034E5D010A8333716B52 /* 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; }; + 4186C8133BC7CF69FB869666726F646C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 41B80A3F576A558D0E762ECB0ACA28CD /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; 41D5DF19A7FA6D7B4FDCA08E1924A454 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 41F39AE2DF135DCF25ADD523EBA32131 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 41F8DAA5500C46D4875408CD0071773B /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 41E0EB513768437094B3A4816BA4F03D /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 42023555838132D27221E92690D66447 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; 42249D00257DA8CA6B52A8A000A5F100 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 422FB13383F2619E7389268720978ED4 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 425443B6000BD24038D45348E4912B3F /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 429F825FB7274762BF868927D512379D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 42354F6558B927CD53671A75513B1C26 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 42451A467350D89F6DEE383477AB7377 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 425DCB64649DFC6D6646071833C07F94 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 42737D7C49F748EF14C9849645451A76 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; 42AD1A62B2DB78307541F25B89537947 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - 42B105173D64FD76AA97A1A11A3C37FD /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 42B2F78E32173EB10B62E0127FFB84AE /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; 42D99890DE4E50157554A36BE513F209 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; + 42EED431A4A9F55DCCB9C28224A33BDE /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; 430201343C35B7DA8D6D5C3172DF75B0 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - 43116DB6260640E40241BDF05B4F9BE9 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 437CABCB23AECEF1C9DFB9F5E90F6F83 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 431FDC610D78F8A3103269FD84CF36AB /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 432FAEFF1DDCA37BEB245DE112F94A5F /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 4358EC51B9DD64DA176107C2960DA651 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 436A0265A21A4B9CD9CA186F4703E2B8 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 4377430DCFA9CA4F005533D1F47534E5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 437DD046D83967D2E88744F760B995FC /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 43A349FDAF25674428AAA964CF970348 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 43B4A412F11803C454DD882CBA5BF95C /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + 43B77357F4E4BF8D7172F3DA0E045C1C /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; 43BF84C34EEA1931D5562D9A8962E830 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - 43CE6FE881FB870D2E73185963CE9AAA /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 4400DCB91ECD5BF8BEDC112008C48F22 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4412D0B6E1B94186BED1AC771A620AB8 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - 441596D754422C1330756FD193E039AC /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 444723BD42AC72A9643D75D4B433E6EC /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 43DDEA1F27D949AE9D38796EC35D1A2B /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 43F6973241754EDA9F7B13206E81A537 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + 442EC45434A4041CC0F0E3FA405F85C6 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; 444EB668B5DF0250FA512DCB50A00131 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 4457530BA40FABA8504D13C3C899FE3D /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 446BC9F8022E9338DE5AEA7101664A3C /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; - 447082B73897CDADEB9EFA48158BFEAE /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 446EDF0AB80322197CF98F9E1ADD3627 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 448980D6B31E0B91ADA7B1B98C50FFC6 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; 449726C9768F455E6476B45D54DF3AB0 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 44E7C4CDDD067B1E49A86DB501BC9574 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 4520A236E907CFC6DA14890C893D2C35 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 452A6CC263F1F0F0051EEFEA92E452F2 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - 457E298C228B315A9B8BD7949EEB5BAC /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 44EA316AF87FB693DE8EA810BF431D5A /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 451445F6F812B0F252951A9049BE2C3A /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 454FF396DEAA68CE0D13BC5396738DAF /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + 457ACBACD041424F5C74219A24DD5043 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; 45C008E4BE5488278FE31813E3855959 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 45D47468ACA2A88021D2E56B1EC4E998 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 45E5944D663A9B6255497EF1DE9681A2 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + 45D3EDFCBADC8033942DB0F8CEB0487F /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; 46018D5F6434EFDDFA2D57B41E005D73 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 4603014ACD08C1CB91C52D909B13A6E8 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - 46106210B3BC5123E7D0DBA514201500 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + 4604F4F078904CD14B69E227880BF4E5 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; 4638F9C2952ED417146E2D08B9F9A66B /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/SDImageIOCoder.m; sourceTree = ""; }; - 463B1EB8D04FAACA163FE09446222DC8 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 4662D0AA9D5A481CF48D746C9C775489 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + 466ACF371C4477E54510122F96B37AF5 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; 467E582DE0BDA1F42D073D4B849F1616 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 46927329D5EC7995F2B6C5652B95EF84 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; - 46C24C262EF4E6CD7056C82A9748D12B /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; - 46C669596ADD59B21089291C6B5A3A08 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 46E5DC47A6BEB6A248691EF958BB460D /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 472B737D71B14081EC627280590134D5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 46C9401ADB5A35672C9D0E37F20A4900 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; 473A5AAB43EF53BC21D685B3C3648058 /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; 47494D5E165034FF4F5871F345C22937 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 476E794248BA58E691E4F2BE07C41FDA /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 47953AEC51E93F7B5CC3F148A53079E1 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 47A890747EFF40C463428231DD96DB4D /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; + 474F89590B39A62F246DD368151B7D6C /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + 47AD47E3B107B4D930B0E2729834EB3A /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; 47B03B6E3A221F90BEE3EE6BB7A36DAC /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 47BA3795198EFC617D63E68704BCD589 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - 47C44753081255FE20694073B672AC75 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; - 47D44304E9F1E341184C9FC1193BEE80 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; - 483A95D0635232EB4AC936AE08085471 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; - 485CCE0E188080098E0E95B2E15C7BFB /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 486E3447490759A30C0E6FF1A96A3EBB /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; - 4899ED5138E92F712577A31416AE7B77 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 47F99D3EF52372D7E17BA6F01BD88306 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 4806CCA1730D802275EA0BDAA633B7B3 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + 4840680E9898C8280ABE1DA4EEF67FAE /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; 489BA8CD89137FB7934A8921F72EB459 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/SDAnimatedImageView.m; sourceTree = ""; }; - 489C3F92A9301BBC98080223732F32CF /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 48B05EB643E82025C869218122AFBBA2 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 48ABDC781319C41D5B55AA764384F7DD /* libreact-native-splash-screen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-splash-screen.a"; path = "libreact-native-splash-screen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 48CD2B35BC4BD01DF2BEAFC34A84C2DE /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; 48CE1DD39717082CA7661BD21D61405A /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 48E3EC552A8F85293068FB75C091ECBF /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 48E59AE8481CB977415EF07579EE4518 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; 48EA30DBA33C3A87137605AACF07B10C /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + 48FF9930A377823CBAD801CE36D363F2 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + 490BA87EBEDFFAF30F01BBE255FDC490 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 491642CD439B994CC5B11D3D28F5ED64 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; 494819580627A0A9FF42D7A115CA8D18 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/SDWebImageIndicator.m; sourceTree = ""; }; 4992BD8323095EF809A67F49E094EE79 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 49E33DAB86C0D71E9F5AADAC4306A334 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4A10169B27DBECF879C9841C9B81532B /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; - 4A4753CAD84AC6BB2843118C80622CAD /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 4A47C2847813E090878507CC2FECC5BE /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 4A482850ABBF3989675D0CEF0C27BBE7 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - 4A510EC3E5E05059EF2B395938768788 /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4AC0F72BC153426290FA4E66BD95DA65 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4AE138455136B3567C19F8E82A9BE0C4 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 4B07D3187B1884B5024C4AB96C3412D0 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 4B08040001CC4E18563D761FD0B50B82 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 4B10338CF58745DBC7DAB8A64A1E8972 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - 4B4E6AF4ECBDB0C1D669622920D39A07 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - 4B89C325197E213087FDC0BAA9D4EC41 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 4BAE6451A52DA6DA0E5B956A6EF61DE2 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - 4BBF5252867C8BA9F0257FA78A784553 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 49BF198B90E3FC2C13D1DC74B8CCFB07 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 49C2126D5247E6EFDA03562DAE15B214 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + 49C65CE797F23E2F95A50A81A744F950 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 49DD38949991B3641A4C728038F9715A /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 49E34D02D1F6AFAAB044B8867103458F /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + 49F672E5AE34DD5279E81B65E3E843D0 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 49FC70DD5569A3A9C8B7E8003E29FCCE /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; + 4A0C78B3E46CF6595ADB2E7B26CBFDFA /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; + 4A28A67B93625EFEF127CCD6C509BC14 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + 4A2D69792FF42890F2D705BCCF04E5BC /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 4AD5411A791871B17CF9C4032126B13A /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + 4B08D30662AE077814B9B64DCDF596A5 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; + 4B1AFD62D7339DF4A239E6B4FB0AF8F6 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 4B84EA727D8775648964F01157C2E6B7 /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; + 4BA135795E65AB256C023F8A8929CB13 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; + 4BC3486FBE3A079D9784885B31CFD85E /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; 4BEC9C2B3F2DB659A15C87010CEEC274 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 4BF7E4D62A246FF3837C1CC0BF710F79 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 4C1E633E1ED879F88E37B60029711CE3 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; 4C3594BCF2E739806B65560A21970438 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - 4C5ABAF73422CD9556FAEB9BA9A9FDA3 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - 4C81AD240110CAAD943EC43CC51A866A /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - 4C8380E7EB9F872576B3F709EACB7222 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; - 4CA52393C44CF7E8C261D712045BFD7D /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - 4CBB02680248A4A66BB85CB1EB12E43A /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 4C9D39B8825254A6DF3BEFEE5448DA93 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; 4CE59CF7D9AB5CCBE1E03F714C1A3222 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 4D033DDCD9D7D51328F55C382C7E8558 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 4D19ED6B286CFD0CF6420A51C21EF1B0 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4D3C9F86C0FF1A6EE653B9AF7B7078BD /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - 4D9FC4C3ACE3F5E99A52D65AFF47865E /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DF561852A25F357F0C8C36C7907E2AF /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - 4DFB75FDE623EDC4B2979C827B132A69 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 4DFF5CDA064F4FA4EDA85B017D9B24C0 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - 4E188867975CFEC9DC22E11F656AD9CC /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 4D3E37F23B579D1D7012DB7E85B53717 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 4D4ED393E2B157AA027167F2D8EFFFBD /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 4D695FF6F8B7EF4C340E819B8C6FA1CD /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 4DC148A9BB2A881A6D4055570E000919 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4E06B99617EA8D0EC065C21617C267EE /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4E21FBA326656BCDA854C65100791457 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 4E356EEF6C6EB0EA56B084403B56712E /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4E3EDCDB495EAB989DDE2B195D2C884F /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - 4E577C9CA677CF46954DCEDC95491552 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - 4E77B46D7DF1834079EA8F1289DA11AA /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 4EBED3EBBF42DAA274CD73CD83FAA801 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + 4EBAB0E8EE3295831CD08049D8CBD323 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; 4EC14D1A14C431F11C9FA55E47179290 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; 4ECFF27824FCCBDDB1DAF6494A8E3018 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - 4EDF17FE7B3B410298204F4527CD8E18 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; - 4F28CC964830BEDF04AFC2674A1541EB /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; + 4EE366EE8F13BF6AC4D3ECA4BAE37166 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + 4F145B05F6202E37B05D53C3FC0BE863 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 4F168398CFFE06FD32BE073A7C831F5D /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; 4F33079FC5A0030BC12CB9FE4EC945F5 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/SDImageCoderHelper.m; sourceTree = ""; }; + 4F3E8100CE83B7D78B6026603D6FC47B /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; 4F4BE2B2E5D6E1D8C9158F3A110B29D7 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; - 4F569623A1A06B1A1B515EDF8276AF9F /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 4F64DA11C46A8A83786AC3969379E970 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 4F6D0313F46C6CCD608E71212ADCD4A6 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 4F77314C81AC0BA9E18A0B1546F15731 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 4FA474BEC2AD88B2B29DBCF62F60E6C8 /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; 4FB245E32C3A6682B5F1F217E8689ECE /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/SDImageLoadersManager.h; sourceTree = ""; }; - 4FD1802063D9D8CCA12615105C212D1D /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4FDE717A673BB6721F55C83860D0F5DC /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 5026051630D34648FC3216EE779E7C22 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - 50454B3604D47272D9A1670A4AD0E590 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 507F2F54D88C9B38663E68C8A2765DC9 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 508749A3D3D81205830521D8B6F4B9E7 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; - 508A60D4790C180CE69DB7C7375EC9E3 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - 5111CCF291CB07F02FE2B4FE51BDA8D8 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 5141F1063A39280F0B5D5F5A45500410 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 518A3D4E214FDEE719518C7CAAC790DA /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 4FB5C3BB038A5C2AC30589ACE2DCDF9A /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + 50324A256431BC59EA4AE7FC2F919554 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 50B782CC74CDE5F35977346D121CF53B /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + 50BD987AB59EC33B25FC051425D4103A /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 50D91285DAFAC9EE2C5DB708653F0975 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + 50DC19956E8F485F541341C71946A6BD /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 50E9454FE366982860CED63683B95408 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 5118F86E52E03D041F3EC79A9E18656E /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + 511C5227E883B8A021419B036F331B87 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 5125152960AA8F9A82FF265C37646373 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 513790A7F13C4CDF2B78D62F88308B70 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 51635BB40F2B8501F60AE893FD7B152E /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 5173F0707A7F495E761E77EF3C854062 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; + 51938FA9CAE30CC706F2F5F94B070006 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; 51B3484E9A13910E2BE6F88836177866 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - 51DA96A1B424B797C252ED0E1C130EA5 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - 51FF4577F67906E710909E28A54E852D /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; - 520E4CD12BB94B30A3D924D009C19911 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; - 521D1179938E1A0B2F172288502F6B86 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 523BA9A62CA4C42C492AC7CBECC7A54F /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 51D0CCC30D432A40137A580394D2AA69 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 52399FE01E2C679B42E6DC73709914E4 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; 523F0A4F1E3051AA1E22A50B39B3C035 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; 526808FCB647A1310B018F7D644F1B1B /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - 52AC0D06E5E706BEB387C586679C3D10 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 52BBEA0FC176D2EF0A6F866E2FD24F64 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 5295B9A58751574BB70E90A70C72EF7D /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; 52CD4698E213A92E481B014F65706899 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - 52D44710867C0BCB97FFC9BB6E41FEDF /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 52F05606AE08A3447265857006D54FF4 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - 5321F7026007E693191BFE41627ED3A7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 532FC48348E00E4595A4FE8D654CE488 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 52F2DF341DC961C9B783A0DFB38287C0 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; + 531A6F9842D2824BF778FE9E51659A86 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; 534A34629E4435800A496E2336176553 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + 535896DEDD1FE134F5A3568BA8458B57 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 5371B288ED9F1F02FFA3C53E19BF7A38 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + 53829003F4355B4F52C588DE40D88F82 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; 538942E0D59384F03321537A1C9E4A7D /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; 53A6E4908FB17BD3CBD355CB5CC59010 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; 53BB6273431F000D9A5DCD5765BD5C9C /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; - 5415B6B92738D4783A35FF74B84C0213 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 54362C40444EF078AF859C33BD8ABC9C /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - 544362C8BEF517578061C4D6B8C1A4DD /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; - 5462717E3C4D7F3CF667231D619B8298 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 5462D195B8B647E8B977E4417CE3DC31 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 53C4F4D2C2B74C70ED5A7C3668280317 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 5436F1D75649975E82D7F4535EAA1925 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + 5463527414D8473936C61660FAC435E1 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; 54691E9872FE05CE71B6F84E82D93EB0 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 54811106EB99A7C7883D8D64ECD0972B /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; - 5482C1FD74182567913F06828BA5915C /* 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; }; - 54BB636B5888FD2155BBB488CDD8DA06 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + 5475E7BAD37E85809BCBB603367C85A0 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 54B76EF4E6AF0C1307AFFF2B562B0104 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + 54D4180FB38F4C34AC077C333EE26E88 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 54F0A7FB23B9B565E4B294A3EB9535DF /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; 550BEF435827F7432BE55250EA542ED6 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - 552DF227846E9524413D1B5DD127DB16 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 553FA7CFEA0A88C00BA87B6A94BD6632 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - 558C53BE11C9A38742627BC622EA6084 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; - 559BCBA126E7BA103068C20107919560 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - 55FACE4DD8CEAAEC94E8FDF10B18CF73 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + 5513B0C1605D4FB74179BB7B44A8BE1D /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + 556492C01AD97A882738EEE0F60B9E1F /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + 55798DD1731FD79A8E574108EABAD56B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 558A13FCC0350DA4AFD4558EE26CE594 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 55C5F45EEC3FCA768ACE6DE253BB7B47 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; 5623283A57140BEDEF6310769F9C2E9E /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 56442FB6BA39329A4E77260A185521A1 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; 5647841A7C5A01D12C01B9E40BDBA2FD /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; 566AB7F69C06353CA00BFBAED95AC568 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + 567C7BB8C31E0C55DCE615975E1ECEC3 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 56A22D40B06CBA477F3BCDCBF51BF1B2 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; 56BD8DC99EFD020787B5AAD11C09F6BF /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; 56DB28B663C47B5F75E9ECB906DDBAAD /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; 57074C30E9329F39E336988E1F5E0F9F /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 5717B3E3447D6DE343B44B3764AF92A2 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; - 578BBEB9B771A9CBD1F16615D0B77E1A /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - 57A37C849607E842439A02691F3CC40E /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 57C4E8138D049248287B96522705CBAF /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 57CD8A375D8D1C7C62BA56E54C204F0D /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 57CF29697A1A4639C1C128170BA5B0F6 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 570880541063F4E5A7647E06BD4A1167 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 570BEA4152BDB5C3E1506AFA743AAD0D /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; + 573E7ADAEC677D5FEC9B48DCBFD2C20B /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 577A0A22472B86AE4083BEDC3405AE78 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; + 57A6EBC0F9A2B3B8D8234BE2605E7A3D /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; + 57BD58A6B0414A04432A9795E5799B7E /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 57CB566CFC72DDB55D98D3820FFFAB11 /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + 57E4C62C9A791E8FE7CD3897073327D8 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 57F121574CE8473F0ED947F8D39C7549 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + 58047116512C98FBCA1D06DD8141EBE3 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 580BDC52225EDA1648E9BA34DF9AA018 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 581E9452A2CAC0ED23C28092653FDDB4 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; 5827E32B04D27831875D8760DF6E6137 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/SDImageCachesManager.m; sourceTree = ""; }; - 584D1FD0FA8BF3B5267C42C4B514D077 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - 5889AA32530B62C092DB5CE422DD277A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 589504FBF2A445ACDE2EC05C724DC7AC /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 5834CE342FC7B5E9505C92502E2B76B9 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + 5841D013FBC0923A4E64E5225CFA8DF8 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 5842E94B46FBC412497D6917BEF230BF /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5850A15810483577C53457225F1380BF /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 58849137550BCDCAA290ABD86155A766 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 58A0E82CC084EE9856C57C1BEBAAB495 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 58CE3499647F53AD629952FE58F3FF88 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 58F00C0C05A918B6029299880AE7AD27 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; 58FE105D63D9342E4EEF7D4D64A2B6E2 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; 594282087989AF36C10364EE452A9C01 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - 5944900E5E1BC2178896A7241A8D5240 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 5A14D14584925A5A1423C52D0DDCCC93 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 5A202E8894AABF81E207CCD191561C62 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 59749713B83026247618846B26EC62C1 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 59A9F538CF6867B0FEA5BEC047A0791E /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + 5A375AB2286DAB36F004AF947D75F512 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; 5A4775901279C59CFEF130A53A02BB60 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - 5A59FF1F56606FC5E15019FE59D2959F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5AA7AEC311AA7E72249F565B5E844858 /* 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; }; + 5A55034389AEF80EB300955FFA2A81B8 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + 5AB82BB0D08A1ED068801F6E760B2085 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 5AE4E4157527C1E5C553A3EE7A85A35C /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 5AE119A135E34FDD73978F095EA66B09 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 5AEEECA37E78F37CB9488C1F90BF14B1 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + 5AEFF18F2A460A38B567E34FF6DFA3AA /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + 5AFC859967FB0A6A13D741C2E7EDCB79 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 5B22B74A1FD959A58186C061218AED27 /* 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; }; + 5B329A2A557C43524256AC5DA10AA06E /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 5B342E4F5CCEF77B770F9ECC6AF8B81F /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; 5B4395501655576E6E062C4C7F859940 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 5B770CC70A531F77AF449E068F470855 /* 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; }; + 5B4B60C4D8FAAEFC82F0DCB6BF553FFE /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B5E51A44CC7F6BB2EE3DEC4963AE3AB /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 5B673E960D46573BBD85F32BA883D27A /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + 5B7EDE65B526AF5AF0E835F1F921FEEF /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; 5BE85978726919166E96BEB7EE944049 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; - 5C16A53739D56448ED5FDFB1AA382358 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; 5C16EE0B0291346B1C2031D60B1E0EDB /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + 5C1D224ED7D100B83268B7B2EE2154B2 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + 5C346736C375E1152E9BC018DC88CC76 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; 5C4CC5C2B22ED14AD4DCD7309F0DFB04 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - 5C517820F51C827290E80FDF09465E74 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + 5C4F89BBECC8CB3D86ACCBBA842E24C9 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; 5C8974C8E1A0C09C0F6D32AEFA43597D /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; 5CB41E1576D4AEF36B226DCFF55D111A /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; 5CB53691B08EF681E0EE92D7AFC6F11C /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; 5CD04E49AB5364DFD2C5C99CC343E78C /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 5D29DFFF1E250DBC669B44E3533F0EC8 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 5D24DE22726E14E4534D604EA6FE85F3 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; 5D43582592C7FAE9E68F3FBEAA0764DB /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; 5D583CC08B9C0688CFCBF30BFFFE7341 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - 5D6216C6D08B7FB7B60774D4ADE817D6 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - 5D6CED667E16A87B197541773CF41D9F /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 5D5EAAD17DC4ECA5EC931F1FBA89E908 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; 5D82B45395887652BEB5BD663843B08F /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - 5D8965D44FEA89F0F0FEF28A28C599E0 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5DAD8695BB67E531191B66F0908CCE21 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; - 5DDA7C9BF621A6457621ECCDBAD5825D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 5E4B89F2C1EBDF5553E50F76A5146362 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 5DBB2B45CB673258D52B22826728BA95 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + 5E075825CFE5CA7F2DFCD06D10665FB5 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 5E0A6B263E4B023A200BD3FCB76EEFB8 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 5E11CC22BF0317197503E4D311B6EFBC /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 5E1E24C513059B12ABEBDDB0610EA408 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 5E2ECB3D6FC7B0D3D57E865C6A8B40AF /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5E359C147716165BA50A5164E992E464 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5E5467D7BCCF311BB4A224209BA7E09E /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; 5E7C7030163A3BAAA29F0804FF8DEDDB /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; 5E90D60AD004DEF77D4982EB6147B952 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - 5F0417DF7DC716DB5C620AB51F4C9F4E /* 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; }; - 5F29D18AA1C8A7CA7F53B9DD91ECFA02 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - 5F64DBC99F9E7929B1BECD41274C1FBE /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 5F6C024E466470A0CD94E984F9BDFAEB /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - 5F8FCBC361813C33E895A078DEAB80C7 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; - 5FA1FA65C2CE4C6CF94919C6E65DB039 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 5FE59310AFCAEF3DF136B4FE2BB9613C /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 6002548F0D6352AD9F93A57DD7ECAA91 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 6009FCADBCF0E251CD18EB6529DD6C46 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F316BE0D91120567B4772A12697C097 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5F8FDE07A8CD80F3F7284A08B7E07EBF /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; + 5F9DEDA52F9F0359E9E648B59CBE9B90 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 601077786F2BF31AB6F54D1309CC77E5 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 6011CE032CA3FEC13D92450ABB063E2A /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; 6013F9366E4A5DF788DC2EF8FE75AD79 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; + 602DE7ED23E36825D2803F31E2531AFC /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + 6034A83CD7E157C9F42A866F17DF519B /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 605D7DDD9A65AE1369BBD234821652C1 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; + 60A859F976D4AF2157EF57DBEA0B3C65 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; 60A8CF261336A16C149A7CC385C0718A /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 60AADDB022A807C1AE821D4AB37A87A5 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 60D3FCD7C8D4E995F50E5531B773BC85 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 610CD3B251ADFCD43D492EDD0A51C0BE /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 6131EBAD18A3034FB488C049B02CCB42 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 613B9F59F81231CBD4FCF0F4E630497D /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - 619174F8C24BD7718903D028B50FCF38 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 61A3AB932BEB1EE0EDACBDD48575C92C /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + 60AD1863621065E0BF438751B857F87B /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 60C632E7F652D91D7C635B19585DD39E /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 60FE57DE35459ED6D397FAB9B6CE0555 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + 6108A6690F18D28672884E623ECDDFF2 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; + 6134E503D35E3D7349DB6295A93D7EA6 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 617A441BAFE76D21E66D07461F5B5DA1 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 61931ECABA291F33C20B4D84551A7357 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + 61AED5C8DDFDA6AA0C63745611BF264C /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; 61BA5E92B5979C9480CF54A4EAC8126E /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; - 61D2613559F13A61BC4BC04D7571E034 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 61E29192670754150CC9912A161DC988 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 621B521A021D4327D99BED508DF19F61 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 61C5D077CCE2732DB1C5CD829483D970 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + 61CC3BF260593EAC7F2BB0472E5689B2 /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; + 61CD50979B7AF4833B0DFE5593B7AD63 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 61D2B61E262C7C0888D392DC22DCA318 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 61DF9146159BF3CFDAD43CD674C0C9AA /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; + 61E8398558DF8E66A81DD87457C70837 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + 621CF1D31D76D2226CA0C93E31D1A9D8 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 6221BA4340477A41EEC7E6993D06506C /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; 62272C24B5240F69AA9C5C598FB9E34B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 623CC98089DADE02E8845B37E1AAA447 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - 624E8A2306A0FDA0A14688F780884E71 /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + 623BAD70B7A2A79F41ADDBD84DE1C21B /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + 6251894868778B901A1346626D58D2C6 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 6272FD9F5F452334ACACC9386D673F7E /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 62BC3988B600C3FA32F6F7A21DC79BD9 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - 62E15BE798E12FA3956DFD5E3AAE5E8F /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 62E9BACC87E664E17CC5F181B8648040 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 62F54DF0D56CF024A5A13A1C7A8DE898 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 62D7C8D19931F3EEEA57C7EA6811EFDE /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 62E36B8112FE65AFBCD3AD7AE511B69B /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 62EA6F93021B118339558829D5E7DF7C /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; 63062BBEC1A164A5789AED85BA5D9DB0 /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; - 63338362FE12E11B740652E50F73AF9D /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 6324A968D58D75A2D1E066A54D856EB8 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; + 6362DF7FAB3313E700F0D14B95A32775 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 636867FF59E1EBBFD5A0212021DBC8F9 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; 6368AE99168C21F787D01D4BA98CBF5A /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 636E39C7DBBF6116EC6461E3869F2A5A /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 63895CDE3EAF4F65ABFED2DF0BFA9FD3 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - 63A09516D70AF28DD7AEF1FBA8887E81 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; - 63DC28D9B63C18814B576F7016271D3C /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - 63EDD9B68B3DF23D26E0D34346198BEA /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - 63EE11317E3B6D7DDA8328371D2BCE99 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; - 63F7A5C2852E548DB5565642E7AC385B /* 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; }; - 6408973C73FB4221D739092765EF877D /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 638DDA47530A49EBACC18BEA9B47EBFB /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 63A3A3C43A6661823033D8D114E53747 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + 63B82C12830DBDD363F42361BEB1D187 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + 63E727EBA0268BA8BE003E337A3DC5E9 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; + 63E98DEE136F7B63EBCE7B1E62AF8635 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; 640C9F3E1DCDD8A204E08198B7D918AF /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; + 6415A86CCC556E42F8F7BAEF034EB83D /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; 6415EC638519FC624A6A88227B41DECF /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 6436F9D595AFA0078A0A2BB262E65E08 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 643ACC65D186CFF42BAF6BDB19F8FD04 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - 6447DEDEC6444963F5043B2CBB605787 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 64601BD671DAAD144FF496757474AE38 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + 642AA75C257DE2F60750F5EC280B372B /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 64665A34166ECA403B193E43544DEFC6 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; 6482CC18F554B79FC6B2E2DFB5E802A2 /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; 64CD04BBDFD42707A7C5C11B96529054 /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 652D7368DAE6C27B77FF58D637FF1F0B /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 6536B35E7702CB12B5391BBC4AE13129 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + 64DE0BD92C2810D3E62E086D52B2A413 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 64F2E8354B6F157EF566BC26CF20E8C6 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + 652F970E03F078A3ECCD35D80E227F37 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 6565C0FD12AF1B1D99F3032BAA250213 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; 656618CCBF9B1ADAB445ECA9A44F72C6 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; + 65751DCCF3D23C4E1FEC567366C9E460 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; 65C7AC0E687A4458907CEE9CB43FC2B2 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - 6644CCDD548545A4579A6A91E7F29A21 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; + 65D8C48DA97DCA94837CDCA24CF8AF26 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 65F0321F02514FB73EC4F7B37AAC757E /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; + 65F1F0F994F41477091AA42652A90719 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 65F8349A90580B00904968A72505F55D /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 65F943A4F55889ABEFE049ACEB28866C /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 662121342B0FCC013B91CDEC7060BFCE /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 6624DC9EA0907128DB6635E9CDC4FD29 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; 664F7CEF791DA66E39B8D29EC128A6E0 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - 669BBF7D615D008EC81B5594A567C0C8 /* 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; }; + 668F3440AAA3FC0DF440BE2BB2EEEF5C /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; 669D29B808A079357850471FA5DA96BD /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 66B6468187237F107D577CA0151DDF8F /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 66F4C9CAD2BF5DD4C8B97E5B50CD345C /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 66F749BC0C39B2125412C5E2CF4293D3 /* libReact-RCTWebSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTWebSocket.a"; path = "libReact-RCTWebSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 67091E6665BFC05325822AB051C933A1 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + 66AD66FAD3179646D031E37A6B70700B /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + 66C626D06B7BC19502CF220672EA7E78 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + 67003287C0441A5CA7DC4739DB8572BE /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 67102BDB9EDDEE112AD858D676FC6528 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; 672097C17BAC1DE2A3A0878AC3E68ABB /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 6736B60E76F90D25B1E60F05434D74C3 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + 6722258057A746E310610A9B49526D63 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 6749DC97883A3808DC38CE30DD2D6C35 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; 67576BA243FA4BB19B4835623AC33698 /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; - 67BE3C5073FC5B80C6ECB25906DAEF2B /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 67CA2919E9A8743F4103C0F145CDD9AE /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 67F9DF5E0BD7596201DC55355D04432B /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; - 681D1654DD3AEA97BBA66AA2AE19B6AE /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - 682DD1A38B1B8E7EB73D071CA7E3FBA5 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; - 682FB3CB4B89006DC8F0C8EEFC47B538 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 68355E6B97DB3648A020509E74C55E55 /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 67D0E61FF30EB1C92660D5B131DD1BA0 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + 67F47D720102B9A940F6F7CB4676DCC5 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 68037B7F6B803C7149135AD13BD9B4B9 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 683A7B1F60C5F7CDF615F8C6E2C969C9 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + 684BF819AC53074D6E145ADFF41FC14A /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 685D2F93506BF486FF58D64CF23811DC /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + 686561298CF861BB2F982763945AE3CB /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; 68664529C27BF53D318377C903B25283 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; 68739F1912FB98E5E8F8E719380F556D /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - 688372DED8D376E4CB68161BAC0CAF25 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - 688910844C47C621BFDA3110DC2BE286 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 688130BEEDA946684483922C8970400A /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; 689916F92A79A2906661A96389345605 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; - 68A09101957973F60D522CB2ECFA95DE /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - 68A51CCF6DE8C69B10B02EE5861DC7A0 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; - 68DB35F28F2EAA9D6C9923B637A04A0F /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 68B9E8636E08EC32D592C078D17CD816 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; 68DB6250F59C582FA5CD2872AEF2AF59 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/SDDiskCache.m; sourceTree = ""; }; 693F122720C0DBF8806984988B7818A0 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 697E41DFD6433B997F14571857D780FD /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; - 69A02707645EBD54371C68F5B19FB247 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 69D9D74FC949125BF2C2DB9005D7D64C /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 6A0967AA2C111474531829CC1629E844 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 6A0A73B6C8119E4BED784338804C0218 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6A145EE6166572D000B73418B63D8CC2 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 6A1B12DB7D74700D1ACDE73BD8A59904 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; - 6A20907F42AB61D2327B6138C7329CD3 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 6A6B2D86B4F6FCC3209518361605EA5C /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; - 6A6BCF569DA4B95C10E05D1DF0B8CD98 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6946DED8D389A7C2DDC5C205E09465AC /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; + 695BAEEE578DA0268841E1A56CC7E46B /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 697915D9119B1AD6A48C69DF5785666A /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + 69808FEFB02FD95F0E8234F699F865C1 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; + 698F789050F0E80FEE93D78A588D7172 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 6998206C5A79FA78FE8BF1EC56D7C57A /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 69B1D4ABDCB65D18C53B83DFD779A539 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; + 69E8D13A8B638CE79932EFC8BAB81669 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 6A05CA40E6988CBBB1EDFD45EFB0CD18 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 6A09658F7C6FFE81456F990B35DA339A /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 6A09ECA5ED1FEEE878D6FF507F56B44B /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 6A0D66B1B46C8ECEB3FCADA65987B1D2 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 6A2408524A78B36BF52250F82EFAEEA3 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 6A51B4BB33F584D7AADBD28F0245BE27 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6A63E898BC07F85E2FC80DAD2B5F1841 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; 6A6D049406AA265EC77A00D1D55E72BA /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; 6A729C6D908D4E59C9C24C1B5229528B /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 6A77D2C626B6F0C06434C7E72DC0438D /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; 6AAE35F4BCC73F18E6E3D5E48BE35417 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 6AD15FFE6F4809FCCC45F598D4CF3F16 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6B05CFB36D8BF54B9250F8D9304D4168 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; - 6B22DCA13E35B0A799EF94185F755A0F /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - 6B2615C7492D2CE070EFC612A567442E /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 6AC435FC1F9803234E3FB3D288E97862 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 6ACDB9655E22BF71FC99C1509240588F /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 6ACEC73E1FE249FFF426892FA44B1EE4 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 6B0E1B5F832A38BF37DA4147FF51E65C /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; + 6B261B587F548BDFF49F2B94B21D5947 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 6B466D7CC2A05936DBC0F94C306FDF3C /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; 6B6DA382837796EE4053281F4618CBAF /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 6B6F1A6D4FC6A704D584114A5826841A /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 6B7B1958B9CFC8CF7FC8C0988AE1F736 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 6B82C9D526227DC81DC38F3736ECFD49 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + 6B9661C54B5CC603B502989D0C6B6DB9 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 6BC4C2BD2F25A9FEFC6C18473A327CBC /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + 6BD04A096EC21749A922DCC01028B19D /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 6BEF26167C38DEC771897ECAF276642F /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + 6BFFAC82E9BEEEE5ECE94B2D36EB3C1A /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; 6C1D3E0B0699AC2F1DC5E3EDF95B116B /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/SDWebImageError.m; sourceTree = ""; }; - 6C560D43E7AA91BB3FA45CFA5C2B21F2 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - 6C7A36D68534DE7E3A9C827EF82F60E4 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 6CF95DF1801EE37788D4C416483F9EC3 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 6D1090B5290D18AABCA80BA6461BD739 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - 6D3DF6BF4D44FFF5237164CB4C2D9D51 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 6D4FD4A302DCE1F490FC3B82F9BDC073 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 6D54F0FD48994D0F887A806917DA24FE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 6D59EE4C5A96DE654D620618E2B9A524 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; - 6D5E1821DAD745C222E1E3B6B620EC54 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - 6D60850FCC779063B604E14190A3752A /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 6C600359C0E1865C8B03B5AA22B85A77 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + 6C837D9B2A66829949840D9556C54618 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 6C95219ACE0E24B9B2C635CAF6E58101 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + 6CD4F65D5BD05FF1CD60D10F38EE57E0 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 6D1391EAAA9D16665976E22270215822 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 6D62D35A56DD5AA16F46A07B640C0104 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; 6D64EF5101331F914CBA4CF73233F909 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - 6D83686E46F6086A5529AE63D4C7DFAB /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; + 6D7425660FCD006E6AEA27A8EE4C9274 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 6D76588E89D7880DAF8566469232320F /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; 6D8B132E736E6DABCD3B948E8FFC503F /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; 6D95B7BDAE5829AF31B506C54D91DD35 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 6DDF14631A281182E6B402AA058CE7D4 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; 6E294961BBA6FE83A76DE4AC948D3C06 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 6E2C08F171DAA291C22B59F9CCBED577 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; - 6E3BF669BA0F5B442A027CD152EFC645 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - 6E9A06F49DE6FB6CCF076E91285C4F3B /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 6E50879EC7C3F1F7FFC6185A1E916943 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + 6EAFA7C90F823F49C5CF61D2C0DF7563 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 6EB1C3A04605BFEDB9B8B6412EBF5BD8 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; 6ECD790AD45BF12247973C7967F809F6 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 6EE6998C796C153D3E737ECB5F0CDF99 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 6F0FBDAFB71605F22BD3DC3CC4AC8843 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 6F1C9561CCC40804918AF934B13E8794 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + 6F0C2B1F51DCCC84BCE797F5C13740C7 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; 6F6C6DB052C41744E9FEF38DE60428AB /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; - 6F8E20A4D899F0F7BC5FF46AB84BA566 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - 6FA2A1BE2C4225B1E0B19F4A6B2B11E2 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; - 6FBFF355A9F9B2D13387AF0618209D8F /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; + 6F78D700C0C1C0757C7571F39F1F231A /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; 6FD1AEC22B760780BC5622E43C1E0E0D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; 6FE80C9C061E41F73026A137910092C9 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 7030FBCD8F39D71F414FB0B2ED39F3AB /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 707001FE82F27F9D5E583DF965D3B48D /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 70090FD3A44BF057343494E93B95DB79 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 70293075E54768B90A6CAC6BBE150544 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; 70722C0B27E835BA1DD1AD8537B1FDF6 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - 708E90F2F4724B1C5C712DC77160621C /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 70B9276EAD9115A73376D79A4D83BAEA /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; 70EB10F7EB6FAFDD793C9E8C9D31F496 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; + 71053E10EBEF07F5FBFC512733125F78 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; 7132F70EC627B372196080017B2E19F0 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 7143BC448D0E56F4F0ABD4AC5360A0C5 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 71490E6A82F4FAEDF8A08FEF2982F64B /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; 7149428CF1B6CFC8E2C31DCCEDA015DE /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 714A6BF92ADF937DB7D05ADC92A336BE /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 715689384853C2B82BE4E0CA21575EDF /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; + 719C6AD92FFE9A58D0106E8D30BF792A /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + 71AC62983F102EC6265224EF30EE112F /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 71B51402CEE789E99DFB8DE19DA1AD3D /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 71D3767FB2C48EA65E46B4C16D50FCE0 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; 71DAFB86B5ADFFB234E8DB93AFD86C41 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; 71E13006004609295DEC227B8F1EE4C3 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; - 72152091E3A56C984469055A056AAD4C /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - 723B21C36A41DD36726CB2844869D63E /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 72570BF8CC0440793B2214E50DE808E0 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - 72578FC840C8D5A9E4028EB414FA4D54 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 72793BA8C130EF67ACD796F458928111 /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; - 7296A603079B3ACF65D2622487338640 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - 729E07511F14062F96E5B394ABBCC5C4 /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72C81F84371D694AAB59205BA32C2EC2 /* 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; }; - 72C9B62CF7A2BF1E4C7D22996C1F0240 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; - 7334F497F4DAE42E52B14A42F49FDC8B /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; - 73451F1E75AD3250021880E966593F1C /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 73ABF49A40A9A32A36728608BE895094 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 73C690FE20A6B6A197AC3D105E7912AF /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - 740D7771046D484B1E1E280E68CDA8AE /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 721C26B54C6B748F363E2DC9F1AE0789 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + 722C86CE4F820A3504BFF3E5A7780884 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + 7277C9478D15359251FFD8FE655D8EC0 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + 73420C367D1D3C0D75EEC1266701B4F7 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 7349899C8AB95D40C6F4201C39E01E7A /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 7364E5AB0E4441E1623516C3EC819E15 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7373040A2CC8AFA4A4240B6CCD7CB2C8 /* 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; }; + 73D234731A37C8397B01A6CC275BF97B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7407C13AC8F01F266269E4E62051D96A /* 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; }; + 74169E85179AC7BC7EEB634BAE8C77A8 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; 74224D38F9256376A885B98001D4ED12 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - 742795A76CDD66B6A581AF54819BA23D /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 74490B05CF46AEBF98D2E14D31D91A17 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; 747139FD8673B332F8CB4A2E0FE80426 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; - 747CFCDD00C77BC62B73D0C94DA1BA5D /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; - 749D0FCCF05A3A4A2DF622F56B1A1561 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 74D2FE08C6114E7D2A5CA684CEDDF153 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + 74779CA28B17A3FC0CB16B715737F84B /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; + 749BC96826A1DD0BDF0F97F274DB4AE6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 74DD844B9B87D799C1AE3FD4C59F6A4E /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; + 74E2CA080A92900FE71266EB3DD284C4 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; 7504E2C9F5E287F7374E49A9E8A23F90 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 750DFF208D431F1A8BC6404B1039721F /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 7526727E37F82EF467D94C1A4D6004E7 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 75B33E0D8A7E3EBED535BD9FE419AE9D /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 7541D29CA7991741B1BE8C516BBF0B15 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 7542D1921EE3CEABD306DF0E9250D7DF /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 758BB162D0C98356101F6D62F8611011 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + 758D87F5D201A0C3443E160E03CFE94E /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; 75B6263E8AF1D03986E8C1A3B7DA7D13 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 75CD1CAA6F9A1EFB382422A33330BF12 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 75DEB0D6B28F14C95B7F09276C8DFD21 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; 75EAF73A7824AE68F4EB59EEE5EAE53A /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; - 762B43CFE592CD1BABD8313C62911455 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 760998A5AFC3DCF9CFB5424BDC35D15E /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7631A6D851F530E8576898E6C14E8FA8 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; 764BEA0A410293BFC7A09826FE22BF1E /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 7653C4A1641AE61EF1ED06938DF89DD1 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - 766A2AD341C0CC185C3B9951ED2C90CB /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; - 7677F98EDC268D0FE2880A23AD62CB25 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; + 7659213C263F08697E32AC57A2DF60EB /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; 767A67A96F8309E88AB7E8F87065F2E9 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; - 7688703C2854A7B52C045054134072DE /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 76994A626805B94E7894646B36D817F5 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 76A172BC7BF2A1AC714BF8ABAAB32DCB /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 76D4370F6AEE08236D9309AEA8D57442 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 76D7DDC94F8EDAC7F6E314AF3D425AC5 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; 76EBD3E58E67450AEF5938700FEDA707 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; - 771F2226296DB536A0CBDBE0B10EC670 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 7747A006E6EB5F87CB494D66AAA0ECEC /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; - 77553ECC6EBF0BC9740E50000446132D /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 77B1454155A01B06F6289B97E956E4F0 /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 77C1B00F1356422030B58ECD8F24EC96 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 77308DC7DE025FCF86FD6AF9BD558488 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 774F844DD0774B4B7EC1349315ED27CE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7779A040081D1009EEFE6D665AF6CE69 /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + 77AB9E54FF55AE5138CDDF4866425DBC /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 77F863C342DBAF7CA3BA6E9589888537 /* 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; }; 77FE1DEC047DEE1CD398D9FA50CCDE11 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - 786CC77F75AE0B60266BC2437E4EDE55 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 789245D3EADC6C07F62E1A83307B62E7 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; + 78767901F3207E42CCE805D13E347569 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + 78847046DD702C7F63A7A8D20D23B9F5 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + 78BA8934CBD408D34AB505B54460C5CF /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; 78C09F53F3F82D9D3A1A2079D65BAD94 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; + 78C5DDB122C408F7CACF636B3483BE2F /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 78CB16FEDD168D51DE7654B5B7B81A7F /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 78EC5AAE316628AB2E52929AB1EE645D /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 78F47334D062E11AF3D0C160D141C002 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; - 78FA4941BF38941D94D24C0BD22A24BE /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 78FEFF5194337214BD693F7FC72778F8 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 79066AF03543C9324173FFB61078AADB /* 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; }; 7907711E9EC8BC00FC538071C7B27F2C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; 7939212BF7E5AA1B3604D604F224DE98 /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; 793BCBE8646481D3328716EF3FC6C6D2 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 796B314F0840574558B122F665133601 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - 7994C96EFB405774E4F6E7F6119BCAFE /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 7948AF490B61DB0A438C45004DAE5747 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; 79C3510CFD04C18B22821F2A5965A191 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 79E0190E22F1AC42045771F63AD97178 /* libReact-DevSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-DevSupport.a"; path = "libReact-DevSupport.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 79DCDBA066ECEB2B1124AF6F0CDD2FDD /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; 79EBB70B371D1389E15B334770D085DD /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 79F067C7012DBAB30A45B13340FB6A4F /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - 7A29386919AD1B6652A9D8F8C4B6DC91 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - 7A351C6D1FC1C1FED11CC314E48E35DC /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - 7A35A7D836EF36B603643C40F50D4796 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; - 7A8EF47A6E993021AF7335306CA5FA76 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 79ECD9E73CF141C8C783AFB6DC3CAA26 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; + 7A03DECF8CFFD1D1A34CB750FF41B256 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7A2E988C53E5548650AE0A4C96DA6390 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 7A53B2BE525AC5708103801D5FF6E70C /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + 7A9DCABD9312634F018F336974A0D2BE /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; 7AB22B05BF13A5278CD163EF1E98E52B /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 7B5D505A0B82686C2651A4450E05880F /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 7B726C5FC40C6D602C16D0E5ECE8BE97 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - 7BFBBA21A7DD9C635FF5E9927E1A07E0 /* 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; }; - 7C0B5A62B1865EC173695C6863B2A81B /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 7AC9965A7AA8053FD8E2BE02A00A79CF /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + 7AE58998797DF101BBBC63DF5834CB49 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + 7B3AC90C147A2C5CAC3E7492F5D1C028 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 7B586E3E17B600707C20B9632489DAFF /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 7B5EE0B0021D787E43602B457521C228 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7B79AE91C40C82643F1C3C873758E8E2 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + 7BF57A2B562667510007E061DC62BEA6 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; 7C326906E276B27CF1DD3526B310C168 /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - 7C5E6CF637EF47C9B36B392259DD0543 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + 7C4BF359CEE7DC463F5AA1E138454679 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 7C6E4E0F613277840B3A837BB8EF0EF6 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - 7C7167D7FE06129203134C9DED73034A /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 7CCBCBCB7652BE561DF10CB3EF7EF445 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - 7CF27F33039380655F1C225C0FC34867 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 7D13D19C7C0C15794E17EA89C9292DF1 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 7D2D7F2160DF2D40037C8535D6A9D5A5 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; 7D49F235A52C22D3E6A86A3DBEE26396 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - 7D754EC90E9816902D43305FD3202F0B /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; 7D7EB1D94F742D48C36BF9947668BC4C /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; - 7DCFC3AC12AC1C607FF59071567F97EF /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; + 7D9AA39E4DBA840C4894B102BC188A41 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 7DC14EFAA22924CDC97F6609801F06A3 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; + 7DC3E60D0F163138622E3DB845E67D35 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 7E133FC1C6278DBFB32093B8F0665894 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; 7E1DFDA929CBAACCB277C4F095C57D4C /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 7E42FC9015DFA990456F7245ECFC4502 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 7E8A80F7A29D4A4AABB899A8F21B2FE8 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7EB6B5A87A498E609552DA8D1ABDB0FE /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 7EBE6EFC6FECE73E368DF4871D898C3F /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - 7EE042729004CB255DECEFDEDD598FD5 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 7F16D4777A9E1B5B2F177960667D8F95 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 7F3318E571521CF389F3491B39CE5C5A /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 7E255781477EDE39AB7EE254E70AD734 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 7E2B11DF8423623B8F689D364B5B5395 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 7E380728A28948B7C3E4F04A648438FF /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; + 7E86BB729C47FAA719A4C2668818170A /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 7E9C57EE31A090A38646426601FF940F /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 7EB0349C58CB610756D013CF44A23BE4 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; + 7EF59EE8215437A8AC2509B5CA9B07DE /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 7F29FAFF21E099A858F8FE0E36F71AAC /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; 7F50886998DA0B8D653152EAE4C4D535 /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - 7F53B6F7A28E01A5A3A2846838B19FD9 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - 7FA383B37BD11E54B4499A351FD88390 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 7FE911AD8E4DAEAEB5BE4357DDDD56A5 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 7FE98FBDCC40D4B375ED231C6D842FF0 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 7FED951AADC4FE59FC331FCA1C23C592 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 80147B1A0D072BF196238F363FB9EE62 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - 8031F5728BB35640E1CDE1E031BD1B50 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - 8077404B900D9257FAD40F188799F27D /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 80DB7593F4C27EA6E2F9E6C1B10456D1 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; - 80FC4A748EDF70D099E1656CEE3DAA0C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8012126495FD2FBBD3588E28B05226AD /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + 803F5BB971398F1B99E18A1E9A57A9A1 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + 8051AA882F59CF7B1376E2182FEF82B5 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 80D4903FB0B02C11410A7C4283BFEB22 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; 80FFA483C0CB4DE8DEF2F093A39847B9 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - 810D5462C63EB4727FFB204D6B6F8B09 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - 81266168668EA4EBE1440A14F522A511 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 81034404902F8ADE3E9DA588B668D1F1 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; 8131376D01D37DCE394253C32AFE9C42 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; 81493DC56FA384DF42BD56FF1A3821AB /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; 815AB2726183E96338A3CB0E0FB94F67 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + 815F0063DCE0842DC768E1700514B399 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 817B8259B6457C7BFC3E8729B7FD18BC /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - 8197CA80E8DCC6923D518F3AD89F5332 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 81C39C633359A80C633DFAACA15267DC /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; 81D747E2F3E6EBEAAA0E0A5F0B1389BE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 81E6A2F4A90E251CA387D3D7822933E1 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 81EEBEC674F9C01123236D15412C1CF1 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - 81F4515211F4B53A7FED2206945E8AFA /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; 82060BDCE8421854F078CE9D45EC4742 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 82098525302D96A7293AECC771C71156 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 82275334E866BF70FAFC4A620E15427D /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + 8208137EB259D6F2A5B2A3608E45BF22 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 820F16091B89E870AA0A3C372ED041FF /* 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; }; + 82114FB7C668119492B10EE69E0D91A2 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 821DD20135C892749E5142DE1B0E2858 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + 8225E4205F93B351E3C78584576F4A5A /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; + 82461FEB457B7ECDD24619E82C7DF178 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + 824D56C5053F0ECB8CE412FB5247C0F4 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; 824EE839D2B98492FAEBBFBA0AD6A98C /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/SDImageGIFCoder.m; sourceTree = ""; }; - 82BA5F249F07D3A01F2F7436DB410D7C /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 82DE2E775361451792E59C65F12F28E3 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - 82E192F629F9E7034C0949AC0A99E253 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 8335B9FB2E3EDB9344977216AE969732 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 833E3F5907E24B1017DE23BEB8637FFF /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + 826CDC6AC2BA213BF9BFACEB76B33C1C /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 828D894784D0A7ADEF1C74A7F69A7C38 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + 82FB137AD4E58C94CE4887640DD9F8B2 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + 8307E1D8C12F6F39D94BEEE2903F42A5 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 832A65615895A2EA53CFD129FAB794A4 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 83310C09BD22739E1B82B09D05449AC9 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; 837C0E45522E651C57181A0A10F57290 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/SDImageTransformer.h; sourceTree = ""; }; - 83E6B4904A92DF336C6E7C58527E2AB6 /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; - 83ED90190CCF6C6D09E55A2EB95916F5 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - 8427DB63ABD9404459032AAE8DEA0063 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - 847A8CEBA3CCE50DAE43BDB01221061E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 84900009D0488ACEB31CA421AA4C25D9 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 838DACCF3E92CB9BCDFFA065A2F311C6 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + 839762D24A64E0C9C805783A8B634BFC /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 8398BACB06FF8129CA7CFE4E1F300710 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 83CCCC6F4A82C17122EBFD454609E030 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 840349919279E072F685C2937D73E408 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 848216C6893D48B1AFC4EE8BC6FFCAF1 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 84918B85A0DAE1D7A7BDFB9EE5CA552C /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; 8492A50A463D0FF1A9999FEED07C0510 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/SDAnimatedImage.h; sourceTree = ""; }; - 84D4CA2519A18430CAECE8C4B4C3ED75 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - 856B9F607A92FF668D4D403689E89D53 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - 85B49AA8846547A00B1B65C2D1342083 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 85D79E037E75BAFB3CB08C9ADF5BF2C1 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; - 85F7DB310AB5C1CAC46892D3EAA13E64 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - 861FD53864A28A968F192F3DED079839 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 866075975D2AF5294D355B5A89386F8C /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 8697E54AE1BE02EBA9F07FEAFC7BD4C2 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; - 86D0D8583D8699C94659307FE0F61AA8 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 86F126411B4314E37DFE23282E334A84 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; - 86F24906F05435F7FFE6EA6031CA34AC /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 84CC4F9750FE02A1941829DF87CA1C4D /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 84FD9DC5447947C28CD53194781E7B7B /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + 8521858EE91799D3474D53FE4026C074 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; + 8545B504699FFB1F55B409171C3EF0A9 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + 855B46ACE940DBE076BB66C0DEE849EF /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 856E3F4714C0B107EDFEE7203FB1E4CD /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + 8581B4EEEA3F89244A5C2C13894970DB /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 859144731A1BC192B9941AE4437B82A0 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 85C61258C37DEADD21FAB2B12C653863 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8606E2A237E6094928A3583EF0F15A49 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + 860DC1801D174EA70880D5CFC373497D /* 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; }; + 866A038D072488A3176D6D91A071BDE4 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + 8685411A13CF751B1AC9868775F3145A /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; 86F8703C9AEF98BC4A906D6840BC3367 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 872AF4B40789059C4F4116D85CCE2E38 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 86FCF4F2ABC0E5D9D604BACBD958F6A1 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 871207CA3B77B132A71A14E1F3E97DC0 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; 8744DCD5489A6A04E05D9A4DCB318449 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 877129353617CDE0C3EB6B2F1FE53125 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; - 879BFB4FF2A959D252D6B066511B1EAB /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 87D6B34C69412FF46402BC535D0660F8 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 874A42065C4AEAE0DE5F752E9F35AD4C /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + 87B874DC092D05664B8B54817E40DCAA /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; 87F34B541C17B00787E2E5912192FEFD /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 88227C120400A917E2F4CCDCEEA29505 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 886959528EECB637CBB279C82B6752E4 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 880A11CD8C1E0BBB134C4A530798FF18 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 882D2D532CEEE23BD256C61D5ACF4C9B /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; + 88305C32AB44AD391FB6934526148232 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 88429F7552CB64347EC4B2DD30EEBED3 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 8872BDA6A1FD949121413D4AF196E649 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 8876E2BA7D7BC07F24428721FF2F0F0D /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; 888366C0500620E36712F9EC62E7A768 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - 88BAE0204484EA61A3A2C20695E8056C /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - 88C6677A7F054E873DA4AFB3A6C6B5C1 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - 88C6EB4E3BB2FFDA91FE2014EF58475A /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 88D431E9B8E7D93A627FAC0F8A947929 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 8897B78E12754DB26106C6C3CDC00CEE /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; 88E37F7699F8BAA34B951D58C22BA04C /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; - 88EE11D14EBE13B26AFCBACDBC4297D0 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 88F6EE5069205209B0BC90A1D5C6FBC1 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - 89746F47951597081EEE50041E0A4DBF /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 8900E8D771B5D55A56B76C5C54D42526 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 890E8DC53E6459318EDD2F74FC91C518 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; + 891CE739D00790BA6620C22575A931C2 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; 897DEDC6281BB1F35E1172DEC9BA23F9 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/SDImageCoder.h; sourceTree = ""; }; - 898180F79F7C19F91F1D016E453CA2E6 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - 898D7AC064C4F65193C873F3D09F499A /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 89A2DF8510E3459E054038F2369AB8B2 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 89AA5FA63C87D3C475529367B1173FAF /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 898272C6820D12546FF3180D7CB72758 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; 89B4FD8CA9054A81A0FA45E459742F09 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; 89C4F74DC89D02889DFA1C266035DB59 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 89D14A04F1A0F495669967FD1996ADC8 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; - 89E3D0A9630B4040DE62FE16536359B8 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + 89C8105FD0FD35D368D82005FC471BE1 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + 89FA75E623A55D05DB040C1AD7FABDA5 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; 8A0974B26B6AB6E0A12A66BB5517340D /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 8A1633F90D65F33760CF83DC8D057D7C /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; - 8A5EA44A646952D8E7D900C8E644C7CC /* 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; }; - 8A65DEB41339A9D437582DEA36623813 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; - 8A6A63DCA3881F7BD1BDA059B1B61C89 /* 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; }; + 8A63E625E36533160D2D7B2E7C93E31A /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 8A69C9CEA375C53503469B535156039A /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; 8A927DE95BDAF588283170046E90FCF9 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/SDAnimatedImageView.h; sourceTree = ""; }; - 8AB7873A468948D17B37BF15B7FC7467 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - 8AE1A80A3389B3269F4E0F9170453D0A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8AEC15455DC3800C955DC4134881CADA /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 8B097D99AF8F2C24C65C16F9C4FDB462 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - 8B558B41C4A34028F0B114C2E02EAC64 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - 8B5D6477BA7042E1F5D73CD0C5005BDF /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 8A9B6391EAD66508C1DCBFEED9BAA243 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + 8AA6492C83EC9008E614E23E67893DE8 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 8AADBB94DBC6052947BDA1E30F96C51E /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 8AC8AA026948427F08DC66F0E9402478 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + 8ACA2E608A2EC8E4F4CF0541CDC4820B /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; 8B5E9605C2C6D06667A6465F967F06C7 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 8B8BFBD04D2A047272697F0540C192A9 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 8B6087344D64A9F9DC31EEF45718C86E /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; 8B971150FC24EBFD854AC1064FB9E130 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + 8B98CCA973D1287E74DE374D84D9F592 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 8B9D6FAFBC55208E6874E7D797993A58 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; 8BC685BFA32CFDC9B7B5C527F455B262 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - 8C04B78D0C62211B2308FC15DDDAC59D /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8C063B6C29AD59E961E654F66746F77D /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; - 8C3CF8EB5AE576384F0867E50B3D357D /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 8C0130C3570322F9B54D8484C4434867 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 8C2F05D8A06DC8D8099C0F01280C8856 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; 8C3E3AC75267352F336884AA81DEB77A /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/SDImageAPNGCoder.h; sourceTree = ""; }; - 8C5EC6704CDE8186B05FFA0D084DF331 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; 8C612113672046C618FFAC8DBDD0EFB6 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; - 8C65DDE6B1D91D5A2567695A13BC74E1 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; - 8C90DA6A4318C27FF9022A8F37949135 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 8C94625A7BBD487E28D608D34DBD80CC /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 8C7083E96F2AA55DAC108E9FF2BE97C8 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + 8C7BE2DD4C26B47448C151F05C2E26ED /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8CA2F8A58E56FD16B199EBF237E60427 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; - 8CAC96E279AEEE1CE0741959B34E951E /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; - 8CAF1D83FF631AE9C8A854485E8E122C /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 8CC73BA7FE0AF3874EC59E7B904C80A5 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 8CD51B847E9B8520BA51D83BAEAD6E52 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 8CB2C187AD2B3DF29B78EC22380187B6 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + 8CD370E5D7A07A7077D4380040339C0D /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; 8CDB8F285D1BB8965E639569DD3B2CB8 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - 8CF6355465C12D84D31551923BA7A23A /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - 8CF85B6F1BD1C9FC51A3F6A69E3E310D /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; 8D02F0B2B40523B6248E68DD0F836D3C /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/SDImageFrame.m; sourceTree = ""; }; - 8D12798C458DDB6E373CD51E26FEAF71 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 8D373F9C8CED1600E268212757C6843A /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + 8D41322BA9C190A2BC132ADBB0151762 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; 8D4D1E46B7BFAEECDF54C8283569A701 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 8D509108D4F4B446CC04E46F7E7A7377 /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; - 8D58738E34EC9648130DB41E460C2E46 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; - 8D60B65519568944D7BCEF88ED70E5FD /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - 8D801EBC3866C603551B5036275EB992 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 8D4DECF056C8A718E2E4FF591B539A4B /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + 8D700CA475A0E484C908B90BF3FF0906 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 8D862BBC7170AC1CC40B08C730EC1AA4 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 8D983245588F262BA8258E00BAF863A5 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; 8D9A7E958757D6AC4BF086FF9199B675 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/SDImageCacheDefine.m; sourceTree = ""; }; + 8DB73879CB21E7A9A69FC595ED4FC2C1 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 8DC3108151A608EF6764A5069E0330EC /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; 8DE6DEFBC0F970FE24F1BC177BC7A3F7 /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - 8E3F3DB29A20EF9B80D7AD40A70746FE /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 8E5F93F2C3D001787AE5136AC358B322 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 8E14437CC14EC6218B4EF41E734B0109 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; 8E6A56450A8AF738EFD0534FD77B934D /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; - 8E6A5EA6CB66FBA5010CB45ECFEA260F /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 8EA7DD9EC3A60C9FF70AD89A200AF009 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; - 8ECD3A8300CC9FBA9D1600F06F5B53E5 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; - 8EFBF8AB97A52C048143A70E6A5709D4 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; - 8F0DBC01067215A4E2CFF63120130FDF /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; - 8F280435193E524A4AC31868C5F731CD /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 8E76ECFA5B140A2EBB8E54DC11D2729D /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 8E77A960ACEBBD56FD36561B6B4FA8D7 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 8E8B7478E3FC4C8459D06718B1FA7E92 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 8EA01CFBEBA9F9F7EDB5D384B82F4BF2 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; + 8EB976C7BCB8C09977BCC25F6951B016 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + 8EDCA60F3A133D953D1B205620109F1A /* 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; }; + 8F0E6B45065F58CC3946608E7D8515A6 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; 8F2EBE2F5FCA510FE40355D5B597F267 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - 8F44DEB5D5C8D5871F744FA491B3AF5B /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 8F589DCFB5BBD63C71991478EA159FAA /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 8F3D732EB21619BCF6896328F6B9D57A /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 8F4ABF7F8CD000CA4F5652730F308532 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 8F620C5416EA17E45CB746C8A1DA7650 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; 8F6586DD6C58B6E31F75A08CBD67D854 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - 8F6C5B8AB09A56A1EB1D69DF4890C16F /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; 8FAAFC8F6CEDFDC2C3EE9FB8B7ED5DF7 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 8FD385716F1099E25B1EDAF8B01AD86C /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - 9002E74D1B5EFA46717126DE8DC4712F /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - 9025594BB2F65E1FCA1266A57EA6C170 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 904BA2B836E25D0BF69E81AC5C2ACD53 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - 905FBE73E89FABFA8DBD5228943D988C /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 8FAEB8D74173388C1AD5B66F2CCEC1E5 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + 8FB1DE2BE7570605A17B663B988FB553 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 9058DD4CB28CF9694D95C97BD9B7B3FE /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + 9065A2CE512497045B7AE61B72CD5C1D /* 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; }; 9079D12428803561357FB10C61368B1D /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/SDImageCoderHelper.h; sourceTree = ""; }; - 90A032F85B26E973C9811B24C585083E /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 90C3594222632C85369D549CEA62ADDB /* libreact-native-splash-screen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-splash-screen.a"; path = "libreact-native-splash-screen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 91025832204349358308261FFCA0FBBE /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; + 90E766CECC91D6A47231979ED372CF62 /* 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; }; + 90EA21D9A7CE1DA4E43A0FB6D6DF7CF4 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; 910D54F4122391D52F34EA8AD3DDCDFC /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/SDImageCodersManager.m; sourceTree = ""; }; 910FBA084A244FC40F5649FB7BD19F56 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - 9121BA1A2C86D39CB10D7F63DFEC29AD /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 91DE3BC455A1B24BF7EFBDE395400E5C /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - 91F8BEFDB56F3BE0606BFE3E2852438D /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 922CB3A92ED012B28CB59D97CD3ECCDA /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - 9237E682117FE57402C39484E7FD78B7 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 912BFEA5840D3F2455E12D7E7A7D69A3 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 914D36603E8846DE3ACD7C170DE16B4B /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 9185DAB80BC96EA8EAFFD02233B80AD7 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 918D90AC963C3F596A3E1A7E74C8E568 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 91976066CED8F9D7477FDBDF3226E803 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + 925D8FBCD46C76FD4EB4B959F6BCEA74 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 929C147E270B815F50EE7BE18C4847CF /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; 92B5C6CBDAE983F03BBAB41A1FFE8524 /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - 92D3745F2D588D43A7FD3AEA8501154E /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; 92E08E4B2A2FDF1A5F6E156D3E8AA66C /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; - 92F0E34EFE64A70CDAE49DABC22E65DF /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; - 93015CA7D798B28532F5AB65CC754A4A /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - 930299B385316DF096FAC1F48ED87126 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - 931801FB96F5B0BE054FDD981A306FF2 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 931A1E41CF9314944250CFEEB2DAA7AB /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; + 930C110A3A40A3EB8EE3B9879C34B43C /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 9326D843F044A73B4F4C40466152EA88 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + 933E6F5B8755BC794121D71E5DF8C224 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + 935DDD4D31316A8789C28E075F10D400 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + 9361265DFA91341FB13C9FCB1377C018 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; 93680475AD4797494EE536ACB0648D9C /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 937079F3743CF5777E6AA949EAB24FF5 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; - 9387C2352551B6E9CF1A7FBB0DADFC3D /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 939237C8A8EBF4EF78689E3A134812B1 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 939FB2B332B51BC00725C7C090BD314F /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + 938E6A45BE5DB23FDA166FC2C70ECC43 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; 93A386A89A87920EBAADD258D8BE0EB5 /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 93AF20F7CEFCDE30FFBF4BB87356CCB9 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 93BDB41462FED0D917A127B58B04C899 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 941C83CB1B1C7E2565C41FE38587D3A8 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 944CBE5210014E3E00C8947FBC4D38E3 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; + 94734BE7FB619D8A2C29FBF4372873F3 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; 9477D277A1E8B1EBF5BE7D658D5FF847 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; 947FD5A230AC7E8E9E5C970B77515EC7 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; + 948E166AF481CB3F280F10E8A116821B /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 949B66CE003548EF1EF658E9981E0F72 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; 94BFD350710AEB484A48DCA2A14332F7 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - 95101F448203C18F966CBA1A30F4EC57 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 951E48583D2E629C8A0496D6F68BF9A0 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; 953075636776C2C5E99F01497D7C3672 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 9540AEFD628AB49F8DBD6E16BB3733A1 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - 955C8D42530EE32A38C61587709F7CF8 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; - 956FC0BC312E7C275B08396D4A55ECE5 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; - 9572A9B8E9944C370FDCD10F6D088BE0 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; - 957DED8EEEC84645532003A3E6F3AE8E /* 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; }; - 959DA73888F4DE7F4C458DCBF6BBF98A /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; - 95D98868E3BAADA6275C843025E05F4F /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - 95DA0FA7DBEE5B03EECC03137BC2E9B4 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - 95E276C2337EFDAEC8C9291B9AB24DF2 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 954F924F162BB02AC67457385F2D690F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 9551CD311EC4E87D162393C6C6199113 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + 95601D31F318A97748EAEE8E80E1A813 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 956CB955B40B7B82DD819A3532422530 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 957C3917FE74CAE03A085C40F9646CE9 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; + 95A200EF586CCEF9C6C00EF23EB074DE /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 95A71A71C6F43A53AF9A75DD6BB91525 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 95B76A422B7ACB30C18988E9F64CFC3D /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; + 95E778D0012C290110D503F98177F0D3 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; 95E85D1A56579BA7BAD8118CB90F2D9D /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 9687E0603571C6836C36090A836DEFC8 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; + 95F955CB706BDADD4B6E9DB9363094E1 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 962DB9F817E5202A43EBF5CE3C5CB969 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 963443449316947E67238DE96A046D67 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 9639E81C04CDBAF4021C6B03F3DCF36B /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 965B4670876EA166EE453E61AF20E036 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 9670CC313F67304668680A440727C71D /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; 9689A6D0ED094D51953359A159833AD4 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; - 968FE2250FAA1E74FF579F635A26BAE4 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 9694104F41E5B44106F37FABB317CB37 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 9699159240CB0797C7405684C5A03862 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 96B618A40CDC7B2231CF3BAF76EDB99E /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 96F3FDCE1BA2A8891EFD70ACBC901137 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; - 96F71C4CCD1398191B11AB64F9395A93 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 969D8C1823AAECDBDE4AF67F88AD3D9C /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 96A5B6FECE26EEF95B0E4BDDDE40B57A /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 96B4DC3B70A66C433E2C96A79AED4632 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + 9706B699FF8291D6C1F90C32DF6D60AB /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; 97149FD2DD27B5512C6363C80D3633EF /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 9726FE4CDE9AA6086C86697EE33821CD /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 975701ACBD482EFCAD1EE21D1F37D441 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; - 97780AA7DCF45DDD987AD7B238E1A35D /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 97C4705B347DE2BB15EC1123E6DE2445 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 97DB951BA71C2FCB975BB5410A561EE2 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 981B2FFADC6F72F3F86B8FEBEFB58C9D /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - 981B9FD54806F6EB25A60D89A671B4A7 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 9785B53EC123C2AB7DAC84A55BDC50EA /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 979FDB9698FC6239436C9917872BC4FB /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 97E7473A3F468B842FFE6F2DE03D6F1F /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 9808A827E886008BD443469C4C9C214F /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 982C63EFDFBC9D961417E377E1466DF5 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 9833C288E4B432A4B7DAC0AC1C824EB4 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 9853E4A85D91E8B3DAFC280FA02F66BC /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + 986B9D24EBB0B8F62B3EB6F69C6D0B52 /* 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; }; + 987B0FDBABD37A39C5784F0E4A7F6ED7 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + 98804E55BDC615C836E2DA2B57C5CF43 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 98841B2E3F9D38D48570D075FE0586C2 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; 98892850FE07F4B17DD4C7091A5EA303 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - 98C8386D03866D67E8BEB66B9B1D86E8 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 98C164DA5C250063833CF03D43D439B4 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 98C8B55F4822F4D70CBA913D9486205C /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; 98EF97BC87DDB768A2B2E218227F3CD2 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - 99695F2864E3BEB01CA2B7E0D5110195 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 9972B512A8691F22023DD2CA7052024F /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; + 990756F58D8A5B4165660BC47FB240B2 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 9976094F79FE282B1400E49BC9A070A8 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + 99A5991465E0A23FFEC16CF3FB77943F /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + 99B06A51B1DC0525BE1FB463D8C94CD4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 99D50527D255979F3C2681F41A8C1674 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; 99E238B15987BCCC8E3D7BEC04120E71 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; + 99F4BC122073BCF56F0F7A48680A8513 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; 9A06FB7A68FDC591A5963F94AE07796D /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 9A0817587F310F6F492F0676614AA1D6 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - 9A08B6A0863012053132D800FCB1F3B5 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; 9A0DC047FF573AC4EA8264968E5B9CC1 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 9A5A21265B8058CB5AFD750FA83EAAD6 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 9A470DC5F18427DD5D70122CE6FB636C /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9A49B8ECC3DD52780022821101587516 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 9A4AA011FD66359F37F20097DF0216C3 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; 9AA932672CB60D77223FA15FF4A94B88 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; - 9AA9599A2DB491B0681E3E4DC89A787D /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 9AB937414925E2706109A56FA11FE4A4 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 9ABA52A752ED9E47D3287FEF777D8C65 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - 9ACD5F3FF559F1F468862C5FA531751F /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 9ACF01005CCD4EFDBCE95092027D6706 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 9AE68287F81DC007C52EB1D08D3E803A /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9B39A1CDC2C9A6815D4872AD63DD2B58 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + 9AB04AFE20B4216BC55EDC2087C2DDA4 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; 9B4427C9D0FED734954FFFFAF5D84568 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; 9B535E6EEAB5A738D9886E57482F849F /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 9B821E33C756EC20084E07E31BD81225 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 9B8E7E1B18923EA5CFDBB31EFDCE9C7F /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 9BC16D6220B1A894DFA813857D2B1A50 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; - 9C2EB9B7524D91A7C56DAF4D8387F55F /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - 9C52B7041D3A2BE7F246E0BA8580450C /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 9B84BC0E09447DCB739468C70A12CEED /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 9B8995392881283E14E78A646C3C5693 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 9B930F7FA586671F7F18956609D34400 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 9B9D5A178ED965795E417DC9C4B67B43 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; + 9BBB8FE580B4B76E4867EF7AB4C96333 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; + 9BCAA249A5052B22AB11AD00EBEB3352 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + 9BE505D76746936A1D6B174D473292E1 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 9C25F7D8D6E9BC03C3D05076CD5BDBCD /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 9C33152EC3847BEB63C762B036173CE7 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; 9C662BE1E5136DEDA982C87A14E80EBE /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - 9C66CE81200326634665FAC36202E6F5 /* libReact-fishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-fishhook.a"; path = "libReact-fishhook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C91A5F373B75CC47832B6E9C6E82C51 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + 9C90502E5AD92EAA1337568BC5C355F8 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; 9C965760E58B11B2A08D130765B63410 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 9C9F3D0EBAC5E4C70F0B10D2FCAF7417 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - 9CB0BF04AB28B3FC037D7BA6A8B14B2A /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - 9CCF4A6A7EF392BF83131B4E9A2DCCD8 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; - 9D0D010C032F399880E3B9FF09BB390D /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 9CC84FF4618AD0D21E2E1CCD04C30247 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 9CE5AA3E7DBBB56F34105F6F802F105C /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 9CE5EE72869D96C3C4A8451508BF4470 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + 9CE8003DC198A7D44D003BDCD3669272 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + 9D07412B30760D7E894D325B2600A9BE /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 9D0D77A238C3D7FD5FE07DB4EC2289B2 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 9D22989B9F71DC5786831708700B577F /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 9D25570D3050D89B90CF2CD7A2B23E07 /* 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; }; + 9D2A675F7D9495E2B139B5B922AD219E /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; 9D348E8F6CBB1F7AFCF23C191BA471EB /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - 9D36393A81A4C0A5B3EA6CF5049319A1 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 9D3DEF2A7BB2549802F3A6D6125A8DB1 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 9D547958158279A8F89189F67B3CD2DA /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; + 9D5D8862189AC3F7F8C0F80F57BE2045 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 9D8B757AF1BBE798C8DCA67CD24BE21F /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; 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; }; 9D9C521105A559BABCEDD5E16902A159 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/SDImageCacheDefine.h; sourceTree = ""; }; 9DB8190846E8E246C6CC351EFDA74893 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/UIImage+Metadata.h"; sourceTree = ""; }; - 9DD37B7D7728AF0FDFC73F538F880518 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 9DE81B961698153D1F488EC3C61E8462 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - 9DF2CFA13DD019FCEEC390E75CF086DC /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - 9E114932D6C762618B2AC1F2E2F4FDDB /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 9E34F87ACC5733F18119BAA496B95282 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 9E4343816F7CAA70F36280B316819C83 /* 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; }; - 9E5C93DE258305908645D348A92409AB /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 9DD1581F6EA77A770CCE1FFF58A8A7E0 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + 9DE59FA282E0FCA4B788F10DB14677A8 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; + 9DEABE8C6970F8372DDD7E1DD85B5898 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9E178CCE74A190FF64030DA43F6B6267 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; 9E7B0295D82864FFB32CB21701474509 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 9EB16BC145CA15FEBB171919C6DB9A07 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 9EA96AEDDE8BD41343DD3A697F0F4185 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 9ED7B459CCC31A09725D949BF76B8EDE /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; 9EE0D518705C99582C428F2F66616279 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; - 9EF3864279305B7211F1838144A057B8 /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; - 9EF69C0C941DAFB869BCA895612B3DE2 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - 9F0281D742FA4A1140DB8FDDF9844B10 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 9EEBED8B916094569563D2C14F606C7F /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; 9F05B714BFA3F951AA518528961CE6F8 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; - 9F133C488828CF36D8F30C8395A87919 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - 9F5776B003E14AB8D37641D23ED7F3C7 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 9F9A05FB251BC536513716E688190AAB /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9FCAAAD6DB5AB1CCBA90AA7BC78A79F0 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 9F6A8A019C4A15E893B8CF5F815FC0D7 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 9F6CFA5EEA62F31DC86151B5D8FB57ED /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 9F7DDB21FE5B9576AB1B0A995CBEC716 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; + 9FB6A961495F78819E4C8C8EA80E1FDF /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 9FC85EC082B10F7E50242D84902487CB /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + 9FD865A549A10F468411040725EB4A0A /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 9FE692C20A5B671BEE5609785A0B32D2 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; 9FE6E1D9581AD0B269D424314D76C49E /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - A01B9D45AB28D2D8B1166C358B2E1B00 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - A03649F3FD9F5502336CFBDA54661D7D /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; - A04D8D10CB9648D040D458E560E64806 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - A079F90A2568282310D57724C24EB7F7 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - A0D3213B40527F054B92C6EDAA29EEA1 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - A0D4FBB7A4CB34AEDF89797E1F0B0717 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A0E1E74DC7696A4619D9D19F97806E4B /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - A0EF1126983048F7CAE210771D7BABF1 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - A116E943013EC94742FCD320F9A9D175 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 9FEA1AADF85F7A6F3727C3AB4D4913F2 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + A030C1A3C5905D9F0EF18E08CAA9C101 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + A058086EF1A1B8DA266475E21E45B5E2 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + A0CC3022FAF82F97808A418DC416D2E1 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + A0F425399EF2FA9EDB3BD9E5F4F267E9 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + A12022FF82A0BDD7DF51630958564864 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; A124415EEAFFD11305E9444D3D27901A /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + A1331394420CF7EB0026752ABF28548C /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; A1484245ED4EBCA68A354F9EE4C4D233 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - A15EEE446CA92E08679DC4DB3BC9FC2B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A161F2826DDC073DA2745B30EF3BFD3A /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; A179413FCC8832525D1524528EA87CF7 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; - A1C3E74314A59BCBC422A740EFCE3C0F /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + A186221319F5B6A3F4DD743039C57B1F /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + A187D78A9F6EDC597A82AB3248537662 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + A19B16D6078F792DEB0B527CDF554F5B /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + A1BB92804897ADA330E670689024D321 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; A1CA03A38C1012C7FA5B58E0D6DA05AF /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - A1CBC07DD078A28B59BB45B1FD1DE889 /* 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; }; + A1CDB5AF648B351D8046696C793ED511 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - A203C7690F6B1A8BB7FC23D1B2FA41C0 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - A229B2F3AF05779B19F912B9522FC4E0 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + A225288AA7DDD34F077B385A582608A1 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; A232F52ACA6D05CFC9E73388AF31C9DD /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/SDWebImageError.h; sourceTree = ""; }; A23489B385A1E1A55AE59AE5371D957E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - A24B46392714F7F848DC5574BA829765 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; A27065A60D9BFCB39A4B68135E82A475 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; A2752C0DDD04CC4BB05AF85E8E809B8A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/UIImage+Transform.m"; sourceTree = ""; }; - A2853E4ADD8A56D3FC8B32B3D5AC4578 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - A29470C46295BA5C0813895B266C6E16 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; - A2972224D2130F79FE133395CC3C6267 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - A2D0299B9AE90E02425CE8A960A4EDFD /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - A2E4FB2357D4BCA32750BFA56F0FC826 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A2EE1C609A09D643F8923469D39C44B9 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + A2907DDDB3160259AB66FD6D28B1683E /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + A29F3106F10101D76DA2BB5981A60D4F /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; + A2BBA709D414088AE408F42C82757255 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + A2D5AF41433ED9E17A279225B083267C /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + A2E272DE85260A6C9BAFDC2033A9529C /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + A2F2183F2C9C5A7D90ADBC55DF8FDD34 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; A30EF09DCFFABE8A97D28E9623597E52 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/SDImageFrame.h; sourceTree = ""; }; A31DB8D7F8575A7D3FB5410003970469 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; A32953F955579E837338E27C7051A31E /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/SDImageLoader.h; sourceTree = ""; }; - A34BBDE9E51D8057E8704E12653A00C2 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - A3638A310077C962AF2E5A04C7155B1A /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - A387853801C3B8BD21B27217DF4D737E /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - A399D883D0C71D67A0A4765F95C27F26 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A3ABFAF84049C591651628C5D7640C70 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - A3FA5F80F4BEFF8EEAA5B9A9AF9DB037 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A332CF0C096BA2752ABD5B2E3ACB5DEA /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + A34C83D01B166480C590DD5B613BC827 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; A4210284401999C7C2A953A6E1522B88 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; + A425C09DDF425A02D74DFB2CD28E1CA4 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + A439C2FA48DBF2AB98E76EF3F854A947 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; A441671AA765024E6A318D2CB8EA21CD /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - A4480C00AB73EF5440C3A3BBAFDAC2B5 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - A4564B8C840D8588787DC06344AAEF0B /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - A4B8E02C44D06854488C4BAF89820C0E /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + A4B245F6A7F7B8D413B7D0C50F8E93CD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A4DB3403E46B4BD7F85F0EF0275D4682 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; A4DB9B61BB444EC3FDABA5E04EA4B2F5 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; - A51E937B86BB8A0F635245FF42365FBE /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + A4FB14CA15EDD471E29969E8075285A0 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + A52756E74ACE72A47DDD022F994E919E /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; A545F93166CB948985A1AC418628DF4B /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - A576327E6566039E22F4131723ECF4FA /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - A586E714D6E30A99376D72397736C707 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - A5E75ADF712476812738AC2DCAEA7A66 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + A570E39FE771B24A711B5DD9DEFFCBFC /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + A5A42C19E8E604BE665BD2017DDA5FAC /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + A5CCF57220B5DC00E601382BF207778D /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A5D60E476DBE0C16C64A5DCFAEFFDCC7 /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A5F369F80FE8256181D503ED70999264 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - A63A81E0905ABE3D8E936518C0D170A8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A64EBA5FF47A2473A0D4E9D215CA4FE5 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A66CC7C6EB5A83574BCC882659DD3C68 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - A673C8D78F2333D556302ED98D2CBED1 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - A6D7031E899AE621E29DBA485716FFBE /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - A6DA8601920DC7E6628D5E134F75151A /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A6DE5DD91C2134F67FB1DB6358F81F88 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; - A701315107AEF018A169609F675E0E2F /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; - A76F87B7E73EEF2DAA18F8B03CDD3548 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + A64877BAA2D0A993B3C2F5185C63CF4A /* 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; }; + A687D32EEFA3D9B3B2812E511322BCA7 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; + A68A69DA5350C622E612A05E98457BE0 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + A6ACA7167BAE082329EE0C0F09814A39 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + A6B526AD8F9B2861AD1639C66F2A21AC /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + A6C4307A3B0392FCA95B4153B398EEEC /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + A6D3DB1206CB4B89003A835963DA106D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A71A86586698FA9CBF0615C7E478CB07 /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; + A71EEFE15AC5CA509F59295092B30005 /* 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; }; + A724F00EDD2965C7D661639F9A4B363A /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + A72C7879DE7E85F0BCDB2A9D304DBFCC /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + A74763A2B0480F5F95B4A50C9BBE73FF /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + A75CA4EE0285F54584EF5D65F9341050 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + A77423B4AF2ECF35A774498AA42931DB /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; A780B6566FD5556EC41FCF1089952AB9 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; A78F59E96157CD7C59B8EDADE9AFC75F /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - A7B288CA2586DD2754D5C3466AE276C0 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - A7B362DC091A49BA98A8DFEF642E5F9F /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - A7F8B58DF4C881ED76976D4094B65ABD /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - A7FAE12C568E083AF2CD5CEEB3A46AC8 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; - A808D1B9267511815C333B7BA5DA536C /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + A82077F06D9FEA8D87857320F77FDF10 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; A836867763AB278FFD3A87A5F598E5BA /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; + A847DC66BBD2CA2227659DC96E426706 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; A85259B533809285A90F0F4D1AAA38AD /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; A8616CC199E7BCB45E85463A83A9B944 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - A8ABCAFC207CCE1120B20734B85140E8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A92097CF56600A8822B08328B9A39ED7 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - A9225D7F111BAB3D8B6E9D339AB7BD19 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - A94A90CFB2E135C45CF203AE5CC80ED0 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + A8764EA5AC2D5E037EB976B9BBBF8054 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + A8AC3557DB3EF1A90BB16AE0F82F653A /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + A8F7A30BE0307613F79F0FC7A6EA8F39 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; A9757035002942D5475EB93B21A2877D /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; - A9A953828C0602E4AFC372ADE745C7A7 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + A9783F71399C71FECE3886436B614DAA /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + A98666D0F649DBDB4E433085C29E0A4A /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; A9BAA7550473354D15436B8D043C639A /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - A9C3F294B6304F4E1DCB1ED891B65B4C /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - A9F70FD71DE334D223363D56760E4CBB /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - AA227BE3B5F32A5781AE28DAC1E19C30 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - AA2C12D832D0E7323747E74C9130DEBC /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - AA87AD6C8BA4A04CADC6AE2752CF977B /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - AAA3AA2A7FC3D1F59F2CE1BB5D40A573 /* 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; }; - AAA958103A64276FF9B75604A692F4C9 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - AAAAE4A29D34DB36AF4E452C8E914303 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - AAC133BB06B57F90F667AF0D9662002B /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; - AAE84263A81835EDB489F1AAA826F19B /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - AAF2FA0CCCFA96258CA963BBF9ED8F96 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - AB0B595CD1B373E8D3F28A31B8E38DAB /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - AB44ADD279643B434CC98C95C51436D2 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - AB44CDE7F2E7FA1FA5EBF7F1BBD162D3 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + A9FE817A32EF0DAA69FE6A0FADFD563A /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + A9FF44B21E5EA5620CCBD39349849838 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + AA2D1CE0EF17F1B68E6D82CBA5623F59 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + AA5F952EF2FD9842487D993E208526DE /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + AA880DC9A74AD7294E61A963A5AC3FB9 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + AAD23497FE0B38832377F701AAFE1120 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + AB2E587257A96E86B4E42C7275EDF358 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + AB3D2AD3D2C7A919B95E2357D6C3CA6D /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + AB4537B59E6002D58B140A00B3AB8261 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + AB524227F4AE789B8B6A9168F4D42D03 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; + AB5D6A10A21059F96135C61521397083 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; AB7BDB4BE95825E690479D7450968ED6 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; AB877D31EAC68FD16AADF8D4B983CCAD /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - AB885901FC14D68D250D44E66DB34B99 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - ABCDF452AF5833C24BFD34CC60B948D7 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + ABB0EF01A326C7E59769D918604C9285 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + ABD50A3F688CAFFF5E14929E1E956670 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + ABD7950DA22B8FFD6F3E74271D13EAE3 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + AC206B9FD3BE8C21A7911ED4882BF56F /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; AC22DCC8D36D840EBF98EED570D3510D /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; - AC3A70D17187D67006941FC10D34BDB3 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - AC847D9435FDB40226F9F06C46854442 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + AC2AFE41E6488DB07D971EE275FEB852 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + AC3E20455A1904B70D1AF3A40F0B91FD /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + AC5C8914529341A7AB81248093E90536 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; AC85215185BAE9AE5436774E910AD494 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + AC8574D2A3D75469DDAED339C0A30ADD /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + ACA391A8D309A3FB4BEA2C5EEB108159 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + ACAA8F13A35D02A5AEF7A57B546ED042 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; ACB902C29704B00FF0C33BC5B03E81EF /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - AD01520D0413E795CF7A3AD00C05FE43 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - AD02A70F25585E5B95A417697D302676 /* 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; }; - AD367543E7304D764F2E00666A7FD746 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + AD1213C5AEB9E6E760163BDBF62F2F99 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + AD2623E0A302ABA800982E80363B2B01 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + AD56B1C46E978E9CF1D016CAD3EDDA9D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; AD5AA2684FAD20F7751DB700D4BB2A7D /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; - AD6DA5E809BFA1098682B46D3FB18F26 /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - AD76F4C6CD814D381D2A645E004ADC43 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - AD8337D4645D8E43CAAAED8876264794 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - AD8C7A7F5B80939CEBADC491B15CE731 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + AD704CFAB05676D9FBA2A380811708A4 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; AD92D36B85DA95740ECB849D14C5F035 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - ADA32046F2291C5F9E61BFDC33B955CA /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + ADA8F92BA613B069EC9178D4F9E494E1 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + ADC0B6D1BA287AFDA8F14507C169B0B2 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; ADD36445CB6401EEB09C1C2BE7BB006E /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - ADDA5E865777BC663AD511A6547DC56D /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - ADF897385C80A19FEBA3FA7E63E782BD /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; ADFB2CC475A870DF3F4FCA129117BCD7 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - AE04E744D00F8D8DA8CA41E370E8A9B3 /* 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; }; AE1CA52D749B78621D708B5150D908DD /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - AE24390CC3DC804958D284B5FD90EBA0 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AE451BAA5E518AEC0B4F4AC54FB37927 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; - AE64779289FB3D4E5A46C7FE09078DCA /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - AE7BCDA00657D294DDA9E31AA30E75E8 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - AE7F65687940CD74687B08E88F9E4050 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + AE4690EA8DB70B9074B1933A55EA4256 /* 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; }; + AE6624A8CFFFA9EBB303B9604D2F3628 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; AEA8BCEF7235F0F7977C6B6B0E70BD8E /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - AEB27604EAEF4DA0F2F39C0C8FDE769E /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - AF724E2EF4E5CA5B00FEC678579788F4 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - AF7EB036ED970891747A262DD5586E2A /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - AF85E96E443966C3DB667B924AB26549 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - AFD3478BDC9EB9D31D8B3B4849095C1E /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - AFF9B610A25EA2053991479B6241D16A /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + AEB5B8D85A9D8E6B7A5A2A8D2942EFDA /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + AF1CE21C6B0579BAED2E5E293C3D66AA /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; + AF31CF3081C203E6E1BDA06093C7806D /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; + AF405762F83466ABEA82351F01EFA8BA /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + AF4E1E774D92AEE6DBCACC4C6AED38FB /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + AF5858809494E4205191F32339B84B5A /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + AFA0C1415D6072A4AA39C0803FA60A3A /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + AFB37F77D93A3F4AA35A287BD0DC902D /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + AFB78F240B53636FD00D416570BE07B4 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; B0032B09BA795D9A9342B053902821D9 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - B0264A1F3A99284E63A6A86D45CC3014 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - B03C1E12E09C3FA46B4960A46D6CD064 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - B03CF160D1F102FFD40CE003D8FF4140 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - B0668359BEE1667300F3B0C6AB13132D /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - B0AC6CB53160ABEAAD33EBED96C7BDF0 /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; + B08994E07E48B6ECD472247F10CEF992 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + B0B4F587D3E91FF91AE1A885C011CE4D /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + B0DB395173DE65CBA0454C0505A7E0E5 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + B0EFBBA9BEB6F35F6C155A49A09859C1 /* libReact-RCTWebSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTWebSocket.a"; path = "libReact-RCTWebSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B103158B95A75AD67496FE7DA0BB9C89 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; - B1787FDE362E0C1D9C9E64378237D915 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; - B1795DB44A1B1CCD3FEAC7E896EAF933 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; - B194677EBC84D5A7C9445A3ACAA21367 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B19806A64836C147F209AFF385440227 /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B199B135748321BCAA6A432420483B95 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - B2057DD62590E1D028BC583ABD041041 /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B20DE5628BC2FC1F2DBF5B6427AB6983 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + B11EC8CB806075A8773150BA61344A71 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + B1761656C040E84FAA60732570412A4B /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B190685A9FC6115CF0203920A8709A18 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B1B1D6814FF477C2FA1E6E551CA5A4A3 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + B1F1E7D2E241DD1E1F87D27B06F273C5 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; B2321F84EA7243B12F50C56BA825D063 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - B261FC7A13A68060D721C23AA63440E8 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - B265A0ED6D66B0490BA35CFA5E9FC60B /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - B26D5713ADD572A53A26DA41D71DC298 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - B28532AD4CA285FE8D6D3A7787C53553 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + B27B461F38457CF8DA79BCC723827507 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + B28A0E1317940C984CFA61B0E2251C55 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + B291326245DC4F4F06B650941BBF54C4 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; B29A55B574E24358B76B8CFC22CC657D /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - B2B2651006CB86CE68A25985B4FE5C2B /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - B2C8F40C004BBA1977BD155340B83F56 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + B2A7F32AE18D5BBCBFBD2260637702DF /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + B2B408671A9A2BA36C3B6886BFE7E7EB /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + B2C49F1B96F24C18F762E20FF3BEB702 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; B2D1FB8BFA588B7D0ED981EC21AA2E9B /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; - B324B309DA880EFF3AD843AA7284B636 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - B342B84137B4A333E6C368485FC104FC /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - B34EB07C435A93674CBEE4443A7F7D8A /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + B3286260B834CCC663C334ECC67C422B /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; B36157532C4339F5003B9E44EA90FEAF /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; - B3BA1AB422512F31D5D3F342963D8AA7 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - B4244C0A2106FD9FA070BBC199A90E41 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; - B445103ADDB46688A5B7756739A48858 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - B4BD2CEEF7F4F28592E2C15728D6D5F3 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - B4CC6B022952FF19EF7C445E45D1F3AE /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + B37C6904272DBF2D3BD3BD8EB81C18E9 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + B3E281DF269A0BD00834E3C816B44158 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + B4254C6DD6D1EC60105E5A70341DBA54 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + B44616716F2DA3F0E37EC0D85F9D4864 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B4629CAFE9AAA04918D1A4F07D01FB70 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + B4B35676ABB74EC9CAC75E80DE7332EF /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + B4B68D4300B349A246279B672CC471ED /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + B4E45A18479FE7A18F71936BDE04B313 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; B4F11850DAAFCF8DD8AB8D4A7D1B1EB7 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; - B4FEAD9F5065F456AD07C544AB94E7B2 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - B5072AEBFD11F72BFDF7F599AB94EE0A /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; - B5168DB7EE3D9680C3848D52D5A1C92B /* 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; }; - B531B3FFB1A3AA1AD0C5BDA9D58F9C60 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - B5750426D7DE85EC4F0B21DB756A5847 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - B58D1FB3AC97F79F880BF9EEC8161926 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; - B594F8DB06EEFE7C39A1E0E203780815 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - B595510A31CD62D91FEF6726062A9564 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - B5A53CA35D2D54F3D40CEFF9008252C7 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; - B5DA8B257D764C6C872A3FF1AF20DBA8 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + B4F98B6B3830F40D6D479B29FBDEEA46 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + B51D54DAE1CF75D0B99B064B87E2023C /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + B51E7B7A193DFAF64A17B336778F6AAC /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + B5B28EAD31D95480D49449B63C73C619 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + B5B6C5B199FB58B0DFCF4D564BEE111D /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + B5C30444D0A17775AF23A0AEC23D0AE7 /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; B5E39DE2C8FF2CB9EF002F8A7DA293D9 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - B5F8B44738636ADD3762CF23648890B7 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - B63B4F00FECB8C695B0EC342DA7F7C47 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - B6DCCE61D09AFA5BA002CFAD6AEDB4EF /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - B6DD31ECDE50488317D192340731A76C /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; - B6DDF977907DF85DD41E36D55D2DC422 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - B6FEEB9B2E8A6635B68ED1D4141A405C /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - B713D3CE45028FD339A57ABF283375C7 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + B681001D168EA24740C5D9640DD9C8CD /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + B6C7243D1BABBBD19A680DAE6DDE8F14 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + B6D5B55DD5694F7BFDEDE5AEC60AB0FA /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + B6DAAD613D549C94F0D57F989CDA01D1 /* 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; }; + B70957BC140791881F19721039E26056 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + B709CE5FC0B90D7C1369A042FA39BEB7 /* 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; }; B720F7FD06FA4A29CD918CFA41A1EFE2 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; B73F92C774CA25A04461F93736FB0699 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; - B74D19651AA973160FBEEF2AF1181C02 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - B7E88BE04BF21310D8F21CA9DA3C91DC /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + B781468A5A3A30DA4680B7DF17B9ABE4 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + B7A9F45E465F449339B656011BBFA8DA /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B7AA81816BDA422E0FB4B112F3367D9B /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + B7B1D65AF56FE83EF11E8070E2F9ABAB /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; B80E90A3A4A486D2B8EE908B929EEE3D /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; - B8153170BC7CE58EAA5A445E18D16622 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - B82DA018FE05B996D562A24F0B1E35AD /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; - B83E11DBFC4A2562BDD74115951481D8 /* 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; }; + B828E3827CAD93E3E68FF72CCDBDD7EA /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; + B836811F18E37A45F361C8CAC7AEADD2 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; + B844502AFBAF81F3EF0FB8C6F030BF39 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + B8469E70F29B4C9DA72FD75D5FA83DE9 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + B86B3579F363899286AD283B94D11967 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; B885435506486A728A6F4CF74AC1AC63 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - B89A1EDEA5DD09457C7E98731F1B7A13 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B8CFACB1D6F46CC43F2FEB70122D7EEA /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - B8D90AD503D393662A2C32ADD22928A2 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + B885774648DF3F9CAF42E842D0394A70 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + B88DA37CC71A10F9F436A4BEAB834EF2 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + B8AD8E9019A3126B1383634F69DCC094 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + B8AF7821F24386577402BC8BDEE87FEC /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; B8DC368F9B3F33F407E49CED1939C58C /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - B8E3D68C3244F62C054A8D5275020C4D /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - B8E7F2F7327F38EED84FEA267CB3BA67 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - B919BB9B83C584F368C9ED5E99788E38 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; - B92480CDB23D747B552D6D0E1D86654B /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - B96C2563C0678BE21B93E5CE4EBACA42 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - BA060F2054CE9509CD4C737E4337812D /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + B912D82D05B4B3459CF0BFACF1F9F7EB /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + B94DE20544294E32945D388198ABC467 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B9689FCC3558919B392D90C32E21FF38 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + B96E9C2076E44706DB28637E2A77E905 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + BA057C05B5F0024C4266B25835E3E1F1 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + BA3BF1523143960975363B9617AD4D40 /* react-native-splash-screen.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-splash-screen.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BA4D5817E1F8394C074CF74684727E9E /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - BA4E29C8DE71146CF25A7C575AA04D5E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - BAA8AB2CE5EEB0C2789B5B101F598CD7 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - BACD0C6A21A89BDB8450D5DCD182552E /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; - BB47A6396FB1169A367CE021EED83A5D /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - BB8A8B4763B03969D3B0BBFE43696086 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - BB99121DE9B35FA02248EC0DDA9DC3D8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - BBA067D2D7D1701AFFB6786DCBD29DF8 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - BBA43AF8C8101A437C46A0134308DC42 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - BBAD3172F492EC54A977667497F77A4D /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - BBB05A7744DD07B7E3FC74779D58B12A /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; - BBC0066846E54D8BCC86A0E7786C7F25 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - BC3038B120962F26ED5A8A1372307922 /* 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; }; - BC4C12CBBB02DCD41666827A196B0E23 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - BC5746FB73A7A563BC84A2BDB8AC0972 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - BC5E3CC5A50CC00F44D8F7184CF7CFC8 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; - BC6B28970318D08A3DE84BFF0FEFC2C7 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; - BC99BC7871D50C3DD7CA50286AE1E0E4 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + BA90B3B52DBA024BC8F0D48C1E1FE2CC /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + BADFC3F48BDA52AC652AC2A85C40B26B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BAF0A197F76E667EB5E5AA7DCB4B455A /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BB0ED5DC21775E9F64E3C14ADE15B982 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + BB25B2A3F5619D0D39EE57A4044183A5 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + BB3497D944935162D15AA1B08F66A7E5 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + BB87F56F7EC327E90AD686655E100836 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + BB8A11DC7958959C9635C473B8C0F1A2 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + BBFDAD6174B7480724A0EFF0E76D2AC3 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + BC33AABD8CBAA024E80A57C1ABE6935D /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + BC5EA5EBE48877FC87070485EDD6237A /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + BC958E3BDDCCB7A3DADB4C802A34A361 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BCAAB4C5F9417EEFF900C2E05CA21CF8 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + BCBFD186D545F7CB6CE9265BCF74FB55 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; BCD18858AC78D288137B2826ED22E4E4 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; - BCD9E2DCD95F1131FA45DA068D5D7F93 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - BD17840C53AFF81F8E2278AFED2A18B9 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - BD31B182DDEB60259AC28D7EF45DFB6C /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + BD28AD6D4E1B4CD3A9A87E9E1C6EB5ED /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + BD7FC5D8B71E4F39C0B4B5B82933B143 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; BD9484689A4AEEEEDEC74961155206C5 /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - BD9EFEB9C754A33C8238E9EBF2D85331 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + BDCB44DFB3882EB03A1B7004FB926E9A /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; BDE67AF037E52B5477619E84E56342EA /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - BDF1553E52DF2A8B8941C3000FFCB4FD /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - BE0AFC5D9418C6961AE3636DAC2EDAB0 /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; + BDE98CEFD9B2C7FDCD31B8864196D30F /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + BDF0ED5B9C8914DA62E8029F950649CE /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; BE4CBA3B16A3556A65EC5F0CD9C291DF /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; - BE6B60BC4994178068D4DA2D66F97886 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; BE7566EF23ED08089A54DAF2CC540FE0 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - BE8322750186FBA62679AF1F66D54AC7 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; - BF036858D7F3CE66A672E5C710245902 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - BF6D0B95D8E6E49F8DF58B3529A56BA3 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - BF8CCB5D5EC9E22A1CEA0A727B5DD871 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - BFBDF4746727942C435CED28174AFBC0 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - BFC0970164CF688C7C415BBE9753826B /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; - BFC82CF4332BB34126F92C8893FEE847 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - BFEFF5BEA9680BAB44E7209430353A17 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - C00AC3F76A195AAEB4F5EEB837DDA79E /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - C03AFCF6D0AC61F62FEF76CA69BFE32B /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; - C04FC3CB243F9451AFCF7EB5CDD3B300 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + BE84D489B546E99B38761C34DBC2DC79 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; + BF09D585DF074FC3F24DD794D797B408 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + BFB432673BB1A4BCB57EB0147E94DE08 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BFC6E1A0A0ED701A9C2A382515799A6C /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + C007192092904FB1ACD62272D69FACBD /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + C01C4071B2C9A0DA15B0AB7AF483BC94 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + C08B343B93C3CE144B0F0EC2D7E74186 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + C0A09792262EC76DCFE927B47BF0E942 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + C0AD528BDF4B601744DA78C3FA1EF186 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; C0BE24B17E7BAED38D39126B63220F6F /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + C0D4A526B23A24985CF2EC96E3952F26 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + C0D77EDB1F138E0AD8676AC84BD85938 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; + C0E78FD83444CC907ECC131EA1E7523F /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + C0EE67F97D3BDC1E9E06A4E896D94D36 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + C0F22886B715B355BB69B8CA96690467 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; C0FDC4098090BCA89BB128C11684FB85 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - C0FEBBEDCA8240BB86C5E4791218C99A /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; + C10B86079B07D175AA7FAB8117FF784F /* libReact-fishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-fishhook.a"; path = "libReact-fishhook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + C1210666946A82967ACA88E2DAB438CA /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; C12443FF09300FE27D9B06FC2A10ED2B /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - C17DFF78C1A5BB793A8B17014A514B17 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - C183D9B109DDFA336407D4108AF2A047 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - C1B9117BC45DD5144D2863F2DB8A607C /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - C1E8B3F4894A2B624F7CA4D668720ED7 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + C1AF6B57E80A1C5EE9FBE0CB64F48448 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + C1E0D71031D87AF4C10A28953156FD1E /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; C2213E8D556EC7FC06C271F1AABEE4C4 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - C241107E1620B204D3BB1D1BE2141E70 /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; - C24E6D6E28937548FD21717FCDFDF1EA /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C2523B3407E81FA95647D8EC8C977118 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + C239BFBD6FDF958DEDA10ACD5BB1CA2E /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + C2575FD4FFCBF899FAE13575F4D79502 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; C27410B1B3FAAB11B65B2B13128EA168 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/NSImage+Compatibility.h"; sourceTree = ""; }; + C27D2837C82A2D27E457BB9A30690513 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + C27E98EA52E359364AE4EDAFEDA91947 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + C281F7D4F2BB2FA9959EC021BA991056 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; C28E7B4594C0C8ACAEE9C2A7E6072039 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; C28EF151ADE44B36CB01A2BEC03F522A /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; + C2A13EF5F4C124D86434893E384B15D5 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; C2A4754FD1DABB6CF7B4299C70262786 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - C2B89077DA9C5D6B2D3D6C25FC3524F1 /* 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; }; - C2C7F64DF9AA779BB0E628D63D609DF6 /* 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; }; - C3581F42022D719AE625E635EF9C3FD8 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - C37ED70B82AF9FAFA0D9F70CA98B4A24 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + C306E9C441986BF9233D39079155757D /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + C35A47A6949A984F88C7DC387328C6DE /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; C384E7024BF71299AF3C7E34762A397D /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; C38F219CC71F16F3E389432D3883C13E /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; - C3A766D33FE50703EDD1840F32BD55C8 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - C3D20A736AA2084001694C9A1B172FF3 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - C3DD3AC27A60813637036063D4CAE6EF /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - C3F86A9C10E448FB068498FCBD6B0CD4 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - C400853908FE421923D3EF5100903147 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - C428FB1BD5921528AEEE94E23C3D4337 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + C3D7722C051A633D37B3B3B6F7E26290 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; + C41319DE4C44050B36182E71F7CD1256 /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C43F1FB882E93AB14FA3037E4156B500 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + C44BCD2D66A2B83874ED833245A987AE /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; C45DC130F55AFF90BA01A38CE48A7904 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - C466F62DC1751110ED91929A4E358921 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + C45E0C2267C4FF42CE2B11524B298B4D /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; C47608DCC0C80820CFE8A9B2DA2ED22C /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - C484257FA62D54A1B01EBE06C0424B09 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; - C4A8193DE64125DB5F69B01A25B20AC9 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C4DC43F096C1DE9AEB9EE7A06F0BC520 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - C4E481648056E0B6794F3AAB976B97C3 /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C50F96C19293236E0AA07E0F0F7FD79C /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + C48674F662169D58242F86D85F63936D /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + C50A2FE4BD8E512C2A84F91F0E4264B2 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; C51FB43FF431F8D11EC85C50B3A47981 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; C53C0E106DE016BB87A556423A23321F /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/UIImage+Metadata.m"; sourceTree = ""; }; C549EBD27E189FA791778BC04067EC7B /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; - C564FE0EE99347D44D3C1335D519CB1D /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - C568CB3075E5DA211F0C1FE68FC5BBD7 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - C584C43BFE30334D1807F5BBD85FD3C5 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C5A2D81CABD2AD1B7127EFAF371D193A /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - C5A617A5FBE96FF15BF9C89FE95FC04B /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; C5B6130EFD4A44884D1AB5C6FA196757 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; C5C2981E4EB986A0B8C8F50577AC1BA8 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - C5D4DCD4BEE188A483B81213B5F6ADA6 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - C5DC15AB56DC5ACC2D62D68A784446A1 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - C5E86521B6ADA880C46F42DA60963DEE /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - C5FA1A2793592570978B1CDA0C3D56C5 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - C6088EF1ED70823FC2AD12EE0041CA98 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; + C5D7AFE4433337A641861BAAF5D10CD5 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; + C5EC1515AD11E221F923C3129217A3FA /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + C5FD5FFA1F5E9702FFE8C517C5C7C066 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; C6139639583D213E64EF3E474D60E0B4 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; - C6584F14812DB025A2ED93474978B996 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - C6642C284CECA811F6BA6DC950353F41 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - C677C3C579FB20FBB61589FDAF4F07C6 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - C6B351310384285799279634BD7777C1 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - C724794E54EB63C58FCAD7C8F9C96F18 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; + C6BE4A31E5B678D05A39EC1834F181E2 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + C6DE3510DDBDA99BE51A4F126A5178FD /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + C706D7AAC1EE0196D32865D68E7C3F18 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + C71EF34E3AD124B524D1641335131CAB /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; C731293D6C62BFF71015F20F1D0B3D6E /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - C7451FA1E7DD533F3DB2735C377A45F6 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + C767813D2BE2BFC2A7D6806E456F61D0 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; C774AF3B5AE0B9A2D9EA7723091655A5 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; - C788AB56130F8C317AB3CFB0B90E779B /* 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; }; - C7902EEFB3FBAB2520536581BD984785 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + C77AE6473B49ADAE69922D36F62828E4 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + C7805FE0B14E839CC1228FF665ACB68B /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + C78432E2632C5F8E01B3D42E5FC90F21 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; C79412F9C09A063FBCE7401FBF50B3B1 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; C7A211D880609219AD1E52CDEA38A7B5 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - C7CF0BA1A9D5E4D8CDA6F25EFDB82F9E /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; C7D1841E42A9EA072383D82BE69D4E0B /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - C823BFA45CE4EBD9928EE44D32C85A7C /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - C83D63B12810CF78A827E708A60C0BFE /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - C8430E857A896085E7807C41CE23B77C /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - C84329A4EEE145A05120D84B92BE06D1 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - C89651C0414B0B9C93D17D7E13856B8E /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - C8A3D0734F36A720737730B5EB140F29 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + C7FAD523E57179C3E798757DDA557634 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + C7FB2BD7F34A75347902FC5E53475E10 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + C824CD9AC4992D1F8C9B4CBE63F68FB5 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; + C82E8D70E8E32D2832B148CB14564A2F /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + C840953B3CED66218FB70606DED973AD /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C8511EA9CE88FBF442BDB79C0EF78DED /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + C883C73C29CC946E19EA4453A0FB1DCE /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; C8AEBB5943630A6F4BC8F7D6D8A74542 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - C8BE73350D55D38A87722944A5499D34 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + C8E3D1930E7C26549BF77E71F9BACD7B /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + C9255160F18F04D0CB7DE7DAB189ADB1 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; C934A9A198127726AD7F6FCA16647488 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/SDWebImageDownloaderConfig.h; sourceTree = ""; }; C961BB97F8D2D4F432101CE347845B96 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; C9685634765B7821B1E0E56263FE70A7 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; C980EA33A607A2694099B5B05F6BC835 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; + C98D80FF22FA027EA9382F80740DC923 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C99033B726C7AFA0F3B62B3E2E0A94A8 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; - C99091496F101B32B4E510455664BDAD /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; - C99FD8679A929D8A84E1CA60A99F30AE /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + C9A5DC1BDBD20E0CA0BC462A68A73A3B /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; C9A96F9C687794B676D8EB9EC1991628 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - CA3A46A1D91F26EAA2DAE02833494A9E /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - CA50B6D76F7D9DC9A4CF1CB0C3F68E99 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - CAAB05AE7C2CD18C40CD01F7C03D4827 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - CAB4DFF124E06DAA7E8C72313F70CA43 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - CAC532B7ECD266535E1E0DB381ECE9CE /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CAF25DAD31AF7C43871EDA47B756718F /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - CB811165DE312C75E020F01700F92B6A /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + C9F8676B77A7845FD8F69E7E8675EE71 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + CA2472E925BB67EB0D339FD240224B72 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + CA3B9C8C6CFB72847A603F7E5D355FA5 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + CA7AD40B4B8B9D5936FEE41395912DA2 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + CA964FD6602182EEBBB434BA51680022 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + CAAD6D85973772A09CEB74FF28327246 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + CAB7C133A0BE5332215121FE7B96DF1B /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + CAC651B4D9CC89E22AF1452F47F5A92A /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + CACDC3B392D4945C8D2789E724EEC9CC /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + CB21A260179650BC7ADAA835D1D2F853 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; + CB27BF131A9FC9236D55E7AAA6CCA820 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; + CB4AFB2A4178E2D28675762640B3CC2C /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + CB8F8A433CEB74D7D1A4811AAF74A243 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CBA39AF0E38A9A1A1C1C115C93E1A474 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + CBCB3EB03BE61460D100B09466A03380 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + CBD47EDCFF5B4A6A07EF47E4AC324E25 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; CBD4E654C7EADCABFB701CC3B24F88F3 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; - CBDCA52F683ABED9B28AFC1323EF88A1 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; - CBF4313FFE45147BEF9895F685A7ABD2 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + CBD56609F850C5F8716261624E2B899E /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; + CBE358703E1D483ACC6BF5E481F8BBE2 /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; + CBEA169CC297846AD65474EEDA04EF18 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; CBFB63F39D940238AE9A922396346EFC /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; + CC1073F38BFA818748509E784D90C1A1 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; CC25C098200B215F002DBFAF31C95974 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/NSImage+Compatibility.m"; sourceTree = ""; }; - CC4ECC7556E9BB9D3B9FCF30F4B59750 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + CC583D4295A6178B75E74242B63EF7FA /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + CCA6E147F87C5788049EE4A818DEE4FD /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; CCB1BE1DA98E3CBD6ED56FD6C5EF7B0A /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; CCBB66D121B2B6EBFD72D57CA04420A1 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - CD32AAC6895C0008517A8C32BFD3AAE3 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - CD714B0B74CCBBF0509C1DAF674EDF9C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CD83A75DAE178083BF78B827259508E9 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - CD8AF471931DD769EFCD438BA8181105 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - CDD71BB2B9C8193A18521F9FB48721D5 /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; + CCDE571A71056A1D8DDE8AF6A04BEE5E /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + CD1BEBE1C41823C99D38DE66F6E74AEF /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + CD3B6824597F6427F60FAF89468E5023 /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; + CD43B42E3F22133722693730A19DCD5B /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + CD78DF1D71B52D2ACBE902CC1C6996E2 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; + CD8D8010D81326D7E8488A77A418D18C /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; CDEA6856DB3DE1C3C8824C456DEF7069 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; CE2EC688D6B967C24667EBFA5E768079 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - CE4B49F930257207BBE9A10E3DF7DE75 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - CE5233DDD16D284C0B49131CE227B4C8 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - CE8DA75FC5B0A2CB88295132B00A3D9B /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; - CE93A16A13B66250599961C2961A9D59 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - CEAE5742735ACD5EA1AFAF87E07CAAEE /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; CEB20234C01003B8A24F2AE287D2EBBC /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/FIRInstanceID+Private.h"; sourceTree = ""; }; - CEBA1CEC715B06AA0F1624B599542C8C /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; - CED30A44C6680FB1BC5EDB5F11C60B70 /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; - CED93E40BD8687E6E68BE0F7C38C5112 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CEE81E2B67779E326DB46C9D57664820 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - CEEC35A704E624F1EA0EE0EDC703EF6D /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + CEBF32EACD5FDFE1F5F9BD0AA0E82093 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; CEF3DB52713CAB7571DFF217B45DE978 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; - CF3FA4A15D3036731F6376E6CF203C6B /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + CF7DEEB5F277A401CF02216EBE51FA18 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; + CF8254663CCB6E249AFB2338FD710E1F /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; CF842240EB446D8E2501312520AF553B /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; CF9E0A97389D71AE8FB5DFE8ABB0DD4D /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - CFA27444227C2D1C5CE9C8366D6CFF04 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - CFAD6BBAFB97D1F48537F021F7512324 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - CFE014B9F8CBCA999346FB3AA0558AAA /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - CFF3C81EBD0551AC27199AC143F20D2A /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - D00C99421D732470BEDC5C6F28400BBF /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - D06FB7E3EFAE2BD32C0B2A9A4321465F /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + CFC1863E664E4E9142EAAFE400DD24B1 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + D0126BCF9C8F22F02B0430E237F8EE27 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D028F53048C3B1D2DBFA3EB02552A352 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + D0402031B1064C99F79570CA254A8EF4 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; D084A61355C41A8C278772736F8085FE /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/SDImageGraphics.m; sourceTree = ""; }; + D089152E81D0FC55ABA006DCBA020016 /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; + D0940AAA5CBF3702F619D4EFBF863B9B /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D0AF9677FDCF8489579F168363478EE1 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + D0C327920C8434FEAAF7701E01E0DDAF /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; D0C7593D777328ED75F27D07AC2DBBB0 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - D0E809C7F9C101D97C5F8F5C19E0477C /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; D10C2E2698F24359135FF0807450D0B8 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - D155FF04778A32D4FACAD174AFE88225 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; - D18F7852C4F560C90596C9CC565004D8 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - D1980B72B3E64EF6966E20DD14B2E50A /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; - D1F96DE167487ED7E443D30315C93EAE /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + D111FD79175E8BF0ADC99EA67E3F2B18 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + D15E2CCA95D0AAD2E077DF8E08D293A9 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + D16C19D8D595AA60EADC2F3DE20091FC /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + D190D31B14FD951BA15297B0D3AACA72 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + D1F0782111961CD3F0E2FB95589D3C3F /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + D207C39D7AE43E6695B80879F3E9AD72 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; D20E1682D7D3604A18EE3223D623EF65 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/SDWebImageCacheSerializer.m; sourceTree = ""; }; - D22BCD3656AE188B872D7124DCB0FE38 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - D239F5CC0CB1B9C97A0AF5581F83B77C /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + D271C818D9F4CBD0C136F5B206C64C79 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + D2ABF722FB170730E5B64EADE4077201 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; D2C00A723DDB533A46756978C839414F /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - D2DB2B45D1E6044AB286CDA88CCEF09E /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D2C7FB2C4A5A98AD6295762F241BD254 /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D2D3046464FB57836023CF5864BDFCFC /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + D2E8C96853794FC00C324067F7FFD886 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + D2FDB9B87271488911C2E48AACC51E11 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; D31CA7143A73D81AC402696A5725265F /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - D34FB7141F7D6F52432B3FB6DE243625 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; - D357429067B0E14843BE4A24627FC30E /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - D365A1B3BD99FBD1257FD622DF9CA9F7 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; + D31D2CAEF3E2DE6CCF3463F80A88D7E2 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + D32C5D791A88F617019796818C48EB6D /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + D33064F2A90CCFAC1AD69F10BD8D9D12 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; D36A7DBB1CAA328D188048E619B5A1EE /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; D37035A626F48FDE57928AE6C53769C6 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - D3A3B10CC2E9CC39448E1AA124E44C15 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + D3BAA525FDAEF1CDE0D3EE724EA85792 /* 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; }; + D3CD739B6FD222DA3AFF46B3CD818516 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; D3DBAA8A6215C5BE09B4CCF5B9841221 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - D3F7E4C8FDDB3D1E7A62F8E77D3D81C4 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - D4364C60EEDEBF612823F158E70602F4 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + D416259B46EED0D0CE80FBCD85CDDBF8 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + D453168CE31554EDAC87E1A168035F38 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; D4543BA46F861ABB3063C4230F23FEB1 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - D457BFCBE1D128DCEE210F96DB7E9CC9 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; D45BF9100908AE41F56695A49C6148C6 /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; D4688B89A7A011134A32470A589D412D /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - D4D384D27D7FA7EE1286F09917B27CAF /* 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; }; - D4ECAE32B81632578789F448C6A9EF66 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; - D4F6BFF004EDC7D83FA7EDE556D5FAFB /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D4FAE8F86C26D12B4FF6D9DABDA6F009 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; - D51A350E61DE185BAE7F14921DA5F91C /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + D4C0A0AC2DCC9CE63F4820BF8090AB1F /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D4DF2E6D680C0196F92DA3D8BA387830 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + D55F37E5093C4F672DEC615E43AC33D0 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + D571459804A8717736F1CAD8F87C80FA /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; D590E40941F1333F0D46B505D9D3381F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - D5A14326F94EBD4C019867860BC8BA14 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; D5B1E7E82354E75041F85D10EDFF4CEC /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - D5B323D756BA9C82B617CD587FAFADAC /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; D5D065B68F1F98A50A22F365A31B6799 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - D5D9BAE65660E5C7704D107A2F6AD936 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D5EBA2D1AD61A24EB708CD284950C676 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + D5DA4F3655063FCBF5F103D3433DBDD3 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + D5DC1D413EDBA7077668F88F7D1561DE /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; D601E392E0EA29A666B158643E050F66 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - D608823C227963A18417D6B9E6FC6BAF /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - D6295B144B30D62B68400BFF2C8AC217 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; - D65E3A8F16A3A9AE15F0A71577AC03F4 /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; + D6025BCC57C43570F114DDB82961ECDE /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + D64FC074E58EEAA272D1F6DDF54A457B /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + D661BC76832F6D8D654FDCF5C4E1D529 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + D68FC5C95FC6001E5AE022E55A7D145F /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; D6931EA66871913CF4BC95BB2284A2CF /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - D6B0BB8F5AF2DA37FF708002C3C5175F /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; - D6B265FFC41E020F474FF4D22AE2C100 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - D6B7AFA20DBF0BE5AB861366FC2A4ED0 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - D6C13F131732759BA798E31FCEC1861C /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - D72DC300D81C063860DEABC4CA4D6762 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + D6A8EF287339866723D9F875C0BFE2ED /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + D6C7A43F755C471100BF57BC6537DD50 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + D6D887944F3E9D9D67D81813A2893E84 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; D747317B65397EF1C710A86254BF07B4 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - D753C728C90343136561F285DFBAB396 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + D77820EF2F8F05B837FE71A52D1C7494 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; D789BEB1135AC3B0BE77669B26C9A31F /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - D7A95689BD0DB34792E444F4F686C167 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - D7B4BF4F21985DB09E3A0EDF49E6A23B /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - D7F215917091CEF6A68933FC36DC28D7 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; + D7E89C936E8E8F120BBD3535BE80938E /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; D80AD35E7CB05C134F5FDC4CADB18A21 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + D80D94F86749FF9278D1821079D235FA /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; D80E09B00BC78CE69690B42B0538250D /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + D834AE3EA120F1CA5D2CBBDEB5B41BB4 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; D839D95C555B7E3FDE2257552AD3D3BE /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCoreDiagnostics.framework; path = Frameworks/FirebaseCoreDiagnostics.framework; sourceTree = ""; }; - D83E870571BFE40B31F1F5C002E93AFC /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; - D8484E78453A935392F5B58E6C2A6F4A /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - D8701AE0AAE360AE7519835D4353E663 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - D8AA78A05A260595FCDB8F123DD80A36 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - D8B34C2B68951B29ECF9A0210ACDC8E0 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - D8F29E458EA1FD733948F5C61913260F /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - D8F8D8C3802E379A447EB77A108367D8 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + D862247FBBE4645E7DBE48DF6E911E06 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + D8A198A6622DE202F3D71F31CD42662A /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + D8D834BDFFADFBA96F6C8C0C1FB4C7F3 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D8FA3D4BE7F6EB064D01989036B4930B /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + D9139A1F4C835F5C9469F8CBADA7D681 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; D92695BB5FA342D3097CEFDBEF6DF44F /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - D929298B10FF099260CBF1E7C0D34699 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; D9359382B6211ECE18E6B83F6C1F2412 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; D94428A50A19211CAD2AE58AF08B3F08 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - D9633C022675DACED3D8E8D14EFD4B08 /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; - D96EC568E0EADB45CB1D766D96F51DB3 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - D96FAF4C5A2E2A7F75DF81CFAA613B8D /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D99E3E218641D3BF037FA9E84F879C9D /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - D9B725DFF85603D1C5EE672BB34D4483 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - D9F59AFDFC435DC25F085FED69633C03 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; DA09483D2E099B878AF3746E56EE4D24 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/SDImageAPNGCoder.m; sourceTree = ""; }; DA4574672FDC6E3A63A27CCB09CB0E1B /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; DA82F9E7B68B7C6DB129F86650607C50 /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; - DAD05A504F117E067F8F221DEAA178F7 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; - DB6A26625BBE086B0D082BD75E566876 /* 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; }; - DBFC9B7323DDD5F6B809356259FEF0D0 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - DC05EBDA13A98687D1C666A53ADA678D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - DC19A3CF55A69F35B69C5A13B5187B81 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + DA9560197A5C88A11F74633962EF4D10 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + DAACD2D696508F501037C31C95755077 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + DB0C499186A01CFAA24A5B8ECDDF6D5D /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + DB561BCD4C55FFA84C37FED6DD04B8FE /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + DB566CA3DFA79118BC0CA163E7BC48D4 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + DBFC8C91DDED3F12BA98BD305F6A83DD /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + DC07CB2CD3B3E3E0318700B64C0FC183 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + DC0D8E61FC42234E19484376315993DA /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + DC22186D61AF0D1011CC4D7EFD4675BE /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + DC46E1B148F1D24FDB25C612F2AE4842 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; DC4765136CB8443C059F3F9C2EB48E0D /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - DC4ACE10252DA0BC05C6BC81324CC2D0 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; - DC626E51A65E10340478EF0EA4AA7F52 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - DCA22FE9B2A835A36635AA4AC39BD0CA /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - DCD4F55DACF1650EBC7C20EF882715D2 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - DCF50E50ED8878EE74B69A8AA8D96E0A /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + DC5B4FCAFC62061E3C44BC083E4B9744 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + DC5B7DBC6965B53300A4B73598E72910 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + DCA45A91790BF0182F8917E0BAD5D661 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + DCA6395FDB8893F75AF090AC345BD7AF /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + DCCF620DD479CD7925A77BBA6A46923F /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; DD41E4F5B237E9425CDDDC0A4589ED27 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; + DD4B188C5C46AD77869914ACF31428A4 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; DD50922D1CD9C642CF0458174E9D3F50 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - DD52DF36CBF561B55AE83B0ACE7FD4ED /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; - DD8B8FB50F8BCBCD0737E42977A9C816 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - DDF8B3978AC890633CA4555F958A7428 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + DD77CFDEDC47A452B0F3E99A94BC1497 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + DD947EA3141F0328F13160F5B094708D /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; + DDABCDF6727CCFE2C23D6B7E8A564DEC /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + DDCE84C6A214F70C3D3D0E39F2E6B54E /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + DE08A1697799F4D3463CDF5123687EBF /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + DE183066D47E5C781F1CABBEF35672AF /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + DE1D247ABF0D3CDB159FF018BEAA4B29 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; DE269A17B06E69BAAA7A933A32F88041 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - DE32F8036C1D79B1244912A4808D208B /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; DE37D44DC5D03548C916EB2CF3270136 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - DE56A35C938878AD7F2FBBF2B9069F85 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - DE5751DEFFFA47E1E18B08C15DF51D54 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + DE3F978BEA78BB43A4370D87B9DA0564 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; DE648351B5AD45310F041A26DE44A27E /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - DEA16EBF7F7B5DEB1D5F9C51E14D952C /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + DE8BA346F821A2B0138220A6309C0CF4 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + DEA612A33E8835398AF1F5E9E75FE9D6 /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; DEC3EF4694FDDE9110D58EF58943DEFC /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; DED98470F61175C5870503D815D5A471 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; DEF7455BCD31EEFC00BA2E4BDCF20320 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; + DF02CDD2E0D1890BEE746EACB7349917 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; DF0A01898202807CF15439FEDDCB129A /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; - DF13F37EA904E913901F3812B8DC0532 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; - DF20D287425CF2BD913CA7A07E34EA63 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - DF221A4032A39AFEA4BDBA8D66B152AA /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DF24DBD179B3FB09F3C88E0F99068840 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + DF206D37B6F2C24E6E1AEB336B2E9D1D /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; DF2646454FBB8090126BDEDA921AEEC5 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - DF8A72EF354F852CC500E8278FA81E9C /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - DF9777A8A1164C911BE605C3AB0D7234 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - DF99CB3F992099DDB1B6830002B15BB0 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - DFAC9BF0907079F1C63C17699D819FF5 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - DFAE968EDAA5236D6930C122A7CB8064 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + DF7D44E2BF28FFD057AC4D6BE631EEEF /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + DF8B3F08A79CC2F4B42C7F50852910D4 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + DF992A2BE7043D2228830198C037FA10 /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; DFB1E70FE8A4ACB058E5A848B6DF1DED /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - DFD9B82214500486FF08E61EB4890D03 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - DFE56FE2C51084098BA7E545D95CDF29 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - DFFC9588F9FD8A6CFDA11A0A6726FC42 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - E0349DE968D0C07ECBE515FC1DA0EAD7 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - E05A4311D47514EDEE28A6D14410F61A /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - E07DAD89C81645068F0025B4A348F2F1 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E087EB3EA5529E5D03AA765234B1A432 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; - E08B9299C8455DFD5E3EC3EB097E3542 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - E0991722297F991AB656155766B18B9A /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - E0D1C9D2F17800D682057DE924C0CB00 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - E0D2AA3E3D55AEAEAA6CAEB968C2FD57 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - E0E67C6F74C70E7114863937B3FA2C5C /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - E0F2BDEC6B0787F9F05B590A050679D2 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; - E0FE1D17E3543CA2D9751E03479FD414 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + DFBD060DE2AC542CD7113CBDDC114796 /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + DFE471D8126A9FD83C38B32D7D0B3B83 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E01FD4D9111FC2E7432A09ECB2E64D21 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + E09EA6086090026FF45F020EB2B7D7C4 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + E102AB223A97DDF9F94C9ACB3ADA8FAF /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + E10AE0627FF6A389999E8E7B922D181A /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; E115EC00B9257CE69BBB82756D72800F /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - E12B5143C2C6825757842652606B411E /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + E14C563F0DC649E5E82BC8140E84F928 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; E14CA2267972F50842A113F031E0D054 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - E163E9202E84BBF606E8F3E35A854039 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; - E19B318B27F44B05F25083EA464C1F1B /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + E189A21647CF111447B26686FD2F82D4 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; E1A62375ACC390D49FDD649653304B10 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - E1AD7961F40C4077A090F76DF154C9AE /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - E1E13612590741348B4E37DDC16F5534 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + E1C9BCF483B9695808C0FC93B62F9FBD /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; E22FBB374A26EE39D53EFFB5D054E89C /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - E23DBD53762DC1F84EC5BFC29BF3B9FE /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - E240C22187388EBD61051EC05858A098 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + E24D658EBC11A0FCCDBDEF90C13864CD /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; E2541FB02FE40FF14C262B8CF5A76AFC /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - E2711436180C9428460A5EC1AFAEF472 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - E28104F2714EB249F6F6D28784A5EB17 /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; - E2AD4D906E61588532CF8284830D9781 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - E2BE4B94448B4AF3761B8D71148A97D7 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - E2DA809BB622B3F2FA458ECB86AD96A5 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - E2E9CAF6F0E710D9D941C37A8F98F15E /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + E25597CCB9A904E81D8B31CBCCCE1E49 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + E2C5A8D6703C9BBF8AB3E2F3F87721BF /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; E326F4992EFA5D00F746490983DE4F6E /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; + E32CF162328B347A95101E504AE88E6E /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; E335DC4C867B49C265B7875DD67A6D40 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; E33A25F59DF2C2AB1DC5332A73F0B99D /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - E3418B572AEF67C1C89B6AFA9B3C80A0 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - E34DD571F3FA872DA13B8B1A8D42B50B /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; E34EC7FD11A1C6F8483335152E8B6AC6 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - E3EA4958158E80EF83EBD232FB9D518F /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; - E409C4255F662B32D65F773E63D4FF59 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - E41C69A77FFDD1AD370E1EE83E1CD82D /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - E4385C15D9B4A5024D10536BDAD34142 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E48B59B7CBAA771D418027C64EE933F5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - E4AE168E61FC87974AAAE5F46CAFFD9D /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E522CD46845903A58A6204EBED84AC96 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - E5291F4316C5D1CF7B1B1F1036CCF5B1 /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E5390D7A4179F0FEFCF0032BCF8A8487 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E5407CC635608E4FC6C4123059DAF87A /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E568D94F887CE28EF92A20F525498766 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + E37A0DC57BDF4F7C94CEF9B6998A34C5 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + E3D6B56C6BF93D6D6F664E8199E4EF0B /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + E3DBEE713CA524143CC7402415762C00 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + E4117FFE3B810DE87F886A837DD90E61 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; + E4132A85BBB5456353FAFF095CAAD9F4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E42C45EEF1002DD515E70EA993220691 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + E4441030D646538F2EF0D460446DD89A /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + E4544F205C86B0926FFD1E6B5E05A845 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + E457CE62008ACE3541F3508A27A6E475 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + E48F617C9E8CCA9CEBFDE38AA2A0224A /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + E4B00477A5255F393A96F8558CAC6E4B /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; + E4D9E52076AD7B2DC970868E6C33981A /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + E4DAC8545DF8DB373ABF27D4502BB337 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + E513491E52D6C38F6FA7C3BEFB73E50F /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + E5297C363E3E361BB558269571860771 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + E55D00C94EAC281462D246A3A1089709 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; E58D8E24189E3B4EC1091237AB612995 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; - E597D2E8C8111833353A20242FB9D6A8 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; - E5A919318D33BC91F6CB706DFB34DDAB /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + E5AB11791A61870F63920B157129EF2E /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; E5AC581097258EB6475025F3A9B37D85 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - E5C8139E5F972AAC6729D0166FF84A19 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E5BE29CF745AF6FB71E524A3E525F68D /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + E5C58CE2BF74675CC2F9EF59F78CF607 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; E5D0EA01501DF2002E2BC00E518D57FC /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/SDImageGraphics.h; sourceTree = ""; }; E5D4F81BF340315EA867D6D188608826 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; E5EC296A774AFD8DCAEF4873C97024B5 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - E61240D4E52D32B52D6C9545A0E6AA4A /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - E6341208BC1414BA8EAA456F8363E484 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - E687E17816C1BB1E5F1FB229A447CCE0 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; - E6BFA03519BAFA0F0769C3FFBB1E72F2 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + E5F3AC364A1BA98EFDC280A9B729E27C /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + E6444D188A09EB88E56EE10DCB9A442A /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + E65D3670FE4A023F87DBB060C7DD8AD2 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + E67AB649E04E94CC91061FA72F7C4E85 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + E6886BBD706DAC28C6C35BFA0E74BD03 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; E6CA8467C6F292DC9C4B325FB910DF52 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - E6DCC3A03A5A1DB25E099E92B745B3A7 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + E70F6EAD54E4FC6749048BFB8DE81F0D /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + E71402C24D8BB642C9F603E81A9A77BF /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; E74B943F621D5FBAD1218AFD5E894604 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - E74D1758C397FE664ED862CDF395DD77 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - E7A68D5FA7F5EC84179394D0BB5A7A2C /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; - E81CCF008E8B7E4C93EA7C517B75387E /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - E839FDDD3E30311B173B8566773D4B11 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - E8663C0851C98B63FC308D99856DDCC2 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E74E564EE677C0A033DCF8F68203F89F /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + E76E8D9D2AE672F1CC870305D2B69F36 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E77C403B003A6E839EBF7BA64625E336 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + E79AF855D15C9825C4DE88E76DF536E5 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E7C211F314F00EAC0FC71CB973A9F53C /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + E7CC9770BA81A9D92734FB6DF7091862 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + E7CD83C8A3DEA50DDA9561271DA02A08 /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; + E7F72A892EF6B166995E1ECB7D153FDF /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + E8181EAA1FC905A82A49EE0098C52F87 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E8259038F9F9CA31D6F79A5B379045F1 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + E84BFE4B452FF25E602D8C8E3A3C4165 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; + E8528B4289868A3B3DDF934628CC5AAA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E87FDA46BD8BDE64FD97930A81899E6A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E890974E5F9F8AC28A07BD99E6E3820B /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - E89FEBB8409310115D1BB4F11051E2BC /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; - E8A7AB661D185F3242CD3719F328298B /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; E8AB8D639D48165FC92D874B9DB02C62 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; E8BABE4F04151A7C5DC6B014E839D205 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; - E8D6576548944B2498572FCDBC145E8E /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - E91BAE75F1E80077A26D6FD3D347B124 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + E8D373D5CBEEF829AA212A28E5DE0A96 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + E91E89506F76E0ADDB853F424A7C9F7B /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; E943D588D24BA8166AB0F27D361BA65B /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; E94A59AEEB0067F806D867FB2A0CE45B /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + E98A63FFC94269F1113F35E7AC8B8488 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + E997F165921AF0CC6A20FE23571905FB /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + E99D814F0A7810EB6AADB4B758BA0909 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; E9B9E8230771754E26C121056661009C /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - E9CD6EE75D0078957521857FA6ABBE5D /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - E9D7DD5CA72B42EB3DDB25048FB234E0 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - EA4C55ACADC34854109D7A8B9868B2DD /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + E9C254615E3F1094D2AD0E9173E6AC40 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + E9E34D49D943F6D650771ED283B5B090 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; EA6877812ACC5E84E4F624F54913161A /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; + EA6E558B3E25A456D134BC85B0D3C9F6 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; EA72252935779996212AA0252AA8DD4F /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; EA887C26BFCAC6B2AEC4331F194C624A /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - EA8945A2E0C143910C17C206C1AF8655 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; EAA43BEF56DD7BC710B980846A10906B /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - EAD13ECAE9BF43C605A14959CB82E72A /* 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; }; - EAFB707AB946A67A2D1269FBCB018260 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - EB2708D5F3689AA03B54F6AD16355CA0 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; - EB475D97D4DFBB1FD0078E96E269A015 /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; - EB72E5B4CFA64EAB4737F185019BC6F5 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; - EB9BE7B51D31C68E079F5AD87FD6B5C4 /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; - EBB0B25F92816F7F0EE48983F0BBE300 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + EB13092043B5CA894003454AE7B19B54 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + EB1F8EC3A5D27D4FCD6A47F172FED4B5 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + EB25C87DDC8E0A6230FEA16880DD8C68 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + EB2A3ABB23EFD25C6C74110AF245896C /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + EB3D254A5ECDD58C19EF39F834BEB8C6 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + EBAC8CA7FCBC05BD67C829E9E188AD4D /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + EBBE690EE37B24ADA5523E516B90958E /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; EBCE4A6F288CFF18B400E12C8046E6ED /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - EBEC9C2D84C80B8E7645F824E726FE6F /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + EBE5C0493D5882307342279A2846138E /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + EBEAE106F23F493BA83F1D9BD405478A /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + EBF5591187397CF9B27AF98E3D69306A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; EC2E327CA5A7A4243177B4005AA24254 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - EC76BB002194D2B0FEA471E0DD0214B1 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - EC8557EA35BA364729FBC2318929E161 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + EC30336D0901837256A2E17901811E8D /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + EC443CF2EA6451D009AFD87C8738D0B1 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + EC8170B2EEF5B7B2AA10CC286C339429 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; ECA6A09127BCBC48D516CF4375E2E4F7 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - ECD10E5AB4E2469B37E840C8DF2AC949 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - ECD31424DD1A69434113297A99F9662D /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; + ECDAA6C9A883F5B0A0075EA6A85D3E68 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + ED1445CD02FCC155F10ACE869B629BE9 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + ED15D2A066663C9094D4889D40927D25 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; ED1DFE32B70414877291DC0B9C00935F /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; ED3A529BE56491A3C4A40A7143854717 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - ED4C507F7BD71EB2A1C3BA6962CF47F9 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED728E0FCE0F201C6EB4F6C094B764F3 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - ED8841B7F8C3C74C2222E6E7B24A1B33 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - EDA3BC31C2158F267930FC821E9092A3 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - EDA66AF7F951418921D9BC9F1C5794DA /* 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; }; - EDB84244F87F7426831A1C0EEC6F7ED8 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; - EDBAB90BE427757C74BEAA9F73DD778B /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - EDDC5FE24DC160099E4449C97872CBAE /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; - EE031EB74AFB45A8A30CFB19194C9718 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + ED868C21E62064890DA23BE180ECC0CD /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + EDE4980B30B4B70D205F83A42B3789C1 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EDED165C75089251BC8BBC7A6CC31F0C /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; EE06ECA289582B4F447C247455A80667 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/SDImageLoadersManager.m; sourceTree = ""; }; - EE0C641EBBB2F6EDD6C4289C1EF4D3F0 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - EE60DE68B25DA416CA52D389452CC088 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - EE701F465622F5738970A698363FA053 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - EF16806A1DAFD648DE0A02BAD76C2D71 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; + EE16C22129DD5EDF57CD1777954CB244 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; + EE43095B75CC68E10305FAABA28F57F7 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + EE46009BA8F170A8295D386B08199D9F /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + EEB3BA58EADFBED59A12FCC247C28342 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + EED0C4D8E5B68BDC5C8190C7E5EAC837 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; + EEDEFB447C00EDAB36DEACB0E8493346 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + EEF8AEC937754A9A6C57146DF20722A1 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; EF29495075911B7A60A09DE458A8CA4F /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; - EF6BD7041FC13C3E086432C84534DFF2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - EF6F7E65177174A75722A2A43A622DD5 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - EFB03876A69C345FEF541439D88437A1 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; - EFF192001D8C018ED3F2109758F6BE11 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + EF5E5BF32FDA6B4F44244F647BFA86BC /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + EF778981FFE0DA66979670C23C83C537 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + EF807B231DCA2412691182D71E83C2AF /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + EFDB27B0270DB1C633ED0FF755C2533E /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; + F0019755EDFD54CE2736F1F57A3C697D /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + F029E6DB804EED743B2E3D09EC79D2F7 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; F038F6D1370F1EF0BC1212E367062BC3 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + F04BDB81D6179AB70C50BD125EDCE2EF /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; F04D6C471FB8F5B1783CA3688A4407B9 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/SDMemoryCache.h; sourceTree = ""; }; - F05927509B5DE64E2557BBB2796CDF94 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - F099E2D7BB119CF454555AF964A10CB9 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + F06CB6AF08CE2DD16B25F5A2D05B643A /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; + F0B1DDBEED063F24ABF1D9BE0CC2A091 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; F0C080CF5772FBAE4A3FC2FCAA0380A1 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - F0D5EF0845A3BD0930072E723274BB20 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + F0D05936892CED64ABA2550583CAD6F6 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; F0DC26EA31AAB854D77A016CC2DF231C /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; - F15BDE2F9180E1CAA9250EEF34BCD81C /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - F1777411839475667AEDFCBB53C89119 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; - F184B02522E9D2CD905E74CFB3C84170 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + F0F8E495844C752309295FA4BD14F653 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + F12A781464B2E7A7092DC6D3B71471D9 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + F14A7B30952F8B725E7CDA853DAD0D59 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + F15538D826C49C3AD2C87822FF5A8D22 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + F166890D8987BB0630611562D74B1909 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; + F1B5AF9C5E495ED5BF9F13C75ADDFF24 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + F1B6AAB6E49F78914A652F2C63FAB470 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; - F1CC89A16257FA4F1FB9CCE5AAD81252 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; F1CFB7771686446AF6598BF5E6902B4E /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - F1EE780FF4FB4BD869F4B5D0F4E0E4C6 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - F1FC23310DB694110FDD24149EADEEE8 /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; F1FFD62DF0EA55D8398BCB855E8D43E8 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - F22D37C13C4A652A5E52BD2B4EDEF669 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - F24A2019705DC89BDB06BC0B771BEA4E /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - F24EAB6B82890574C23A43714F31A6EF /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + F2468A0AEBFA60C59E761215799D3F72 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + F258626CF4EB6F19FBF2196D34E9D42D /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; F265EB84BEFA0C02FDB805FF9074BCF8 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; F2689746283D82855E3024DAD3170C08 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; F28455D5050BCC2398E18F5989F6B2E2 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - F2E3C66EFB020238092B9E2CBE704769 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - F30F032337A6BA596C18BB5F71C2F8F2 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F2C41A1E2CF0E3D12077A942BEF0A145 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; + F2F3BDACE0A71A06B78926886C491050 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + F303CB334DC674B2C2396C727B6C54FD /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + F32FB9ECE5EB698D7C7DDB14CA0570D8 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + F348B47827BEB62AA10888EF61863024 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; F34C5DA93FFCFBD53ED5BA4E500C577B /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - F352D675FE8E3BD389DEEA90011C4077 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - F36F80EB9477A047C72A1FD8C59602B2 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + F35ED1362AD458D993A0A5F7759BDE3C /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; F3C27E25275D80E37DC73E298759FAC0 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; F3C5076ADBAB787FE62AC09CB44B4A9C /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - F3EBE3A3E4569394452494482888B53F /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - F42553B493CC70FDCB0936D3F45FE07B /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - F45904C4E1A79D5C835CD57F336A7DB3 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - F4741CBAA1232FA2110EAB2208C270EA /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + F3E6FA6DC7EFC0B392878B56C19D6E7E /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + F4323C5C8E7255C7EB1A874AA011F7A0 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + F453A0FFAA0461252AB9B4FD2034C6CE /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; F4769E682BBAD42859082B1AECB1F484 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - F4B91A0E0036359E9593279E89515F47 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F4855D5FF45D6CCD84374EF0F17A7DA2 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + F4C3EF6328F1E7AA55C40ED0F04475EE /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; F4CF89EABDD95C31E45028012D461DCF /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - F4E5ACD7252FC82D7BE20471CB07903C /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - F5353A5A5FCB9788B34005DEE4D1653E /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - F57EC705A31F6424D2F3E63486704856 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - F5B00AD174EA491593A2C54B9522E9AB /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + F4E6CA3F5E1C901D4C6F8AAE9C301923 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + F4F9E979831E5D73F863E3A3C223B49F /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + F5655EF7D5B1764478164CAA2CFB8A65 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + F58C77B4F466702FC6FFEA3FEF35BE80 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + F5A034ADA87A8E6B4A912CCA30AE9670 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + F5BDEB9D8DFBAFD8B31EE737D63C4EA0 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; F5C7AB7D661D53929F47A78DA6730CC5 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - F5FE893EC010E40D1120D34CCB644080 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - F60C9A8C39894F67671F2E1C4B9C6EB3 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + F6060A113A36F27559EB03ADC17B171D /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + F6366E2D5BE1AF566975D29AACAE4D16 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; F66F1A21E0C1303CEE6894BCDF672D47 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - F68347D7298AC0E6A743B0C8CD8AC7D3 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - F68B9B6B4C9CFDC008019D79D1CA562B /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - F6CDC36FA9E0A3109F3AC1165686E01A /* 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; }; - F6FA8C87563B97D52B3BDDE6359EE373 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - F739BAD3B167FC1D05DCFB555AE83874 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; + F68D7253E23AD077CCCA2B27DA915B36 /* 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; }; + F6D584A7DF5ED34BF8B837C28F45DD3C /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + F71D3D7FF0FD4B0DCE3871CDAACFB804 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + F7259BEA08A3195A5345848FA18AC6E7 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; + F72B5B657035EF91D538D455F8177C66 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + F73375194C7405437BB3A83CAA01A41B /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; F7423E26A13D34C7C1DE1BEE042E42A5 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/SDMemoryCache.m; sourceTree = ""; }; - F756CABAE1E800F197D5AD3AB0DB51F3 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; - F76504903C0C295809C0CEB8EE296C8F /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F79010D1D59C9610F1480015B17AB2E4 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - F7917E68DB25876BBB9663CFC6B51E9F /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - F7BA71AFBCDC955F27739C30BEFCDE59 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - F82953191CE4B2A2B0BCDE1FF9361D14 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - F830E60C01B40A794A75591670C34327 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - F83682CF589D6590292167674D6969F7 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + F742EA26BA137F5683FF76331CD02E84 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + F74E7DD469C14E8330D95A2D9DCD618D /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + F7E25D3D1AA0E121FD3019B7B98D8BF8 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + F7F68FEC1488D2A7220732EF07EBC992 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + F7FB9B5B2DBD0FC8D12FA282CDC5E89D /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + F7FF2C85F65DF7A7FC2EF1B6FF4A16ED /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + F8229D20D199DBC2E664AD52E603A473 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; F856E6B9471AE6BFD6A64E001062D954 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - F89D2C397CF2450EE2097109990BF695 /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; F8A64FBE1388BC2299245CBA9EA4DD4C /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; - F8A66DB82308507BBF760E6FE02359B8 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - F8B062C6808A12AFE38550C2936C2073 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - F8CE7424B67B58CC4E4B74F748305D0B /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + F8BC3F8EF447275CD3B297C5B5CA8288 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + F8D314D234ECEE7662EDBE6601828E80 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; F8DC3C21855F6BFD3400EAABD04C619D /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + F8DD1CCFD2AA952659D8EFA98AB3570B /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; F90E4AA0081FA5A7AE3EB98DBC83135A /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - F90F3A407FD36D480DB87CF7DFA12E7E /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - F916EB02531B293EFD045C8506CEEF79 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - F9274AE86B9451B2C3F096DA4625A5B7 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; - F937D14A8B50007D91CB1417438BAD33 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - F9827E9EECB78EF1B00B82097236CA05 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; - FA0D6CE5AD1A07C4B236E50467B6D90F /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - FA565596176DD6E3DAC784D7926AFCDE /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + F921D0832C7039C622CF51415B154A1A /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + F922722619E940B8EA7D5A7370F207F4 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + F9350F973E0E8F5A5CC7E77CE9E1BC9A /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + F9430CDAE16CF3E217A5D81F6A67CA27 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + F95A113C6AFCCCDAC77894D42BF9DA4C /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + F9897457C52CED6B519688F2EF75EFD3 /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F9E7AB4B4AAEAD991AB9090C935F87E1 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + FA4062363BCF33D5BFF1FBAC5D2D5F6C /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + FA58F54C103FBEA0AD181F02F039EDB6 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FA68A889B3251BBF7919F5683FC65DBA /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + FA719DFBD26FF59CEA5781FF22B11D14 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; FA772E4DB9DB3675E623E1610BE49161 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - FA996BDF647A705ED6C2B621ADE9FAD3 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - FA9CD2C2F516A7843432D8A63E0A27CE /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + FA989998211FA30D166D9F4E54D438BD /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FAA56B006EC967D62DD447998E88C6AA /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; FAC0B5B43E4C182939F1CC3FEF655EC6 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + FAD458A31243209D1EF161DEBD32C85E /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + FADA690DFDD742274EBFF36F021FA4F8 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; FAFC535A7C25A955433F870D3ED8A609 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - FB79BF7563439FCB5D77BE1F8E848674 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - FB89F1B1F004318A841EC6AC411FBE1E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FB40CF9F0CD78E6BF86FFF816B117231 /* 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; }; FB92AFCCF2953E89BA5FC59411229226 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; - FB958FDA842589405EAAA07CF4ACD343 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - FBAC5C91CE425C6DBB58BAB77BC63F2A /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + FBC65A064B13C2558DEFBD00F05E7674 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; FBD3EFBCA71BAE57E72EB9CA50FF629C /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - FBF311D1E776DB95F9EC6C9DCD761917 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - FC2E9CCAD5A01C660271E564A7B6A057 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; - FC3803191C9D8BAB0303CAA2090A051A /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - FC458DDBE18DD95C3D34FAA723DAAFCE /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + FC1F6354484A84E3FF7A1389E45BFDA7 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FC417AD0C8729827DA4610C5DF99DFB1 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + FC42EF4A5AEF09EE57176A166268D3E5 /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; + FC4DE0D4E7AD9EE371D4AB6992CF890E /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + FC57980938A5E1E684BE4A6C5BDBCD01 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; FC67C73FFC29016D8DF90369745BEEE5 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - FC785F45E0E1D94ECBCA6D0E45CAEB8D /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + FC833F4A0A74AA06D066575C97572A46 /* 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; }; FC87B49608E3699EDBC315EE282383A4 /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; FC8B40BC2C1C968C0458B1C094B1E998 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/SDImageLoader.m; sourceTree = ""; }; FC9CE8293D9290796C1AE82B202FBF88 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; FCCE821A143279FA2BD2B79E6C06D801 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - FD10DD6765C25453FFA9F338501A7E5F /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - FD12C43BEDF324D7D77771029D9B5C87 /* 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; }; - FD32033563555E97A17D40CFCC194B38 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - FD4C029AA8F9AED68AB0773AFF4BE959 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - FD59315B101C8575295A130FBE8A35F6 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - FD6B38A7FED5EF755F6B392B69620929 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - FD82327DA8C95A955C52ECA3A60369BF /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FDA9563515CA952B4C6598A3F6884AA3 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - FDAB069EEAD8103E1AEDB1DC1949F3B8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FDBB948CEF522A002ECB43AAE48ACA4C /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - FDFC0E3EA1684FBDF62899CC09E6B235 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; - FE2520CF9F92127418BCE1D8CA2C9045 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; - FE3DA910192D23C6E0EC934840F8F77E /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + FD0ADE039E4A30039E1DCED95BB4E31B /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + FD1B4F38EEC178941BCD9252C62CC331 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + FD584B29CEB1D672F9223E764A029868 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FD61114B3657BEF0E747C0EAD755B283 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + FD6459E237257FA9185880BD8ADDED6B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FD6C7468C237D685D9B9C5F647661663 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; + FD789D31F0990C0897DED75B7D5AAC49 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + FD86F0238AD7F48C007068F949C21396 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + FDC2BF3DCD5FAACEAE5D507EB8D7DDBC /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + FDE27B7BCBF2B53E00FAC16DE9614DA6 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + FDEE7637DED0EC0F098900BD39BAD3B2 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + FDFA1E7B39410A1692EB4F1B0B873845 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; FE4225F76BF1EC46ED91DD90A933ABD9 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; - FE59A266A6D79796E40876BFBD97F478 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - FE6232E057ECF2AC27BEAD13173424C1 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FE7E422C753FEE0469718981846E436C /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - FE999C4F80417E14D9F3DD04367D3489 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + FE92D0868A5D08796C5870360FEE2FEC /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; + FEB5DD75C6470AC7DC3E17978E93DA40 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FEC0B93C9B6C767EF6DC0E28D051A704 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + FEC3C701CCF1345E7EE2C5236E4F8FDA /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; FEDC765722FD96F62E404FCA439C214C /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - FEDFDEEF66DE4369E55D8A3AB35F4519 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - FEE8D2134A9AB7F98861DB5367C7D04A /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; - FFC446EE6F7601E650FA6C8530ECF68A /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + FEDFFCA1BFC374004B597AFA69E2556A /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + FEE5EEBA658B847814A5EEEFA7AE6B30 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + FF097F39A2C55E584682D1E5798CF825 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + FF24FE4B35AA287072FEE76074A932E2 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + FF3E3B99A3C3FA0B05D86A8924BA95FC /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + FF40CDB4D4E93D02B901D3B9910DE8C1 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + FF7F0B210A040A57A5C1099802A46F38 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + FFB4319F4573EF039EA2193A9A49EB1C /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FFC47BAEE4903AB5180700ED848CDB11 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; FFCC04A29879FDF39F85F328E14C63B6 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/SDImageCodersManager.h; sourceTree = ""; }; - FFD9C11AFC6ADE51224D0A6A97E308A8 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + FFF2FF37A0A2770A1BF4C7719B35E052 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; /* End PBXFileReference section */ @@ -5307,7 +5440,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 063552EC495896ADBDBB08A77EDAF353 /* Frameworks */ = { + 0C4B192262B203EFD31057FB038C8884 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5335,7 +5468,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 14A2843904E438FFABA7CC15022B716C /* Frameworks */ = { + 198E04F338D4E7A7E335B278585D106A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5356,14 +5489,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 29DDCCCAF9B1EDCC9998ECDADEFF7D8A /* Frameworks */ = { + 29AE20734DFCFC3F5E36D63CC6D1F915 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2B763F2581D2496D3854FED418C346A2 /* Frameworks */ = { + 29DDCCCAF9B1EDCC9998ECDADEFF7D8A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5377,6 +5510,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 31B38072423E437CAB20DEBF60EBD52D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 35C1883C7DF954DE89018A74541C5199 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3A98B18BFA5EB2FE5C28511CAD147EDA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5384,6 +5531,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3B3B25F3BB60A9B0C01DD0B8C374BC0F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3D33948F52FFD4DC8E0512B0513A1C22 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3D39D92DF855D912F5A77556D9B74950 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5391,6 +5552,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4130CB37D03EFED877C8DCB5B2005C50 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 424F30C23075C103135F4A1C1DA7D2B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5398,21 +5566,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 42E7B5655EC7B3F4405E47ECB4101EBA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 46E2738B78A5B6C61A3C820C6BA31DF8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4C1C1772D4801F960317BC294D852284 /* Frameworks */ = { + 4B2F4F98B995B21C5CC8F29C08E862F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5433,13 +5587,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 596F7963E2E45A460D04AA52D5EA74F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5AC84FEC285AA5EE698D679D4CEE733F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5447,13 +5594,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5B0FED7EA25448DEB0629AB3AD024156 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5C5B7DD3B4EDBDEBFA4A411C0B2A807F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5461,6 +5601,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5E76CC09D694010C68D11B0204D2D120 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 60163D1155281830BC16077D2EE743FD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 606051DF7D22ABBA8898AB58EEB56E99 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 62DF85C887F420F57A98CFD33E8A1AEE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5468,6 +5629,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 65F5E1709814984A5224329AD3F29C92 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6B00120B177DE6D56FE239BF6EC02FAF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6D817B1DE2168CB15CA179A144D0E780 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5475,13 +5650,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6F6459E29D1BBAB525D36C8208C97BF8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 704D8F4C4B3AC6F3F8B4D8A9FFE54413 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5489,7 +5657,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 76BF6927E2BFA9EBC5204CC1FFF9A23C /* Frameworks */ = { + 74A2333923D4EDE3642DF348AF8BE1B0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 761847EB8AE8E98CADE82F6402FA2163 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5524,7 +5699,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8513F5978DAAA0A60C9D8034AE3749ED /* Frameworks */ = { + 8C5596CE88278827125C100D8BE5C6C6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8CC3B6A86F4D25BCEECE278BAAA17E96 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 934407CD73E2AA1C4BD83EB8059EBEF7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5552,20 +5741,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9F1C467A3AD1997973192105B380D06D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A9317B7693CE0B888C13ACD15F0F6D63 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; AC112D3F57AFF3FCB69E367CC4EDFB1F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5573,35 +5748,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AE921946028716B65CC12C0FB71C87A4 /* Frameworks */ = { + B09C352D8FE0CA34370075AF8EC19224 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - AFF0DC07381FCE0D317FE1B10ECFEA5A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3D08B7DBF95F2FA69BE235E0DA80F54 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B5592676526D9B773C02DC91D5D49F70 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B77E9222555FFC9EFB0C4572540C92D9 /* Frameworks */ = { + B474A83E408360C36EFCAF351BF83C54 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5615,6 +5769,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BBB2B3FC85739A54D103EC217F29A0E1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; BCC9DE3418B65029E89BAF388639B99B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5629,14 +5790,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C19F95E3AAF5AA5A0B813ADAE74E6618 /* Frameworks */ = { + C311AF1F2D1C91355EA404CA8B49D93F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C311AF1F2D1C91355EA404CA8B49D93F /* Frameworks */ = { + C743DB0F9FEBAD38DC7DC17C52C761F5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5657,20 +5818,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D28102A40E7BE8EAD702D30F78D7E157 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D4C9B132F895477922D2FD2A10C6319B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; D752D103DB89DC1C93E3166EA88C9AA5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -5678,14 +5825,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DE3DB616DEA569FEEFDE4B74B3AE6FE9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DEC8BBB28702BF3A98EE79390C9132FA /* Frameworks */ = { + DB948E89ECEA35DD6B014311D5592210 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5699,28 +5839,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EAB7D057D0A7E12599D9475B8E284CEC /* Frameworks */ = { + F68F6B3F4F8F5F59EE6BE5A2D8CE4DF6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F13E30E642EECBCD47EEF7EE1660DAF2 /* Frameworks */ = { + F8E6EEA23AA31E6849A420F4AF8E0ABC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F3586102EC62F4E416D4B06579773CED /* Frameworks */ = { + F9BA5F25AF48F2623BA74A871B673440 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F914555D3BB1124190FB8608B9EBC353 /* Frameworks */ = { + FAE6F538D439C65AB57B23FED37F8291 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FB543AA520BABFBA839853B58EEA1377 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -5734,73 +5881,64 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FF3F61F50B067F17643C109C9C8E14B9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 000BAE891A29CCF0F19FA0CC207F046E /* LNInterpolation */ = { + 015879A75F44D04CAB431ECA4C542979 /* vendor */ = { isa = PBXGroup; children = ( - AE64779289FB3D4E5A46C7FE09078DCA /* Color+Interpolation.h */, - 266B246511B5156CA75DC4DFBFF89208 /* Color+Interpolation.m */, - 6E2C08F171DAA291C22B59F9CCBED577 /* LNAnimator.h */, - FC2E9CCAD5A01C660271E564A7B6A057 /* LNAnimator.m */, - 7CF27F33039380655F1C225C0FC34867 /* LNInterpolable.h */, - 4C8380E7EB9F872576B3F709EACB7222 /* LNInterpolable.m */, - EB72E5B4CFA64EAB4737F185019BC6F5 /* LNInterpolation.h */, - 05809B72105DB62C94F828B3C42E14B2 /* NSValue+Interpolation.h */, + F6ECA84A15AB8C65C173E544416DFF45 /* bugsnag-cocoa */, ); - name = LNInterpolation; - path = lib/ios/LNInterpolation; + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; - 007E3723206ED254840D17A93B37F532 /* Support Files */ = { + 02533C7A293B5BEB084C66E5A3C98478 /* Support Files */ = { isa = PBXGroup; children = ( - BBA067D2D7D1701AFFB6786DCBD29DF8 /* RNVectorIcons.xcconfig */, - C8BE73350D55D38A87722944A5499D34 /* RNVectorIcons-dummy.m */, - 4D3C9F86C0FF1A6EE653B9AF7B7078BD /* RNVectorIcons-prefix.pch */, + 9853E4A85D91E8B3DAFC280FA02F66BC /* EXFileSystem.xcconfig */, + 8AC8AA026948427F08DC66F0E9402478 /* EXFileSystem-dummy.m */, + 82461FEB457B7ECDD24619E82C7DF178 /* EXFileSystem-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; - 0195AED02349C80F83F20C5279B247A8 /* SafeAreaView */ = { + 0298D00A301A07D548266184AC5555F8 /* React-RCTLinking */ = { isa = PBXGroup; children = ( - CBF4313FFE45147BEF9895F685A7ABD2 /* RCTSafeAreaShadowView.h */, - BD17840C53AFF81F8E2278AFED2A18B9 /* RCTSafeAreaShadowView.m */, - 0FD6B3AAE53E7D7C50E5EE4F8DB6D5D2 /* RCTSafeAreaView.h */, - ADA32046F2291C5F9E61BFDC33B955CA /* RCTSafeAreaView.m */, - 4DFB75FDE623EDC4B2979C827B132A69 /* RCTSafeAreaViewLocalData.h */, - 3176281F5954C88F04E78ACC7533E73A /* RCTSafeAreaViewLocalData.m */, - 401AF9DAFFF91F6ED10B594769F77955 /* RCTSafeAreaViewManager.h */, - AC847D9435FDB40226F9F06C46854442 /* RCTSafeAreaViewManager.m */, + C0D77EDB1F138E0AD8676AC84BD85938 /* RCTLinkingManager.h */, + 5C1D224ED7D100B83268B7B2EE2154B2 /* RCTLinkingManager.m */, + C45981FB0A59F2344C19F37BE0DBDA77 /* Pod */, + 590854205784627E0EF72D87DF3782EF /* Support Files */, ); - name = SafeAreaView; - path = SafeAreaView; + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; - 02079AB7042B7FF26F198BE9ABD54B4D /* Services */ = { + 02EC74ED5610BA4357168A17DDD136C8 /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - F8A66DB82308507BBF760E6FE02359B8 /* UMReactFontManager.h */, - CF3FA4A15D3036731F6376E6CF203C6B /* UMReactFontManager.m */, - 05083A90161E576EB4E3162EA08766DB /* UMReactLogHandler.h */, - 9EF69C0C941DAFB869BCA895612B3DE2 /* UMReactLogHandler.m */, - B03CF160D1F102FFD40CE003D8FF4140 /* UMReactNativeAdapter.h */, - 6B2615C7492D2CE070EFC612A567442E /* UMReactNativeAdapter.m */, - 07995A9A486AABFFB1A925B926B92588 /* UMReactNativeEventEmitter.h */, - B26D5713ADD572A53A26DA41D71DC298 /* UMReactNativeEventEmitter.m */, + E9C254615E3F1094D2AD0E9173E6AC40 /* DeviceUID.h */, + C71EF34E3AD124B524D1641335131CAB /* DeviceUID.m */, + 147AB5E053D5E39556C06AAA10B9789E /* RNDeviceInfo.h */, + 0BDB08C51EECD5C57B74B15187ED37C0 /* RNDeviceInfo.m */, + 88D8FE23091796C606740CE84DB0D7EE /* Pod */, + 0E5B4C4FF563CCDED22CA43EF2AEE05A /* Support Files */, ); - name = Services; - path = UMReactNativeAdapter/Services; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + 033CFBBE71CDA22561707A38CDBED4AC /* Support Files */ = { + isa = PBXGroup; + children = ( + FD6C7468C237D685D9B9C5F647661663 /* react-native-keyboard-tracking-view.xcconfig */, + CCA6E147F87C5788049EE4A818DEE4FD /* react-native-keyboard-tracking-view-dummy.m */, + E91E89506F76E0ADDB853F424A7C9F7B /* react-native-keyboard-tracking-view-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; 035701475795B098CD9EC2C915E9DD70 /* glog */ = { @@ -5824,15 +5962,15 @@ path = glog; sourceTree = ""; }; - 037AAA992D6CE30C092339454C59D30C /* Support Files */ = { + 0506A9D51D586ED70766168C5523B1A9 /* Support Files */ = { isa = PBXGroup; children = ( - BE0AFC5D9418C6961AE3636DAC2EDAB0 /* React-fishhook.xcconfig */, - CED30A44C6680FB1BC5EDB5F11C60B70 /* React-fishhook-dummy.m */, - D0E809C7F9C101D97C5F8F5C19E0477C /* React-fishhook-prefix.pch */, + 49C2126D5247E6EFDA03562DAE15B214 /* BugsnagReactNative.xcconfig */, + 74169E85179AC7BC7EEB634BAE8C77A8 /* BugsnagReactNative-dummy.m */, + 26685F89FE8229F8210C1DAAE930EFB8 /* BugsnagReactNative-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; 05DF1206DD287B493AA827E2BE8C44ED /* MethodSwizzler */ = { @@ -5854,12 +5992,21 @@ name = "Targets Support Files"; sourceTree = ""; }; - 08EA82DD08735DCCC68B46CF4B18ED9E /* Pod */ = { + 0798C686AE28C981C8839BECC3DF9238 /* Support Files */ = { isa = PBXGroup; children = ( - 6436F9D595AFA0078A0A2BB262E65E08 /* LICENSE */, - 2882578E9C2FCAAF4D0D3DF35F9F7234 /* README.md */, - 6AD15FFE6F4809FCCC45F598D4CF3F16 /* RNVectorIcons.podspec */, + 01727AE3D3705E23A2F6B426902E6D65 /* React-RCTWebSocket.xcconfig */, + DF992A2BE7043D2228830198C037FA10 /* React-RCTWebSocket-dummy.m */, + 61CC3BF260593EAC7F2BB0472E5689B2 /* React-RCTWebSocket-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; + sourceTree = ""; + }; + 08873245590E8C84AB9F1C83C220819A /* Pod */ = { + isa = PBXGroup; + children = ( + 2D6F00DAC6ECDF0B6A2A322866FB3D0A /* React-RCTAnimation.podspec */, ); name = Pod; sourceTree = ""; @@ -5885,25 +6032,6 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - 094D3408266F04EE420915C777B3D86A /* Support Files */ = { - isa = PBXGroup; - children = ( - 8ECD3A8300CC9FBA9D1600F06F5B53E5 /* React-RCTActionSheet.xcconfig */, - FC3803191C9D8BAB0303CAA2090A051A /* React-RCTActionSheet-dummy.m */, - 37A8C07C243BE55F41444D4139B3BA9F /* React-RCTActionSheet-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; - sourceTree = ""; - }; - 09B00E5C73737C677EEDBCC45DF7A3BB /* Pod */ = { - isa = PBXGroup; - children = ( - F6CDC36FA9E0A3109F3AC1165686E01A /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 09D34C2F02D4C857108614782C0CDA29 /* Support Files */ = { isa = PBXGroup; children = ( @@ -5915,64 +6043,141 @@ path = "../Target Support Files/nanopb"; sourceTree = ""; }; - 0A981578AD739D1EA345D736B5868829 /* jsi */ = { + 0AF19CD95418D6756995D10D83C2F952 /* React */ = { isa = PBXGroup; children = ( - C677C3C579FB20FBB61589FDAF4F07C6 /* decorator.h */, - 9FCAAAD6DB5AB1CCBA90AA7BC78A79F0 /* instrumentation.h */, - 2F71619077CBCA1A0F02A5FA2F325256 /* jsi.cpp */, - 25EA2ECF7D516CADBF0A0D1A7D60FBDE /* jsi.h */, - CFE014B9F8CBCA999346FB3AA0558AAA /* jsi-inl.h */, - 6536B35E7702CB12B5391BBC4AE13129 /* JSIDynamic.cpp */, - 0586050107338E30AB90986AC6AC967B /* JSIDynamic.h */, - 4B08040001CC4E18563D761FD0B50B82 /* jsilib.h */, - 1BBC95417977E4FFD1FCE77522A094AB /* jsilib-posix.cpp */, - 14E71F432CE4C06A1CB44174CDA57BF6 /* jsilib-windows.cpp */, - B594F8DB06EEFE7C39A1E0E203780815 /* threadsafe.h */, + 6D910C0E0B9CFFA279BD35087A451292 /* Pod */, + E990FDC1329A39EF63BF69F621872E20 /* Support Files */, ); - name = jsi; - path = jsi; + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 0B9C93FEBDA7189D20A77DFBA602AB4B /* Sentry */ = { + 0BFA1CDC64EA951CB88A062B315837A4 /* Recording */ = { isa = PBXGroup; children = ( - 796B314F0840574558B122F665133601 /* BSG_KSCrashSentry.c */, - E41C69A77FFDD1AD370E1EE83E1CD82D /* BSG_KSCrashSentry.h */, - CEAE5742735ACD5EA1AFAF87E07CAAEE /* BSG_KSCrashSentry_CPPException.h */, - 92D3745F2D588D43A7FD3AEA8501154E /* BSG_KSCrashSentry_CPPException.mm */, - 643ACC65D186CFF42BAF6BDB19F8FD04 /* BSG_KSCrashSentry_MachException.c */, - DEA16EBF7F7B5DEB1D5F9C51E14D952C /* BSG_KSCrashSentry_MachException.h */, - 74D2FE08C6114E7D2A5CA684CEDDF153 /* BSG_KSCrashSentry_NSException.h */, - 3FBCCAB15789EB6BEF91ED3E80D756A8 /* BSG_KSCrashSentry_NSException.m */, - 2F780E65D8DF5EEFDFC44A44686696D4 /* BSG_KSCrashSentry_Private.h */, - 16D2F7B000EED47714448306AB9F2AA0 /* BSG_KSCrashSentry_Signal.c */, - DFFC9588F9FD8A6CFDA11A0A6726FC42 /* BSG_KSCrashSentry_Signal.h */, - 323C2DAFA165190356498B7F393D1C68 /* BSG_KSCrashSentry_User.c */, - D239F5CC0CB1B9C97A0AF5581F83B77C /* BSG_KSCrashSentry_User.h */, + CBEA169CC297846AD65474EEDA04EF18 /* BSG_KSCrash.h */, + 8B98CCA973D1287E74DE374D84D9F592 /* BSG_KSCrash.m */, + 9FB6A961495F78819E4C8C8EA80E1FDF /* BSG_KSCrashAdvanced.h */, + 07C20017F8BB967E10D051C2DF674F36 /* BSG_KSCrashC.c */, + 61C5D077CCE2732DB1C5CD829483D970 /* BSG_KSCrashC.h */, + 7BF57A2B562667510007E061DC62BEA6 /* BSG_KSCrashContext.h */, + C2A13EF5F4C124D86434893E384B15D5 /* BSG_KSCrashDoctor.h */, + 3420E0BE72D5589C8C81E786C91DA940 /* BSG_KSCrashDoctor.m */, + D028F53048C3B1D2DBFA3EB02552A352 /* BSG_KSCrashReport.c */, + 2E9843073C0200AF13FF6625B4488D34 /* BSG_KSCrashReport.h */, + 2019AE5D8D2CC273A6E1B4F09EBC3967 /* BSG_KSCrashReportFields.h */, + A425C09DDF425A02D74DFB2CD28E1CA4 /* BSG_KSCrashReportStore.h */, + 5AFC859967FB0A6A13D741C2E7EDCB79 /* BSG_KSCrashReportStore.m */, + 8545B504699FFB1F55B409171C3EF0A9 /* BSG_KSCrashReportVersion.h */, + 8AADBB94DBC6052947BDA1E30F96C51E /* BSG_KSCrashState.h */, + 9DD1581F6EA77A770CCE1FFF58A8A7E0 /* BSG_KSCrashState.m */, + 7E255781477EDE39AB7EE254E70AD734 /* BSG_KSCrashType.c */, + D6D887944F3E9D9D67D81813A2893E84 /* BSG_KSCrashType.h */, + 930C110A3A40A3EB8EE3B9879C34B43C /* BSG_KSSystemCapabilities.h */, + C0F22886B715B355BB69B8CA96690467 /* BSG_KSSystemInfo.h */, + DC22186D61AF0D1011CC4D7EFD4675BE /* BSG_KSSystemInfo.m */, + 3F585129488B2349F1C582E57090296F /* BSG_KSSystemInfoC.h */, + 72E94AEFAA0027400CBB4CB794E34A69 /* Sentry */, + 632E787530F6BC50F054FFB6E306EE2D /* Tools */, ); - name = Sentry; - path = Sentry; + name = Recording; + path = Recording; sourceTree = ""; }; - 0EF5D689194D211F4057ED96F2412AB4 /* Support Files */ = { + 0C1FA7E5948404EA851105F651123E41 /* Handlers */ = { isa = PBXGroup; children = ( - A4B8E02C44D06854488C4BAF89820C0E /* UMReactNativeAdapter.xcconfig */, - 69A02707645EBD54371C68F5B19FB247 /* UMReactNativeAdapter-dummy.m */, - 3F94E433A7EDDA3F03C6CBC04CF4DD97 /* UMReactNativeAdapter-prefix.pch */, + E8D373D5CBEEF829AA212A28E5DE0A96 /* RNFlingHandler.h */, + C44BCD2D66A2B83874ED833245A987AE /* RNFlingHandler.m */, + 432FAEFF1DDCA37BEB245DE112F94A5F /* RNForceTouchHandler.h */, + 52399FE01E2C679B42E6DC73709914E4 /* RNForceTouchHandler.m */, + D55F37E5093C4F672DEC615E43AC33D0 /* RNLongPressHandler.h */, + F0019755EDFD54CE2736F1F57A3C697D /* RNLongPressHandler.m */, + 5475E7BAD37E85809BCBB603367C85A0 /* RNNativeViewHandler.h */, + CFC1863E664E4E9142EAAFE400DD24B1 /* RNNativeViewHandler.m */, + 10D9D263DBE20E7A885D69E9C87E4573 /* RNPanHandler.h */, + D416259B46EED0D0CE80FBCD85CDDBF8 /* RNPanHandler.m */, + 6AC435FC1F9803234E3FB3D288E97862 /* RNPinchHandler.h */, + B3286260B834CCC663C334ECC67C422B /* RNPinchHandler.m */, + 9A4AA011FD66359F37F20097DF0216C3 /* RNRotationHandler.h */, + DBFC8C91DDED3F12BA98BD305F6A83DD /* RNRotationHandler.m */, + DC5B4FCAFC62061E3C44BC083E4B9744 /* RNTapHandler.h */, + DE3F978BEA78BB43A4370D87B9DA0564 /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; + sourceTree = ""; + }; + 0E5B4C4FF563CCDED22CA43EF2AEE05A /* Support Files */ = { + isa = PBXGroup; + children = ( + 5AB82BB0D08A1ED068801F6E760B2085 /* RNDeviceInfo.xcconfig */, + 8B9D6FAFBC55208E6874E7D797993A58 /* RNDeviceInfo-dummy.m */, + F2468A0AEBFA60C59E761215799D3F72 /* RNDeviceInfo-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; - 10BB273471AFEE79107E29E17F81242A /* KSCrash */ = { + 103F3AA515888A5A937F399676E10FF3 /* Support Files */ = { isa = PBXGroup; children = ( - B80F85D9151943554FC52BD4E2F24E68 /* Source */, + 758D87F5D201A0C3443E160E03CFE94E /* EXAV.xcconfig */, + F0D05936892CED64ABA2550583CAD6F6 /* EXAV-dummy.m */, + D9139A1F4C835F5C9469F8CBADA7D681 /* EXAV-prefix.pch */, ); - name = KSCrash; - path = KSCrash; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAV"; + sourceTree = ""; + }; + 104877122618F983ADD6B331C5ED7CD1 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + D8A198A6622DE202F3D71F31CD42662A /* RCTSafeAreaShadowView.h */, + 9F6A8A019C4A15E893B8CF5F815FC0D7 /* RCTSafeAreaShadowView.m */, + 9361265DFA91341FB13C9FCB1377C018 /* RCTSafeAreaView.h */, + D77820EF2F8F05B837FE71A52D1C7494 /* RCTSafeAreaView.m */, + E74E564EE677C0A033DCF8F68203F89F /* RCTSafeAreaViewLocalData.h */, + E9E34D49D943F6D650771ED283B5B090 /* RCTSafeAreaViewLocalData.m */, + 9EEBED8B916094569563D2C14F606C7F /* RCTSafeAreaViewManager.h */, + 60C632E7F652D91D7C635B19585DD39E /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 106780B5B66F430F81EDC14A174BDC3C /* Pod */ = { + isa = PBXGroup; + children = ( + 7A03DECF8CFFD1D1A34CB750FF41B256 /* EXConstants.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 115F28E5C0A5124E6DEA844DA860A035 /* Drivers */ = { + isa = PBXGroup; + children = ( + B781468A5A3A30DA4680B7DF17B9ABE4 /* RCTAnimationDriver.h */, + 1AADFCC06B9B66AE0BFE40D1E6147712 /* RCTDecayAnimation.h */, + 95A200EF586CCEF9C6C00EF23EB074DE /* RCTDecayAnimation.m */, + 9D5D8862189AC3F7F8C0F80F57BE2045 /* RCTEventAnimation.h */, + F7F68FEC1488D2A7220732EF07EBC992 /* RCTEventAnimation.m */, + 4F145B05F6202E37B05D53C3FC0BE863 /* RCTFrameAnimation.h */, + 34DF5BF94936EFE95933A25B2867F204 /* RCTFrameAnimation.m */, + C0EE67F97D3BDC1E9E06A4E896D94D36 /* RCTSpringAnimation.h */, + ABD50A3F688CAFFF5E14929E1E956670 /* RCTSpringAnimation.m */, + ); + name = Drivers; + path = Drivers; + sourceTree = ""; + }; + 124FAF7E22CBFC3E82016A14914C1835 /* Pod */ = { + isa = PBXGroup; + children = ( + D3BAA525FDAEF1CDE0D3EE724EA85792 /* React-RCTBlob.podspec */, + ); + name = Pod; sourceTree = ""; }; 12BD197F5297F7C2EA8B3268C03BED00 /* Folly */ = { @@ -5999,56 +6204,137 @@ path = Folly; sourceTree = ""; }; - 133DBB21E08CB424576C727DF60DC799 /* Support Files */ = { + 12C4FE0F4FDCEBAF9B5B8ED685180FA4 /* Protocols */ = { isa = PBXGroup; children = ( - 877129353617CDE0C3EB6B2F1FE53125 /* rn-extensions-share.xcconfig */, - 9CB0BF04AB28B3FC037D7BA6A8B14B2A /* rn-extensions-share-dummy.m */, - C99091496F101B32B4E510455664BDAD /* rn-extensions-share-prefix.pch */, + 45D3EDFCBADC8033942DB0F8CEB0487F /* UMAppLifecycleListener.h */, + E8259038F9F9CA31D6F79A5B379045F1 /* UMAppLifecycleService.h */, + 60FE57DE35459ED6D397FAB9B6CE0555 /* UMEventEmitter.h */, + 6362DF7FAB3313E700F0D14B95A32775 /* UMEventEmitterService.h */, + 1975844CE78DD1B4EE94256460B8CE11 /* UMInternalModule.h */, + 60A859F976D4AF2157EF57DBEA0B3C65 /* UMJavaScriptContextProvider.h */, + C2575FD4FFCBF899FAE13575F4D79502 /* UMKernelService.h */, + 44EA316AF87FB693DE8EA810BF431D5A /* UMLogHandler.h */, + 683A7B1F60C5F7CDF615F8C6E2C969C9 /* UMModuleRegistryConsumer.h */, + B7AA81816BDA422E0FB4B112F3367D9B /* UMUIManager.h */, + 23E9765D08A867FC6E8E242D9575F0D4 /* UMUtilitiesInterface.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + name = Protocols; + path = UMCore/Protocols; sourceTree = ""; }; - 151DCB84B9C738D0788B66E4CCC48F0F /* Support Files */ = { + 132E67AE43E5AE23DCD900FC111AF993 /* UIUtils */ = { isa = PBXGroup; children = ( - 944CBE5210014E3E00C8947FBC4D38E3 /* React-cxxreact.xcconfig */, - F0D5EF0845A3BD0930072E723274BB20 /* React-cxxreact-dummy.m */, - 186CC7CF2B7480E0539720B78B71B567 /* React-cxxreact-prefix.pch */, + FEE5EEBA658B847814A5EEEFA7AE6B30 /* RCTUIUtils.h */, + 2AA377EA34A56110B01DF034459EB037 /* RCTUIUtils.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + name = UIUtils; + path = UIUtils; sourceTree = ""; }; - 162E4411FFA7B7FCFA69E508CEB8D43B /* Pod */ = { + 157D4AF177A92BD9EB36DBD76C9BF25D /* Pod */ = { isa = PBXGroup; children = ( - 22329FB7BD25CB68FDB1AF990FF9EC24 /* LICENSE */, - BB99121DE9B35FA02248EC0DDA9DC3D8 /* README.md */, - 1D4B1AFC88E59BEFC3569833227E0D77 /* RNImageCropPicker.podspec */, + FAA56B006EC967D62DD447998E88C6AA /* LICENSE.md */, + 08887A703B22F51DE9868B25A51622FA /* react-native-document-picker.podspec */, + C98D80FF22FA027EA9382F80740DC923 /* README.md */, ); name = Pod; sourceTree = ""; }; - 17488F55B05E601CBDC9C581EA28047D /* EXWebBrowser */ = { + 159763D62D978B24B84892DD2EA27F06 /* Support Files */ = { isa = PBXGroup; children = ( - 766A2AD341C0CC185C3B9951ED2C90CB /* EXWebBrowser.h */, - 03F91E131AA92114693FFDDEB545728A /* EXWebBrowser.m */, - B4C04E05440FDFAD944886E216ACCCE8 /* Pod */, - 8E71E3224838E7EA39006E435896F28C /* Support Files */, + EE43095B75CC68E10305FAABA28F57F7 /* RNVectorIcons.xcconfig */, + 2F1789E73C5D6D18C595B13AE0F0E3B0 /* RNVectorIcons-dummy.m */, + 9C33152EC3847BEB63C762B036173CE7 /* RNVectorIcons-prefix.pch */, ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 17E8F6EB5B8D2691A704E767ABBBAB7C /* Pod */ = { + 177FA2B23257479F448639D9BB520608 /* Text */ = { isa = PBXGroup; children = ( - 0E3285C579D87A2CF7AA6E55019A7C02 /* UMTaskManagerInterface.podspec */, + AD1213C5AEB9E6E760163BDBF62F2F99 /* NSTextStorage+FontScaling.h */, + CCDE571A71056A1D8DDE8AF6A04BEE5E /* NSTextStorage+FontScaling.m */, + CD3B6824597F6427F60FAF89468E5023 /* RCTTextRenderer.h */, + B5C30444D0A17775AF23A0AEC23D0AE7 /* RCTTextRenderer.m */, + 0474E9D0C032E39ADB4B875B1896F1C0 /* RCTTextShadowView.h */, + B4629CAFE9AAA04918D1A4F07D01FB70 /* RCTTextShadowView.m */, + D2E8C96853794FC00C324067F7FFD886 /* RCTTextView.h */, + 5C4F89BBECC8CB3D86ACCBBA842E24C9 /* RCTTextView.m */, + 60AD1863621065E0BF438751B857F87B /* RCTTextViewManager.h */, + 23061AC4EE14E999C2308B8501AA1673 /* RCTTextViewManager.m */, ); - name = Pod; + name = Text; + path = Text; + sourceTree = ""; + }; + 17C7FB9587361E1D9BC434B160712062 /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + BD7FC5D8B71E4F39C0B4B5B82933B143 /* UMModuleRegistry.h */, + 580BDC52225EDA1648E9BA34DF9AA018 /* UMModuleRegistry.m */, + D2D3046464FB57836023CF5864BDFCFC /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + 18431A710C7F4F388613E947AE879708 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3F326FDCCB46BAE2B561ED4152F3DE7C /* react-native-splash-screen.xcconfig */, + 882D2D532CEEE23BD256C61D5ACF4C9B /* react-native-splash-screen-dummy.m */, + E7CD83C8A3DEA50DDA9561271DA02A08 /* react-native-splash-screen-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; + sourceTree = ""; + }; + 18B1089EF92F61583A321F197D156456 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + 695BAEEE578DA0268841E1A56CC7E46B /* CxxModule.h */, + 866A038D072488A3176D6D91A071BDE4 /* CxxNativeModule.cpp */, + 4D4ED393E2B157AA027167F2D8EFFFBD /* CxxNativeModule.h */, + 9F7DDB21FE5B9576AB1B0A995CBEC716 /* Instance.cpp */, + 59749713B83026247618846B26EC62C1 /* Instance.h */, + 121F010ABBE12F58E3F247E568DDA329 /* JsArgumentHelpers.h */, + 6ACEC73E1FE249FFF426892FA44B1EE4 /* JsArgumentHelpers-inl.h */, + 19C602CDDDA7C2D07417E520A4483652 /* JSBigString.cpp */, + C35A47A6949A984F88C7DC387328C6DE /* JSBigString.h */, + 63E98DEE136F7B63EBCE7B1E62AF8635 /* JSBundleType.cpp */, + CAB7C133A0BE5332215121FE7B96DF1B /* JSBundleType.h */, + 6C837D9B2A66829949840D9556C54618 /* JSDeltaBundleClient.cpp */, + 51635BB40F2B8501F60AE893FD7B152E /* JSDeltaBundleClient.h */, + 7DC3E60D0F163138622E3DB845E67D35 /* JSExecutor.cpp */, + CBD47EDCFF5B4A6A07EF47E4AC324E25 /* JSExecutor.h */, + AFB78F240B53636FD00D416570BE07B4 /* JSIndexedRAMBundle.cpp */, + 192539C6276C5C8A03F5BD5C9C90BFC9 /* JSIndexedRAMBundle.h */, + 9C25F7D8D6E9BC03C3D05076CD5BDBCD /* JSModulesUnbundle.h */, + 27588D692D96274C1ECE5429AB3A8A54 /* MessageQueueThread.h */, + B912D82D05B4B3459CF0BFACF1F9F7EB /* MethodCall.cpp */, + E67AB649E04E94CC91061FA72F7C4E85 /* MethodCall.h */, + 874A42065C4AEAE0DE5F752E9F35AD4C /* ModuleRegistry.cpp */, + 0A593E8B3C7844B8D287CF4180A9BAE8 /* ModuleRegistry.h */, + C767813D2BE2BFC2A7D6806E456F61D0 /* NativeModule.h */, + 9B930F7FA586671F7F18956609D34400 /* NativeToJsBridge.cpp */, + E65D3670FE4A023F87DBB060C7DD8AD2 /* NativeToJsBridge.h */, + 49BF198B90E3FC2C13D1DC74B8CCFB07 /* RAMBundleRegistry.cpp */, + 956CB955B40B7B82DD819A3532422530 /* RAMBundleRegistry.h */, + 275536C32F7BEE3F0A01E91CE4345DF9 /* ReactMarker.cpp */, + 42737D7C49F748EF14C9849645451A76 /* ReactMarker.h */, + 02D45174115F4AE307320B2118D534DF /* RecoverableError.h */, + 95F955CB706BDADD4B6E9DB9363094E1 /* SharedProxyCxxModule.h */, + 4C9D39B8825254A6DF3BEFEE5448DA93 /* SystraceSection.h */, + 4229D0B7031C1923431D9D61A94AA757 /* Pod */, + 7E6571934224B6BD50D4EA50207C3D03 /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; 1948F9D5AA46214EE1CDE14DF7D382F5 /* Support Files */ = { @@ -6069,89 +6355,52 @@ name = demux; sourceTree = ""; }; - 19914EAD9B232A62C5F8D60C3851F94B /* Pod */ = { + 1AAFE123830BEA4B75D233152F570198 /* Pod */ = { isa = PBXGroup; children = ( - A15EEE446CA92E08679DC4DB3BC9FC2B /* LICENSE */, - 1AC62F845731CB16E5DCD02052DAD019 /* react-native-keyboard-input.podspec */, - 847A8CEBA3CCE50DAE43BDB01221061E /* README.md */, + E79AF855D15C9825C4DE88E76DF536E5 /* UMFaceDetectorInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 1A18334F725DFD76139F704F5186238D /* React-RCTImage */ = { + 1B02A370C1262BA9EB404820310E7D5C /* jsi */ = { isa = PBXGroup; children = ( - 0E1299C98B922F8D2850E33B0B033BAB /* RCTGIFImageDecoder.h */, - A808D1B9267511815C333B7BA5DA536C /* RCTGIFImageDecoder.m */, - 6D59EE4C5A96DE654D620618E2B9A524 /* RCTImageBlurUtils.h */, - C2523B3407E81FA95647D8EC8C977118 /* RCTImageBlurUtils.m */, - 6A6B2D86B4F6FCC3209518361605EA5C /* RCTImageCache.h */, - 636E39C7DBBF6116EC6461E3869F2A5A /* RCTImageCache.m */, - E0F2BDEC6B0787F9F05B590A050679D2 /* RCTImageEditingManager.h */, - B6DCCE61D09AFA5BA002CFAD6AEDB4EF /* RCTImageEditingManager.m */, - 4035F798CE6E199DDCE582565750FE41 /* RCTImageLoader.h */, - 63EE11317E3B6D7DDA8328371D2BCE99 /* RCTImageLoader.m */, - 8F0DBC01067215A4E2CFF63120130FDF /* RCTImageShadowView.h */, - 170A58C2DEB8E9B404482AD1392813E4 /* RCTImageShadowView.m */, - C6088EF1ED70823FC2AD12EE0041CA98 /* RCTImageStoreManager.h */, - AD8337D4645D8E43CAAAED8876264794 /* RCTImageStoreManager.m */, - 63A09516D70AF28DD7AEF1FBA8887E81 /* RCTImageUtils.h */, - B5750426D7DE85EC4F0B21DB756A5847 /* RCTImageUtils.m */, - 89D14A04F1A0F495669967FD1996ADC8 /* RCTImageView.h */, - 937079F3743CF5777E6AA949EAB24FF5 /* RCTImageView.m */, - 956FC0BC312E7C275B08396D4A55ECE5 /* RCTImageViewManager.h */, - 4EBED3EBBF42DAA274CD73CD83FAA801 /* RCTImageViewManager.m */, - 981B9FD54806F6EB25A60D89A671B4A7 /* RCTLocalAssetImageLoader.h */, - 32EB95FC859F2A83F5192859D0A0294B /* RCTLocalAssetImageLoader.m */, - 8C5EC6704CDE8186B05FFA0D084DF331 /* RCTResizeMode.h */, - BE6B60BC4994178068D4DA2D66F97886 /* RCTResizeMode.m */, - FFB8CEEA2D9D547EC50D57A4A7DC4C21 /* Pod */, - 1C81F5200BC1085453F7A0210770BE8B /* Support Files */, + 41E0EB513768437094B3A4816BA4F03D /* decorator.h */, + AB5D6A10A21059F96135C61521397083 /* instrumentation.h */, + 5DBB2B45CB673258D52B22826728BA95 /* jsi.cpp */, + FC4DE0D4E7AD9EE371D4AB6992CF890E /* jsi.h */, + 15CF0EBB141F64CC698EC75D8AA6AFE8 /* jsi-inl.h */, + A2BBA709D414088AE408F42C82757255 /* JSIDynamic.cpp */, + BC5EA5EBE48877FC87070485EDD6237A /* JSIDynamic.h */, + 6272FD9F5F452334ACACC9386D673F7E /* jsilib.h */, + 33F0BC7648BAEF994E5191FE2501E2F7 /* jsilib-posix.cpp */, + 50D91285DAFAC9EE2C5DB708653F0975 /* jsilib-windows.cpp */, + A8AC3557DB3EF1A90BB16AE0F82F653A /* threadsafe.h */, ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; + name = jsi; + path = jsi; sourceTree = ""; }; - 1C81F5200BC1085453F7A0210770BE8B /* Support Files */ = { + 1C33E6F0A226656D458B5AD5C90AB5E3 /* Support Files */ = { isa = PBXGroup; children = ( - 84D4CA2519A18430CAECE8C4B4C3ED75 /* React-RCTImage.xcconfig */, - 6D60850FCC779063B604E14190A3752A /* React-RCTImage-dummy.m */, - 73451F1E75AD3250021880E966593F1C /* React-RCTImage-prefix.pch */, + 50B782CC74CDE5F35977346D121CF53B /* React-RCTBlob.xcconfig */, + 4D3E37F23B579D1D7012DB7E85B53717 /* React-RCTBlob-dummy.m */, + 1CBF09371FB17F85B2B09238178A0142 /* React-RCTBlob-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 1CDF238D94029B8A5625F16BFE8B9C8A /* Pod */ = { + 1C6AE10BAC6E79B0C1366E464284B6B2 /* Pod */ = { isa = PBXGroup; children = ( - E07DAD89C81645068F0025B4A348F2F1 /* EXConstants.podspec */, + BC958E3BDDCCB7A3DADB4C802A34A361 /* yoga.podspec */, ); name = Pod; sourceTree = ""; }; - 1CE144FDF248ABA36B4FA5F76115422D /* EXFileSystem */ = { - isa = PBXGroup; - children = ( - D9F59AFDFC435DC25F085FED69633C03 /* EXDownloadDelegate.h */, - 2A30B57086182014A91300752D1C9838 /* EXDownloadDelegate.m */, - 7653C4A1641AE61EF1ED06938DF89DD1 /* EXFilePermissionModule.h */, - 749D0FCCF05A3A4A2DF622F56B1A1561 /* EXFilePermissionModule.m */, - 51DA96A1B424B797C252ED0E1C130EA5 /* EXFileSystem.h */, - 75B33E0D8A7E3EBED535BD9FE419AE9D /* EXFileSystem.m */, - A2853E4ADD8A56D3FC8B32B3D5AC4578 /* EXFileSystemAssetLibraryHandler.h */, - 3D5922F083E3A0C376502C64C46C262A /* EXFileSystemAssetLibraryHandler.m */, - 5A14D14584925A5A1423C52D0DDCCC93 /* EXFileSystemLocalFileHandler.h */, - 0F0ADB698A8738D5F398FE557B7CC815 /* EXFileSystemLocalFileHandler.m */, - 535D53AFF7C2C9737DA99CF032182263 /* Pod */, - AAFA84745094B19C60701D8FB8D990FF /* Support Files */, - ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; - sourceTree = ""; - }; 1D1B304A51C27E29343B464370F12B45 /* Logger */ = { isa = PBXGroup; children = ( @@ -6162,15 +6411,26 @@ name = Logger; sourceTree = ""; }; - 1D8AEEA0DF68794FAB3980C26D967858 /* Support Files */ = { + 1EDFF17A0706F5EBE15B1B8859ECF9E6 /* Support Files */ = { isa = PBXGroup; children = ( - CEEC35A704E624F1EA0EE0EDC703EF6D /* RNScreens.xcconfig */, - BBB05A7744DD07B7E3FC74779D58B12A /* RNScreens-dummy.m */, - 9A5A21265B8058CB5AFD750FA83EAAD6 /* RNScreens-prefix.pch */, + 2B16E31BAAC778E29DED6072E8E38388 /* EXPermissions.xcconfig */, + 12114CC19D2CD5DA1B7DAA4FAF8CE8B0 /* EXPermissions-dummy.m */, + E77C403B003A6E839EBF7BA64625E336 /* EXPermissions-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; + sourceTree = ""; + }; + 1F1E88DDAC2BCE1DE4AFCE59DEB71FB9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 43B4A412F11803C454DD882CBA5BF95C /* React-RCTSettings.xcconfig */, + 95601D31F318A97748EAEE8E80E1A813 /* React-RCTSettings-dummy.m */, + 49DD38949991B3641A4C728038F9715A /* React-RCTSettings-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; 209F8F42ABC09D4F844B13497847BAC5 /* FirebaseAnalytics */ = { @@ -6183,6 +6443,14 @@ path = FirebaseAnalytics; sourceTree = ""; }; + 20DABEC08E45D7C4F1F9D422BAFBAE7F /* Pod */ = { + isa = PBXGroup; + children = ( + 7407C13AC8F01F266269E4E62051D96A /* React-jsiexecutor.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 213AFE9404FE5D430C49447BE067B4EA /* Pods */ = { isa = PBXGroup; children = ( @@ -6208,83 +6476,157 @@ name = Pods; sourceTree = ""; }; - 21C3926B0049ED79C97647452EAAFB33 /* Support Files */ = { + 21E3FB49C71831D5E7EB60D05ABA2BA8 /* Source */ = { isa = PBXGroup; children = ( - 8A65DEB41339A9D437582DEA36623813 /* UMConstantsInterface.xcconfig */, + 238B31971F69FC34735535B56B013C55 /* KSCrash */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + name = Source; + path = Source; sourceTree = ""; }; - 221E147B45406AC5B8A3C702913BE26B /* UMFileSystemInterface */ = { + 228588E45D4DA0B9D82569BCCC7A6AD6 /* Pod */ = { isa = PBXGroup; children = ( - EF6F7E65177174A75722A2A43A622DD5 /* UMFilePermissionModuleInterface.h */, - 1427CE10D7A1A9F01EDF584B491A979C /* UMFileSystemInterface.h */, - BFAEB574EB21C77F4D86B8CF37962987 /* Pod */, - 3725EEC69DBB4E64C7914F7A0E1DDF37 /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - 231CBA900E9248507D678D608D081EAF /* RNFastImage */ = { - isa = PBXGroup; - children = ( - 8D60B65519568944D7BCEF88ED70E5FD /* FFFastImageSource.h */, - 968FE2250FAA1E74FF579F635A26BAE4 /* FFFastImageSource.m */, - 79F067C7012DBAB30A45B13340FB6A4F /* FFFastImageView.h */, - 311E80E31B1E8CDA07DDE97272DD5B29 /* FFFastImageView.m */, - 9002E74D1B5EFA46717126DE8DC4712F /* FFFastImageViewManager.h */, - EE701F465622F5738970A698363FA053 /* FFFastImageViewManager.m */, - 0975975238A378E52CA88A3E8F3223AB /* RCTConvert+FFFastImage.h */, - E8A7AB661D185F3242CD3719F328298B /* RCTConvert+FFFastImage.m */, - D6CAE7E99CA839E821FD6BACB4EEFCCC /* Pod */, - FFCCDFB0FA92C0D391645EA9219A487D /* Support Files */, - ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; - sourceTree = ""; - }; - 2382C0876D3AC86A3BC9E3E570DFB4E7 /* UMBarCodeScannerInterface */ = { - isa = PBXGroup; - children = ( - B92480CDB23D747B552D6D0E1D86654B /* UMBarCodeScannerInterface.h */, - B28532AD4CA285FE8D6D3A7787C53553 /* UMBarCodeScannerProviderInterface.h */, - 43D23DCD14AF737F59CE3E4E696E9338 /* Pod */, - 35A0E8E0F2C3D5E2A493378443471B6E /* Support Files */, - ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; - sourceTree = ""; - }; - 241929ED53C830F7B021F8E3BD63D9F0 /* Pod */ = { - isa = PBXGroup; - children = ( - 9E4343816F7CAA70F36280B316819C83 /* React-jsinspector.podspec */, + 15E53BDA330A5A2C8346EE698BC54138 /* advancedIos.md */, + CA3B9C8C6CFB72847A603F7E5D355FA5 /* installation.md */, + 1C52F50CAC14048484A5C0B0CCA6A493 /* LICENSE */, + 060C83B200A7364473CC0E3DCEE18FA0 /* localNotifications.md */, + F8DD1CCFD2AA952659D8EFA98AB3570B /* notificationsEvents.md */, + B6DAAD613D549C94F0D57F989CDA01D1 /* react-native-notifications.podspec */, + D207C39D7AE43E6695B80879F3E9AD72 /* README.md */, + 957C3917FE74CAE03A085C40F9646CE9 /* subscription.md */, ); name = Pod; sourceTree = ""; }; - 2547A5EEE70FC8465A23E2CBB596B623 /* Support Files */ = { + 22CA12DDF7CA2E6412266D22144E5E95 /* links */ = { isa = PBXGroup; children = ( - 486E3447490759A30C0E6FF1A96A3EBB /* RNDeviceInfo.xcconfig */, - 0074389B58401CED5730B5700D1B8F06 /* RNDeviceInfo-dummy.m */, - A24B46392714F7F848DC5574BA829765 /* RNDeviceInfo-prefix.pch */, + DEA612A33E8835398AF1F5E9E75FE9D6 /* RNFirebaseLinks.h */, + BB3497D944935162D15AA1B08F66A7E5 /* RNFirebaseLinks.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + name = links; + path = RNFirebase/links; sourceTree = ""; }; - 257FDB12C349BB63A15F0059BE554383 /* vendor */ = { + 233714E1E4D1A5B73A1D8F551114452F /* React-RCTImage */ = { isa = PBXGroup; children = ( - EEFA3047E2E688B6E3D5EFA3D9F596AE /* bugsnag-cocoa */, + 1D70609CE35DA1AB96A9F4E09A1CB896 /* RCTGIFImageDecoder.h */, + 535896DEDD1FE134F5A3568BA8458B57 /* RCTGIFImageDecoder.m */, + 8521858EE91799D3474D53FE4026C074 /* RCTImageBlurUtils.h */, + 975701ACBD482EFCAD1EE21D1F37D441 /* RCTImageBlurUtils.m */, + B836811F18E37A45F361C8CAC7AEADD2 /* RCTImageCache.h */, + 303DDE0E11AD82C3C0564D0850622736 /* RCTImageCache.m */, + 20E02290FC3EB24DE5825D096FFDE8A3 /* RCTImageEditingManager.h */, + 98C8B55F4822F4D70CBA913D9486205C /* RCTImageEditingManager.m */, + 79ECD9E73CF141C8C783AFB6DC3CAA26 /* RCTImageLoader.h */, + 4604F4F078904CD14B69E227880BF4E5 /* RCTImageLoader.m */, + 74779CA28B17A3FC0CB16B715737F84B /* RCTImageShadowView.h */, + 935DDD4D31316A8789C28E075F10D400 /* RCTImageShadowView.m */, + 891CE739D00790BA6620C22575A931C2 /* RCTImageStoreManager.h */, + 5173F0707A7F495E761E77EF3C854062 /* RCTImageStoreManager.m */, + 577A0A22472B86AE4083BEDC3405AE78 /* RCTImageUtils.h */, + A225288AA7DDD34F077B385A582608A1 /* RCTImageUtils.m */, + 02D133D8E52C5945A34167B87492202E /* RCTImageView.h */, + 8A63E625E36533160D2D7B2E7C93E31A /* RCTImageView.m */, + 7F29FAFF21E099A858F8FE0E36F71AAC /* RCTImageViewManager.h */, + F4855D5FF45D6CCD84374EF0F17A7DA2 /* RCTImageViewManager.m */, + DD947EA3141F0328F13160F5B094708D /* RCTLocalAssetImageLoader.h */, + 8012126495FD2FBBD3588E28B05226AD /* RCTLocalAssetImageLoader.m */, + 3A095C55AE3C6770D39AB61D2E5D11B5 /* RCTResizeMode.h */, + FF3E3B99A3C3FA0B05D86A8924BA95FC /* RCTResizeMode.m */, + 761CA5E6442178F42368A3A3D4CDFF0E /* Pod */, + 25B9936236E761FB3F8B1AACE13FAC05 /* Support Files */, ); - name = vendor; - path = cocoa/vendor; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; + sourceTree = ""; + }; + 238B31971F69FC34735535B56B013C55 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 0BFA1CDC64EA951CB88A062B315837A4 /* Recording */, + D34AB3801B8879380A199A1D95B7248C /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 23D399CABC465E32D42AE4EC1B698631 /* messaging */ = { + isa = PBXGroup; + children = ( + E102AB223A97DDF9F94C9ACB3ADA8FAF /* RNFirebaseMessaging.h */, + 6BFFAC82E9BEEEE5ECE94B2D36EB3C1A /* RNFirebaseMessaging.m */, + ); + name = messaging; + path = RNFirebase/messaging; + sourceTree = ""; + }; + 256EE7413AD3ED8965A8B09610A5B185 /* Support Files */ = { + isa = PBXGroup; + children = ( + 39B25190D95C37982BC54E787404F852 /* UMBarCodeScannerInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + 25B9936236E761FB3F8B1AACE13FAC05 /* Support Files */ = { + isa = PBXGroup; + children = ( + 00908874A129B8F34B3099744C1776EC /* React-RCTImage.xcconfig */, + 62D7C8D19931F3EEEA57C7EA6811EFDE /* React-RCTImage-dummy.m */, + A9783F71399C71FECE3886436B614DAA /* React-RCTImage-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + 26A12BA942DA01127E7A0FE1AFDF3DAD /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + 491642CD439B994CC5B11D3D28F5ED64 /* RNGestureHandler.h */, + 041340D0A113C451370E7F4C40FEFCE9 /* RNGestureHandler.m */, + E09EA6086090026FF45F020EB2B7D7C4 /* RNGestureHandlerButton.h */, + 16C21848E0F1503F03260BBDA54DFDE8 /* RNGestureHandlerButton.m */, + 513790A7F13C4CDF2B78D62F88308B70 /* RNGestureHandlerDirection.h */, + 0585119F00A5B3FAD839C9E1688057F7 /* RNGestureHandlerEvents.h */, + 5A55034389AEF80EB300955FFA2A81B8 /* RNGestureHandlerEvents.m */, + 10A18567CEEB12E10D88F4DCCB04BA3C /* RNGestureHandlerManager.h */, + ACAA8F13A35D02A5AEF7A57B546ED042 /* RNGestureHandlerManager.m */, + EBE5C0493D5882307342279A2846138E /* RNGestureHandlerModule.h */, + 2151B7F35298AE6DE5B53ACBE9CE866B /* RNGestureHandlerModule.m */, + AEB5B8D85A9D8E6B7A5A2A8D2942EFDA /* RNGestureHandlerRegistry.h */, + 8E14437CC14EC6218B4EF41E734B0109 /* RNGestureHandlerRegistry.m */, + D111FD79175E8BF0ADC99EA67E3F2B18 /* RNGestureHandlerState.h */, + 3767C403C6B9CA97F84956B990296A23 /* RNRootViewGestureRecognizer.h */, + D5DA4F3655063FCBF5F103D3433DBDD3 /* RNRootViewGestureRecognizer.m */, + 0C1FA7E5948404EA851105F651123E41 /* Handlers */, + C5DF4C07C01E57956AF353143A8D3B7A /* Pod */, + ABCAA0A0BFB02A0262009A137AD9ABFC /* Support Files */, + ); + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; + sourceTree = ""; + }; + 272B2BF927F06A8728C11D0DC67982C7 /* DevSupport */ = { + isa = PBXGroup; + children = ( + C883C73C29CC946E19EA4453A0FB1DCE /* RCTDevLoadingView.h */, + E3DBEE713CA524143CC7402415762C00 /* RCTDevLoadingView.m */, + 2CE3B9E8879B8C23CEC374AC22BE2B4B /* RCTDevMenu.h */, + 6D62D35A56DD5AA16F46A07B640C0104 /* RCTDevMenu.m */, + 6A63E898BC07F85E2FC80DAD2B5F1841 /* RCTInspectorDevServerHelper.h */, + 50E9454FE366982860CED63683B95408 /* RCTInspectorDevServerHelper.mm */, + 1E1F91258269792A2614DE86D46BD099 /* RCTPackagerClient.h */, + 617A441BAFE76D21E66D07461F5B5DA1 /* RCTPackagerClient.m */, + A2E272DE85260A6C9BAFDC2033A9529C /* RCTPackagerConnection.h */, + 490BA87EBEDFFAF30F01BBE255FDC490 /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = DevSupport; sourceTree = ""; }; 2887A6968C960973E0D6983F3485ECCB /* encode */ = { @@ -6294,27 +6636,43 @@ name = encode; sourceTree = ""; }; - 290302821C69FB1DDB4FE100FCEC166B /* Support Files */ = { + 28A41145162DA4808247EEFD05F8CD1E /* Pod */ = { isa = PBXGroup; children = ( - 0A4742374F26DE0B132D1727254672A1 /* react-native-video.xcconfig */, - BFC0970164CF688C7C415BBE9753826B /* react-native-video-dummy.m */, - 05AC39C5E04626D439DA4C1915BF1E25 /* react-native-video-prefix.pch */, + AD56B1C46E978E9CF1D016CAD3EDDA9D /* LICENSE */, + 153ED98EBB9D11B59587084F1DF37444 /* README.md */, + BFB432673BB1A4BCB57EB0147E94DE08 /* RNUserDefaults.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-video"; + name = Pod; sourceTree = ""; }; - 29E60CEAD1E5E5DC86E812F2ED7645F9 /* EXHaptics */ = { + 28F334B3EBFF8B7C83AE1D7A8B68C8F6 /* Support Files */ = { isa = PBXGroup; children = ( - E19B318B27F44B05F25083EA464C1F1B /* EXHapticsModule.h */, - 95DA0FA7DBEE5B03EECC03137BC2E9B4 /* EXHapticsModule.m */, - E3FC2797C7C25CFE5968AD37442D4CD8 /* Pod */, - F454C4B228EB37641AA25F764B8CD4DF /* Support Files */, + 301D183C8DD05677F98C95C9FDB0F1ED /* RNLocalize.xcconfig */, + 2D72FF7E6690E296219507D8D64F1C30 /* RNLocalize-dummy.m */, + 40D24A68879FD711F4847B4A6EB54A35 /* RNLocalize-prefix.pch */, ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; + sourceTree = ""; + }; + 2946D3B360CC0BD7760313465485C012 /* Pod */ = { + isa = PBXGroup; + children = ( + FD584B29CEB1D672F9223E764A029868 /* UMCameraInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 29BA4D8478E03F1FE35C14E093472ADE /* Pod */ = { + isa = PBXGroup; + children = ( + FBC65A064B13C2558DEFBD00F05E7674 /* LICENSE */, + 07142290DF10ED65B8DB49A903349396 /* react-native-keyboard-tracking-view.podspec */, + 5E359C147716165BA50A5164E992E464 /* README.md */, + ); + name = Pod; sourceTree = ""; }; 2A43C2FBF00E29F9878399A0C5E37477 /* Support Files */ = { @@ -6326,193 +6684,196 @@ path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - 2B886672CFE8654D60EF1235BE07CA07 /* Multiline */ = { + 2A82F941550AF11C03756B4B3C32419B /* config */ = { isa = PBXGroup; children = ( - A4564B8C840D8588787DC06344AAEF0B /* RCTMultilineTextInputView.h */, - BB47A6396FB1169A367CE021EED83A5D /* RCTMultilineTextInputView.m */, - C3581F42022D719AE625E635EF9C3FD8 /* RCTMultilineTextInputViewManager.h */, - 2C68734BD8DF25372FF4AD5B86B656DE /* RCTMultilineTextInputViewManager.m */, - 0F4895C76F0EB2F0DF30DFBDA5DD3B4A /* RCTUITextView.h */, - E9CD6EE75D0078957521857FA6ABBE5D /* RCTUITextView.m */, + 3F67D836D72AC583475DE04AEDF93682 /* RNFirebaseRemoteConfig.h */, + 9BCAA249A5052B22AB11AD00EBEB3352 /* RNFirebaseRemoteConfig.m */, ); - name = Multiline; - path = Multiline; + name = config; + path = RNFirebase/config; sourceTree = ""; }; - 2BE978298C7D8E48F94A2BB4D178CC6C /* Support Files */ = { + 2AAF7E2706E99F143AC7212CECECC0FE /* Pod */ = { isa = PBXGroup; children = ( - 313E87F3B48585C8E0C44AF2596D9BD3 /* React-RCTVibration.xcconfig */, - 1C6394CB9472B44B4EFFEF50F307AB6E /* React-RCTVibration-dummy.m */, - FE3DA910192D23C6E0EC934840F8F77E /* React-RCTVibration-prefix.pch */, + E76E8D9D2AE672F1CC870305D2B69F36 /* UMBarCodeScannerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2BB77A48652C46AD238979694C142C20 /* Filters */ = { + isa = PBXGroup; + children = ( + 0355F9A8F08EA669B5828B32EA1EF299 /* BSG_KSCrashReportFilter.h */, + 4BC3486FBE3A079D9784885B31CFD85E /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + 2C04A1B4C1EA73AB1A7F0C5E99073B1D /* Support Files */ = { + isa = PBXGroup; + children = ( + AA2D1CE0EF17F1B68E6D82CBA5623F59 /* React-RCTAnimation.xcconfig */, + 6BD04A096EC21749A922DCC01028B19D /* React-RCTAnimation-dummy.m */, + 6565C0FD12AF1B1D99F3032BAA250213 /* React-RCTAnimation-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - 2C493E24F7DE153DBD04D477B7A629D6 /* Views */ = { + 2D6A7CACE96549103D807760037E2537 /* Support Files */ = { isa = PBXGroup; children = ( - C823BFA45CE4EBD9928EE44D32C85A7C /* RCTActivityIndicatorView.h */, - FDBB948CEF522A002ECB43AAE48ACA4C /* RCTActivityIndicatorView.m */, - 23DA1C0238DFBCA6A7B51A12FA47E221 /* RCTActivityIndicatorViewManager.h */, - 41F39AE2DF135DCF25ADD523EBA32131 /* RCTActivityIndicatorViewManager.m */, - 30ED06FB303006808DCE61692493E601 /* RCTAnimationType.h */, - 6C7A36D68534DE7E3A9C827EF82F60E4 /* RCTAutoInsetsProtocol.h */, - 5A202E8894AABF81E207CCD191561C62 /* RCTBorderDrawing.h */, - 88EE11D14EBE13B26AFCBACDBC4297D0 /* RCTBorderDrawing.m */, - 223201753D07078D69BDD99259EDB751 /* RCTBorderStyle.h */, - 130DBF2E1A4299CBCFDD360D58940D72 /* RCTComponent.h */, - AD367543E7304D764F2E00666A7FD746 /* RCTComponentData.h */, - 01D96701D2CDF7D3696C994FA973FC1D /* RCTComponentData.m */, - E08B9299C8455DFD5E3EC3EB097E3542 /* RCTConvert+CoreLocation.h */, - 1168D83AED03C26F69466043EC6F1925 /* RCTConvert+CoreLocation.m */, - CFAD6BBAFB97D1F48537F021F7512324 /* RCTConvert+Transform.h */, - 0598A98F71D59A0F0A71DE4565DAE754 /* RCTConvert+Transform.m */, - 179F51A25A98C7F72D0DC06BF2A30B15 /* RCTDatePicker.h */, - 16C9FF1CB17D380B4DAD4B8C5496881F /* RCTDatePicker.m */, - 8D801EBC3866C603551B5036275EB992 /* RCTDatePickerManager.h */, - 6F0FBDAFB71605F22BD3DC3CC4AC8843 /* RCTDatePickerManager.m */, - FEDFDEEF66DE4369E55D8A3AB35F4519 /* RCTFont.h */, - 8CF85B6F1BD1C9FC51A3F6A69E3E310D /* RCTFont.mm */, - 67BE3C5073FC5B80C6ECB25906DAEF2B /* RCTLayout.h */, - ED8841B7F8C3C74C2222E6E7B24A1B33 /* RCTLayout.m */, - F05927509B5DE64E2557BBB2796CDF94 /* RCTMaskedView.h */, - 47953AEC51E93F7B5CC3F148A53079E1 /* RCTMaskedView.m */, - F4741CBAA1232FA2110EAB2208C270EA /* RCTMaskedViewManager.h */, - 36F222776684CE390C909730515F6159 /* RCTMaskedViewManager.m */, - F1EE780FF4FB4BD869F4B5D0F4E0E4C6 /* RCTModalHostView.h */, - 346AD221A14DAD768F4EB57A0CE553B4 /* RCTModalHostView.m */, - 66B6468187237F107D577CA0151DDF8F /* RCTModalHostViewController.h */, - C6B351310384285799279634BD7777C1 /* RCTModalHostViewController.m */, - 289DFAC08040AB27F024DBC5ED3AE711 /* RCTModalHostViewManager.h */, - 16750F0FB38675B534444D29EA6A8346 /* RCTModalHostViewManager.m */, - 1A9E1DF71342B3CE4724CCF99D95E05F /* RCTModalManager.h */, - FD59315B101C8575295A130FBE8A35F6 /* RCTModalManager.m */, - E6DCC3A03A5A1DB25E099E92B745B3A7 /* RCTPicker.h */, - 13909DE71A149593BB118FB327DCA871 /* RCTPicker.m */, - 39989FC8618B8EEB0133188A11E3F197 /* RCTPickerManager.h */, - 33C4761C979314BCDE0DBB46125C03CE /* RCTPickerManager.m */, - 5462717E3C4D7F3CF667231D619B8298 /* RCTPointerEvents.h */, - 88BAE0204484EA61A3A2C20695E8056C /* RCTProgressViewManager.h */, - 095473B9971910CFCBA51012A4D036C4 /* RCTProgressViewManager.m */, - FA996BDF647A705ED6C2B621ADE9FAD3 /* RCTRefreshControl.h */, - D8F8D8C3802E379A447EB77A108367D8 /* RCTRefreshControl.m */, - 9121BA1A2C86D39CB10D7F63DFEC29AD /* RCTRefreshControlManager.h */, - 57CD8A375D8D1C7C62BA56E54C204F0D /* RCTRefreshControlManager.m */, - 485CCE0E188080098E0E95B2E15C7BFB /* RCTRootShadowView.h */, - E522CD46845903A58A6204EBED84AC96 /* RCTRootShadowView.m */, - 2AD4CC40E0AD1A3767B56882DDBB8883 /* RCTSegmentedControl.h */, - D357429067B0E14843BE4A24627FC30E /* RCTSegmentedControl.m */, - 37018004C0D04BEBE6EB754B4AB0ED39 /* RCTSegmentedControlManager.h */, - 3FE3FF7CAFDC6A2503CBF00B8ACBE5E1 /* RCTSegmentedControlManager.m */, - 532FC48348E00E4595A4FE8D654CE488 /* RCTShadowView.h */, - DFD9B82214500486FF08E61EB4890D03 /* RCTShadowView.m */, - 95101F448203C18F966CBA1A30F4EC57 /* RCTShadowView+Internal.h */, - FD32033563555E97A17D40CFCC194B38 /* RCTShadowView+Internal.m */, - A9C3F294B6304F4E1DCB1ED891B65B4C /* RCTShadowView+Layout.h */, - 10E545A4E70C83A023D5C83F06DCE1B8 /* RCTShadowView+Layout.m */, - 4E188867975CFEC9DC22E11F656AD9CC /* RCTSlider.h */, - 4BBF5252867C8BA9F0257FA78A784553 /* RCTSlider.m */, - 4E577C9CA677CF46954DCEDC95491552 /* RCTSliderManager.h */, - 8D12798C458DDB6E373CD51E26FEAF71 /* RCTSliderManager.m */, - 3C2B322BE4A2561EB067682227481687 /* RCTSwitch.h */, - D8484E78453A935392F5B58E6C2A6F4A /* RCTSwitch.m */, - 8F280435193E524A4AC31868C5F731CD /* RCTSwitchManager.h */, - DBFC9B7323DDD5F6B809356259FEF0D0 /* RCTSwitchManager.m */, - 88227C120400A917E2F4CCDCEEA29505 /* RCTTextDecorationLineType.h */, - 169BE0DE08C9D424F631CF5B0F1F4599 /* RCTView.h */, - A34BBDE9E51D8057E8704E12653A00C2 /* RCTView.m */, - 5C16A53739D56448ED5FDFB1AA382358 /* RCTViewManager.h */, - 52AC0D06E5E706BEB387C586679C3D10 /* RCTViewManager.m */, - 1D691B11B620E2CF79A2B0A9A61A29BE /* RCTWrapperViewController.h */, - D6B265FFC41E020F474FF4D22AE2C100 /* RCTWrapperViewController.m */, - 621B521A021D4327D99BED508DF19F61 /* UIView+Private.h */, - 8C94625A7BBD487E28D608D34DBD80CC /* UIView+React.h */, - CAF25DAD31AF7C43871EDA47B756718F /* UIView+React.m */, - 0195AED02349C80F83F20C5279B247A8 /* SafeAreaView */, - F9DE460127CD651B5F5BDB652F8DC8A2 /* ScrollView */, + 54B76EF4E6AF0C1307AFFF2B562B0104 /* react-native-document-picker.xcconfig */, + 4F168398CFFE06FD32BE073A7C831F5D /* react-native-document-picker-dummy.m */, + 74E2CA080A92900FE71266EB3DD284C4 /* react-native-document-picker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + 2E6CD0E875CCD5DC081079E1D02FBA6A /* VirtualText */ = { + isa = PBXGroup; + children = ( + 3123C14972A6A3D146268548F8D81BDB /* RCTVirtualTextShadowView.h */, + 425DCB64649DFC6D6646071833C07F94 /* RCTVirtualTextShadowView.m */, + B3E281DF269A0BD00834E3C816B44158 /* RCTVirtualTextViewManager.h */, + BCBFD186D545F7CB6CE9265BCF74FB55 /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; + sourceTree = ""; + }; + 2ECC7CB0A4A7CF1EEC5F569FFE643773 /* UMReactNativeAdapter */ = { + isa = PBXGroup; + children = ( + 2A636B34842A10186076CA9AE7820F4F /* UMBridgeModule.h */, + 3B13A1D8CBAA1BE16743D4EFFE3A6FC4 /* Pod */, + A8B2F1C4015E8800591AD52DA396D404 /* Services */, + 6560FE7E64F126C226F0404D189E81E1 /* Support Files */, + DCA8EF388A76F34ED63A7EBB4B80C9B5 /* UMModuleRegistryAdapter */, + B3B7B5436658D2446E8B24F755CB699F /* UMNativeModulesProxy */, + BAF1944A925EB4C79B3C3108897342DF /* UMViewManagerAdapter */, + ); + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; + sourceTree = ""; + }; + 2FB81B33BF0CABDF7EFD606352F505B1 /* Pod */ = { + isa = PBXGroup; + children = ( + D4C0A0AC2DCC9CE63F4820BF8090AB1F /* UMPermissionsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 30EF7FCCAC7813468A5E92905BF8F47E /* RNScreens */ = { + isa = PBXGroup; + children = ( + 6F78D700C0C1C0757C7571F39F1F231A /* RNSScreen.h */, + 61931ECABA291F33C20B4D84551A7357 /* RNSScreen.m */, + 021CFDEC2149D8A63EE87FFCA8CF3262 /* RNSScreenContainer.h */, + 66C626D06B7BC19502CF220672EA7E78 /* RNSScreenContainer.m */, + 1F812D806F235AA8D6F4F06BDC4FCC94 /* RNSScreenStack.h */, + 721C26B54C6B748F363E2DC9F1AE0789 /* RNSScreenStack.m */, + 171884AA08DE374073B8CEF3F74C3961 /* RNSScreenStackHeaderConfig.h */, + A724F00EDD2965C7D661639F9A4B363A /* RNSScreenStackHeaderConfig.m */, + BCBB62A4442C48C2822BB61321CD2492 /* Pod */, + 42C13401BDAB5EEB4D13F13F267D4CB6 /* Support Files */, + ); + name = RNScreens; + path = "../../node_modules/react-native-screens"; + sourceTree = ""; + }; + 31FD86C5C94D0DBF2920B50EC7FE7FDC /* Views */ = { + isa = PBXGroup; + children = ( + 0BE9367F4F8755A1C2C7AFEAFF9AA900 /* RCTActivityIndicatorView.h */, + D0AF9677FDCF8489579F168363478EE1 /* RCTActivityIndicatorView.m */, + C77AE6473B49ADAE69922D36F62828E4 /* RCTActivityIndicatorViewManager.h */, + C1E0D71031D87AF4C10A28953156FD1E /* RCTActivityIndicatorViewManager.m */, + FF24FE4B35AA287072FEE76074A932E2 /* RCTAnimationType.h */, + 511C5227E883B8A021419B036F331B87 /* RCTAutoInsetsProtocol.h */, + BDE98CEFD9B2C7FDCD31B8864196D30F /* RCTBorderDrawing.h */, + B51E7B7A193DFAF64A17B336778F6AAC /* RCTBorderDrawing.m */, + 1B63C631CCB7FE8FA4BDC7A625CD13BA /* RCTBorderStyle.h */, + E32CF162328B347A95101E504AE88E6E /* RCTComponent.h */, + C82E8D70E8E32D2832B148CB14564A2F /* RCTComponentData.h */, + FD789D31F0990C0897DED75B7D5AAC49 /* RCTComponentData.m */, + B70957BC140791881F19721039E26056 /* RCTConvert+CoreLocation.h */, + 78BA8934CBD408D34AB505B54460C5CF /* RCTConvert+CoreLocation.m */, + C0AD528BDF4B601744DA78C3FA1EF186 /* RCTConvert+Transform.h */, + ED15D2A066663C9094D4889D40927D25 /* RCTConvert+Transform.m */, + FA68A889B3251BBF7919F5683FC65DBA /* RCTDatePicker.h */, + 50DC19956E8F485F541341C71946A6BD /* RCTDatePicker.m */, + 2022B21B7FA31C126C17B7857AA184E9 /* RCTDatePickerManager.h */, + FDEE7637DED0EC0F098900BD39BAD3B2 /* RCTDatePickerManager.m */, + 1FEA9C8EB6FC9181540FE7D60D7DB8D5 /* RCTFont.h */, + CB4AFB2A4178E2D28675762640B3CC2C /* RCTFont.mm */, + 5841D013FBC0923A4E64E5225CFA8DF8 /* RCTLayout.h */, + 216A96171A9E9414CF1EC1E314E5401C /* RCTLayout.m */, + BB25B2A3F5619D0D39EE57A4044183A5 /* RCTMaskedView.h */, + 6A05CA40E6988CBBB1EDFD45EFB0CD18 /* RCTMaskedView.m */, + 0186049A2798B8A110DA470E2A1FC5F9 /* RCTMaskedViewManager.h */, + F9350F973E0E8F5A5CC7E77CE9E1BC9A /* RCTMaskedViewManager.m */, + 24E9EB74238087E6F9E650720EEDEE3E /* RCTModalHostView.h */, + EB3D254A5ECDD58C19EF39F834BEB8C6 /* RCTModalHostView.m */, + 7C4BF359CEE7DC463F5AA1E138454679 /* RCTModalHostViewController.h */, + 17A567757A6DFE65435F00FD7946E0F3 /* RCTModalHostViewController.m */, + C7805FE0B14E839CC1228FF665ACB68B /* RCTModalHostViewManager.h */, + 71490E6A82F4FAEDF8A08FEF2982F64B /* RCTModalHostViewManager.m */, + 18397AB359D8FDB42654448534FDA53A /* RCTModalManager.h */, + E7C211F314F00EAC0FC71CB973A9F53C /* RCTModalManager.m */, + 6A09658F7C6FFE81456F990B35DA339A /* RCTPicker.h */, + 2F48BD0F04CC083150216094154926F1 /* RCTPicker.m */, + 49C65CE797F23E2F95A50A81A744F950 /* RCTPickerManager.h */, + FEDFFCA1BFC374004B597AFA69E2556A /* RCTPickerManager.m */, + DCCF620DD479CD7925A77BBA6A46923F /* RCTPointerEvents.h */, + 78847046DD702C7F63A7A8D20D23B9F5 /* RCTProgressViewManager.h */, + 39C3BE01C6C3B452BD0FA9B601D23002 /* RCTProgressViewManager.m */, + DD4B188C5C46AD77869914ACF31428A4 /* RCTRefreshControl.h */, + 4F6D0313F46C6CCD608E71212ADCD4A6 /* RCTRefreshControl.m */, + F8D314D234ECEE7662EDBE6601828E80 /* RCTRefreshControlManager.h */, + 3B28A5274798A8C137322D0C6A6CBFF2 /* RCTRefreshControlManager.m */, + EBAC8CA7FCBC05BD67C829E9E188AD4D /* RCTRootShadowView.h */, + B8AD8E9019A3126B1383634F69DCC094 /* RCTRootShadowView.m */, + 1395B146803E19BEF1389110D86C52E2 /* RCTSegmentedControl.h */, + F029E6DB804EED743B2E3D09EC79D2F7 /* RCTSegmentedControl.m */, + 0C979964D61E97E86E9CE601A8073497 /* RCTSegmentedControlManager.h */, + 8CD370E5D7A07A7077D4380040339C0D /* RCTSegmentedControlManager.m */, + 3E72235C9C9FA318CBA392AB74ACE382 /* RCTShadowView.h */, + F5BDEB9D8DFBAFD8B31EE737D63C4EA0 /* RCTShadowView.m */, + 9FEA1AADF85F7A6F3727C3AB4D4913F2 /* RCTShadowView+Internal.h */, + 05D7798D4A516E39B370C1A8F0FE95B6 /* RCTShadowView+Internal.m */, + DA9560197A5C88A11F74633962EF4D10 /* RCTShadowView+Layout.h */, + ADA8F92BA613B069EC9178D4F9E494E1 /* RCTShadowView+Layout.m */, + 6B261B587F548BDFF49F2B94B21D5947 /* RCTSlider.h */, + 65F8349A90580B00904968A72505F55D /* RCTSlider.m */, + 9D22989B9F71DC5786831708700B577F /* RCTSliderManager.h */, + 7541D29CA7991741B1BE8C516BBF0B15 /* RCTSliderManager.m */, + D2ABF722FB170730E5B64EADE4077201 /* RCTSwitch.h */, + 043F74154B70934D83F87E6EF0FA0A35 /* RCTSwitch.m */, + 01F2D96DCBFEFA1B9DC3AE0E62A41852 /* RCTSwitchManager.h */, + F921D0832C7039C622CF51415B154A1A /* RCTSwitchManager.m */, + 76D7DDC94F8EDAC7F6E314AF3D425AC5 /* RCTTextDecorationLineType.h */, + 49F672E5AE34DD5279E81B65E3E843D0 /* RCTView.h */, + 8C2F05D8A06DC8D8099C0F01280C8856 /* RCTView.m */, + CACDC3B392D4945C8D2789E724EEC9CC /* RCTViewManager.h */, + D661BC76832F6D8D654FDCF5C4E1D529 /* RCTViewManager.m */, + AE6624A8CFFFA9EBB303B9604D2F3628 /* RCTWrapperViewController.h */, + F6366E2D5BE1AF566975D29AACAE4D16 /* RCTWrapperViewController.m */, + 12DDFB60167C8F7E7DB2448F033402CF /* UIView+Private.h */, + 133C6DC811DEBABDB403FA8E455166DF /* UIView+React.h */, + 684BF819AC53074D6E145ADFF41FC14A /* UIView+React.m */, + 104877122618F983ADD6B331C5ED7CD1 /* SafeAreaView */, + F4572E892303131EE2FBB9B7E3A0DB5F /* ScrollView */, ); name = Views; path = Views; sourceTree = ""; }; - 2C6AF0FD231842CFFD0E329C88D2D87F /* Pod */ = { - isa = PBXGroup; - children = ( - 682FB3CB4B89006DC8F0C8EEFC47B538 /* LICENSE */, - B89A1EDEA5DD09457C7E98731F1B7A13 /* README.md */, - 81E6A2F4A90E251CA387D3D7822933E1 /* RNGestureHandler.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2D13DAE65F01C5CB4964F1D465BEE44F /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - EDBAB90BE427757C74BEAA9F73DD778B /* UMFontManagerInterface.h */, - DD8B8FB50F8BCBCD0737E42977A9C816 /* UMFontProcessorInterface.h */, - C0FEBBEDCA8240BB86C5E4791218C99A /* UMFontScalerInterface.h */, - AFF9B610A25EA2053991479B6241D16A /* UMFontScalersManagerInterface.h */, - F41188BB60CAB3324DC82BABD81F7F06 /* Pod */, - 311736B0C4ABF89B12BF3C05C4281C27 /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - 2D7FB0DD9C8453D07EF5FF8F43EEDFC5 /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - B8153170BC7CE58EAA5A445E18D16622 /* RNDocumentPicker.h */, - 6A77D2C626B6F0C06434C7E72DC0438D /* RNDocumentPicker.m */, - DDBFE10D1BDE9CEA01FC98FDC6A97E87 /* Pod */, - 5F8EF1510BABC4D6CB8750246A1561DE /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - 2E58E89782CDC41E09FEA1E9DEC286CB /* Pod */ = { - isa = PBXGroup; - children = ( - 8A6A63DCA3881F7BD1BDA059B1B61C89 /* React-RCTBlob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2EFE9BDA3FD3F5A139332EA45DFD6A64 /* Pod */ = { - isa = PBXGroup; - children = ( - A1CBC07DD078A28B59BB45B1FD1DE889 /* React-RCTText.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 311736B0C4ABF89B12BF3C05C4281C27 /* Support Files */ = { - isa = PBXGroup; - children = ( - B1787FDE362E0C1D9C9E64378237D915 /* UMFontInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; - sourceTree = ""; - }; - 3242F54D20DD191FEFEEC7E0A95E9A93 /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - 9AA9599A2DB491B0681E3E4DC89A787D /* RCTSurfaceHostingProxyRootView.h */, - AB44CDE7F2E7FA1FA5EBF7F1BBD162D3 /* RCTSurfaceHostingProxyRootView.mm */, - DC05EBDA13A98687D1C666A53ADA678D /* RCTSurfaceHostingView.h */, - A94A90CFB2E135C45CF203AE5CC80ED0 /* RCTSurfaceHostingView.mm */, - 02BE54D27F70A0662AE8D7562DFE1999 /* RCTSurfaceSizeMeasureMode.h */, - 3C7DFDA5E9054B75A97C7336060A058C /* RCTSurfaceSizeMeasureMode.mm */, - ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; 335BB7775ABE119BC915CBF935B63CD1 /* mux */ = { isa = PBXGroup; children = ( @@ -6526,33 +6887,23 @@ name = mux; sourceTree = ""; }; - 350193FFAD8C71B49B9237DE9C448373 /* Support Files */ = { + 35EBE17D255D5A61DD4159859E38DAD8 /* Pod */ = { isa = PBXGroup; children = ( - E568D94F887CE28EF92A20F525498766 /* React-Core.xcconfig */, - 10A40FA3E0B7EE6712058A91D4CBD338 /* React-Core-dummy.m */, - BF6D0B95D8E6E49F8DF58B3529A56BA3 /* React-Core-prefix.pch */, + 5F9DEDA52F9F0359E9E648B59CBE9B90 /* LICENSE */, + A6D3DB1206CB4B89003A835963DA106D /* README.md */, + EDE4980B30B4B70D205F83A42B3789C1 /* RNVectorIcons.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-Core"; + name = Pod; sourceTree = ""; }; - 35A0E8E0F2C3D5E2A493378443471B6E /* Support Files */ = { + 37F68D251B50997347DD325AB121F21A /* Support Files */ = { isa = PBXGroup; children = ( - 80DB7593F4C27EA6E2F9E6C1B10456D1 /* UMBarCodeScannerInterface.xcconfig */, + 821DD20135C892749E5142DE1B0E2858 /* UMConstantsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; - 3725EEC69DBB4E64C7914F7A0E1DDF37 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6408973C73FB4221D739092765EF877D /* UMFileSystemInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; sourceTree = ""; }; 381536D93D9B4C9033A8612F55833EF9 /* Support Files */ = { @@ -6564,49 +6915,41 @@ path = "../Target Support Files/Firebase"; sourceTree = ""; }; - 38AEE06F5BBE3BC7D8AD8FE1C7ECFAD4 /* Services */ = { + 38E64F45A5D0FE3EAAD4AA51F68EFDBD /* Support Files */ = { isa = PBXGroup; children = ( - 4002BDF1239CF2A4B6691EFE0C362A5F /* UMLogManager.h */, - 7A8EF47A6E993021AF7335306CA5FA76 /* UMLogManager.m */, + 0C2FD9668C4EB749F8F566792CA1A50F /* UMFileSystemInterface.xcconfig */, ); - name = Services; - path = UMCore/Services; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; sourceTree = ""; }; - 39288A2A95BDFFD4EC2F088763E66460 /* instanceid */ = { + 3B13A1D8CBAA1BE16743D4EFFE3A6FC4 /* Pod */ = { isa = PBXGroup; children = ( - FE2520CF9F92127418BCE1D8CA2C9045 /* RNFirebaseInstanceId.h */, - 92F0E34EFE64A70CDAE49DABC22E65DF /* RNFirebaseInstanceId.m */, - ); - name = instanceid; - path = RNFirebase/instanceid; - sourceTree = ""; - }; - 39A9272DF3293565F19FFAEA71D7E2EF /* Pod */ = { - isa = PBXGroup; - children = ( - 1CF464341B7F217736F235344F4E773E /* React-RCTWebSocket.podspec */, + 9A470DC5F18427DD5D70122CE6FB636C /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - 3A118542743592D88525D0702D9CE363 /* Pod */ = { + 3B73262BDEB8285616ED7CDF63046C02 /* UMModuleRegistryProvider */ = { isa = PBXGroup; children = ( - 957DED8EEEC84645532003A3E6F3AE8E /* React-RCTVibration.podspec */, + 84CC4F9750FE02A1941829DF87CA1C4D /* UMModuleRegistryProvider.h */, + 82FB137AD4E58C94CE4887640DD9F8B2 /* UMModuleRegistryProvider.m */, ); - name = Pod; + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; sourceTree = ""; }; - 3A9BEFE3D1A989361264E28A222A5B40 /* fabric */ = { + 3B83FABB440854F0087B892FD553C25C /* analytics */ = { isa = PBXGroup; children = ( - 656574259AE9AC56B3FA61F60B80ED8E /* crashlytics */, + 199F4861359BEB998B0F541FFE902D1B /* RNFirebaseAnalytics.h */, + 34FF704DB25AE6587D7CCB2AB574A681 /* RNFirebaseAnalytics.m */, ); - name = fabric; - path = RNFirebase/fabric; + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; 3B84174894A6F1AC2529221CAD29D417 /* Support Files */ = { @@ -6621,174 +6964,86 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; - 3C20035AEBFF9F33DE5852D9621D1EF9 /* Surface */ = { + 3D4FCD3ABAE90D75D31325C98C4F32D0 /* Support Files */ = { isa = PBXGroup; children = ( - ADDA5E865777BC663AD511A6547DC56D /* RCTSurface.h */, - 260DEA46B3858283967EE8805655BB26 /* RCTSurface.mm */, - 99695F2864E3BEB01CA2B7E0D5110195 /* RCTSurfaceDelegate.h */, - E1AD7961F40C4077A090F76DF154C9AE /* RCTSurfaceRootShadowView.h */, - CA3A46A1D91F26EAA2DAE02833494A9E /* RCTSurfaceRootShadowView.m */, - FA9CD2C2F516A7843432D8A63E0A27CE /* RCTSurfaceRootShadowViewDelegate.h */, - 2A030D198A83850CA32F082AC438D239 /* RCTSurfaceRootView.h */, - D457BFCBE1D128DCEE210F96DB7E9CC9 /* RCTSurfaceRootView.mm */, - F3EBE3A3E4569394452494482888B53F /* RCTSurfaceStage.h */, - E2711436180C9428460A5EC1AFAEF472 /* RCTSurfaceStage.m */, - 9D3DEF2A7BB2549802F3A6D6125A8DB1 /* RCTSurfaceView.h */, - 269A89E6BBC828A8E623F55F9ADA0E33 /* RCTSurfaceView.mm */, - 2D43683C155A810BC1F766652D8262AD /* RCTSurfaceView+Internal.h */, - 3242F54D20DD191FEFEEC7E0A95E9A93 /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - 3DB05B8B8545700CE99EAE82EF221E41 /* messaging */ = { - isa = PBXGroup; - children = ( - F8CE7424B67B58CC4E4B74F748305D0B /* RNFirebaseMessaging.h */, - E597D2E8C8111833353A20242FB9D6A8 /* RNFirebaseMessaging.m */, - ); - name = messaging; - path = RNFirebase/messaging; - sourceTree = ""; - }; - 3DE9FFEA8FD57B5EE60115061239DBF7 /* auth */ = { - isa = PBXGroup; - children = ( - 68355E6B97DB3648A020509E74C55E55 /* RNFirebaseAuth.h */, - E087EB3EA5529E5D03AA765234B1A432 /* RNFirebaseAuth.m */, - ); - name = auth; - path = RNFirebase/auth; - sourceTree = ""; - }; - 3EEBBECF0E6DF51B240B6D37E0145896 /* RNAudio */ = { - isa = PBXGroup; - children = ( - B5DA8B257D764C6C872A3FF1AF20DBA8 /* AudioRecorderManager.h */, - 67091E6665BFC05325822AB051C933A1 /* AudioRecorderManager.m */, - CE20EF62BA9F97AE1CB661FA3E595FE0 /* Pod */, - 9E3CA0DED56E3C97B6DA71E67E31D016 /* Support Files */, - ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; - sourceTree = ""; - }; - 4040E236ABA1216C0B01624262CAE49C /* UMConstantsInterface */ = { - isa = PBXGroup; - children = ( - 83ED90190CCF6C6D09E55A2EB95916F5 /* UMConstantsInterface.h */, - E413DEC88860471DA502A8C6B5C8493F /* Pod */, - 21C3926B0049ED79C97647452EAAFB33 /* Support Files */, - ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; - sourceTree = ""; - }; - 4075D0B6BE3BF09A85F664DB2E6EB684 /* yoga */ = { - isa = PBXGroup; - children = ( - E23DBD53762DC1F84EC5BFC29BF3B9FE /* CompactValue.h */, - FFC446EE6F7601E650FA6C8530ECF68A /* instrumentation.h */, - A9A953828C0602E4AFC372ADE745C7A7 /* log.cpp */, - 7994C96EFB405774E4F6E7F6119BCAFE /* log.h */, - 55FACE4DD8CEAAEC94E8FDF10B18CF73 /* Utils.cpp */, - B595510A31CD62D91FEF6726062A9564 /* Utils.h */, - 4AE138455136B3567C19F8E82A9BE0C4 /* YGConfig.cpp */, - 2253D8FA18573BBEB977D32FC26B0F14 /* YGConfig.h */, - D8F29E458EA1FD733948F5C61913260F /* YGEnums.cpp */, - E6BFA03519BAFA0F0769C3FFBB1E72F2 /* YGEnums.h */, - 33F7E8ACA859C87D5AE3308881241257 /* YGFloatOptional.h */, - ADF897385C80A19FEBA3FA7E63E782BD /* YGLayout.cpp */, - F7917E68DB25876BBB9663CFC6B51E9F /* YGLayout.h */, - F79010D1D59C9610F1480015B17AB2E4 /* YGMacros.h */, - 6F1C9561CCC40804918AF934B13E8794 /* YGMarker.cpp */, - 959DA73888F4DE7F4C458DCBF6BBF98A /* YGMarker.h */, - E2DA809BB622B3F2FA458ECB86AD96A5 /* YGNode.cpp */, - 8AEC15455DC3800C955DC4134881CADA /* YGNode.h */, - DF8A72EF354F852CC500E8278FA81E9C /* YGNodePrint.cpp */, - 16C8E8AFC1D6B78D29CFE8A067D4A24E /* YGNodePrint.h */, - 01D616258D310A39873F42EF82CEF8E2 /* YGStyle.cpp */, - E2BE4B94448B4AF3761B8D71148A97D7 /* YGStyle.h */, - 72578FC840C8D5A9E4028EB414FA4D54 /* YGValue.cpp */, - DCF50E50ED8878EE74B69A8AA8D96E0A /* YGValue.h */, - C3F86A9C10E448FB068498FCBD6B0CD4 /* Yoga.cpp */, - 7B5D505A0B82686C2651A4450E05880F /* Yoga.h */, - C466F62DC1751110ED91929A4E358921 /* Yoga-internal.h */, - 8D3F99A241E1F8DB4B70D20AF3C4A3EF /* event */, - 4CCDA9B5A0CA0BEEB69F1DD6E7878949 /* Pod */, - FDA0B698D771EB66BD716D8C12E07D4B /* Support Files */, - ); - name = yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - 41B2193285BF76E6013AF0A3244629C2 /* UMSensorsInterface */ = { - isa = PBXGroup; - children = ( - 2A7506E12766000A79D96FADA64CD842 /* UMAccelerometerInterface.h */, - 87D6B34C69412FF46402BC535D0660F8 /* UMBarometerInterface.h */, - 18C67B5C42E3D0FF1075F9405F3D09E4 /* UMDeviceMotionInterface.h */, - 2769635C86BCAB5C6AE275529D9F87DF /* UMGyroscopeInterface.h */, - BD31B182DDEB60259AC28D7EF45DFB6C /* UMMagnetometerInterface.h */, - 08EBDDFBF6D8AC3B97843C8C74F11867 /* UMMagnetometerUncalibratedInterface.h */, - E5BC700E2A275F502FFCC0B811352026 /* Pod */, - BD56AB6B0CC0771E2C2B9DF41FC06523 /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; - sourceTree = ""; - }; - 428897F5FAFF63AF95D798098BA6F5E3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8D373F9C8CED1600E268212757C6843A /* EXAppLoaderProvider.xcconfig */, - D155FF04778A32D4FACAD174AFE88225 /* EXAppLoaderProvider-dummy.m */, - 6E3BF669BA0F5B442A027CD152EFC645 /* EXAppLoaderProvider-prefix.pch */, + 5463527414D8473936C61660FAC435E1 /* React-jsi.xcconfig */, + 1B71F28EEBB58CDDD205D0DDBAAEF9B8 /* React-jsi-dummy.m */, + 98804E55BDC615C836E2DA2B57C5CF43 /* React-jsi-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; - 42A69B19841523B6148FC568A0AADD36 /* Support Files */ = { + 3E720D9ED03C3098201B6556952521A9 /* Profiler */ = { isa = PBXGroup; children = ( - AE451BAA5E518AEC0B4F4AC54FB37927 /* React-jsinspector.xcconfig */, - F24EAB6B82890574C23A43714F31A6EF /* React-jsinspector-dummy.m */, - 463B1EB8D04FAACA163FE09446222DC8 /* React-jsinspector-prefix.pch */, + 2385DE7EBD48F61F150EE13F14D69A07 /* RCTFPSGraph.h */, + 269EC96B20ADABB73AD32C057AB0FFE0 /* RCTFPSGraph.m */, + 8900E8D771B5D55A56B76C5C54D42526 /* RCTMacros.h */, + 86FCF4F2ABC0E5D9D604BACBD958F6A1 /* RCTPerfMonitor.m */, + C7FB2BD7F34A75347902FC5E53475E10 /* RCTProfile.h */, + AA5F952EF2FD9842487D993E208526DE /* RCTProfile.m */, + E42C45EEF1002DD515E70EA993220691 /* RCTProfileTrampoline-arm.S */, + FA719DFBD26FF59CEA5781FF22B11D14 /* RCTProfileTrampoline-arm64.S */, + 9808A827E886008BD443469C4C9C214F /* RCTProfileTrampoline-i386.S */, + 98C164DA5C250063833CF03D43D439B4 /* RCTProfileTrampoline-x86_64.S */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + name = Profiler; + path = Profiler; sourceTree = ""; }; - 4382DE8DB465AED3635EACD1CBC787E0 /* Protocols */ = { + 400BE080E5DE7A2D8C38CA445ED22EAA /* Pod */ = { isa = PBXGroup; children = ( - 4CA52393C44CF7E8C261D712045BFD7D /* UMAppLifecycleListener.h */, - 4F569623A1A06B1A1B515EDF8276AF9F /* UMAppLifecycleService.h */, - F916EB02531B293EFD045C8506CEEF79 /* UMEventEmitter.h */, - 35C99687EBFDB3ECC824C24342B13520 /* UMEventEmitterService.h */, - 1F469AC18E3EFB6894D309B92F0C13EA /* UMInternalModule.h */, - BBC0066846E54D8BCC86A0E7786C7F25 /* UMJavaScriptContextProvider.h */, - B8E7F2F7327F38EED84FEA267CB3BA67 /* UMKernelService.h */, - AD8C7A7F5B80939CEBADC491B15CE731 /* UMLogHandler.h */, - 81F4515211F4B53A7FED2206945E8AFA /* UMModuleRegistryConsumer.h */, - EDA3BC31C2158F267930FC821E9092A3 /* UMUIManager.h */, - C1B9117BC45DD5144D2863F2DB8A607C /* UMUtilitiesInterface.h */, - ); - name = Protocols; - path = UMCore/Protocols; - sourceTree = ""; - }; - 43D23DCD14AF737F59CE3E4E696E9338 /* Pod */ = { - isa = PBXGroup; - children = ( - 422FB13383F2619E7389268720978ED4 /* UMBarCodeScannerInterface.podspec */, + EBF5591187397CF9B27AF98E3D69306A /* LICENSE */, + BA3BF1523143960975363B9617AD4D40 /* react-native-splash-screen.podspec */, + 4186C8133BC7CF69FB869666726F646C /* README.md */, ); name = Pod; sourceTree = ""; }; + 4167B752B5E76BD2D535502EEFE5B14B /* RNUserDefaults */ = { + isa = PBXGroup; + children = ( + 2195AD382CBA6A46F00D74586DD40BF4 /* RNUserDefaults.h */, + DFBD060DE2AC542CD7113CBDDC114796 /* RNUserDefaults.m */, + 28A41145162DA4808247EEFD05F8CD1E /* Pod */, + AB86D05ECAAE75E52A207B77C93EEC44 /* Support Files */, + ); + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; + sourceTree = ""; + }; + 4229D0B7031C1923431D9D61A94AA757 /* Pod */ = { + isa = PBXGroup; + children = ( + 14AA5A66F8E4E537EC3B779007C64B1E /* React-cxxreact.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 42C13401BDAB5EEB4D13F13F267D4CB6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7779A040081D1009EEFE6D665AF6CE69 /* RNScreens.xcconfig */, + 243F82490CA16A87B079D95073EF9591 /* RNScreens-dummy.m */, + 4B1AFD62D7339DF4A239E6B4FB0AF8F6 /* RNScreens-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; + sourceTree = ""; + }; + 43C5F9633694812396D48F7FA1D4796B /* Interfaces */ = { + isa = PBXGroup; + children = ( + 69808FEFB02FD95F0E8234F699F865C1 /* EXAppLoaderInterface.h */, + 949B66CE003548EF1EF658E9981E0F72 /* EXAppRecordInterface.h */, + ); + name = Interfaces; + path = EXAppLoaderProvider/Interfaces; + sourceTree = ""; + }; 4557F136166D48349F9EC7B8635D15B0 /* Support Files */ = { isa = PBXGroup; children = ( @@ -6800,62 +7055,36 @@ path = "../Target Support Files/libwebp"; sourceTree = ""; }; - 459710567B2F811D5F6F09DB7DE88C5F /* react-native-notifications */ = { + 460524064A14560E19224A88DA1875C5 /* React-RCTText */ = { isa = PBXGroup; children = ( - D5EBA2D1AD61A24EB708CD284950C676 /* RCTConvert+RNNotifications.h */, - 3285262930FD453F8240336CF3A15B6E /* RCTConvert+RNNotifications.m */, - 8C063B6C29AD59E961E654F66746F77D /* RNBridgeModule.h */, - 1DC0FAEBBBB8D5D55A96E6BB828B23B3 /* RNBridgeModule.m */, - 42B105173D64FD76AA97A1A11A3C37FD /* RNCommandsHandler.h */, - 3FB9945877A307454ADAE20F007A65C1 /* RNCommandsHandler.m */, - 82BA5F249F07D3A01F2F7436DB410D7C /* RNEventEmitter.h */, - BCD9E2DCD95F1131FA45DA068D5D7F93 /* RNEventEmitter.m */, - B03C1E12E09C3FA46B4960A46D6CD064 /* RNNotificationCenter.h */, - 86F24906F05435F7FFE6EA6031CA34AC /* RNNotificationCenter.m */, - 1AFA9026FC3001F8C5E2519E9DEA378F /* RNNotificationCenterListener.h */, - 47C44753081255FE20694073B672AC75 /* RNNotificationCenterListener.m */, - 9B39A1CDC2C9A6815D4872AD63DD2B58 /* RNNotificationEventHandler.h */, - 7C6E4E0F613277840B3A837BB8EF0EF6 /* RNNotificationEventHandler.m */, - AA2C12D832D0E7323747E74C9130DEBC /* RNNotificationParser.h */, - B34EB07C435A93674CBEE4443A7F7D8A /* RNNotificationParser.m */, - 88F6EE5069205209B0BC90A1D5C6FBC1 /* RNNotifications.h */, - 7296A603079B3ACF65D2622487338640 /* RNNotifications.m */, - 09DDF83FF99389DBE1AF6EE0D5DA3E7F /* RNNotificationsStore.h */, - F5353A5A5FCB9788B34005DEE4D1653E /* RNNotificationsStore.m */, - F9827E9EECB78EF1B00B82097236CA05 /* RNNotificationUtils.h */, - A66CC7C6EB5A83574BCC882659DD3C68 /* RNNotificationUtils.m */, - 3C4FE190B076E9359AAA02CE22682FAD /* RNPushKit.h */, - 059B8069D5EF0EEB1DA0134ADFAA5D6A /* RNPushKit.m */, - 244EF26DCD04B7AD4DB6DDDDDA3E02FD /* RNPushKitEventHandler.h */, - 29261F6C0D4B126BC73A2E27E811AA7A /* RNPushKitEventHandler.m */, - 9540AEFD628AB49F8DBD6E16BB3733A1 /* RNPushKitEventListener.h */, - E5A919318D33BC91F6CB706DFB34DDAB /* RNPushKitEventListener.m */, - AFFBD5A74BBA0CD2D75C47BAA2F6B4A2 /* Pod */, - E9897F9319465D66C55C46BD7D7DB095 /* Support Files */, + E5AB11791A61870F63920B157129EF2E /* RCTConvert+Text.h */, + 42023555838132D27221E92690D66447 /* RCTConvert+Text.m */, + A1BB92804897ADA330E670689024D321 /* RCTTextAttributes.h */, + FEC3C701CCF1345E7EE2C5236E4F8FDA /* RCTTextAttributes.m */, + 126DC0E82DF9E73C6001142B9BCA3D14 /* RCTTextTransform.h */, + A718A00EC73C7CEFA16E8AA3D17E68E3 /* BaseText */, + 5FFB5AEAE717819F27488FE21E4E8A40 /* Pod */, + 5CA329193885CC73A98A1D6420DEA106 /* RawText */, + 7FCDDF555F1EE5E822E9FB53106B61D9 /* Support Files */, + 177FA2B23257479F448639D9BB520608 /* Text */, + C07F0947DBF8779067AE6875079F9965 /* TextInput */, + 2E6CD0E875CCD5DC081079E1D02FBA6A /* VirtualText */, ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - 462636FBCDC1E03E3AED787AC0111083 /* converters */ = { + 4659DAAB4CA868899545C42B90F5FC5B /* React-fishhook */ = { isa = PBXGroup; children = ( - 9972B512A8691F22023DD2CA7052024F /* RCTConvert+UIBackgroundFetchResult.h */, - 0700642B1DA4A15CF7D83E2215260C36 /* RCTConvert+UIBackgroundFetchResult.m */, + 3973ABA0BFEC20B8C814CA67A86F0917 /* fishhook.c */, + 63E727EBA0268BA8BE003E337A3DC5E9 /* fishhook.h */, + 6CBB08A62BD6F50575C84400272227A7 /* Pod */, + ABC5C5437124A389907911559DA11DC8 /* Support Files */, ); - name = converters; - path = RNFirebase/converters; - sourceTree = ""; - }; - 46560C2DEE095F12AB7B8324BC20954E /* KSCrash */ = { - isa = PBXGroup; - children = ( - 5C253941BEF68045AA9420D522923739 /* Recording */, - DC5508A49C2DBFD8E3A2AF724465DAD0 /* Reporting */, - ); - name = KSCrash; - path = KSCrash; + name = "React-fishhook"; + path = "../../node_modules/react-native/Libraries/fishhook"; sourceTree = ""; }; 46D123406FCFB750C461964295909107 /* GoogleUtilities */ = { @@ -6875,51 +7104,147 @@ path = GoogleUtilities; sourceTree = ""; }; - 47711DB301B636398BCB87C3D9B73905 /* Pod */ = { + 476B3FA7B2447C2AB7BACEBAD5EE5C85 /* UMCameraInterface */ = { isa = PBXGroup; children = ( - 3DACCBE71084FA870ED9CB8CC6D4C079 /* LICENSE */, - C2B89077DA9C5D6B2D3D6C25FC3524F1 /* react-native-webview.podspec */, - B194677EBC84D5A7C9445A3ACAA21367 /* README.md */, + 2FB412149136F3FEAC883413F2C4B29A /* UMCameraInterface.h */, + 2946D3B360CC0BD7760313465485C012 /* Pod */, + DBD9B2BD34F4DFE722D79C074A44FA77 /* Support Files */, ); - name = Pod; + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; sourceTree = ""; }; - 4A28AB71BE4E6EAAD59BFA42C9FBA5A2 /* react-native-video */ = { + 4772533AF288BC2913034CD3EC62FDFC /* Products */ = { isa = PBXGroup; children = ( - A05868187F153CDB7A2C9BB284C56047 /* Pod */, - 290302821C69FB1DDB4FE100FCEC166B /* Support Files */, - F14FBE5B71BC8C20F826DF1C58F2087F /* Video */, + 54F0A7FB23B9B565E4B294A3EB9535DF /* libBugsnagReactNative.a */, + 573E7ADAEC677D5FEC9B48DCBFD2C20B /* libDoubleConversion.a */, + 43B77357F4E4BF8D7172F3DA0E045C1C /* libEXAppLoaderProvider.a */, + 013C2B55C97C231BAFA32D61F788BC22 /* libEXAV.a */, + 09C42893BF8DCDFDF7216E5945D1672E /* libEXConstants.a */, + B190685A9FC6115CF0203920A8709A18 /* libEXFileSystem.a */, + 3947A2B8CCE216DE4C2235F02A169DA3 /* libEXHaptics.a */, + 8051AA882F59CF7B1376E2182FEF82B5 /* libEXPermissions.a */, + C9A5DC1BDBD20E0CA0BC462A68A73A3B /* libEXWebBrowser.a */, + D2C7FB2C4A5A98AD6295762F241BD254 /* libFirebaseCore.a */, + FFB4319F4573EF039EA2193A9A49EB1C /* libFirebaseInstanceID.a */, + AB524227F4AE789B8B6A9168F4D42D03 /* libFolly.a */, + 5842E94B46FBC412497D6917BEF230BF /* libglog.a */, + E8181EAA1FC905A82A49EE0098C52F87 /* libGoogleUtilities.a */, + BAF0A197F76E667EB5E5AA7DCB4B455A /* liblibwebp.a */, + 7143BC448D0E56F4F0ABD4AC5360A0C5 /* libnanopb.a */, + 815F0063DCE0842DC768E1700514B399 /* libPods-RocketChatRN.a */, + 6A51B4BB33F584D7AADBD28F0245BE27 /* libPods-ShareRocketChatRN.a */, + FEB5DD75C6470AC7DC3E17978E93DA40 /* libQBImagePickerController.a */, + E87FDA46BD8BDE64FD97930A81899E6A /* libReact-Core.a */, + 1E97CDC2C401E9B5E704FB8B520182B6 /* libReact-cxxreact.a */, + 393A515B0C9118E7F880C33987E7F344 /* libReact-DevSupport.a */, + C10B86079B07D175AA7FAB8117FF784F /* libReact-fishhook.a */, + AC5C8914529341A7AB81248093E90536 /* libReact-jsi.a */, + 7B5EE0B0021D787E43602B457521C228 /* libReact-jsiexecutor.a */, + AF4E1E774D92AEE6DBCACC4C6AED38FB /* libReact-jsinspector.a */, + 0598710F9820378F4C5573258379BF0D /* libreact-native-document-picker.a */, + 3832CC279552EE2325EEA80B1FB2BD76 /* libreact-native-keyboard-input.a */, + 09760224C1D7BB4C2C2027703D7A76EC /* libreact-native-keyboard-tracking-view.a */, + 9D25570D3050D89B90CF2CD7A2B23E07 /* libreact-native-notifications.a */, + 18C8DDC9398FE2C937E05F61010EBB7E /* libreact-native-orientation-locker.a */, + 48ABDC781319C41D5B55AA764384F7DD /* libreact-native-splash-screen.a */, + 9065A2CE512497045B7AE61B72CD5C1D /* libreact-native-video.a */, + 8EDCA60F3A133D953D1B205620109F1A /* libreact-native-webview.a */, + 0FCF433133A59C575A16289076C586E1 /* libReact-RCTActionSheet.a */, + 2ED7A84E27FD2137CE12E53073AE53CD /* libReact-RCTAnimation.a */, + 5B4B60C4D8FAAEFC82F0DCB6BF553FFE /* libReact-RCTBlob.a */, + ABD7950DA22B8FFD6F3E74271D13EAE3 /* libReact-RCTImage.a */, + 0761B5C78703A1FC952AF65E0106199C /* libReact-RCTLinking.a */, + 341B29FF6D034E38F4E820997B4F8952 /* libReact-RCTNetwork.a */, + 78EC5AAE316628AB2E52929AB1EE645D /* libReact-RCTSettings.a */, + 5E2ECB3D6FC7B0D3D57E865C6A8B40AF /* libReact-RCTText.a */, + 20C879B7C213FB66FC77027C0100C8BB /* libReact-RCTVibration.a */, + B0EFBBA9BEB6F35F6C155A49A09859C1 /* libReact-RCTWebSocket.a */, + B709CE5FC0B90D7C1369A042FA39BEB7 /* librn-extensions-share.a */, + A71EEFE15AC5CA509F59295092B30005 /* librn-fetch-blob.a */, + 0EBEF402987CBEA886A04C289686BC2B /* libRNAudio.a */, + D8D834BDFFADFBA96F6C8C0C1FB4C7F3 /* libRNDeviceInfo.a */, + 9DEABE8C6970F8372DDD7E1DD85B5898 /* libRNFastImage.a */, + C840953B3CED66218FB70606DED973AD /* libRNFirebase.a */, + 760998A5AFC3DCF9CFB5424BDC35D15E /* libRNGestureHandler.a */, + 1CAD851AAE8A84F1832877407EF05921 /* libRNImageCropPicker.a */, + CF8254663CCB6E249AFB2338FD710E1F /* libRNLocalize.a */, + DFE471D8126A9FD83C38B32D7D0B3B83 /* libRNReanimated.a */, + C41319DE4C44050B36182E71F7CD1256 /* libRNScreens.a */, + 2FDD6F3485C333F4B00C8C7AF895C361 /* libRNUserDefaults.a */, + F453A0FFAA0461252AB9B4FD2034C6CE /* libRNVectorIcons.a */, + B44616716F2DA3F0E37EC0D85F9D4864 /* libRSKImageCropper.a */, + 832A65615895A2EA53CFD129FAB794A4 /* libSDWebImage.a */, + A5CCF57220B5DC00E601382BF207778D /* libSDWebImageWebPCoder.a */, + 68037B7F6B803C7149135AD13BD9B4B9 /* libUMCore.a */, + 8C7BE2DD4C26B47448C151F05C2E26ED /* libUMReactNativeAdapter.a */, + 2709554D4661D9828626B3DA9326AB6E /* libyoga.a */, + E997F165921AF0CC6A20FE23571905FB /* QBImagePicker.bundle */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = Products; sourceTree = ""; }; - 4A8A52309914FA8CBD1FA1106368DAA7 /* Text */ = { + 481AF83E56F058CE87E4F04BAB208737 /* Inspector */ = { isa = PBXGroup; children = ( - 049AF58234FB0E38DE1469CBC2D9E233 /* NSTextStorage+FontScaling.h */, - DE5751DEFFFA47E1E18B08C15DF51D54 /* NSTextStorage+FontScaling.m */, - 3CB552BBB5AFF578D90A2D61A525D6F4 /* RCTTextRenderer.h */, - 405DD781A9EEE4174E83F9DBC9E965D1 /* RCTTextRenderer.m */, - A76F87B7E73EEF2DAA18F8B03CDD3548 /* RCTTextShadowView.h */, - 2A6D6EDB72D1093E2ABAD34C6873003F /* RCTTextShadowView.m */, - 2BCF5536EE0EA0CCC9DB639DFF3EBF17 /* RCTTextView.h */, - F83682CF589D6590292167674D6969F7 /* RCTTextView.m */, - 24C0C32B133EF0038404B6A9009CB598 /* RCTTextViewManager.h */, - 723B21C36A41DD36726CB2844869D63E /* RCTTextViewManager.m */, + F15538D826C49C3AD2C87822FF5A8D22 /* RCTInspector.h */, + B885774648DF3F9CAF42E842D0394A70 /* RCTInspector.mm */, + 8D41322BA9C190A2BC132ADBB0151762 /* RCTInspectorPackagerConnection.h */, + 969D8C1823AAECDBDE4AF67F88AD3D9C /* RCTInspectorPackagerConnection.m */, ); - name = Text; - path = Text; + name = Inspector; + path = Inspector; sourceTree = ""; }; - 4AA6B836C6C79D37257CA13B75162909 /* Pod */ = { + 48CBACE72C696E639BDFF443140D9F98 /* Support Files */ = { isa = PBXGroup; children = ( - B5168DB7EE3D9680C3848D52D5A1C92B /* React-RCTNetwork.podspec */, + 8A9B6391EAD66508C1DCBFEED9BAA243 /* RNImageCropPicker.xcconfig */, + 5E075825CFE5CA7F2DFCD06D10665FB5 /* RNImageCropPicker-dummy.m */, + 42354F6558B927CD53671A75513B1C26 /* RNImageCropPicker-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + sourceTree = ""; + }; + 48F3AF25B7691B20F189759168793E6B /* Support Files */ = { + isa = PBXGroup; + children = ( + F06CB6AF08CE2DD16B25F5A2D05B643A /* UMCore.xcconfig */, + 3D7B8E4D8193F8EB0E28C5586F45D270 /* UMCore-dummy.m */, + F32FB9ECE5EB698D7C7DDB14CA0570D8 /* UMCore-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; + sourceTree = ""; + }; + 499953871E7D1EDB974EAF7AFBEC3BF1 /* React-Core */ = { + isa = PBXGroup; + children = ( + DAD848053E34C28AEC42EF0B79394A8A /* Base */, + 70C2329254008FFFCF1C27E69A4F12DA /* CxxBridge */, + 57251598485DCEF508871571DB337504 /* CxxModule */, + AD6E164CF87C12D41904AF8AA0DDECBA /* CxxUtils */, + 7BE752C7F37465FC946D8ED5099863B4 /* Modules */, + 7DDE77BAD96956AAF2F0D1C6561E1455 /* Pod */, + 3E720D9ED03C3098201B6556952521A9 /* Profiler */, + B8B71C23E8A46ED8803E12CD0E92A791 /* Support Files */, + 132E67AE43E5AE23DCD900FC111AF993 /* UIUtils */, + 31FD86C5C94D0DBF2920B50EC7FE7FDC /* Views */, + ); + name = "React-Core"; + path = "../../node_modules/react-native/React"; + sourceTree = ""; + }; + 4A4855B9CD385F8B723481A96B9A6264 /* fabric */ = { + isa = PBXGroup; + children = ( + E78515CCA2E2AFDE72ADC079458DC4A8 /* crashlytics */, + ); + name = fabric; + path = RNFirebase/fabric; sourceTree = ""; }; 4B51372517CD34E019CF325F23008623 /* libwebp */ = { @@ -6935,271 +7260,150 @@ path = libwebp; sourceTree = ""; }; - 4BA36149882D0E7D1DCDA59CF8B7F8C2 /* RNFirebase */ = { + 4BC66B6473CF2C372779B4F5EE0CCE32 /* Pod */ = { isa = PBXGroup; children = ( - D4FAE8F86C26D12B4FF6D9DABDA6F009 /* RNFirebase.h */, - 46927329D5EC7995F2B6C5652B95EF84 /* RNFirebase.m */, - 48E59AE8481CB977415EF07579EE4518 /* RNFirebaseEvents.h */, - 83E6B4904A92DF336C6E7C58527E2AB6 /* RNFirebaseUtil.h */, - 7677F98EDC268D0FE2880A23AD62CB25 /* RNFirebaseUtil.m */, - 78690D2A613F8F3481AA2D0D1741B72E /* admob */, - 92E623F8AA383C1E2EDE74E1F9C937A9 /* analytics */, - 3DE9FFEA8FD57B5EE60115061239DBF7 /* auth */, - EB2627519416094873FE21EB08B2F0DB /* config */, - 462636FBCDC1E03E3AED787AC0111083 /* converters */, - F95318CFD2D9BF7907D8C1F577672890 /* database */, - 3A9BEFE3D1A989361264E28A222A5B40 /* fabric */, - 7C1618BA64F3432B3020F8C17458C97E /* firestore */, - AB0173AF8121C1B4C726A2719D6F8117 /* functions */, - 39288A2A95BDFFD4EC2F088763E66460 /* instanceid */, - D11CF3368991FCC68E8B976C6E556B76 /* links */, - 3DB05B8B8545700CE99EAE82EF221E41 /* messaging */, - 62B4967CB5EAD27F655C4E00ADC0F3DE /* notifications */, - 56E23AC2CEB085FF9A819017288C9352 /* perf */, - 972CBDDED8766695B88C0C35504EE984 /* Pod */, - 6961BDBBB44E53039B37272CB415A947 /* storage */, - C8B93E82836F3C1EF93F906AC6CA823A /* Support Files */, - ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; - sourceTree = ""; - }; - 4CCDA9B5A0CA0BEEB69F1DD6E7878949 /* Pod */ = { - isa = PBXGroup; - children = ( - D5D9BAE65660E5C7704D107A2F6AD936 /* yoga.podspec */, + F0B1DDBEED063F24ABF1D9BE0CC2A091 /* LICENSE */, + F68D7253E23AD077CCCA2B27DA915B36 /* react-native-keyboard-input.podspec */, + 4377430DCFA9CA4F005533D1F47534E5 /* README.md */, ); name = Pod; sourceTree = ""; }; - 4D401A61967D3F53E4A14FAFF4EB7FA4 /* Pod */ = { + 4D14699D15A14471A83731EE849FCA51 /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - FDAB069EEAD8103E1AEDB1DC1949F3B8 /* LICENSE */, - 521D1179938E1A0B2F172288502F6B86 /* React.podspec */, - 5321F7026007E693191BFE41627ED3A7 /* README.md */, + 890E8DC53E6459318EDD2F74FC91C518 /* RCTActionSheetManager.h */, + B6D5B55DD5694F7BFDEDE5AEC60AB0FA /* RCTActionSheetManager.m */, + 54F88276164D36D95C3D8E5F7C0E8D74 /* Pod */, + D85B81BD5D3599ECCBC1C276906EC70A /* Support Files */, ); - name = Pod; + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - 4DE73C9DB0D2954550C3DF5B684F0B5D /* Base */ = { + 4D1ECE3CB776F41C963B282C910363D7 /* Support Files */ = { isa = PBXGroup; children = ( - 9ACD5F3FF559F1F468862C5FA531751F /* RCTAssert.h */, - A92097CF56600A8822B08328B9A39ED7 /* RCTAssert.m */, - F2E3C66EFB020238092B9E2CBE704769 /* RCTBridge.h */, - 09A44295EFC00C4276D059BBAD4CBCAD /* RCTBridge.m */, - B63B4F00FECB8C695B0EC342DA7F7C47 /* RCTBridge+Private.h */, - 0776F80D3013FB99447BA5E87875D205 /* RCTBridgeDelegate.h */, - 8E5F93F2C3D001787AE5136AC358B322 /* RCTBridgeMethod.h */, - 7F3318E571521CF389F3491B39CE5C5A /* RCTBridgeModule.h */, - 4A4753CAD84AC6BB2843118C80622CAD /* RCTBundleURLProvider.h */, - 45D47468ACA2A88021D2E56B1EC4E998 /* RCTBundleURLProvider.m */, - 43116DB6260640E40241BDF05B4F9BE9 /* RCTComponentEvent.h */, - AF85E96E443966C3DB667B924AB26549 /* RCTComponentEvent.m */, - 77C1B00F1356422030B58ECD8F24EC96 /* RCTConvert.h */, - 2D0596C8F3B33720C9B3C071A8BD2C2B /* RCTConvert.m */, - 4E77B46D7DF1834079EA8F1289DA11AA /* RCTCxxConvert.h */, - 8197CA80E8DCC6923D518F3AD89F5332 /* RCTCxxConvert.m */, - 055C3873FAE61AB5E28A37EE7F9E2A4D /* RCTDefines.h */, - 18A9058EF9F51B06C1D6921AF6DCA4E8 /* RCTDisplayLink.h */, - B0264A1F3A99284E63A6A86D45CC3014 /* RCTDisplayLink.m */, - E48B59B7CBAA771D418027C64EE933F5 /* RCTErrorCustomizer.h */, - 3C592F24D9844731E4CC65E1B8712BC2 /* RCTErrorInfo.h */, - A116E943013EC94742FCD320F9A9D175 /* RCTErrorInfo.m */, - F57EC705A31F6424D2F3E63486704856 /* RCTEventDispatcher.h */, - 19CA66F6A308D38B76052BB57DA9F762 /* RCTEventDispatcher.m */, - 7EB6B5A87A498E609552DA8D1ABDB0FE /* RCTFrameUpdate.h */, - 97780AA7DCF45DDD987AD7B238E1A35D /* RCTFrameUpdate.m */, - 610CD3B251ADFCD43D492EDD0A51C0BE /* RCTImageSource.h */, - AC3A70D17187D67006941FC10D34BDB3 /* RCTImageSource.m */, - 4520A236E907CFC6DA14890C893D2C35 /* RCTInvalidating.h */, - 82E192F629F9E7034C0949AC0A99E253 /* RCTJavaScriptExecutor.h */, - 7E42FC9015DFA990456F7245ECFC4502 /* RCTJavaScriptLoader.h */, - BD9EFEB9C754A33C8238E9EBF2D85331 /* RCTJavaScriptLoader.mm */, - 334C9D2332F3FC4EE381937E6EB39124 /* RCTJSStackFrame.h */, - CA50B6D76F7D9DC9A4CF1CB0C3F68E99 /* RCTJSStackFrame.m */, - E0D2AA3E3D55AEAEAA6CAEB968C2FD57 /* RCTKeyCommands.h */, - 8E3F3DB29A20EF9B80D7AD40A70746FE /* RCTKeyCommands.m */, - 2F9ED45FB874E7DF88E9E243C25F5C30 /* RCTLog.h */, - 7526727E37F82EF467D94C1A4D6004E7 /* RCTLog.mm */, - 97DB951BA71C2FCB975BB5410A561EE2 /* RCTManagedPointer.h */, - E0349DE968D0C07ECBE515FC1DA0EAD7 /* RCTManagedPointer.mm */, - 031E088DAEF5184446AC232C6EE0C0EE /* RCTModuleData.h */, - C83D63B12810CF78A827E708A60C0BFE /* RCTModuleData.mm */, - 60D3FCD7C8D4E995F50E5531B773BC85 /* RCTModuleMethod.h */, - 0A1036366CB06517BD42AC22F2C67D5A /* RCTModuleMethod.mm */, - 5944900E5E1BC2178896A7241A8D5240 /* RCTMultipartDataTask.h */, - 898D7AC064C4F65193C873F3D09F499A /* RCTMultipartDataTask.m */, - F15BDE2F9180E1CAA9250EEF34BCD81C /* RCTMultipartStreamReader.h */, - BA060F2054CE9509CD4C737E4337812D /* RCTMultipartStreamReader.m */, - B20DE5628BC2FC1F2DBF5B6427AB6983 /* RCTNullability.h */, - 086095FEB108D360EED5DE6BD3269DCE /* RCTParserUtils.h */, - C5A2D81CABD2AD1B7127EFAF371D193A /* RCTParserUtils.m */, - 6D4FD4A302DCE1F490FC3B82F9BDC073 /* RCTPerformanceLogger.h */, - 63338362FE12E11B740652E50F73AF9D /* RCTPerformanceLogger.m */, - 9572A9B8E9944C370FDCD10F6D088BE0 /* RCTPlatform.h */, - 0AB98A6CF77C153927CD6AFDBD0DE080 /* RCTPlatform.m */, - 708E90F2F4724B1C5C712DC77160621C /* RCTReloadCommand.h */, - BF036858D7F3CE66A672E5C710245902 /* RCTReloadCommand.m */, - 6E9A06F49DE6FB6CCF076E91285C4F3B /* RCTRootContentView.h */, - AE7BCDA00657D294DDA9E31AA30E75E8 /* RCTRootContentView.m */, - 2D799B2752B31BE1FF69BB97556946B3 /* RCTRootView.h */, - B261FC7A13A68060D721C23AA63440E8 /* RCTRootView.m */, - F4E5ACD7252FC82D7BE20471CB07903C /* RCTRootViewDelegate.h */, - 08DE838462CCEE52151A6F2A975FEF18 /* RCTRootViewInternal.h */, - 4B89C325197E213087FDC0BAA9D4EC41 /* RCTTouchEvent.h */, - 29DAD97412E6DE5E766FA1738B630BF9 /* RCTTouchEvent.m */, - 86D0D8583D8699C94659307FE0F61AA8 /* RCTTouchHandler.h */, - E409C4255F662B32D65F773E63D4FF59 /* RCTTouchHandler.m */, - B4BD2CEEF7F4F28592E2C15728D6D5F3 /* RCTURLRequestDelegate.h */, - 7030FBCD8F39D71F414FB0B2ED39F3AB /* RCTURLRequestHandler.h */, - E2E9CAF6F0E710D9D941C37A8F98F15E /* RCTUtils.h */, - 46C669596ADD59B21089291C6B5A3A08 /* RCTUtils.m */, - EE60DE68B25DA416CA52D389452CC088 /* RCTVersion.h */, - E839FDDD3E30311B173B8566773D4B11 /* RCTVersion.m */, - 3C20035AEBFF9F33DE5852D9621D1EF9 /* Surface */, - ); - name = Base; - path = Base; - sourceTree = ""; - }; - 4FFD3CC0AF8996180A9998479A9AD699 /* Support Files */ = { - isa = PBXGroup; - children = ( - EB475D97D4DFBB1FD0078E96E269A015 /* EXAV.xcconfig */, - A2D0299B9AE90E02425CE8A960A4EDFD /* EXAV-dummy.m */, - B342B84137B4A333E6C368485FC104FC /* EXAV-prefix.pch */, + 8CB2C187AD2B3DF29B78EC22380187B6 /* RNAudio.xcconfig */, + FC42EF4A5AEF09EE57176A166268D3E5 /* RNAudio-dummy.m */, + EED0C4D8E5B68BDC5C8190C7E5EAC837 /* RNAudio-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; - 508352597176C26D2769046A787D02FB /* Pod */ = { + 4D25DB93FFEF41B9BC8DD189602A378D /* Pod */ = { isa = PBXGroup; children = ( - C788AB56130F8C317AB3CFB0B90E779B /* React-RCTActionSheet.podspec */, + 880A11CD8C1E0BBB134C4A530798FF18 /* EXAV.podspec */, ); name = Pod; sourceTree = ""; }; - 515474FE69AF1040B70947B639B548BC /* RCTCustomInputController */ = { + 4D3A3669E64A637769B46C52BC62D360 /* react-native-orientation-locker */ = { isa = PBXGroup; children = ( - F739BAD3B167FC1D05DCFB555AE83874 /* RCTCustomInputController.h */, - 01661966F13874DA470B02804CFC0306 /* RCTCustomInputController.m */, - 544362C8BEF517578061C4D6B8C1A4DD /* RCTCustomKeyboardViewController.h */, - 955C8D42530EE32A38C61587709F7CF8 /* RCTCustomKeyboardViewController.m */, + 6C600359C0E1865C8B03B5AA22B85A77 /* Orientation.h */, + 54D4180FB38F4C34AC077C333EE26E88 /* Orientation.m */, + 937FD74FA196E314430EBABE354F2337 /* Pod */, + 4E53098CB5E5AFAE605084343BC72E63 /* Support Files */, ); - name = RCTCustomInputController; - path = lib/ios/RCTCustomInputController; + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; sourceTree = ""; }; - 51FDDE04A711952E2D06370296DF9279 /* React-jsiexecutor */ = { + 4E53098CB5E5AFAE605084343BC72E63 /* Support Files */ = { isa = PBXGroup; children = ( - 38DD6F197EE6D0E98EB6E2CD1EE2A95A /* JSIExecutor.cpp */, - 6DDF14631A281182E6B402AA058CE7D4 /* JSIExecutor.h */, - 7F16D4777A9E1B5B2F177960667D8F95 /* JSINativeModules.cpp */, - A9F70FD71DE334D223363D56760E4CBB /* JSINativeModules.h */, - 533629931C623372663C5B11EB593EC0 /* Pod */, - 59415701D17F76A926981DB7232E119D /* Support Files */, + DF8B3F08A79CC2F4B42C7F50852910D4 /* react-native-orientation-locker.xcconfig */, + 3827E8A49A8F6BDBA8278958B97890D9 /* react-native-orientation-locker-dummy.m */, + CD8D8010D81326D7E8488A77A418D18C /* react-native-orientation-locker-prefix.pch */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - 51FE3DF8EDA7DF212FE52D0B525B6852 /* Development Pods */ = { + 4F753A8391314F877DEE5FA2B4A3594F /* Pod */ = { isa = PBXGroup; children = ( - BAB3C5B1F451CAC22310D3EAE01683E8 /* BugsnagReactNative */, - 6EA58FA4651A922406C792233D79D392 /* EXAppLoaderProvider */, - DBDBF9E57C4BC718BF05FE009456D507 /* EXAV */, - 891AF0FEA00BBC0D6AC4A7B80016644F /* EXConstants */, - 1CE144FDF248ABA36B4FA5F76115422D /* EXFileSystem */, - 29E60CEAD1E5E5DC86E812F2ED7645F9 /* EXHaptics */, - DD5456583982BC037F2390E48AA25C24 /* EXPermissions */, - 17488F55B05E601CBDC9C581EA28047D /* EXWebBrowser */, - B7131E2601AA3C5EC2526B3C91F4F02D /* React */, - A85BF80D9BDBFD74F20DD81B45CCA590 /* React-Core */, - 70E00C857BAE339DFAD5AF0CE6568D10 /* React-cxxreact */, - AB76E24E6D9E5A8C5D01706413EFFA44 /* React-DevSupport */, - E0619CCBAC3BE963DBCA6BF8432CBAE1 /* React-fishhook */, - EB62F8B709580C01AC0A7E3ED2E26F12 /* React-jsi */, - 51FDDE04A711952E2D06370296DF9279 /* React-jsiexecutor */, - D1ADF85216E0DF67300892B67F4E6A93 /* React-jsinspector */, - 2D7FB0DD9C8453D07EF5FF8F43EEDFC5 /* react-native-document-picker */, - DB560058166DCCA7B55B93D11D432890 /* react-native-keyboard-input */, - ACEA9A733CB3A345E58897CF53EC99A5 /* react-native-keyboard-tracking-view */, - 459710567B2F811D5F6F09DB7DE88C5F /* react-native-notifications */, - 966D0FD66C8A27CA3D01C5C9F781DEBF /* react-native-orientation-locker */, - 6B1B1DF2398D747FF16E3452D302324D /* react-native-splash-screen */, - 4A28AB71BE4E6EAAD59BFA42C9FBA5A2 /* react-native-video */, - 6E2A0669C3AE0A669207CABC6EAFFE67 /* react-native-webview */, - DA0E46ACC2687F3DC10EAF82B7F731B3 /* React-RCTActionSheet */, - A164C6D48878F9F054D6D6CC4C30EB90 /* React-RCTAnimation */, - 87B9A7805768AD867232643FA54C07AB /* React-RCTBlob */, - 1A18334F725DFD76139F704F5186238D /* React-RCTImage */, - 523EB43A137321B4A3FB0249BF848122 /* React-RCTLinking */, - EB5481B0B7DD5A186257B2C7DF66B37B /* React-RCTNetwork */, - EED8040BF5A6CD1C6C098DF7371CA846 /* React-RCTSettings */, - 851693DA10A802070AC1A3DCFC48AF89 /* React-RCTText */, - 9BC42A8D87223FCE3A32469DCD5D526B /* React-RCTVibration */, - CE3B7017094728710004967B305352D1 /* React-RCTWebSocket */, - 58CC8B9B8ACB2742828A8553EF3EBAA5 /* rn-extensions-share */, - 6C1EB149CD2A0B140B2307616A63A232 /* rn-fetch-blob */, - 3EEBBECF0E6DF51B240B6D37E0145896 /* RNAudio */, - 5ED77846C26CEC292340BA3D6B94D2E5 /* RNDeviceInfo */, - 231CBA900E9248507D678D608D081EAF /* RNFastImage */, - 4BA36149882D0E7D1DCDA59CF8B7F8C2 /* RNFirebase */, - D22BBFD49AB49C9E61A7EAAE087C8AA3 /* RNGestureHandler */, - 577DC6F44C7EDC80A22BCA4F14DA015C /* RNImageCropPicker */, - 8FDA64C6E5723F2D0EB79D9BC60C4B6E /* RNLocalize */, - 69091180BF8C433DE7ED49BDB103C044 /* RNScreens */, - 6443EA9700ADB3B6FEAF9FC749EF9CC2 /* RNUserDefaults */, - E6075C36D3DDCBEC82C0603CCB44D471 /* RNVectorIcons */, - 2382C0876D3AC86A3BC9E3E570DFB4E7 /* UMBarCodeScannerInterface */, - CFB857400A45FB09729E67B6581062EA /* UMCameraInterface */, - 4040E236ABA1216C0B01624262CAE49C /* UMConstantsInterface */, - A7B27F93392B9A8D54E418A6D5A85954 /* UMCore */, - 8D41F150313C045355902F8BA9BA7F78 /* UMFaceDetectorInterface */, - 221E147B45406AC5B8A3C702913BE26B /* UMFileSystemInterface */, - 2D13DAE65F01C5CB4964F1D465BEE44F /* UMFontInterface */, - E78C653E134E8699530A002B3D255DE6 /* UMImageLoaderInterface */, - CFFC90ADC206FF34CFBDDAC90CD6D17C /* UMPermissionsInterface */, - 8CAED923C77E19E075D1B1B24CD19D88 /* UMReactNativeAdapter */, - 41B2193285BF76E6013AF0A3244629C2 /* UMSensorsInterface */, - C3F2345E7271C1AA95C36D2182CCB1E1 /* UMTaskManagerInterface */, - 4075D0B6BE3BF09A85F664DB2E6EB684 /* yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 523EB43A137321B4A3FB0249BF848122 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - 6A1B12DB7D74700D1ACDE73BD8A59904 /* RCTLinkingManager.h */, - 6D5E1821DAD745C222E1E3B6B620EC54 /* RCTLinkingManager.m */, - B40BB81FF3E48D00D776CC3AF5213359 /* Pod */, - 8A7987D31A8133B9A2A7DB33355D6325 /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - 533629931C623372663C5B11EB593EC0 /* Pod */ = { - isa = PBXGroup; - children = ( - D4D384D27D7FA7EE1286F09917B27CAF /* React-jsiexecutor.podspec */, + B94DE20544294E32945D388198ABC467 /* LICENSE */, + 0B4BA6C31EE9088E1B9408E0FDA57655 /* README.md */, + 7373040A2CC8AFA4A4240B6CCD7CB2C8 /* rn-fetch-blob.podspec */, ); name = Pod; sourceTree = ""; }; - 535D53AFF7C2C9737DA99CF032182263 /* Pod */ = { + 4FCDFAEC43FE259FABDEEF074B6CCAC8 /* Pod */ = { isa = PBXGroup; children = ( - 33071035A18216DA36B6ED39E5373CD5 /* EXFileSystem.podspec */, + 3B569E81124577B2F5F5126E34EC863A /* EXHaptics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 518F5436DEB6B3D60CBC1E05AF2EE85D /* RNReanimated */ = { + isa = PBXGroup; + children = ( + 602DE7ED23E36825D2803F31E2531AFC /* REAModule.h */, + DF02CDD2E0D1890BEE746EACB7349917 /* REAModule.m */, + 9E178CCE74A190FF64030DA43F6B6267 /* REANodesManager.h */, + 7B79AE91C40C82643F1C3C873758E8E2 /* REANodesManager.m */, + C003B8AFC303939D6FD1D019B04481F2 /* Nodes */, + 64EC4E87890ACC022D7B603451BE0F91 /* Pod */, + B678135F4DE9D642B37DDB4F0F217600 /* Support Files */, + 54E691D1CC3BD918EB79209C52477DDA /* Transitioning */, + ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; + sourceTree = ""; + }; + 527F0116DF5C9727C2F3800A00D54D82 /* Support Files */ = { + isa = PBXGroup; + children = ( + 642AA75C257DE2F60750F5EC280B372B /* yoga.xcconfig */, + 454FF396DEAA68CE0D13BC5396738DAF /* yoga-dummy.m */, + 2DF354FF197195E6D1859153E920E7B3 /* yoga-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/yoga"; + sourceTree = ""; + }; + 53CBCA5F7C74A5E46CE7403301B780F7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 803F5BB971398F1B99E18A1E9A57A9A1 /* rn-fetch-blob.xcconfig */, + 9833C288E4B432A4B7DAC0AC1C824EB4 /* rn-fetch-blob-dummy.m */, + 9CE5EE72869D96C3C4A8451508BF4470 /* rn-fetch-blob-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + sourceTree = ""; + }; + 54E691D1CC3BD918EB79209C52477DDA /* Transitioning */ = { + isa = PBXGroup; + children = ( + C6DE3510DDBDA99BE51A4F126A5178FD /* RCTConvert+REATransition.h */, + E24D658EBC11A0FCCDBDEF90C13864CD /* RCTConvert+REATransition.m */, + 662121342B0FCC013B91CDEC7060BFCE /* REAAllTransitions.h */, + D4DF2E6D680C0196F92DA3D8BA387830 /* REAAllTransitions.m */, + A161F2826DDC073DA2745B30EF3BFD3A /* REATransition.h */, + A6C4307A3B0392FCA95B4153B398EEEC /* REATransition.m */, + A75CA4EE0285F54584EF5D65F9341050 /* REATransitionAnimation.h */, + 4EE366EE8F13BF6AC4D3ECA4BAE37166 /* REATransitionAnimation.m */, + 3FCCFD514F1DB5149317C8356C842C4D /* REATransitionManager.h */, + A52756E74ACE72A47DDD022F994E919E /* REATransitionManager.m */, + 5513B0C1605D4FB74179BB7B44A8BE1D /* REATransitionValues.h */, + 6251894868778B901A1346626D58D2C6 /* REATransitionValues.m */, + ); + name = Transitioning; + path = ios/Transitioning; + sourceTree = ""; + }; + 54F88276164D36D95C3D8E5F7C0E8D74 /* Pod */ = { + isa = PBXGroup; + children = ( + A64877BAA2D0A993B3C2F5185C63CF4A /* React-RCTActionSheet.podspec */, ); name = Pod; sourceTree = ""; @@ -7240,160 +7444,90 @@ name = Frameworks; sourceTree = ""; }; - 55D979A8368397C32A8971DEF49DE57F /* Support Files */ = { + 57251598485DCEF508871571DB337504 /* CxxModule */ = { isa = PBXGroup; children = ( - B265A0ED6D66B0490BA35CFA5E9FC60B /* RNImageCropPicker.xcconfig */, - E05A4311D47514EDEE28A6D14410F61A /* RNImageCropPicker-dummy.m */, - E61240D4E52D32B52D6C9545A0E6AA4A /* RNImageCropPicker-prefix.pch */, + F95A113C6AFCCCDAC77894D42BF9DA4C /* DispatchMessageQueueThread.h */, + B4254C6DD6D1EC60105E5A70341DBA54 /* RCTCxxMethod.h */, + D834AE3EA120F1CA5D2CBBDEB5B41BB4 /* RCTCxxMethod.mm */, + 247F2C9FFCCCA60F184C6011D865E15E /* RCTCxxModule.h */, + EC8170B2EEF5B7B2AA10CC286C339429 /* RCTCxxModule.mm */, + A0CC3022FAF82F97808A418DC416D2E1 /* RCTCxxUtils.h */, + E25597CCB9A904E81D8B31CBCCCE1E49 /* RCTCxxUtils.mm */, + 339856CD6A3FF2A538399655523F9010 /* RCTNativeModule.h */, + 58849137550BCDCAA290ABD86155A766 /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = CxxModule; + sourceTree = ""; + }; + 590854205784627E0EF72D87DF3782EF /* Support Files */ = { + isa = PBXGroup; + children = ( + 4A28A67B93625EFEF127CCD6C509BC14 /* React-RCTLinking.xcconfig */, + 73420C367D1D3C0D75EEC1266701B4F7 /* React-RCTLinking-dummy.m */, + 3D6AC652672FBAD7368FDA60FE6CB6BA /* React-RCTLinking-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; - 56E23AC2CEB085FF9A819017288C9352 /* perf */ = { + 5A197D11F845FE0AA079405691AB6412 /* Support Files */ = { isa = PBXGroup; children = ( - F1FC23310DB694110FDD24149EADEEE8 /* RNFirebasePerformance.h */, - CBDCA52F683ABED9B28AFC1323EF88A1 /* RNFirebasePerformance.m */, + 71053E10EBEF07F5FBFC512733125F78 /* RNFastImage.xcconfig */, + 48FF9930A377823CBAD801CE36D363F2 /* RNFastImage-dummy.m */, + 5AEFF18F2A460A38B567E34FF6DFA3AA /* RNFastImage-prefix.pch */, ); - name = perf; - path = RNFirebase/perf; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; - 577DC6F44C7EDC80A22BCA4F14DA015C /* RNImageCropPicker */ = { + 5A6C436634147C932EEA0AAACEB394BE /* Support Files */ = { isa = PBXGroup; children = ( - 0393F01D63216EDA817EB799C5633398 /* Compression.h */, - CD83A75DAE178083BF78B827259508E9 /* Compression.m */, - F68347D7298AC0E6A743B0C8CD8AC7D3 /* ImageCropPicker.h */, - DFAE968EDAA5236D6930C122A7CB8064 /* ImageCropPicker.m */, - FD4C029AA8F9AED68AB0773AFF4BE959 /* UIImage+Resize.h */, - 1D1F320F5BDC3403696ADC20835C3107 /* UIImage+Resize.m */, - 162E4411FFA7B7FCFA69E508CEB8D43B /* Pod */, - 55D979A8368397C32A8971DEF49DE57F /* Support Files */, + A34C83D01B166480C590DD5B613BC827 /* rn-extensions-share.xcconfig */, + C8511EA9CE88FBF442BDB79C0EF78DED /* rn-extensions-share-dummy.m */, + 97E7473A3F468B842FFE6F2DE03D6F1F /* rn-extensions-share-prefix.pch */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; sourceTree = ""; }; - 5812137D3DC4A8176AB85A3BCA7DDF06 /* Pod */ = { + 5AF25AA2C91BC80DF9EFA826F536B7CC /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 066120885AB4F47F98EF22798BA07DF1 /* LICENSE */, - CED93E40BD8687E6E68BE0F7C38C5112 /* README.md */, - 4E356EEF6C6EB0EA56B084403B56712E /* RNDeviceInfo.podspec */, + C6BE4A31E5B678D05A39EC1834F181E2 /* JSIExecutor.cpp */, + 051C0B42E4246588767D5F5BCA11BCEB /* JSIExecutor.h */, + 9A49B8ECC3DD52780022821101587516 /* JSINativeModules.cpp */, + FC57980938A5E1E684BE4A6C5BDBCD01 /* JSINativeModules.h */, + 20DABEC08E45D7C4F1F9D422BAFBAE7F /* Pod */, + 8A57ABFD465F7B73D5B40F37655E5FBB /* Support Files */, + ); + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + sourceTree = ""; + }; + 5BDE4E51A025CCEA4B686211CBEFA33F /* Pod */ = { + isa = PBXGroup; + children = ( + CB8F8A433CEB74D7D1A4811AAF74A243 /* LICENSE */, + A439C2FA48DBF2AB98E76EF3F854A947 /* README.md */, + D0940AAA5CBF3702F619D4EFBF863B9B /* RNImageCropPicker.podspec */, ); name = Pod; sourceTree = ""; }; - 58CC8B9B8ACB2742828A8553EF3EBAA5 /* rn-extensions-share */ = { + 5CA329193885CC73A98A1D6420DEA106 /* RawText */ = { isa = PBXGroup; children = ( - 97C4705B347DE2BB15EC1123E6DE2445 /* ReactNativeShareExtension.h */, - B8D90AD503D393662A2C32ADD22928A2 /* ReactNativeShareExtension.m */, - F7500A875E7584F414A9AAE0D1D72312 /* Pod */, - 133DBB21E08CB424576C727DF60DC799 /* Support Files */, + 41B80A3F576A558D0E762ECB0ACA28CD /* RCTRawTextShadowView.h */, + B11EC8CB806075A8773150BA61344A71 /* RCTRawTextShadowView.m */, + 9FE692C20A5B671BEE5609785A0B32D2 /* RCTRawTextViewManager.h */, + 25CB5728622CEE3F6A11B65D51C5BD6D /* RCTRawTextViewManager.m */, ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; - sourceTree = ""; - }; - 59415701D17F76A926981DB7232E119D /* Support Files */ = { - isa = PBXGroup; - children = ( - 0B2602E17DF55181EE987AF4452F8B43 /* React-jsiexecutor.xcconfig */, - 27EC05DB437625897A8DBE033CC3E20B /* React-jsiexecutor-dummy.m */, - A0E1E74DC7696A4619D9D19F97806E4B /* React-jsiexecutor-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 59FAFDDD4F542035D86814D8DEB101F8 /* Modules */ = { - isa = PBXGroup; - children = ( - B74D19651AA973160FBEEF2AF1181C02 /* RCTAccessibilityManager.h */, - 879BFB4FF2A959D252D6B066511B1EAB /* RCTAccessibilityManager.m */, - 559BCBA126E7BA103068C20107919560 /* RCTAlertManager.h */, - 6CF95DF1801EE37788D4C416483F9EC3 /* RCTAlertManager.m */, - 73ABF49A40A9A32A36728608BE895094 /* RCTAppState.h */, - E9D7DD5CA72B42EB3DDB25048FB234E0 /* RCTAppState.m */, - 7CCBCBCB7652BE561DF10CB3EF7EF445 /* RCTAsyncLocalStorage.h */, - F7BA71AFBCDC955F27739C30BEFCDE59 /* RCTAsyncLocalStorage.m */, - 786CC77F75AE0B60266BC2437E4EDE55 /* RCTClipboard.h */, - 93BDB41462FED0D917A127B58B04C899 /* RCTClipboard.m */, - AE7F65687940CD74687B08E88F9E4050 /* RCTDeviceInfo.h */, - 707001FE82F27F9D5E583DF965D3B48D /* RCTDeviceInfo.m */, - 1F55554EB9DF5F2855EFDB0271A94653 /* RCTDevSettings.h */, - 425443B6000BD24038D45348E4912B3F /* RCTDevSettings.mm */, - 62F54DF0D56CF024A5A13A1C7A8DE898 /* RCTEventEmitter.h */, - AB885901FC14D68D250D44E66DB34B99 /* RCTEventEmitter.m */, - 3FF95EA0D498B96BCF8DF761641D69F6 /* RCTExceptionsManager.h */, - 096CCA033BF05DB3310F294E9F3682F0 /* RCTExceptionsManager.m */, - B3BA1AB422512F31D5D3F342963D8AA7 /* RCTI18nManager.h */, - 88D431E9B8E7D93A627FAC0F8A947929 /* RCTI18nManager.m */, - 9699159240CB0797C7405684C5A03862 /* RCTI18nUtil.h */, - 1EE0D71610F38AF41C40F8FE8D673E43 /* RCTI18nUtil.m */, - 4457530BA40FABA8504D13C3C899FE3D /* RCTKeyboardObserver.h */, - 5111CCF291CB07F02FE2B4FE51BDA8D8 /* RCTKeyboardObserver.m */, - 457E298C228B315A9B8BD7949EEB5BAC /* RCTLayoutAnimation.h */, - AEB27604EAEF4DA0F2F39C0C8FDE769E /* RCTLayoutAnimation.m */, - 4899ED5138E92F712577A31416AE7B77 /* RCTLayoutAnimationGroup.h */, - 4FDE717A673BB6721F55C83860D0F5DC /* RCTLayoutAnimationGroup.m */, - 7C7167D7FE06129203134C9DED73034A /* RCTRedBox.h */, - F352D675FE8E3BD389DEEA90011C4077 /* RCTRedBox.m */, - 3495FF28195CB365EC8FC5BB4D84D998 /* RCTRedBoxExtraDataViewController.h */, - 8CAF1D83FF631AE9C8A854485E8E122C /* RCTRedBoxExtraDataViewController.m */, - E81CCF008E8B7E4C93EA7C517B75387E /* RCTSourceCode.h */, - C3A766D33FE50703EDD1840F32BD55C8 /* RCTSourceCode.m */, - E240C22187388EBD61051EC05858A098 /* RCTStatusBarManager.h */, - 7C0B5A62B1865EC173695C6863B2A81B /* RCTStatusBarManager.m */, - 0F2F7ED68AC558D60AFBA68AFB6964E6 /* RCTSurfacePresenterStub.h */, - FE999C4F80417E14D9F3DD04367D3489 /* RCTSurfacePresenterStub.m */, - FA0D6CE5AD1A07C4B236E50467B6D90F /* RCTTiming.h */, - 43A349FDAF25674428AAA964CF970348 /* RCTTiming.m */, - 012FB77C009F4830A65A0F5154959B37 /* RCTUIManager.h */, - C04FC3CB243F9451AFCF7EB5CDD3B300 /* RCTUIManager.m */, - B7E88BE04BF21310D8F21CA9DA3C91DC /* RCTUIManagerObserverCoordinator.h */, - 20F6E3EDC564A3282E0ACF06BC1625D4 /* RCTUIManagerObserverCoordinator.mm */, - 4A47C2847813E090878507CC2FECC5BE /* RCTUIManagerUtils.h */, - F6FA8C87563B97D52B3BDDE6359EE373 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = Modules; - sourceTree = ""; - }; - 5C253941BEF68045AA9420D522923739 /* Recording */ = { - isa = PBXGroup; - children = ( - C6584F14812DB025A2ED93474978B996 /* BSG_KSCrash.h */, - 2279B72C0A35CE2496061773313C481F /* BSG_KSCrash.m */, - 88C6EB4E3BB2FFDA91FE2014EF58475A /* BSG_KSCrashAdvanced.h */, - 0A834CACDE2924D9E3A76B50C7C2E977 /* BSG_KSCrashC.c */, - C00AC3F76A195AAEB4F5EEB837DDA79E /* BSG_KSCrashC.h */, - 8B097D99AF8F2C24C65C16F9C4FDB462 /* BSG_KSCrashContext.h */, - A0EF1126983048F7CAE210771D7BABF1 /* BSG_KSCrashDoctor.h */, - 2B7B14044930BBB895FCFA3CC7DCBAD8 /* BSG_KSCrashDoctor.m */, - D3F7E4C8FDDB3D1E7A62F8E77D3D81C4 /* BSG_KSCrashReport.c */, - 7EBE6EFC6FECE73E368DF4871D898C3F /* BSG_KSCrashReport.h */, - 61A3AB932BEB1EE0EDACBDD48575C92C /* BSG_KSCrashReportFields.h */, - B531B3FFB1A3AA1AD0C5BDA9D58F9C60 /* BSG_KSCrashReportStore.h */, - 84900009D0488ACEB31CA421AA4C25D9 /* BSG_KSCrashReportStore.m */, - 9A0817587F310F6F492F0676614AA1D6 /* BSG_KSCrashReportVersion.h */, - 93015CA7D798B28532F5AB65CC754A4A /* BSG_KSCrashState.h */, - 2187BD59F51E38B530CA202577FC677D /* BSG_KSCrashState.m */, - B0668359BEE1667300F3B0C6AB13132D /* BSG_KSCrashType.c */, - B6FEEB9B2E8A6635B68ED1D4141A405C /* BSG_KSCrashType.h */, - 4BAE6451A52DA6DA0E5B956A6EF61DE2 /* BSG_KSSystemCapabilities.h */, - 93AF20F7CEFCDE30FFBF4BB87356CCB9 /* BSG_KSSystemInfo.h */, - FA565596176DD6E3DAC784D7926AFCDE /* BSG_KSSystemInfo.m */, - 6D1090B5290D18AABCA80BA6461BD739 /* BSG_KSSystemInfoC.h */, - 0B9C93FEBDA7189D20A77DFBA602AB4B /* Sentry */, - 70A51DB51BE46FB5FA11C8BE7F9FAD66 /* Tools */, - ); - name = Recording; - path = Recording; + name = RawText; + path = RawText; sourceTree = ""; }; 5CE7FC4D635AADA866A61875823B6D49 /* NSData+zlib */ = { @@ -7405,6 +7539,17 @@ name = "NSData+zlib"; sourceTree = ""; }; + 5D2D9E84F6DEA38E1111449D9CCF1594 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1D213AA22B64B03469C9DB1F5742D7D2 /* EXConstants.xcconfig */, + A847DC66BBD2CA2227659DC96E426706 /* EXConstants-dummy.m */, + DCA6395FDB8893F75AF090AC345BD7AF /* EXConstants-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; 5DA82793FECCA97D1BD82E3D6A5164E9 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -7415,59 +7560,16 @@ name = Frameworks; sourceTree = ""; }; - 5E1799C214CE1D9F07225ED77A88A030 /* Pod */ = { + 5F0F1BD55167825872F0E94B1A99B6E8 /* database */ = { isa = PBXGroup; children = ( - C4E481648056E0B6794F3AAB976B97C3 /* React-DevSupport.podspec */, + FEC0B93C9B6C767EF6DC0E28D051A704 /* RNFirebaseDatabase.h */, + 99A5991465E0A23FFEC16CF3FB77943F /* RNFirebaseDatabase.m */, + B1F1E7D2E241DD1E1F87D27B06F273C5 /* RNFirebaseDatabaseReference.h */, + 3DF6BFDCE98CCA58FC3ECB70F283FAFB /* RNFirebaseDatabaseReference.m */, ); - name = Pod; - sourceTree = ""; - }; - 5EBC7E87E19768D8D3EADB9CD56F5262 /* Support Files */ = { - isa = PBXGroup; - children = ( - D9633C022675DACED3D8E8D14EFD4B08 /* React-RCTWebSocket.xcconfig */, - C241107E1620B204D3BB1D1BE2141E70 /* React-RCTWebSocket-dummy.m */, - D1980B72B3E64EF6966E20DD14B2E50A /* React-RCTWebSocket-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; - sourceTree = ""; - }; - 5ED77846C26CEC292340BA3D6B94D2E5 /* RNDeviceInfo */ = { - isa = PBXGroup; - children = ( - 0641686D71D2067D107571FD733BB6B0 /* DeviceUID.h */, - B8E3D68C3244F62C054A8D5275020C4D /* DeviceUID.m */, - 6A20907F42AB61D2327B6138C7329CD3 /* RNDeviceInfo.h */, - 2B55E2BF7B54B614BE153B15B6DBED4E /* RNDeviceInfo.m */, - 5812137D3DC4A8176AB85A3BCA7DDF06 /* Pod */, - 2547A5EEE70FC8465A23E2CBB596B623 /* Support Files */, - ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; - sourceTree = ""; - }; - 5EE1A23EB9037B14B9F95D26BB328AED /* UMModuleRegistry */ = { - isa = PBXGroup; - children = ( - 9DF2CFA13DD019FCEEC390E75CF086DC /* UMModuleRegistry.h */, - 6F8E20A4D899F0F7BC5FF46AB84BA566 /* UMModuleRegistry.m */, - 289ECD3EF5BDC0B41471786DE3CBC0A9 /* UMModuleRegistryDelegate.h */, - ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; - sourceTree = ""; - }; - 5F8EF1510BABC4D6CB8750246A1561DE /* Support Files */ = { - isa = PBXGroup; - children = ( - 74490B05CF46AEBF98D2E14D31D91A17 /* react-native-document-picker.xcconfig */, - 11A46F3A5438367232572C3302A04A4E /* react-native-document-picker-dummy.m */, - 40BBC71C94432E5FC72A007D1B191FB0 /* react-native-document-picker-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + name = database; + path = RNFirebase/database; sourceTree = ""; }; 5FACBAF340B3879ACC0C2B5FB077C0F6 /* Environment */ = { @@ -7479,6 +7581,14 @@ name = Environment; sourceTree = ""; }; + 5FFB5AEAE717819F27488FE21E4E8A40 /* Pod */ = { + isa = PBXGroup; + children = ( + 1C0FBEFECF8C27598867438F48B4E8AF /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 6057683938A222D527FD752E983BA9F6 /* core */ = { isa = PBXGroup; children = ( @@ -7629,35 +7739,35 @@ name = core; sourceTree = ""; }; - 610F995898FF22E94586767F621EC49E /* BaseText */ = { + 60D1617FAA655ECB4ED8402B76848899 /* UMCore */ = { isa = PBXGroup; children = ( - 1DBC6A8AB4FC6F03AD8A2D2D0A933C3E /* RCTBaseTextShadowView.h */, - 9B8E7E1B18923EA5CFDBB31EFDCE9C7F /* RCTBaseTextShadowView.m */, - 61D2613559F13A61BC4BC04D7571E034 /* RCTBaseTextViewManager.h */, - 5FA1FA65C2CE4C6CF94919C6E65DB039 /* RCTBaseTextViewManager.m */, + A332CF0C096BA2752ABD5B2E3ACB5DEA /* UMAppDelegateWrapper.h */, + E70F6EAD54E4FC6749048BFB8DE81F0D /* UMAppDelegateWrapper.m */, + D6A8EF287339866723D9F875C0BFE2ED /* UMDefines.h */, + D2FDB9B87271488911C2E48AACC51E11 /* UMExportedModule.h */, + CAAD6D85973772A09CEB74FF28327246 /* UMExportedModule.m */, + 11CDC103901C531AFA4B02400121CEE1 /* UMSingletonModule.h */, + CD1BEBE1C41823C99D38DE66F6E74AEF /* UMSingletonModule.m */, + C8E3D1930E7C26549BF77E71F9BACD7B /* UMUtilities.h */, + 9785B53EC123C2AB7DAC84A55BDC50EA /* UMUtilities.m */, + 63A3A3C43A6661823033D8D114E53747 /* UMViewManager.h */, + 1526503F787C00F7137294802B9D7F6E /* UMViewManager.m */, + F5B4961BC30EF4720807909841EE9567 /* Pod */, + 12C4FE0F4FDCEBAF9B5B8ED685180FA4 /* Protocols */, + DAAC8252CE37F3860CB32994ACB62E63 /* Services */, + 48F3AF25B7691B20F189759168793E6B /* Support Files */, + 17C7FB9587361E1D9BC434B160712062 /* UMModuleRegistry */, + 3B73262BDEB8285616ED7CDF63046C02 /* UMModuleRegistryProvider */, ); - name = BaseText; - path = BaseText; + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; sourceTree = ""; }; - 61A93FC4052B1292F9981B0915FB6FC3 /* Support Files */ = { + 60EDB9AC890F60F4C6436E01B946A5F8 /* Pod */ = { isa = PBXGroup; children = ( - B5A53CA35D2D54F3D40CEFF9008252C7 /* react-native-keyboard-input.xcconfig */, - 624E8A2306A0FDA0A14688F780884E71 /* react-native-keyboard-input-dummy.m */, - A29470C46295BA5C0813895B266C6E16 /* react-native-keyboard-input-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; - sourceTree = ""; - }; - 61AEF7DE8BF95D41AD454E9785A44682 /* Pod */ = { - isa = PBXGroup; - children = ( - 429F825FB7274762BF868927D512379D /* LICENSE */, - 15270FBAF57EB72177B3DDA4861989BF /* react-native-splash-screen.podspec */, - 8AE1A80A3389B3269F4E0F9170453D0A /* README.md */, + 2054FA6E7C1D459A3B165ED38AB43A05 /* React-RCTNetwork.podspec */, ); name = Pod; sourceTree = ""; @@ -7673,14 +7783,49 @@ name = Reachability; sourceTree = ""; }; - 62B4967CB5EAD27F655C4E00ADC0F3DE /* notifications */ = { + 632E787530F6BC50F054FFB6E306EE2D /* Tools */ = { isa = PBXGroup; children = ( - 0B7645CD8B831D178E2AA224AAA2414E /* RNFirebaseNotifications.h */, - 47D44304E9F1E341184C9FC1193BEE80 /* RNFirebaseNotifications.m */, + D68FC5C95FC6001E5AE022E55A7D145F /* BSG_KSArchSpecific.h */, + B88DA37CC71A10F9F436A4BEAB834EF2 /* BSG_KSBacktrace.c */, + DE08A1697799F4D3463CDF5123687EBF /* BSG_KSBacktrace.h */, + F6060A113A36F27559EB03ADC17B171D /* BSG_KSBacktrace_Private.h */, + 3CCA17C1045AB06EA05AA5D7285A3A4B /* BSG_KSCrashCallCompletion.h */, + CA2472E925BB67EB0D339FD240224B72 /* BSG_KSCrashCallCompletion.m */, + 9AB04AFE20B4216BC55EDC2087C2DDA4 /* BSG_KSDynamicLinker.c */, + 436A0265A21A4B9CD9CA186F4703E2B8 /* BSG_KSDynamicLinker.h */, + 4806CCA1730D802275EA0BDAA633B7B3 /* BSG_KSFileUtils.c */, + 9C90502E5AD92EAA1337568BC5C355F8 /* BSG_KSFileUtils.h */, + E14C563F0DC649E5E82BC8140E84F928 /* BSG_KSJSONCodec.c */, + 40E2FC54BF269FB63B52AA5CCAC2CFE9 /* BSG_KSJSONCodec.h */, + 8E76ECFA5B140A2EBB8E54DC11D2729D /* BSG_KSJSONCodecObjC.h */, + 83CCCC6F4A82C17122EBFD454609E030 /* BSG_KSJSONCodecObjC.m */, + 71D3767FB2C48EA65E46B4C16D50FCE0 /* BSG_KSLogger.h */, + FF40CDB4D4E93D02B901D3B9910DE8C1 /* BSG_KSLogger.m */, + 33D1C754EAC247DE0EF78F3919A80F41 /* BSG_KSMach.c */, + 933E6F5B8755BC794121D71E5DF8C224 /* BSG_KSMach.h */, + 80D4903FB0B02C11410A7C4283BFEB22 /* BSG_KSMach_Arm.c */, + A058086EF1A1B8DA266475E21E45B5E2 /* BSG_KSMach_Arm64.c */, + 3AEDDB99477138DE1283AC6B259FF706 /* BSG_KSMach_x86_32.c */, + 2FAC77E15DFD1EB338AF14D329EC20CB /* BSG_KSMach_x86_64.c */, + FD86F0238AD7F48C007068F949C21396 /* BSG_KSMachApple.h */, + 50BD987AB59EC33B25FC051425D4103A /* BSG_KSObjC.c */, + 6134E503D35E3D7349DB6295A93D7EA6 /* BSG_KSObjC.h */, + D862247FBBE4645E7DBE48DF6E911E06 /* BSG_KSObjCApple.h */, + 09619C2FE1F3A5E92977FB668E6D51D5 /* BSG_KSSignalInfo.c */, + 05C6581A1C1EC5B86A22693D239EF5FF /* BSG_KSSignalInfo.h */, + DE8BA346F821A2B0138220A6309C0CF4 /* BSG_KSSingleton.h */, + FDFA1E7B39410A1692EB4F1B0B873845 /* BSG_KSString.c */, + 6A09ECA5ED1FEEE878D6FF507F56B44B /* BSG_KSString.h */, + B37C6904272DBF2D3BD3BD8EB81C18E9 /* BSG_KSSysCtl.c */, + A1CDB5AF648B351D8046696C793ED511 /* BSG_KSSysCtl.h */, + 65F1F0F994F41477091AA42652A90719 /* BSG_RFC3339DateTool.h */, + 3A31BB4E28BB68F3B2226BF7027F0DC0 /* BSG_RFC3339DateTool.m */, + F4E6CA3F5E1C901D4C6F8AAE9C301923 /* NSError+BSG_SimpleConstructor.h */, + 24455AB5DAC3FF1B0601191DF0E30456 /* NSError+BSG_SimpleConstructor.m */, ); - name = notifications; - path = RNFirebase/notifications; + name = Tools; + path = Tools; sourceTree = ""; }; 633FE55A3BB5BCC7090AF7D9F5D0A147 /* AppDelegateSwizzler */ = { @@ -7695,81 +7840,46 @@ name = AppDelegateSwizzler; sourceTree = ""; }; - 6349AC060CC3B26D557B3FEDB730AA58 /* Pod */ = { + 6436CEBB1574634C3430F1886D5675D6 /* React-jsinspector */ = { isa = PBXGroup; children = ( - 9B821E33C756EC20084E07E31BD81225 /* LICENSE */, - E5C8139E5F972AAC6729D0166FF84A19 /* README.md */, - 98C8386D03866D67E8BEB66B9B1D86E8 /* RNUserDefaults.podspec */, + F922722619E940B8EA7D5A7370F207F4 /* InspectorInterfaces.cpp */, + 53829003F4355B4F52C588DE40D88F82 /* InspectorInterfaces.h */, + BC8AEEF136A77B7EE5F142B005E47014 /* Pod */, + C7D640959F3D9F481F8B6EBDF4D3BEE4 /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + 64EC4E87890ACC022D7B603451BE0F91 /* Pod */ = { + isa = PBXGroup; + children = ( + 1D67AB352EBEFF650C3C402E02BFFAED /* LICENSE */, + 73D234731A37C8397B01A6CC275BF97B /* README.md */, + FC1F6354484A84E3FF7A1389E45BFDA7 /* RNReanimated.podspec */, ); name = Pod; sourceTree = ""; }; - 642924E46857479F90837853F4AEF8D3 /* VirtualText */ = { + 6560FE7E64F126C226F0404D189E81E1 /* Support Files */ = { isa = PBXGroup; children = ( - 31023645B613C5ABE4938EAFD281C64B /* RCTVirtualTextShadowView.h */, - 714A6BF92ADF937DB7D05ADC92A336BE /* RCTVirtualTextShadowView.m */, - 24D381ADAD38B8780E439FAFE5A05ACA /* RCTVirtualTextViewManager.h */, - EE031EB74AFB45A8A30CFB19194C9718 /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - 6443EA9700ADB3B6FEAF9FC749EF9CC2 /* RNUserDefaults */ = { - isa = PBXGroup; - children = ( - DAD05A504F117E067F8F221DEAA178F7 /* RNUserDefaults.h */, - 31D08B48728FFECC4CC163A9D1B037D6 /* RNUserDefaults.m */, - 6349AC060CC3B26D557B3FEDB730AA58 /* Pod */, - 8AA773065FF2B7DB685FC20CE89037FF /* Support Files */, - ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; - sourceTree = ""; - }; - 6560193BB67A2E0C9BE17A43028CCF29 /* Support Files */ = { - isa = PBXGroup; - children = ( - 54BB636B5888FD2155BBB488CDD8DA06 /* react-native-orientation-locker.xcconfig */, - DD52DF36CBF561B55AE83B0ACE7FD4ED /* react-native-orientation-locker-dummy.m */, - 19CBC105291293D43500570892B89998 /* react-native-orientation-locker-prefix.pch */, + 17FDDD63B60F38130CC315EBECD6411B /* UMReactNativeAdapter.xcconfig */, + 71B51402CEE789E99DFB8DE19DA1AD3D /* UMReactNativeAdapter-dummy.m */, + D5DC1D413EDBA7077668F88F7D1561DE /* UMReactNativeAdapter-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; sourceTree = ""; }; - 656574259AE9AC56B3FA61F60B80ED8E /* crashlytics */ = { + 65DA99C2DD6CC3AE285327625866C490 /* Support Files */ = { isa = PBXGroup; children = ( - C03AFCF6D0AC61F62FEF76CA69BFE32B /* RNFirebaseCrashlytics.h */, - 5DAD8695BB67E531191B66F0908CCE21 /* RNFirebaseCrashlytics.m */, - ); - name = crashlytics; - path = crashlytics; - sourceTree = ""; - }; - 672B4FD9DE96F83BE095F5A8FBD1A3EF /* Support Files */ = { - isa = PBXGroup; - children = ( - 3255115EFE8D97156AD36D78738BD776 /* EXPermissions.xcconfig */, - 931801FB96F5B0BE054FDD981A306FF2 /* EXPermissions-dummy.m */, - 0582C537C3A9645FE422BD4905840619 /* EXPermissions-prefix.pch */, + 42EED431A4A9F55DCCB9C28224A33BDE /* UMSensorsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - 674627BDCB1BB28BAAFA8C6CD1384F81 /* Support Files */ = { - isa = PBXGroup; - children = ( - EFB03876A69C345FEF541439D88437A1 /* React-DevSupport.xcconfig */, - 7DCFC3AC12AC1C607FF59071567F97EF /* React-DevSupport-dummy.m */, - E28104F2714EB249F6F6D28784A5EB17 /* React-DevSupport-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-DevSupport"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; 6773EDB59C2BD372494CF98CAFA47072 /* Resources */ = { @@ -7785,99 +7895,118 @@ name = Resources; sourceTree = ""; }; - 679A37A7A5D66F86A84A906D090F459C /* Pod */ = { + 678ED847880EE2226406749BEA1E7BAE /* instanceid */ = { isa = PBXGroup; children = ( - 7FED951AADC4FE59FC331FCA1C23C592 /* EXAppLoaderProvider.podspec */, + BA057C05B5F0024C4266B25835E3E1F1 /* RNFirebaseInstanceId.h */, + D089152E81D0FC55ABA006DCBA020016 /* RNFirebaseInstanceId.m */, + ); + name = instanceid; + path = RNFirebase/instanceid; + sourceTree = ""; + }; + 6914BDC654C7D96EF21F7E538C8C4F1A /* Pod */ = { + isa = PBXGroup; + children = ( + FA989998211FA30D166D9F4E54D438BD /* React-RCTWebSocket.podspec */, ); name = Pod; sourceTree = ""; }; - 68603DB0A58D6A2010394CFFBF7EA8E8 /* Pod */ = { + 69705B943E2471398A372612AD2E2BEF /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - FB89F1B1F004318A841EC6AC411FBE1E /* LICENSE */, - C2C7F64DF9AA779BB0E628D63D609DF6 /* react-native-orientation-locker.podspec */, - E4385C15D9B4A5024D10536BDAD34142 /* README.md */, + C9255160F18F04D0CB7DE7DAB189ADB1 /* Compression.h */, + D3CD739B6FD222DA3AFF46B3CD818516 /* Compression.m */, + F73375194C7405437BB3A83CAA01A41B /* ImageCropPicker.h */, + 6ACDB9655E22BF71FC99C1509240588F /* ImageCropPicker.m */, + FDE27B7BCBF2B53E00FAC16DE9614DA6 /* UIImage+Resize.h */, + 95E778D0012C290110D503F98177F0D3 /* UIImage+Resize.m */, + 5BDE4E51A025CCEA4B686211CBEFA33F /* Pod */, + 48CBACE72C696E639BDFF443140D9F98 /* Support Files */, ); - name = Pod; + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; sourceTree = ""; }; - 68D43886CF03CF4BAB0E8B4A06799341 /* Pod */ = { + 69C25EEA06D8FD3C09A21A4FBD0CD3C9 /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - A6DA8601920DC7E6628D5E134F75151A /* EXPermissions.podspec */, + 96B4DC3B70A66C433E2C96A79AED4632 /* UMImageLoaderInterface.h */, + D8284A9DE45522C7F5A1B65289D68C9E /* Pod */, + 6BDE1A42E71CDEA76DFA36F928BB706A /* Support Files */, ); - name = Pod; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 69091180BF8C433DE7ED49BDB103C044 /* RNScreens */ = { + 6B5B01ACDDF968C75683B0D44026CBD5 /* react-native-splash-screen */ = { isa = PBXGroup; children = ( - 10D2A9B6383D0B7A9F26A12C942FC59A /* RNSScreen.h */, - 2A5245B39CA243E7E30E30A15FA4907A /* RNSScreen.m */, - B5F8B44738636ADD3762CF23648890B7 /* RNSScreenContainer.h */, - 12C28A6A684A7ADA14C7E489DE47A436 /* RNSScreenContainer.m */, - B019989D7BA6F69297B7A1A023AEE3D8 /* Pod */, - 1D8AEEA0DF68794FAB3980C26D967858 /* Support Files */, - ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; - sourceTree = ""; - }; - 6961BDBBB44E53039B37272CB415A947 /* storage */ = { - isa = PBXGroup; - children = ( - 33B4ADD9AF9E829858BE5E376C0CB927 /* RNFirebaseStorage.h */, - 63EDD9B68B3DF23D26E0D34346198BEA /* RNFirebaseStorage.m */, - ); - name = storage; - path = RNFirebase/storage; - sourceTree = ""; - }; - 6B1B1DF2398D747FF16E3452D302324D /* react-native-splash-screen */ = { - isa = PBXGroup; - children = ( - 72793BA8C130EF67ACD796F458928111 /* RNSplashScreen.h */, - 697E41DFD6433B997F14571857D780FD /* RNSplashScreen.m */, - 61AEF7DE8BF95D41AD454E9785A44682 /* Pod */, - F101F457A7C0DC35589B56A8458A5621 /* Support Files */, + A71A86586698FA9CBF0615C7E478CB07 /* RNSplashScreen.h */, + 5F8FDE07A8CD80F3F7284A08B7E07EBF /* RNSplashScreen.m */, + 400BE080E5DE7A2D8C38CA445ED22EAA /* Pod */, + 18431A710C7F4F388613E947AE879708 /* Support Files */, ); name = "react-native-splash-screen"; path = "../../node_modules/react-native-splash-screen"; sourceTree = ""; }; - 6BCECA005F0986B9BA68AA0162179C63 /* Support Files */ = { + 6BDE1A42E71CDEA76DFA36F928BB706A /* Support Files */ = { isa = PBXGroup; children = ( - 508749A3D3D81205830521D8B6F4B9E7 /* UMPermissionsInterface.xcconfig */, + 8D983245588F262BA8258E00BAF863A5 /* UMImageLoaderInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; - 6C1EB149CD2A0B140B2307616A63A232 /* rn-fetch-blob */ = { + 6C87C2E329F5FCF0BD1292E8D9CD4D2A /* react-native-notifications */ = { isa = PBXGroup; children = ( - AF7EB036ED970891747A262DD5586E2A /* IOS7Polyfill.h */, - 1C503A21FBF9C867CF6DE88D88725C5B /* RNFetchBlobConst.h */, - B4FEAD9F5065F456AD07C544AB94E7B2 /* RNFetchBlobConst.m */, - 7F53B6F7A28E01A5A3A2846838B19FD9 /* RNFetchBlobFS.h */, - 771F2226296DB536A0CBDBE0B10EC670 /* RNFetchBlobFS.m */, - 80147B1A0D072BF196238F363FB9EE62 /* RNFetchBlobNetwork.h */, - EE0C641EBBB2F6EDD6C4289C1EF4D3F0 /* RNFetchBlobNetwork.m */, - 357BECC8F89E03CB72087C1C96E13908 /* RNFetchBlobProgress.h */, - 872AF4B40789059C4F4116D85CCE2E38 /* RNFetchBlobProgress.m */, - 1B62469D55D5F9DE7215BF05D775B64C /* RNFetchBlobReqBuilder.h */, - 6B22DCA13E35B0A799EF94185F755A0F /* RNFetchBlobReqBuilder.m */, - 06CF1C3DAD271F6E959834CFDA6CAAE5 /* RNFetchBlobRequest.h */, - AB0B595CD1B373E8D3F28A31B8E38DAB /* RNFetchBlobRequest.m */, - 8C8C6D13E800914C1A25BD6F79983110 /* Pod */, - C12DEDEB78CFF86E3712719CFC28F179 /* RNFetchBlob */, - FD43ADEF0D1BA38DCFC32E6F966DB3B7 /* Support Files */, + B27B461F38457CF8DA79BCC723827507 /* RCTConvert+RNNotifications.h */, + 7B586E3E17B600707C20B9632489DAFF /* RCTConvert+RNNotifications.m */, + 6F0C2B1F51DCCC84BCE797F5C13740C7 /* RNBridgeModule.h */, + E7F72A892EF6B166995E1ECB7D153FDF /* RNBridgeModule.m */, + EEF8AEC937754A9A6C57146DF20722A1 /* RNCommandsHandler.h */, + 6C95219ACE0E24B9B2C635CAF6E58101 /* RNCommandsHandler.m */, + 474F89590B39A62F246DD368151B7D6C /* RNEventEmitter.h */, + CD43B42E3F22133722693730A19DCD5B /* RNEventEmitter.m */, + B96E9C2076E44706DB28637E2A77E905 /* RNNotificationCenter.h */, + 2CB921AEA9C0084F055E9BA85C514BD0 /* RNNotificationCenter.m */, + 69B1D4ABDCB65D18C53B83DFD779A539 /* RNNotificationCenterListener.h */, + 067CFA1AEFFE3D52E2CE02F97E6DAD3E /* RNNotificationCenterListener.m */, + 1BD101FC12E7D3DDD7208BDD6DDD01D8 /* RNNotificationEventHandler.h */, + 8A69C9CEA375C53503469B535156039A /* RNNotificationEventHandler.m */, + EE16C22129DD5EDF57CD1777954CB244 /* RNNotificationParser.h */, + 2C75B9309A3F00B402DB3B17B5E09BCB /* RNNotificationParser.m */, + A030C1A3C5905D9F0EF18E08CAA9C101 /* RNNotifications.h */, + AD2623E0A302ABA800982E80363B2B01 /* RNNotifications.m */, + 0BE1DB7C8633659DD7B79ED1C462D799 /* RNNotificationsStore.h */, + 8307E1D8C12F6F39D94BEEE2903F42A5 /* RNNotificationsStore.m */, + 2E5466E6A375DAC773192D227DB32964 /* RNNotificationUtils.h */, + 6011CE032CA3FEC13D92450ABB063E2A /* RNNotificationUtils.m */, + C0A09792262EC76DCFE927B47BF0E942 /* RNPushKit.h */, + 5D5EAAD17DC4ECA5EC931F1FBA89E908 /* RNPushKit.m */, + 70293075E54768B90A6CAC6BBE150544 /* RNPushKitEventHandler.h */, + F7E25D3D1AA0E121FD3019B7B98D8BF8 /* RNPushKitEventHandler.m */, + E6444D188A09EB88E56EE10DCB9A442A /* RNPushKitEventListener.h */, + 07ED03A04DD3AA04A766CDE6637FE73A /* RNPushKitEventListener.m */, + 228588E45D4DA0B9D82569BCCC7A6AD6 /* Pod */, + B94856962064D356E4A07AC79701666C /* Support Files */, ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; + sourceTree = ""; + }; + 6CBB08A62BD6F50575C84400272227A7 /* Pod */ = { + isa = PBXGroup; + children = ( + FFC47BAEE4903AB5180700ED848CDB11 /* LICENSE */, + F9897457C52CED6B519688F2EF75EFD3 /* React-fishhook.podspec */, + A4B245F6A7F7B8D413B7D0C50F8E93CD /* README.md */, + ); + name = Pod; sourceTree = ""; }; 6D0AD5A87DDC9193451DA75B1A27A031 /* Support Files */ = { @@ -7890,144 +8019,66 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 6DD2BF743266C77C2E4FE280E163E78F /* Support Files */ = { + 6D910C0E0B9CFFA279BD35087A451292 /* Pod */ = { isa = PBXGroup; children = ( - 6D83686E46F6086A5529AE63D4C7DFAB /* UMCore.xcconfig */, - D5A14326F94EBD4C019867860BC8BA14 /* UMCore-dummy.m */, - 623CC98089DADE02E8845B37E1AAA447 /* UMCore-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - 6E2A0669C3AE0A669207CABC6EAFFE67 /* react-native-webview */ = { - isa = PBXGroup; - children = ( - 72C9B62CF7A2BF1E4C7D22996C1F0240 /* RNCUIWebView.h */, - 2259FBF3EA3796E442AAE6DC7BBF5596 /* RNCUIWebView.m */, - AAC133BB06B57F90F667AF0D9662002B /* RNCUIWebViewManager.h */, - 26A5AF3C6BD66CFF8609D1CEAE6CA782 /* RNCUIWebViewManager.m */, - 18C5F3AC5D18B0A2B5A2FECF79116324 /* RNCWKProcessPoolManager.h */, - B8CFACB1D6F46CC43F2FEB70122D7EEA /* RNCWKProcessPoolManager.m */, - 2A90D9F1A1B36109BAC0D7E2EBF9E9D4 /* RNCWKWebView.h */, - EB9BE7B51D31C68E079F5AD87FD6B5C4 /* RNCWKWebView.m */, - 23BC845AF52DC4617255A331E1F52B83 /* RNCWKWebViewManager.h */, - 4026BECB547123989E754C877824ED80 /* RNCWKWebViewManager.m */, - 47711DB301B636398BCB87C3D9B73905 /* Pod */, - A81A2170F26DE186F8E5808AFABCBE17 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - 6EA58FA4651A922406C792233D79D392 /* EXAppLoaderProvider */ = { - isa = PBXGroup; - children = ( - 112168C474C30D484932940D40B62C17 /* EXAppLoaderProvider.h */, - 336E253D8A72562490DCE98CF3786E1F /* EXAppLoaderProvider.m */, - 852E1712B00E822D46730D5E2E2B91C9 /* Interfaces */, - 679A37A7A5D66F86A84A906D090F459C /* Pod */, - 428897F5FAFF63AF95D798098BA6F5E3 /* Support Files */, - ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; - sourceTree = ""; - }; - 70A51DB51BE46FB5FA11C8BE7F9FAD66 /* Tools */ = { - isa = PBXGroup; - children = ( - 8B558B41C4A34028F0B114C2E02EAC64 /* BSG_KSArchSpecific.h */, - 95D98868E3BAADA6275C843025E05F4F /* BSG_KSBacktrace.c */, - 46E5DC47A6BEB6A248691EF958BB460D /* BSG_KSBacktrace.h */, - EC76BB002194D2B0FEA471E0DD0214B1 /* BSG_KSBacktrace_Private.h */, - 29486B80688ED2D5F11AE8440D9EA857 /* BSG_KSCrashCallCompletion.h */, - 1A29C3ED9D9F390B11BD1141B417C81F /* BSG_KSCrashCallCompletion.m */, - 47A890747EFF40C463428231DD96DB4D /* BSG_KSDynamicLinker.c */, - 396876FDEBD185468EDFE7B924C3800E /* BSG_KSDynamicLinker.h */, - BFBDF4746727942C435CED28174AFBC0 /* BSG_KSFileUtils.c */, - 688372DED8D376E4CB68161BAC0CAF25 /* BSG_KSFileUtils.h */, - 8F6C5B8AB09A56A1EB1D69DF4890C16F /* BSG_KSJSONCodec.c */, - 8EA7DD9EC3A60C9FF70AD89A200AF009 /* BSG_KSJSONCodec.h */, - 3C2F95BEC61EE47A5FBCD2B8BC49213D /* BSG_KSJSONCodecObjC.h */, - 9E114932D6C762618B2AC1F2E2F4FDDB /* BSG_KSJSONCodecObjC.m */, - C8A3D0734F36A720737730B5EB140F29 /* BSG_KSLogger.h */, - F42553B493CC70FDCB0936D3F45FE07B /* BSG_KSLogger.m */, - 9C9F3D0EBAC5E4C70F0B10D2FCAF7417 /* BSG_KSMach.c */, - FC458DDBE18DD95C3D34FAA723DAAFCE /* BSG_KSMach.h */, - D96EC568E0EADB45CB1D766D96F51DB3 /* BSG_KSMach_Arm.c */, - 9C2EB9B7524D91A7C56DAF4D8387F55F /* BSG_KSMach_Arm64.c */, - 8427DB63ABD9404459032AAE8DEA0063 /* BSG_KSMach_x86_32.c */, - E8D6576548944B2498572FCDBC145E8E /* BSG_KSMach_x86_64.c */, - DF9777A8A1164C911BE605C3AB0D7234 /* BSG_KSMachApple.h */, - 47BA3795198EFC617D63E68704BCD589 /* BSG_KSObjC.c */, - C7451FA1E7DD533F3DB2735C377A45F6 /* BSG_KSObjC.h */, - 578BBEB9B771A9CBD1F16615D0B77E1A /* BSG_KSObjCApple.h */, - 62E9BACC87E664E17CC5F181B8648040 /* BSG_KSSignalInfo.c */, - B324B309DA880EFF3AD843AA7284B636 /* BSG_KSSignalInfo.h */, - C183D9B109DDFA336407D4108AF2A047 /* BSG_KSSingleton.h */, - AD76F4C6CD814D381D2A645E004ADC43 /* BSG_KSString.c */, - 30D8E96BDA307E0CFFA7EB0F65F8DFC5 /* BSG_KSString.h */, - BC5E3CC5A50CC00F44D8F7184CF7CFC8 /* BSG_KSSysCtl.c */, - 38FA69F708427A76BF156598ACE83F4B /* BSG_KSSysCtl.h */, - 057CCE91FA925F5DC262423F64110BB3 /* BSG_RFC3339DateTool.h */, - 6EE6998C796C153D3E737ECB5F0CDF99 /* BSG_RFC3339DateTool.m */, - BC4C12CBBB02DCD41666827A196B0E23 /* NSError+BSG_SimpleConstructor.h */, - FE59A266A6D79796E40876BFBD97F478 /* NSError+BSG_SimpleConstructor.m */, - ); - name = Tools; - path = Tools; - sourceTree = ""; - }; - 70B12498442D49F1222F50500E4C42A8 /* Pod */ = { - isa = PBXGroup; - children = ( - CAC532B7ECD266535E1E0DB381ECE9CE /* UMCameraInterface.podspec */, + 85C61258C37DEADD21FAB2B12C653863 /* LICENSE */, + B1761656C040E84FAA60732570412A4B /* React.podspec */, + 5F316BE0D91120567B4772A12697C097 /* README.md */, ); name = Pod; sourceTree = ""; }; - 70E00C857BAE339DFAD5AF0CE6568D10 /* React-cxxreact */ = { + 6DCDAC8931150491E0875EB0AA8C4D28 /* rn-extensions-share */ = { isa = PBXGroup; children = ( - D99E3E218641D3BF037FA9E84F879C9D /* CxxModule.h */, - 8697E54AE1BE02EBA9F07FEAFC7BD4C2 /* CxxNativeModule.cpp */, - C3DD3AC27A60813637036063D4CAE6EF /* CxxNativeModule.h */, - EDDC5FE24DC160099E4449C97872CBAE /* Instance.cpp */, - AD01520D0413E795CF7A3AD00C05FE43 /* Instance.h */, - 02EB9D5D668A8D2B372A5EFB8F9DD93F /* JsArgumentHelpers.h */, - D1F96DE167487ED7E443D30315C93EAE /* JsArgumentHelpers-inl.h */, - 833E3F5907E24B1017DE23BEB8637FFF /* JSBigString.cpp */, - D8AA78A05A260595FCDB8F123DD80A36 /* JSBigString.h */, - 4DF561852A25F357F0C8C36C7907E2AF /* JSBundleType.cpp */, - 7EE042729004CB255DECEFDEDD598FD5 /* JSBundleType.h */, - 25D31073D5AD18C5ECF9CCFB5C15DF67 /* JSDeltaBundleClient.cpp */, - CFF3C81EBD0551AC27199AC143F20D2A /* JSDeltaBundleClient.h */, - E0FE1D17E3543CA2D9751E03479FD414 /* JSExecutor.cpp */, - 73C690FE20A6B6A197AC3D105E7912AF /* JSExecutor.h */, - 9F0281D742FA4A1140DB8FDDF9844B10 /* JSIndexedRAMBundle.cpp */, - 441596D754422C1330756FD193E039AC /* JSIndexedRAMBundle.h */, - 52BBEA0FC176D2EF0A6F866E2FD24F64 /* JSModulesUnbundle.h */, - CE5233DDD16D284C0B49131CE227B4C8 /* MessageQueueThread.h */, - F937D14A8B50007D91CB1417438BAD33 /* MethodCall.cpp */, - 489C3F92A9301BBC98080223732F32CF /* MethodCall.h */, - 2B26DB8D9516CFDC03E7B03DAADF5F20 /* ModuleRegistry.cpp */, - 391C669422ACDB5BF1BD5FF64CD8FF78 /* ModuleRegistry.h */, - D753C728C90343136561F285DFBAB396 /* NativeModule.h */, - 77553ECC6EBF0BC9740E50000446132D /* NativeToJsBridge.cpp */, - 40B5353510F71F7397B4DD66CAF56CE6 /* NativeToJsBridge.h */, - 476E794248BA58E691E4F2BE07C41FDA /* RAMBundleRegistry.cpp */, - 82098525302D96A7293AECC771C71156 /* RAMBundleRegistry.h */, - 2E36C055478C4690F39003F18876D0FA /* ReactMarker.cpp */, - 6736B60E76F90D25B1E60F05434D74C3 /* ReactMarker.h */, - 22E31D9039568C6BC6B32EAD4F70D5FE /* RecoverableError.h */, - D3A3B10CC2E9CC39448E1AA124E44C15 /* SharedProxyCxxModule.h */, - 95E276C2337EFDAEC8C9291B9AB24DF2 /* SystraceSection.h */, - E97A7A90C008179127D760E2AF765923 /* Pod */, - 151DCB84B9C738D0788B66E4CCC48F0F /* Support Files */, + 6CD4F65D5BD05FF1CD60D10F38EE57E0 /* ReactNativeShareExtension.h */, + E5F3AC364A1BA98EFDC280A9B729E27C /* ReactNativeShareExtension.m */, + C94FBCE7564B5445F472F1C0ABDDBE6F /* Pod */, + 5A6C436634147C932EEA0AAACEB394BE /* Support Files */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; + sourceTree = ""; + }; + 704E6B61E8ABF8E1E92FD091A3A1FB31 /* event */ = { + isa = PBXGroup; + children = ( + 719C6AD92FFE9A58D0106E8D30BF792A /* event.cpp */, + 7E86BB729C47FAA719A4C2668818170A /* event.h */, + ); + name = event; + path = yoga/event; + sourceTree = ""; + }; + 70C2329254008FFFCF1C27E69A4F12DA /* CxxBridge */ = { + isa = PBXGroup; + children = ( + 3AFB32F27E96B016449FFC2EABDF67C7 /* JSCExecutorFactory.h */, + E5BE29CF745AF6FB71E524A3E525F68D /* JSCExecutorFactory.mm */, + 457ACBACD041424F5C74219A24DD5043 /* NSDataBigString.h */, + 2610838F974CA3580A1AF94FCD167DD6 /* NSDataBigString.mm */, + 128869708498C3B77680FA6A2680BBCC /* RCTCxxBridge.mm */, + A4FB14CA15EDD471E29969E8075285A0 /* RCTCxxBridgeDelegate.h */, + 67F47D720102B9A940F6F7CB4676DCC5 /* RCTMessageThread.h */, + 0A0D1DB489D91B475732CECAE120BFF5 /* RCTMessageThread.mm */, + B8469E70F29B4C9DA72FD75D5FA83DE9 /* RCTObjcExecutor.h */, + 5B329A2A557C43524256AC5DA10AA06E /* RCTObjcExecutor.mm */, + ); + name = CxxBridge; + path = CxxBridge; + sourceTree = ""; + }; + 7153BF76749455750A5C881383F94FF9 /* React-RCTVibration */ = { + isa = PBXGroup; + children = ( + CBD56609F850C5F8716261624E2B899E /* RCTVibration.h */, + 8C7083E96F2AA55DAC108E9FF2BE97C8 /* RCTVibration.m */, + 899A86C85250D88D4E26EA7C26CBCDB5 /* Pod */, + C6783C78E8D261EFED395DA6911F85DE /* Support Files */, + ); + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; 71D03938360EEBDBD5CC91DEFE05D9E8 /* Crashlytics */ = { @@ -8047,6 +8098,15 @@ path = Crashlytics; sourceTree = ""; }; + 725EE333BAB290B93AB2D1DBE29D6761 /* Pod */ = { + isa = PBXGroup; + children = ( + 30F5E1735BBED60D68A701D88E3E31A9 /* README.md */, + 3E97CACAA046DC3C26C235FC4C77425B /* RNLocalize.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 72BD3449A7D6AA47E5BEB84C556CE5EE /* Fabric */ = { isa = PBXGroup; children = ( @@ -8059,20 +8119,66 @@ path = Fabric; sourceTree = ""; }; - 74E10F6AFD3B8BB853CD0CFDB188A18E /* Pod */ = { + 72E94AEFAA0027400CBB4CB794E34A69 /* Sentry */ = { isa = PBXGroup; children = ( - BC3038B120962F26ED5A8A1372307922 /* React-jsi.podspec */, + 5371B288ED9F1F02FFA3C53E19BF7A38 /* BSG_KSCrashSentry.c */, + 9F6CFA5EEA62F31DC86151B5D8FB57ED /* BSG_KSCrashSentry.h */, + 12834A7BF235E697BDDA853D61819B7A /* BSG_KSCrashSentry_CPPException.h */, + F0F8E495844C752309295FA4BD14F653 /* BSG_KSCrashSentry_CPPException.mm */, + EB13092043B5CA894003454AE7B19B54 /* BSG_KSCrashSentry_MachException.c */, + 257BEE82F532539428DE688117646ACC /* BSG_KSCrashSentry_MachException.h */, + 2906BF8679E6EAA7293E1431CAE43DE3 /* BSG_KSCrashSentry_NSException.h */, + 1F8B80DBC91366E4BD192EA4E219FA94 /* BSG_KSCrashSentry_NSException.m */, + A77423B4AF2ECF35A774498AA42931DB /* BSG_KSCrashSentry_Private.h */, + 315396E6D0EEE3DF12C2A072C40B15C0 /* BSG_KSCrashSentry_Signal.c */, + 8ACA2E608A2EC8E4F4CF0541CDC4820B /* BSG_KSCrashSentry_Signal.h */, + 8D700CA475A0E484C908B90BF3FF0906 /* BSG_KSCrashSentry_User.c */, + 7277C9478D15359251FFD8FE655D8EC0 /* BSG_KSCrashSentry_User.h */, + ); + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + 7349C7E06AB789334A2DFF57CD4E2426 /* Support Files */ = { + isa = PBXGroup; + children = ( + DE183066D47E5C781F1CABBEF35672AF /* React-RCTNetwork.xcconfig */, + F04BDB81D6179AB70C50BD125EDCE2EF /* React-RCTNetwork-dummy.m */, + 9CE5AA3E7DBBB56F34105F6F802F105C /* React-RCTNetwork-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + 761CA5E6442178F42368A3A3D4CDFF0E /* Pod */ = { + isa = PBXGroup; + children = ( + AE4690EA8DB70B9074B1933A55EA4256 /* React-RCTImage.podspec */, ); name = Pod; sourceTree = ""; }; - 74F1408D34C2164681DC131D978588DA /* Pod */ = { + 76CBCBFAF2A35482849D0B4403D541E1 /* Surface */ = { isa = PBXGroup; children = ( - 1EB0DB3DDD9B329A08C79BCC1388EE89 /* UMReactNativeAdapter.podspec */, + 75DEB0D6B28F14C95B7F09276C8DFD21 /* RCTSurface.h */, + 03317F4C03A6227A3754CEC2BA774812 /* RCTSurface.mm */, + 688130BEEDA946684483922C8970400A /* RCTSurfaceDelegate.h */, + 7D2D7F2160DF2D40037C8535D6A9D5A5 /* RCTSurfaceRootShadowView.h */, + 442EC45434A4041CC0F0E3FA405F85C6 /* RCTSurfaceRootShadowView.m */, + B6C7243D1BABBBD19A680DAE6DDE8F14 /* RCTSurfaceRootShadowViewDelegate.h */, + 285FEED3758D8A6BCA7D4CE1905807B8 /* RCTSurfaceRootView.h */, + BF09D585DF074FC3F24DD794D797B408 /* RCTSurfaceRootView.mm */, + 57BD58A6B0414A04432A9795E5799B7E /* RCTSurfaceStage.h */, + B0B4F587D3E91FF91AE1A885C011CE4D /* RCTSurfaceStage.m */, + F14A7B30952F8B725E7CDA853DAD0D59 /* RCTSurfaceView.h */, + C1210666946A82967ACA88E2DAB438CA /* RCTSurfaceView.mm */, + 8F4ABF7F8CD000CA4F5652730F308532 /* RCTSurfaceView+Internal.h */, + 7E8DF5E6872679E239103831C9090F57 /* SurfaceHostingView */, ); - name = Pod; + name = Surface; + path = Surface; sourceTree = ""; }; 77E0A382B4D851CB1C2EA30F21B4C57D /* Firebase */ = { @@ -8094,108 +8200,157 @@ path = "boost-for-react-native"; sourceTree = ""; }; - 78690D2A613F8F3481AA2D0D1741B72E /* admob */ = { + 787852C67F5807F1E40E83C3423E5692 /* Pod */ = { isa = PBXGroup; children = ( - 2B45B24716B53339CEDB792EEEC0DABB /* BannerComponent.h */, - C724794E54EB63C58FCAD7C8F9C96F18 /* BannerComponent.m */, - EB2708D5F3689AA03B54F6AD16355CA0 /* NativeExpressComponent.h */, - ECD31424DD1A69434113297A99F9662D /* NativeExpressComponent.m */, - D65E3A8F16A3A9AE15F0A71577AC03F4 /* RNFirebaseAdMob.h */, - A7FAE12C568E083AF2CD5CEEB3A46AC8 /* RNFirebaseAdMob.m */, - 394BDB815DE48D2A33F464CFC477735A /* RNFirebaseAdMobBannerManager.h */, - 2D63680D0431D0CC8702215DD499100B /* RNFirebaseAdMobBannerManager.m */, - 27E403E299FA41A691590CE23B4FFA20 /* RNFirebaseAdMobInterstitial.h */, - 2F06D89C7F9FBCBB897430B3AC1DDCD5 /* RNFirebaseAdMobInterstitial.m */, - 05D0F9CB5405B5FD3D54E89D5B6FEBA6 /* RNFirebaseAdMobNativeExpressManager.h */, - 067B06A85B9D53A80DD0E9253B98249E /* RNFirebaseAdMobNativeExpressManager.m */, - 5717B3E3447D6DE343B44B3764AF92A2 /* RNFirebaseAdMobRewardedVideo.h */, - 3FAD9B679122AD74044756B3A5065EC3 /* RNFirebaseAdMobRewardedVideo.m */, + 7364E5AB0E4441E1623516C3EC819E15 /* EXPermissions.podspec */, ); - name = admob; - path = RNFirebase/admob; + name = Pod; sourceTree = ""; }; - 7995DAAB22215AB3E33A5493E8AD69C9 /* Support Files */ = { + 798B883921197BF11B6F77C41173FA83 /* perf */ = { isa = PBXGroup; children = ( - 149CFD9D650EE9DE8BCE7FB5A93730C3 /* UMImageLoaderInterface.xcconfig */, + 102213F7C908CF4D689087D87E724D18 /* RNFirebasePerformance.h */, + 23BB1D6F079A8A708D2608B109B8310D /* RNFirebasePerformance.m */, + ); + name = perf; + path = RNFirebase/perf; + sourceTree = ""; + }; + 7A70A27BC7CC7D46CD64D4DB06D8736C /* react-native-keyboard-tracking-view */ = { + isa = PBXGroup; + children = ( + 2BE207C5640A659A4171AC62F4F4178E /* KeyboardTrackingViewManager.h */, + B681001D168EA24740C5D9640DD9C8CD /* KeyboardTrackingViewManager.m */, + F4F9E979831E5D73F863E3A3C223B49F /* ObservingInputAccessoryView.h */, + 63B82C12830DBDD363F42361BEB1D187 /* ObservingInputAccessoryView.m */, + 133BAAB3FCB63E1F56BEAAFC814ECD13 /* UIResponder+FirstResponder.h */, + B4E45A18479FE7A18F71936BDE04B313 /* UIResponder+FirstResponder.m */, + 29BA4D8478E03F1FE35C14E093472ADE /* Pod */, + 033CFBBE71CDA22561707A38CDBED4AC /* Support Files */, + ); + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; + sourceTree = ""; + }; + 7BE752C7F37465FC946D8ED5099863B4 /* Modules */ = { + isa = PBXGroup; + children = ( + C45E0C2267C4FF42CE2B11524B298B4D /* RCTAccessibilityManager.h */, + 431FDC610D78F8A3103269FD84CF36AB /* RCTAccessibilityManager.m */, + 4840680E9898C8280ABE1DA4EEF67FAE /* RCTAlertManager.h */, + DC5B7DBC6965B53300A4B73598E72910 /* RCTAlertManager.m */, + 99F4BC122073BCF56F0F7A48680A8513 /* RCTAppState.h */, + D453168CE31554EDAC87E1A168035F38 /* RCTAppState.m */, + 68B9E8636E08EC32D592C078D17CD816 /* RCTAsyncLocalStorage.h */, + D64FC074E58EEAA272D1F6DDF54A457B /* RCTAsyncLocalStorage.m */, + 3A9E6D2193644F8E50F6E9A450B27F3C /* RCTClipboard.h */, + 848216C6893D48B1AFC4EE8BC6FFCAF1 /* RCTClipboard.m */, + BB8A11DC7958959C9635C473B8C0F1A2 /* RCTDeviceInfo.h */, + A187D78A9F6EDC597A82AB3248537662 /* RCTDeviceInfo.m */, + 3AB61475B18FB0A728DB6FE2B2ED39EA /* RCTDevSettings.h */, + BDCB44DFB3882EB03A1B7004FB926E9A /* RCTDevSettings.mm */, + 7A2E988C53E5548650AE0A4C96DA6390 /* RCTEventEmitter.h */, + 9B84BC0E09447DCB739468C70A12CEED /* RCTEventEmitter.m */, + 32FBB5B55F856F48DA5589584A995D9F /* RCTExceptionsManager.h */, + C1AF6B57E80A1C5EE9FBE0CB64F48448 /* RCTExceptionsManager.m */, + C08B343B93C3CE144B0F0EC2D7E74186 /* RCTI18nManager.h */, + C9F8676B77A7845FD8F69E7E8675EE71 /* RCTI18nManager.m */, + 3B4C42AAFDCC44AD6DBED1C6B323A11F /* RCTI18nUtil.h */, + 8F3D732EB21619BCF6896328F6B9D57A /* RCTI18nUtil.m */, + 24595BA84608DB50FAE72665654DB744 /* RCTKeyboardObserver.h */, + 826CDC6AC2BA213BF9BFACEB76B33C1C /* RCTKeyboardObserver.m */, + 4F64DA11C46A8A83786AC3969379E970 /* RCTLayoutAnimation.h */, + AB2E587257A96E86B4E42C7275EDF358 /* RCTLayoutAnimation.m */, + 9FD865A549A10F468411040725EB4A0A /* RCTLayoutAnimationGroup.h */, + DDABCDF6727CCFE2C23D6B7E8A564DEC /* RCTLayoutAnimationGroup.m */, + 91976066CED8F9D7477FDBDF3226E803 /* RCTRedBox.h */, + E3D6B56C6BF93D6D6F664E8199E4EF0B /* RCTRedBox.m */, + 05CFE2D414167F4F90F4B53BDED26C1C /* RCTRedBoxExtraDataViewController.h */, + 94734BE7FB619D8A2C29FBF4372873F3 /* RCTRedBoxExtraDataViewController.m */, + 33EF5C3927C530FFE1A4D25176199DDA /* RCTSourceCode.h */, + F4C3EF6328F1E7AA55C40ED0F04475EE /* RCTSourceCode.m */, + 3810AD7D8D2A6F06C85C44A1B3110461 /* RCTStatusBarManager.h */, + 0DC2B56578871AC61AE7D0CF511ACDEC /* RCTStatusBarManager.m */, + 5C346736C375E1152E9BC018DC88CC76 /* RCTSurfacePresenterStub.h */, + B86B3579F363899286AD283B94D11967 /* RCTSurfacePresenterStub.m */, + 67D0E61FF30EB1C92660D5B131DD1BA0 /* RCTTiming.h */, + FD61114B3657BEF0E747C0EAD755B283 /* RCTTiming.m */, + F8BC3F8EF447275CD3B297C5B5CA8288 /* RCTUIManager.h */, + DAACD2D696508F501037C31C95755077 /* RCTUIManager.m */, + 898272C6820D12546FF3180D7CB72758 /* RCTUIManagerObserverCoordinator.h */, + 7EF59EE8215437A8AC2509B5CA9B07DE /* RCTUIManagerObserverCoordinator.mm */, + 367F146F51A6A8ED5D4ADE68F56F9048 /* RCTUIManagerUtils.h */, + 7659213C263F08697E32AC57A2DF60EB /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = Modules; + sourceTree = ""; + }; + 7C65805F2EBAAB57266A3FA9EA2C7F8C /* react-native-video */ = { + isa = PBXGroup; + children = ( + F2A3279E61AE8CD69272615D65F3686E /* Pod */, + D25202B009549F306D451D234AC96F40 /* Support Files */, + DE3AEF72EBDC0E3CC29D3B304C139CC0 /* Video */, + ); + name = "react-native-video"; + path = "../../node_modules/react-native-video"; + sourceTree = ""; + }; + 7DDE77BAD96956AAF2F0D1C6561E1455 /* Pod */ = { + isa = PBXGroup; + children = ( + 90E766CECC91D6A47231979ED372CF62 /* React-Core.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7E6571934224B6BD50D4EA50207C3D03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9DE59FA282E0FCA4B788F10DB14677A8 /* React-cxxreact.xcconfig */, + 15841257A3630BCAC0B327CF1EA13CC8 /* React-cxxreact-dummy.m */, + B291326245DC4F4F06B650941BBF54C4 /* React-cxxreact-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - 7B14CF67512D5A0071C6EF177B52FC1F /* Source */ = { + 7E8DF5E6872679E239103831C9090F57 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - D8B34C2B68951B29ECF9A0210ACDC8E0 /* BSG_KSCrashReportWriter.h */, - BE8322750186FBA62679AF1F66D54AC7 /* BSGConnectivity.h */, - 25CF729BAA5F53DED1D32073236DB560 /* BSGConnectivity.m */, - F68B9B6B4C9CFDC008019D79D1CA562B /* BSGOutOfMemoryWatchdog.h */, - 613B9F59F81231CBD4FCF0F4E630497D /* BSGOutOfMemoryWatchdog.m */, - A7B362DC091A49BA98A8DFEF642E5F9F /* BSGSerialization.h */, - FDA9563515CA952B4C6598A3F6884AA3 /* BSGSerialization.m */, - 0D9427F40B73CDDE91DE21C8299B3958 /* Bugsnag.h */, - DF24DBD179B3FB09F3C88E0F99068840 /* Bugsnag.m */, - 38AFBD83969D4ACB79C96796F864A58E /* BugsnagApiClient.h */, - 0C97E39111DC2F599559CF5FA4C0EE55 /* BugsnagApiClient.m */, - DF20D287425CF2BD913CA7A07E34EA63 /* BugsnagBreadcrumb.h */, - 00500EE5F9A13316AFB8E9F93E9D70A5 /* BugsnagBreadcrumb.m */, - 9BC16D6220B1A894DFA813857D2B1A50 /* BugsnagCollections.h */, - AB44ADD279643B434CC98C95C51436D2 /* BugsnagCollections.m */, - 3C88B4C3337463956A0703D3A50CCCB1 /* BugsnagConfiguration.h */, - 62BC3988B600C3FA32F6F7A21DC79BD9 /* BugsnagConfiguration.m */, - 8AB7873A468948D17B37BF15B7FC7467 /* BugsnagCrashReport.h */, - DCA22FE9B2A835A36635AA4AC39BD0CA /* BugsnagCrashReport.m */, - 520E4CD12BB94B30A3D924D009C19911 /* BugsnagCrashSentry.h */, - 6C560D43E7AA91BB3FA45CFA5C2B21F2 /* BugsnagCrashSentry.m */, - B96C2563C0678BE21B93E5CE4EBACA42 /* BugsnagErrorReportApiClient.h */, - C400853908FE421923D3EF5100903147 /* BugsnagErrorReportApiClient.m */, - 90A032F85B26E973C9811B24C585083E /* BugsnagFileStore.h */, - 8F44DEB5D5C8D5871F744FA491B3AF5B /* BugsnagFileStore.m */, - 7334F497F4DAE42E52B14A42F49FDC8B /* BugsnagHandledState.h */, - 4A482850ABBF3989675D0CEF0C27BBE7 /* BugsnagHandledState.m */, - 60AADDB022A807C1AE821D4AB37A87A5 /* BugsnagKeys.h */, - 54362C40444EF078AF859C33BD8ABC9C /* BugsnagKSCrashSysInfoParser.h */, - CAAB05AE7C2CD18C40CD01F7C03D4827 /* BugsnagKSCrashSysInfoParser.m */, - CFA27444227C2D1C5CE9C8366D6CFF04 /* BugsnagLogger.h */, - D6B7AFA20DBF0BE5AB861366FC2A4ED0 /* BugsnagMetaData.h */, - 88C6677A7F054E873DA4AFB3A6C6B5C1 /* BugsnagMetaData.m */, - 589504FBF2A445ACDE2EC05C724DC7AC /* BugsnagNotifier.h */, - CD32AAC6895C0008517A8C32BFD3AAE3 /* BugsnagNotifier.m */, - C568CB3075E5DA211F0C1FE68FC5BBD7 /* BugsnagSession.h */, - 89746F47951597081EEE50041E0A4DBF /* BugsnagSession.m */, - A6D7031E899AE621E29DBA485716FFBE /* BugsnagSessionFileStore.h */, - 44E7C4CDDD067B1E49A86DB501BC9574 /* BugsnagSessionFileStore.m */, - 313F279EF2F6100614BBD3300E69571C /* BugsnagSessionTracker.h */, - D608823C227963A18417D6B9E6FC6BAF /* BugsnagSessionTracker.m */, - 3D194C46240E13A3FF8F23AD8D92F8FD /* BugsnagSessionTrackingApiClient.h */, - A4480C00AB73EF5440C3A3BBAFDAC2B5 /* BugsnagSessionTrackingApiClient.m */, - 282AEC37056128C099C11683B879B2D5 /* BugsnagSessionTrackingPayload.h */, - BF8CCB5D5EC9E22A1CEA0A727B5DD871 /* BugsnagSessionTrackingPayload.m */, - E34DD571F3FA872DA13B8B1A8D42B50B /* BugsnagSink.h */, - 9E34F87ACC5733F18119BAA496B95282 /* BugsnagSink.m */, - 8C65DDE6B1D91D5A2567695A13BC74E1 /* BugsnagUser.h */, - F1CC89A16257FA4F1FB9CCE5AAD81252 /* BugsnagUser.m */, - AAF2FA0CCCFA96258CA963BBF9ED8F96 /* Private.h */, - 10BB273471AFEE79107E29E17F81242A /* KSCrash */, + 6D1391EAAA9D16665976E22270215822 /* RCTSurfaceHostingProxyRootView.h */, + 8B6087344D64A9F9DC31EEF45718C86E /* RCTSurfaceHostingProxyRootView.mm */, + 47AD47E3B107B4D930B0E2729834EB3A /* RCTSurfaceHostingView.h */, + 18884931112238C2F12F221E2ACF6EB1 /* RCTSurfaceHostingView.mm */, + 9D07412B30760D7E894D325B2600A9BE /* RCTSurfaceSizeMeasureMode.h */, + FA4062363BCF33D5BFF1FBAC5D2D5F6C /* RCTSurfaceSizeMeasureMode.mm */, ); - name = Source; - path = Source; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; - 7C1618BA64F3432B3020F8C17458C97E /* firestore */ = { + 7FCDDF555F1EE5E822E9FB53106B61D9 /* Support Files */ = { isa = PBXGroup; children = ( - 0D221D912F522A6CC12CE232BED67FFA /* RNFirebaseFirestore.h */, - 1C91DFDB74102CFA4602B8497502C34A /* RNFirebaseFirestore.m */, - 8CAC96E279AEEE1CE0741959B34E951E /* RNFirebaseFirestoreCollectionReference.h */, - 789245D3EADC6C07F62E1A83307B62E7 /* RNFirebaseFirestoreCollectionReference.m */, - F9274AE86B9451B2C3F096DA4625A5B7 /* RNFirebaseFirestoreDocumentReference.h */, - E12B5143C2C6825757842652606B411E /* RNFirebaseFirestoreDocumentReference.m */, + FC417AD0C8729827DA4610C5DF99DFB1 /* React-RCTText.xcconfig */, + FD0ADE039E4A30039E1DCED95BB4E31B /* React-RCTText-dummy.m */, + E4441030D646538F2EF0D460446DD89A /* React-RCTText-prefix.pch */, ); - name = firestore; - path = RNFirebase/firestore; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + 7FEEFE550404776E9C89D6A3EA58CC49 /* Pod */ = { + isa = PBXGroup; + children = ( + CC1073F38BFA818748509E784D90C1A1 /* BugsnagReactNative.podspec */, + 28251F236FB4873EA47D8721BA78CE13 /* LICENSE.txt */, + 0B1AA757640794BAE2D1DDD6C8C27BD8 /* README.md */, + ); + name = Pod; sourceTree = ""; }; 8238C72E729721C40D739FFC62DB1BCF /* Support Files */ = { @@ -8207,104 +8362,84 @@ path = "../Target Support Files/Fabric"; sourceTree = ""; }; - 831C60AA40B7B50AFEE760990B65FD3C /* Singleline */ = { + 847B534A9B879004300B4BDD2F0CF24E /* UMFontInterface */ = { isa = PBXGroup; children = ( - 0B77610CA48ACFE259BBB22A1BC8C9D0 /* RCTSinglelineTextInputView.h */, - E3418B572AEF67C1C89B6AFA9B3C80A0 /* RCTSinglelineTextInputView.m */, - 29F7435BA7EECFECBEA864874D3199A1 /* RCTSinglelineTextInputViewManager.h */, - 8B5D6477BA7042E1F5D73CD0C5005BDF /* RCTSinglelineTextInputViewManager.m */, - DCD4F55DACF1650EBC7C20EF882715D2 /* RCTUITextField.h */, - D7B4BF4F21985DB09E3A0EDF49E6A23B /* RCTUITextField.m */, + 9CE8003DC198A7D44D003BDCD3669272 /* UMFontManagerInterface.h */, + B1B1D6814FF477C2FA1E6E551CA5A4A3 /* UMFontProcessorInterface.h */, + AB4537B59E6002D58B140A00B3AB8261 /* UMFontScalerInterface.h */, + EC443CF2EA6451D009AFD87C8738D0B1 /* UMFontScalersManagerInterface.h */, + E846FE5C7ED4CED51F674F87F65ED352 /* Pod */, + FFD6A41316F77D3A8F1341FA7F05A022 /* Support Files */, ); - name = Singleline; - path = Singleline; + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; sourceTree = ""; }; - 8331F3604E6E5D72878D828FF34A9495 /* Profiler */ = { + 84D40D14028CD040661B845B0E8E3089 /* auth */ = { isa = PBXGroup; children = ( - 9F133C488828CF36D8F30C8395A87919 /* RCTFPSGraph.h */, - F45904C4E1A79D5C835CD57F336A7DB3 /* RCTFPSGraph.m */, - 363AFAB2B3F9D7280DE18816AF7C0168 /* RCTMacros.h */, - 52D44710867C0BCB97FFC9BB6E41FEDF /* RCTPerfMonitor.m */, - B2B2651006CB86CE68A25985B4FE5C2B /* RCTProfile.h */, - A5E75ADF712476812738AC2DCAEA7A66 /* RCTProfile.m */, - 9ACF01005CCD4EFDBCE95092027D6706 /* RCTProfileTrampoline-arm.S */, - 387DF9748985937A2425A8FC26D52BF9 /* RCTProfileTrampoline-arm64.S */, - D18F7852C4F560C90596C9CC565004D8 /* RCTProfileTrampoline-i386.S */, - FC785F45E0E1D94ECBCA6D0E45CAEB8D /* RCTProfileTrampoline-x86_64.S */, + 2841F7488B225730AEFB5837F4F5FE0F /* RNFirebaseAuth.h */, + 321EE735E81DF84AA7F184EF4D9E4194 /* RNFirebaseAuth.m */, ); - name = Profiler; - path = Profiler; + name = auth; + path = RNFirebase/auth; sourceTree = ""; }; - 838F0F669CE75EBAA8F74091D111D91C /* Support Files */ = { + 84E2EB05E2BC008F5A7603323037CB29 /* EXPermissions */ = { isa = PBXGroup; children = ( - A576327E6566039E22F4131723ECF4FA /* React-RCTNetwork.xcconfig */, - 09FF101CA342F5A9A706397F552FE54E /* React-RCTNetwork-dummy.m */, - FFD9C11AFC6ADE51224D0A6A97E308A8 /* React-RCTNetwork-prefix.pch */, + 299A6F8730E528A20D38F34235022A98 /* EXAudioRecordingPermissionRequester.h */, + EA6E558B3E25A456D134BC85B0D3C9F6 /* EXAudioRecordingPermissionRequester.m */, + 9FC85EC082B10F7E50242D84902487CB /* EXCalendarRequester.h */, + E55D00C94EAC281462D246A3A1089709 /* EXCalendarRequester.m */, + 3DFCD778808EBBB8A5F205EA166D974F /* EXCameraPermissionRequester.h */, + 0E0FE5D90DB494951F43208675A5D9C7 /* EXCameraPermissionRequester.m */, + F7259BEA08A3195A5345848FA18AC6E7 /* EXCameraRollRequester.h */, + 9058DD4CB28CF9694D95C97BD9B7B3FE /* EXCameraRollRequester.m */, + B8AF7821F24386577402BC8BDEE87FEC /* EXContactsRequester.h */, + 38254DCB0C1130DAEAB574770E213DCB /* EXContactsRequester.m */, + 61DF9146159BF3CFDAD43CD674C0C9AA /* EXLocationRequester.h */, + 9B9D5A178ED965795E417DC9C4B67B43 /* EXLocationRequester.m */, + A8764EA5AC2D5E037EB976B9BBBF8054 /* EXPermissions.h */, + 7AC9965A7AA8053FD8E2BE02A00A79CF /* EXPermissions.m */, + 990756F58D8A5B4165660BC47FB240B2 /* EXReactNativeUserNotificationCenterProxy.h */, + 8FAEB8D74173388C1AD5B66F2CCEC1E5 /* EXReactNativeUserNotificationCenterProxy.m */, + 9BBB8FE580B4B76E4867EF7AB4C96333 /* EXRemindersRequester.h */, + 2CE767AAF2913C923BA52BAD34DE05E8 /* EXRemindersRequester.m */, + 95B76A422B7ACB30C18988E9F64CFC3D /* EXRemoteNotificationRequester.h */, + AC206B9FD3BE8C21A7911ED4882BF56F /* EXRemoteNotificationRequester.m */, + 0B4F9763CFBD3E25792B80E353C0CFA6 /* EXSystemBrightnessRequester.h */, + 1B6329482079E2EE36950BEE3C69ADD4 /* EXSystemBrightnessRequester.m */, + 556492C01AD97A882738EEE0F60B9E1F /* EXUserNotificationRequester.h */, + 0A86EF1351E7A07CBC0BD0898C598FEB /* EXUserNotificationRequester.m */, + 787852C67F5807F1E40E83C3423E5692 /* Pod */, + 1EDFF17A0706F5EBE15B1B8859ECF9E6 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; sourceTree = ""; }; - 851693DA10A802070AC1A3DCFC48AF89 /* React-RCTText */ = { + 8503FD7FB53709D8F8DC7F88B9F3E0B7 /* admob */ = { isa = PBXGroup; children = ( - 7A35A7D836EF36B603643C40F50D4796 /* RCTConvert+Text.h */, - A51E937B86BB8A0F635245FF42365FBE /* RCTConvert+Text.m */, - 715689384853C2B82BE4E0CA21575EDF /* RCTTextAttributes.h */, - 63895CDE3EAF4F65ABFED2DF0BFA9FD3 /* RCTTextAttributes.m */, - 68A51CCF6DE8C69B10B02EE5861DC7A0 /* RCTTextTransform.h */, - 610F995898FF22E94586767F621EC49E /* BaseText */, - 2EFE9BDA3FD3F5A139332EA45DFD6A64 /* Pod */, - 9563DD6B89E111FCDF528D6278494AC6 /* RawText */, - 877D06D367CA91DB3563F1B7D3B4A0E6 /* Support Files */, - 4A8A52309914FA8CBD1FA1106368DAA7 /* Text */, - F9F5728BB3DC78B4DA4FBEDAD395C70A /* TextInput */, - 642924E46857479F90837853F4AEF8D3 /* VirtualText */, + A2907DDDB3160259AB66FD6D28B1683E /* BannerComponent.h */, + 1A26702813937B2AF8FEBD75C5D00C03 /* BannerComponent.m */, + 2CEC348427E96A8254ECE30E6EDBEE69 /* NativeExpressComponent.h */, + CF7DEEB5F277A401CF02216EBE51FA18 /* NativeExpressComponent.m */, + 929C147E270B815F50EE7BE18C4847CF /* RNFirebaseAdMob.h */, + 31DE3DBD50ED4F63D787C66DE1AAB198 /* RNFirebaseAdMob.m */, + C706D7AAC1EE0196D32865D68E7C3F18 /* RNFirebaseAdMobBannerManager.h */, + DF206D37B6F2C24E6E1AEB336B2E9D1D /* RNFirebaseAdMobBannerManager.m */, + E5297C363E3E361BB558269571860771 /* RNFirebaseAdMobInterstitial.h */, + 1C64BF83633E893BB00244D9FE67ECA8 /* RNFirebaseAdMobInterstitial.m */, + ECDAA6C9A883F5B0A0075EA6A85D3E68 /* RNFirebaseAdMobNativeExpressManager.h */, + 7542D1921EE3CEABD306DF0E9250D7DF /* RNFirebaseAdMobNativeExpressManager.m */, + 6B82C9D526227DC81DC38F3736ECFD49 /* RNFirebaseAdMobRewardedVideo.h */, + A687D32EEFA3D9B3B2812E511322BCA7 /* RNFirebaseAdMobRewardedVideo.m */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; - sourceTree = ""; - }; - 852E1712B00E822D46730D5E2E2B91C9 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 2834D1B3422A2BAA349F9B27496EBA9D /* EXAppLoaderInterface.h */, - 5F8FCBC361813C33E895A078DEAB80C7 /* EXAppRecordInterface.h */, - ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; - sourceTree = ""; - }; - 877D06D367CA91DB3563F1B7D3B4A0E6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 82275334E866BF70FAFC4A620E15427D /* React-RCTText.xcconfig */, - 8CC73BA7FE0AF3874EC59E7B904C80A5 /* React-RCTText-dummy.m */, - 9E5C93DE258305908645D348A92409AB /* React-RCTText-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; - sourceTree = ""; - }; - 87B9A7805768AD867232643FA54C07AB /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - 179165B1B136988D6E84CD127B0782A6 /* RCTBlobCollector.h */, - 56442FB6BA39329A4E77260A185521A1 /* RCTBlobCollector.mm */, - B1795DB44A1B1CCD3FEAC7E896EAF933 /* RCTBlobManager.h */, - 76994A626805B94E7894646B36D817F5 /* RCTBlobManager.mm */, - F756CABAE1E800F197D5AD3AB0DB51F3 /* RCTFileReaderModule.h */, - 5026051630D34648FC3216EE779E7C22 /* RCTFileReaderModule.m */, - 2E58E89782CDC41E09FEA1E9DEC286CB /* Pod */, - 8816138702945B659F52C6DBEFF1ADA9 /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = admob; + path = RNFirebase/admob; sourceTree = ""; }; 87BECCFD2EC3223FD12C8FC99082BF5B /* Resources */ = { @@ -8315,39 +8450,74 @@ name = Resources; sourceTree = ""; }; - 8816138702945B659F52C6DBEFF1ADA9 /* Support Files */ = { + 8851A4D11B15C4084AE36E7A0585C3FF /* Support Files */ = { isa = PBXGroup; children = ( - 2ECBC8F378F86BD8F477779E517122F9 /* React-RCTBlob.xcconfig */, - A3638A310077C962AF2E5A04C7155B1A /* React-RCTBlob-dummy.m */, - 91F8BEFDB56F3BE0606BFE3E2852438D /* React-RCTBlob-prefix.pch */, + AD704CFAB05676D9FBA2A380811708A4 /* UMPermissionsInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; - 891AF0FEA00BBC0D6AC4A7B80016644F /* EXConstants */ = { + 88D8FE23091796C606740CE84DB0D7EE /* Pod */ = { isa = PBXGroup; children = ( - E6341208BC1414BA8EAA456F8363E484 /* EXConstants.h */, - A04D8D10CB9648D040D458E560E64806 /* EXConstants.m */, - 63DC28D9B63C18814B576F7016271D3C /* EXConstantsService.h */, - 444723BD42AC72A9643D75D4B433E6EC /* EXConstantsService.m */, - 1CDF238D94029B8A5625F16BFE8B9C8A /* Pod */, - BE340A563522E0436E71B2A59AB2B464 /* Support Files */, - ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; - sourceTree = ""; - }; - 8A41FC8F5664132E2234F160F36E1847 /* Pod */ = { - isa = PBXGroup; - children = ( - 4FD1802063D9D8CCA12615105C212D1D /* UMCore.podspec */, + ABB0EF01A326C7E59769D918604C9285 /* LICENSE */, + 954F924F162BB02AC67457385F2D690F /* README.md */, + 5AE119A135E34FDD73978F095EA66B09 /* RNDeviceInfo.podspec */, ); name = Pod; sourceTree = ""; }; + 894348D038FA243373602CB40DB45F02 /* Pod */ = { + isa = PBXGroup; + children = ( + 6B9661C54B5CC603B502989D0C6B6DB9 /* UMFileSystemInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 89510757278F0517B5FD71D9783F6978 /* UMTaskManagerInterface */ = { + isa = PBXGroup; + children = ( + 341E460898CEB4572A6433C993F32379 /* UMTaskConsumerInterface.h */, + CBCB3EB03BE61460D100B09466A03380 /* UMTaskInterface.h */, + D33064F2A90CCFAC1AD69F10BD8D9D12 /* UMTaskLaunchReason.h */, + 22F1E0104C5E71AC642E18C982B1B887 /* UMTaskManagerInterface.h */, + 466ACF371C4477E54510122F96B37AF5 /* UMTaskServiceInterface.h */, + DF3CB079D165789C6525665880F72D5C /* Pod */, + E88CC1F3A422BCBD54A01A2FFFA0F864 /* Support Files */, + ); + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; + sourceTree = ""; + }; + 899A86C85250D88D4E26EA7C26CBCDB5 /* Pod */ = { + isa = PBXGroup; + children = ( + 77F863C342DBAF7CA3BA6E9589888537 /* React-RCTVibration.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 89D0778E0F4BCC162E25B8FD5FC4E777 /* Core */ = { + isa = PBXGroup; + children = ( + ); + name = Core; + sourceTree = ""; + }; + 8A57ABFD465F7B73D5B40F37655E5FBB /* Support Files */ = { + isa = PBXGroup; + children = ( + 0AA5EEBE6CF07D8F8FEBAAFEADBBF0F3 /* React-jsiexecutor.xcconfig */, + 1F828EB60F7E7C01417A7FE55B7E28DB /* React-jsiexecutor-dummy.m */, + 5D24DE22726E14E4534D604EA6FE85F3 /* React-jsiexecutor-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; 8A684C67E9138C9F66423CCFE51AD654 /* nanopb */ = { isa = PBXGroup; children = ( @@ -8366,285 +8536,80 @@ path = nanopb; sourceTree = ""; }; - 8A7987D31A8133B9A2A7DB33355D6325 /* Support Files */ = { + 937FD74FA196E314430EBABE354F2337 /* Pod */ = { isa = PBXGroup; children = ( - E2AD4D906E61588532CF8284830D9781 /* React-RCTLinking.xcconfig */, - E74D1758C397FE664ED862CDF395DD77 /* React-RCTLinking-dummy.m */, - 66F4C9CAD2BF5DD4C8B97E5B50CD345C /* React-RCTLinking-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 8AA773065FF2B7DB685FC20CE89037FF /* Support Files */ = { - isa = PBXGroup; - children = ( - E89FEBB8409310115D1BB4F11051E2BC /* RNUserDefaults.xcconfig */, - 04A0ED76AB258E468F3C61E4848D7B0D /* RNUserDefaults-dummy.m */, - FBAC5C91CE425C6DBB58BAB77BC63F2A /* RNUserDefaults-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; - sourceTree = ""; - }; - 8AF2DE9CF6F37C01CB93C782E3AB8A69 /* Support Files */ = { - isa = PBXGroup; - children = ( - A3ABFAF84049C591651628C5D7640C70 /* React.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - 8BF09E7FD51A7B049A9D922FE02F5CCF /* Pod */ = { - isa = PBXGroup; - children = ( - A3FA5F80F4BEFF8EEAA5B9A9AF9DB037 /* UMImageLoaderInterface.podspec */, + E99D814F0A7810EB6AADB4B758BA0909 /* LICENSE */, + 820F16091B89E870AA0A3C372ED041FF /* react-native-orientation-locker.podspec */, + 3216A85C5B50DDC0FB407EB9E3BD62FF /* README.md */, ); name = Pod; sourceTree = ""; }; - 8C8C6D13E800914C1A25BD6F79983110 /* Pod */ = { + 98267F39F08CAF45F2DF45AE6CEC1102 /* Pod */ = { isa = PBXGroup; children = ( - A63A81E0905ABE3D8E936518C0D170A8 /* LICENSE */, - 0A87348064667D36D3D821A821BEB237 /* README.md */, - 5F0417DF7DC716DB5C620AB51F4C9F4E /* rn-fetch-blob.podspec */, + 5B22B74A1FD959A58186C061218AED27 /* React-jsi.podspec */, ); name = Pod; sourceTree = ""; }; - 8CAED923C77E19E075D1B1B24CD19D88 /* UMReactNativeAdapter */ = { + 987E684B365379E15DC41B1D90CF19C0 /* RCTCustomInputController */ = { isa = PBXGroup; children = ( - BAA8AB2CE5EEB0C2789B5B101F598CD7 /* UMBridgeModule.h */, - 74F1408D34C2164681DC131D978588DA /* Pod */, - 02079AB7042B7FF26F198BE9ABD54B4D /* Services */, - 0EF5D689194D211F4057ED96F2412AB4 /* Support Files */, - FD3C40D8B5486CFA62472BF8A74DF592 /* UMModuleRegistryAdapter */, - DC178C8A0B1474B444A0B079B00FBE73 /* UMNativeModulesProxy */, - 933A7FD3F5149950C083A9C03EE2A7A2 /* UMViewManagerAdapter */, + 605D7DDD9A65AE1369BBD234821652C1 /* RCTCustomInputController.h */, + 180E09A24E2BCC9C184C228DF1954D23 /* RCTCustomInputController.m */, + 329ADCE9D04B3CE2823E06185FB210EA /* RCTCustomKeyboardViewController.h */, + E4B00477A5255F393A96F8558CAC6E4B /* RCTCustomKeyboardViewController.m */, ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; + name = RCTCustomInputController; + path = lib/ios/RCTCustomInputController; sourceTree = ""; }; - 8D3F99A241E1F8DB4B70D20AF3C4A3EF /* event */ = { + 99927A2A1664761323B4C26A7FDCB5F7 /* KSCrash */ = { isa = PBXGroup; children = ( - DFAC9BF0907079F1C63C17699D819FF5 /* event.cpp */, - 447082B73897CDADEB9EFA48158BFEAE /* event.h */, + 21E3FB49C71831D5E7EB60D05ABA2BA8 /* Source */, ); - name = event; - path = yoga/event; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - 8D41F150313C045355902F8BA9BA7F78 /* UMFaceDetectorInterface */ = { + 999450D0A71509B7B9BBB5D320B55E29 /* React-jsi */ = { isa = PBXGroup; children = ( - 46106210B3BC5123E7D0DBA514201500 /* UMFaceDetectorManager.h */, - A0D3213B40527F054B92C6EDAA29EEA1 /* UMFaceDetectorManagerProvider.h */, - C991E3CD2CAC5DA9C1B7DBF9764D8962 /* Pod */, - FCED458CDC942377588CBAB2ADCCC4CF /* Support Files */, + 8606E2A237E6094928A3583EF0F15A49 /* JSCRuntime.cpp */, + F74E7DD469C14E8330D95A2D9DCD618D /* JSCRuntime.h */, + 1B02A370C1262BA9EB404820310E7D5C /* jsi */, + 98267F39F08CAF45F2DF45AE6CEC1102 /* Pod */, + 3D4FCD3ABAE90D75D31325C98C4F32D0 /* Support Files */, ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - 8E71E3224838E7EA39006E435896F28C /* Support Files */ = { + 9AA7977913787CA02B228F9BC0CE33B6 /* EXWebBrowser */ = { isa = PBXGroup; children = ( - B5072AEBFD11F72BFDF7F599AB94EE0A /* EXWebBrowser.xcconfig */, - 930299B385316DF096FAC1F48ED87126 /* EXWebBrowser-dummy.m */, - 3C177063607C9122862EEFBA248F28D0 /* EXWebBrowser-prefix.pch */, + 88429F7552CB64347EC4B2DD30EEBED3 /* EXWebBrowser.h */, + 5E11CC22BF0317197503E4D311B6EFBC /* EXWebBrowser.m */, + E1279E4E9F9E94D1CF1F2E4651525D71 /* Pod */, + AF8EAAC0ED4180D4793E6615CA5DE395 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; sourceTree = ""; }; - 8FDA64C6E5723F2D0EB79D9BC60C4B6E /* RNLocalize */ = { + 9ADC3242346602FCB2840AC905D3C12E /* Pod */ = { isa = PBXGroup; children = ( - 4B4E6AF4ECBDB0C1D669622920D39A07 /* RNLocalize.h */, - 26D088B63DD74A291A2A7197ABE97CB9 /* RNLocalize.m */, - C17EC9C238095A68E4E3971D97382494 /* Pod */, - 927B79458B507579D1DF41C8D2FD0670 /* Support Files */, - ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; - sourceTree = ""; - }; - 927B79458B507579D1DF41C8D2FD0670 /* Support Files */ = { - isa = PBXGroup; - children = ( - 042D539645D984A1A33E0328F088FA8B /* RNLocalize.xcconfig */, - BB8A8B4763B03969D3B0BBFE43696086 /* RNLocalize-dummy.m */, - 584D1FD0FA8BF3B5267C42C4B514D077 /* RNLocalize-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; - sourceTree = ""; - }; - 92E623F8AA383C1E2EDE74E1F9C937A9 /* analytics */ = { - isa = PBXGroup; - children = ( - 3F4B1D4AD1482B696BF6698B2C798624 /* RNFirebaseAnalytics.h */, - C7902EEFB3FBAB2520536581BD984785 /* RNFirebaseAnalytics.m */, - ); - name = analytics; - path = RNFirebase/analytics; - sourceTree = ""; - }; - 933A7FD3F5149950C083A9C03EE2A7A2 /* UMViewManagerAdapter */ = { - isa = PBXGroup; - children = ( - 67F9DF5E0BD7596201DC55355D04432B /* UMViewManagerAdapter.h */, - F830E60C01B40A794A75591670C34327 /* UMViewManagerAdapter.m */, - ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; - sourceTree = ""; - }; - 9563DD6B89E111FCDF528D6278494AC6 /* RawText */ = { - isa = PBXGroup; - children = ( - 552DF227846E9524413D1B5DD127DB16 /* RCTRawTextShadowView.h */, - 10E609A77F227B62FFDFA57C6705210B /* RCTRawTextShadowView.m */, - BC5746FB73A7A563BC84A2BDB8AC0972 /* RCTRawTextViewManager.h */, - 886959528EECB637CBB279C82B6752E4 /* RCTRawTextViewManager.m */, - ); - name = RawText; - path = RawText; - sourceTree = ""; - }; - 9666F56A1351E6E14B882362EB59E43A /* Pod */ = { - isa = PBXGroup; - children = ( - 63F7A5C2852E548DB5565642E7AC385B /* React-RCTSettings.podspec */, + A8F7A30BE0307613F79F0FC7A6EA8F39 /* LICENSE */, + 860DC1801D174EA70880D5CFC373497D /* react-native-webview.podspec */, + E4132A85BBB5456353FAFF095CAAD9F4 /* README.md */, ); name = Pod; sourceTree = ""; }; - 966D0FD66C8A27CA3D01C5C9F781DEBF /* react-native-orientation-locker */ = { - isa = PBXGroup; - children = ( - ECD10E5AB4E2469B37E840C8DF2AC949 /* Orientation.h */, - D4ECAE32B81632578789F448C6A9EF66 /* Orientation.m */, - 68603DB0A58D6A2010394CFFBF7EA8E8 /* Pod */, - 6560193BB67A2E0C9BE17A43028CCF29 /* Support Files */, - ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; - sourceTree = ""; - }; - 972CBDDED8766695B88C0C35504EE984 /* Pod */ = { - isa = PBXGroup; - children = ( - 7688703C2854A7B52C045054134072DE /* RNFirebase.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 99E4A7BF793C6E95AF7129A940239CFF /* Products */ = { - isa = PBXGroup; - children = ( - A2E4FB2357D4BCA32750BFA56F0FC826 /* libBugsnagReactNative.a */, - 5462D195B8B647E8B977E4417CE3DC31 /* libDoubleConversion.a */, - 32E8E318F230FB7296DF2F2BDFE50410 /* libEXAppLoaderProvider.a */, - 68DB35F28F2EAA9D6C9923B637A04A0F /* libEXAV.a */, - 4D9FC4C3ACE3F5E99A52D65AFF47865E /* libEXConstants.a */, - 740D7771046D484B1E1E280E68CDA8AE /* libEXFileSystem.a */, - AE24390CC3DC804958D284B5FD90EBA0 /* libEXHaptics.a */, - 9F9A05FB251BC536513716E688190AAB /* libEXPermissions.a */, - 62E15BE798E12FA3956DFD5E3AAE5E8F /* libEXWebBrowser.a */, - 729E07511F14062F96E5B394ABBCC5C4 /* libFirebaseCore.a */, - 2C835B9C04952FA44E12C06F593884AB /* libFirebaseInstanceID.a */, - C584C43BFE30334D1807F5BBD85FD3C5 /* libFolly.a */, - 1FF4D78506D2CA0633A9FA26E4BE5A4E /* libglog.a */, - C24E6D6E28937548FD21717FCDFDF1EA /* libGoogleUtilities.a */, - A399D883D0C71D67A0A4765F95C27F26 /* liblibwebp.a */, - D4F6BFF004EDC7D83FA7EDE556D5FAFB /* libnanopb.a */, - 6009FCADBCF0E251CD18EB6529DD6C46 /* libPods-RocketChatRN.a */, - 33540CC6FAAF8735757EBD342658A054 /* libPods-ShareRocketChatRN.a */, - DF221A4032A39AFEA4BDBA8D66B152AA /* libQBImagePickerController.a */, - E4AE168E61FC87974AAAE5F46CAFFD9D /* libReact-Core.a */, - C4A8193DE64125DB5F69B01A25B20AC9 /* libReact-cxxreact.a */, - 79E0190E22F1AC42045771F63AD97178 /* libReact-DevSupport.a */, - 9C66CE81200326634665FAC36202E6F5 /* libReact-fishhook.a */, - 96B618A40CDC7B2231CF3BAF76EDB99E /* libReact-jsi.a */, - 89AA5FA63C87D3C475529367B1173FAF /* libReact-jsiexecutor.a */, - B19806A64836C147F209AFF385440227 /* libReact-jsinspector.a */, - 7BFBBA21A7DD9C635FF5E9927E1A07E0 /* libreact-native-document-picker.a */, - 72C81F84371D694AAB59205BA32C2EC2 /* libreact-native-keyboard-input.a */, - EAD13ECAE9BF43C605A14959CB82E72A /* libreact-native-keyboard-tracking-view.a */, - 2E12D1D3999E89DBC9F6ECED7D8DE68B /* libreact-native-notifications.a */, - AD02A70F25585E5B95A417697D302676 /* libreact-native-orientation-locker.a */, - 90C3594222632C85369D549CEA62ADDB /* libreact-native-splash-screen.a */, - 5B770CC70A531F77AF449E068F470855 /* libreact-native-video.a */, - 8A5EA44A646952D8E7D900C8E644C7CC /* libreact-native-webview.a */, - 77B1454155A01B06F6289B97E956E4F0 /* libReact-RCTActionSheet.a */, - AD6DA5E809BFA1098682B46D3FB18F26 /* libReact-RCTAnimation.a */, - D96FAF4C5A2E2A7F75DF81CFAA613B8D /* libReact-RCTBlob.a */, - DE32F8036C1D79B1244912A4808D208B /* libReact-RCTImage.a */, - B2057DD62590E1D028BC583ABD041041 /* libReact-RCTLinking.a */, - 4A510EC3E5E05059EF2B395938768788 /* libReact-RCTNetwork.a */, - 337EC409E26480C97D88CF23B4EBBD6F /* libReact-RCTSettings.a */, - E5390D7A4179F0FEFCF0032BCF8A8487 /* libReact-RCTText.a */, - E8663C0851C98B63FC308D99856DDCC2 /* libReact-RCTVibration.a */, - 66F749BC0C39B2125412C5E2CF4293D3 /* libReact-RCTWebSocket.a */, - 5AA7AEC311AA7E72249F565B5E844858 /* librn-extensions-share.a */, - 41A8AFE664D3034E5D010A8333716B52 /* librn-fetch-blob.a */, - D2DB2B45D1E6044AB286CDA88CCEF09E /* libRNAudio.a */, - 7E8A80F7A29D4A4AABB899A8F21B2FE8 /* libRNDeviceInfo.a */, - FD82327DA8C95A955C52ECA3A60369BF /* libRNFastImage.a */, - ED4C507F7BD71EB2A1C3BA6962CF47F9 /* libRNFirebase.a */, - A64EBA5FF47A2473A0D4E9D215CA4FE5 /* libRNGestureHandler.a */, - 4400DCB91ECD5BF8BEDC112008C48F22 /* libRNImageCropPicker.a */, - F76504903C0C295809C0CEB8EE296C8F /* libRNLocalize.a */, - 9387C2352551B6E9CF1A7FBB0DADFC3D /* libRNScreens.a */, - F89D2C397CF2450EE2097109990BF695 /* libRNUserDefaults.a */, - F4B91A0E0036359E9593279E89515F47 /* libRNVectorIcons.a */, - 2C347C000938D260EA9E4ECAAAFC942F /* libRSKImageCropper.a */, - 9AE68287F81DC007C52EB1D08D3E803A /* libSDWebImage.a */, - E5291F4316C5D1CF7B1B1F1036CCF5B1 /* libSDWebImageWebPCoder.a */, - 5D8965D44FEA89F0F0FEF28A28C599E0 /* libUMCore.a */, - E5407CC635608E4FC6C4123059DAF87A /* libUMReactNativeAdapter.a */, - 6A0A73B6C8119E4BED784338804C0218 /* libyoga.a */, - 49E33DAB86C0D71E9F5AADAC4306A334 /* QBImagePicker.bundle */, - ); - name = Products; - sourceTree = ""; - }; - 9BC42A8D87223FCE3A32469DCD5D526B /* React-RCTVibration */ = { - isa = PBXGroup; - children = ( - 3618BEFA6C775E9038E07AF66AD1F452 /* RCTVibration.h */, - 8CF6355465C12D84D31551923BA7A23A /* RCTVibration.m */, - 3A118542743592D88525D0702D9CE363 /* Pod */, - 2BE978298C7D8E48F94A2BB4D178CC6C /* Support Files */, - ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; - sourceTree = ""; - }; - 9BED81911E7E6FE083B5504438E1C6F4 /* Drivers */ = { - isa = PBXGroup; - children = ( - 37C4D9C456545F27C29CD3961ADEBB21 /* RCTAnimationDriver.h */, - 9F5776B003E14AB8D37641D23ED7F3C7 /* RCTDecayAnimation.h */, - 4603014ACD08C1CB91C52D909B13A6E8 /* RCTDecayAnimation.m */, - C17DFF78C1A5BB793A8B17014A514B17 /* RCTEventAnimation.h */, - D9B725DFF85603D1C5EE672BB34D4483 /* RCTEventAnimation.m */, - A079F90A2568282310D57724C24EB7F7 /* RCTFrameAnimation.h */, - 553FA7CFEA0A88C00BA87B6A94BD6632 /* RCTFrameAnimation.m */, - 6002548F0D6352AD9F93A57DD7ECAA91 /* RCTSpringAnimation.h */, - 75CD1CAA6F9A1EFB382422A33330BF12 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; 9D2E0736AD65A1310E997A02BFC01127 /* FirebaseCore */ = { isa = PBXGroup; children = ( @@ -8688,15 +8653,14 @@ path = FirebaseCore; sourceTree = ""; }; - 9E3CA0DED56E3C97B6DA71E67E31D016 /* Support Files */ = { + 9D96A2D523D6DF40EE658B5D3C66B885 /* storage */ = { isa = PBXGroup; children = ( - 91DE3BC455A1B24BF7EFBDE395400E5C /* RNAudio.xcconfig */, - 8A1633F90D65F33760CF83DC8D057D7C /* RNAudio-dummy.m */, - 05D5CF1C685953D46D985996AF32E123 /* RNAudio-prefix.pch */, + CD78DF1D71B52D2ACBE902CC1C6996E2 /* RNFirebaseStorage.h */, + BE84D489B546E99B38761C34DBC2DC79 /* RNFirebaseStorage.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; + name = storage; + path = RNFirebase/storage; sourceTree = ""; }; 9E513B03AC683B66B518E3F014EF4D3D /* Support Files */ = { @@ -8709,134 +8673,227 @@ path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - A05868187F153CDB7A2C9BB284C56047 /* Pod */ = { + A20AFF52C31C82577D5EF4E8FB331668 /* EXHaptics */ = { isa = PBXGroup; children = ( - 7FA383B37BD11E54B4499A351FD88390 /* LICENSE */, - 669BBF7D615D008EC81B5594A567C0C8 /* react-native-video.podspec */, - 5A59FF1F56606FC5E15019FE59D2959F /* README.md */, + DC46E1B148F1D24FDB25C612F2AE4842 /* EXHapticsModule.h */, + 6221BA4340477A41EEC7E6993D06506C /* EXHapticsModule.m */, + 4FCDFAEC43FE259FABDEEF074B6CCAC8 /* Pod */, + F3134554A6858F72E07C6E9408CBB368 /* Support Files */, ); - name = Pod; + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; - A164C6D48878F9F054D6D6CC4C30EB90 /* React-RCTAnimation */ = { + A297193B4C7D4126B3B62A661B65D246 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 4F28CC964830BEDF04AFC2674A1541EB /* RCTAnimationUtils.h */, - 9694104F41E5B44106F37FABB317CB37 /* RCTAnimationUtils.m */, - 951E48583D2E629C8A0496D6F68BF9A0 /* RCTNativeAnimatedModule.h */, - EDB84244F87F7426831A1C0EEC6F7ED8 /* RCTNativeAnimatedModule.m */, - D5B323D756BA9C82B617CD587FAFADAC /* RCTNativeAnimatedNodesManager.h */, - 4CBB02680248A4A66BB85CB1EB12E43A /* RCTNativeAnimatedNodesManager.m */, - 9BED81911E7E6FE083B5504438E1C6F4 /* Drivers */, - C9ACD9765D670931217D03C3C5EEC36B /* Nodes */, - F1A9E4B21DC952214DFE5E3AE8BF10F0 /* Pod */, - C47D2F6BFE979BAF9981FD957E0DFF3E /* Support Files */, + 7E2B11DF8423623B8F689D364B5B5395 /* UMAccelerometerInterface.h */, + 979FDB9698FC6239436C9917872BC4FB /* UMBarometerInterface.h */, + 3108EA5C5632B8C89F64D6CD65ABA75F /* UMDeviceMotionInterface.h */, + BB87F56F7EC327E90AD686655E100836 /* UMGyroscopeInterface.h */, + 0DE781140D14F741065727EE7AB2F904 /* UMMagnetometerInterface.h */, + 130DE38663AF26CFD9DE16833CB62A50 /* UMMagnetometerUncalibratedInterface.h */, + ECF1D57C35EDD70F6D18AC33D1C1F947 /* Pod */, + 65DA99C2DD6CC3AE285327625866C490 /* Support Files */, + ); + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + A29AE195165176CB5B1A1C71D0A86E78 /* yoga */ = { + isa = PBXGroup; + children = ( + A9FF44B21E5EA5620CCBD39349849838 /* CompactValue.h */, + B2A7F32AE18D5BBCBFBD2260637702DF /* instrumentation.h */, + A74763A2B0480F5F95B4A50C9BBE73FF /* log.cpp */, + 948E166AF481CB3F280F10E8A116821B /* log.h */, + 29F612D9224091376BFA7BF351957F1A /* Utils.cpp */, + 8208137EB259D6F2A5B2A3608E45BF22 /* Utils.h */, + 3E02AC4912E18869A71E8112BA167A89 /* YGConfig.cpp */, + 8F620C5416EA17E45CB746C8A1DA7650 /* YGConfig.h */, + A6ACA7167BAE082329EE0C0F09814A39 /* YGEnums.cpp */, + 78C5DDB122C408F7CACF636B3483BE2F /* YGEnums.h */, + 0D1AF1800A4BE769617E72CBF5C93604 /* YGFloatOptional.h */, + F6D584A7DF5ED34BF8B837C28F45DD3C /* YGLayout.cpp */, + C27D2837C82A2D27E457BB9A30690513 /* YGLayout.h */, + 11684E5053EECD4BEE8CE561491DAB9C /* YGMacros.h */, + 34D82D8D51FC8B165FA89B9B069DBE9F /* YGMarker.cpp */, + F742EA26BA137F5683FF76331CD02E84 /* YGMarker.h */, + B0DB395173DE65CBA0454C0505A7E0E5 /* YGNode.cpp */, + 87B874DC092D05664B8B54817E40DCAA /* YGNode.h */, + 0EFB9E8B08556133EF183C3208679BC0 /* YGNodePrint.cpp */, + 871207CA3B77B132A71A14E1F3E97DC0 /* YGNodePrint.h */, + BB0ED5DC21775E9F64E3C14ADE15B982 /* YGStyle.cpp */, + 65751DCCF3D23C4E1FEC567366C9E460 /* YGStyle.h */, + FAD458A31243209D1EF161DEBD32C85E /* YGValue.cpp */, + 7B3AC90C147A2C5CAC3E7492F5D1C028 /* YGValue.h */, + 2D95AD7A9D36C41D60928BD54EDB6517 /* Yoga.cpp */, + 9D8B757AF1BBE798C8DCA67CD24BE21F /* Yoga.h */, + 9BE505D76746936A1D6B174D473292E1 /* Yoga-internal.h */, + 704E6B61E8ABF8E1E92FD091A3A1FB31 /* event */, + 1C6AE10BAC6E79B0C1366E464284B6B2 /* Pod */, + 527F0116DF5C9727C2F3800A00D54D82 /* Support Files */, + ); + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + A2AC1A329FAFD6B9D898B5F1B11739A9 /* Nodes */ = { + isa = PBXGroup; + children = ( + 51D0CCC30D432A40137A580394D2AA69 /* RCTAdditionAnimatedNode.h */, + FF097F39A2C55E584682D1E5798CF825 /* RCTAdditionAnimatedNode.m */, + E2C5A8D6703C9BBF8AB3E2F3F87721BF /* RCTAnimatedNode.h */, + 06C170F303038E882D86BF1C49FF2E76 /* RCTAnimatedNode.m */, + D32C5D791A88F617019796818C48EB6D /* RCTDiffClampAnimatedNode.h */, + 962DB9F817E5202A43EBF5CE3C5CB969 /* RCTDiffClampAnimatedNode.m */, + 982C63EFDFBC9D961417E377E1466DF5 /* RCTDivisionAnimatedNode.h */, + 79DCDBA066ECEB2B1124AF6F0CDD2FDD /* RCTDivisionAnimatedNode.m */, + 6722258057A746E310610A9B49526D63 /* RCTInterpolationAnimatedNode.h */, + 8685411A13CF751B1AC9868775F3145A /* RCTInterpolationAnimatedNode.m */, + 2CC35AF5BC80B3AF44C30F9E59F5629A /* RCTModuloAnimatedNode.h */, + 274A200871009C94DD4ED3CBFFB7010D /* RCTModuloAnimatedNode.m */, + 0A338524DCD82FBC530C82287FF53C9E /* RCTMultiplicationAnimatedNode.h */, + EF5E5BF32FDA6B4F44244F647BFA86BC /* RCTMultiplicationAnimatedNode.m */, + F72B5B657035EF91D538D455F8177C66 /* RCTPropsAnimatedNode.h */, + 3C68CD367256F707D56940C7C3FF1F66 /* RCTPropsAnimatedNode.m */, + 96A5B6FECE26EEF95B0E4BDDDE40B57A /* RCTStyleAnimatedNode.h */, + 56A22D40B06CBA477F3BCDCBF51BF1B2 /* RCTStyleAnimatedNode.m */, + 4BF7E4D62A246FF3837C1CC0BF710F79 /* RCTSubtractionAnimatedNode.h */, + 53C4F4D2C2B74C70ED5A7C3668280317 /* RCTSubtractionAnimatedNode.m */, + D80D94F86749FF9278D1821079D235FA /* RCTTrackingAnimatedNode.h */, + 13DB28910E4A109F6D1BCD9D3FFD7F7B /* RCTTrackingAnimatedNode.m */, + AFA0C1415D6072A4AA39C0803FA60A3A /* RCTTransformAnimatedNode.h */, + 652F970E03F078A3ECCD35D80E227F37 /* RCTTransformAnimatedNode.m */, + C27E98EA52E359364AE4EDAFEDA91947 /* RCTValueAnimatedNode.h */, + 3701650B0F3FF99C2D124ECE545E3DC1 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + A3AF933C45EAA8CEBBA92E2F333A4D6F /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + 8D862BBC7170AC1CC40B08C730EC1AA4 /* RNDocumentPicker.h */, + 2E72FDFDA38239D8B1FE2CA295820C22 /* RNDocumentPicker.m */, + 157D4AF177A92BD9EB36DBD76C9BF25D /* Pod */, + 2D6A7CACE96549103D807760037E2537 /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; + sourceTree = ""; + }; + A46BF40FB20FAFB215AFC96E62CE6AEF /* Multiline */ = { + isa = PBXGroup; + children = ( + 09CD7286D66F57497A9A3CF8A3591B03 /* RCTMultilineTextInputView.h */, + F9430CDAE16CF3E217A5D81F6A67CA27 /* RCTMultilineTextInputView.m */, + FFF2FF37A0A2770A1BF4C7719B35E052 /* RCTMultilineTextInputViewManager.h */, + 01F386540EF46E79754CB382E3C48FDB /* RCTMultilineTextInputViewManager.m */, + EF807B231DCA2412691182D71E83C2AF /* RCTUITextView.h */, + 6415A86CCC556E42F8F7BAEF034EB83D /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + A66A5CF917C13BC4E4FAF68F444F7294 /* rn-fetch-blob */ = { + isa = PBXGroup; + children = ( + 47F99D3EF52372D7E17BA6F01BD88306 /* IOS7Polyfill.h */, + 828D894784D0A7ADEF1C74A7F69A7C38 /* RNFetchBlobConst.h */, + 81C39C633359A80C633DFAACA15267DC /* RNFetchBlobConst.m */, + E189A21647CF111447B26686FD2F82D4 /* RNFetchBlobFS.h */, + 4AD5411A791871B17CF9C4032126B13A /* RNFetchBlobFS.m */, + 61AED5C8DDFDA6AA0C63745611BF264C /* RNFetchBlobNetwork.h */, + C01C4071B2C9A0DA15B0AB7AF483BC94 /* RNFetchBlobNetwork.m */, + 5A375AB2286DAB36F004AF947D75F512 /* RNFetchBlobProgress.h */, + 8E8B7478E3FC4C8459D06718B1FA7E92 /* RNFetchBlobProgress.m */, + AF5858809494E4205191F32339B84B5A /* RNFetchBlobReqBuilder.h */, + 59A9F538CF6867B0FEA5BEC047A0791E /* RNFetchBlobReqBuilder.m */, + 1C2EB820D1E39BAB50BEB498345CCDF9 /* RNFetchBlobRequest.h */, + E6886BBD706DAC28C6C35BFA0E74BD03 /* RNFetchBlobRequest.m */, + 4F753A8391314F877DEE5FA2B4A3594F /* Pod */, + DB9C7A40E88C527A93DA79F8A63090A5 /* RNFetchBlob */, + 53CBCA5F7C74A5E46CE7403301B780F7 /* Support Files */, + ); + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; + sourceTree = ""; + }; + A6EAE0B42F0EE0A069108ADE92769D32 /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + C3D7722C051A633D37B3B3B6F7E26290 /* RCTAnimationUtils.h */, + A570E39FE771B24A711B5DD9DEFFCBFC /* RCTAnimationUtils.m */, + 49FC70DD5569A3A9C8B7E8003E29FCCE /* RCTNativeAnimatedModule.h */, + AFB37F77D93A3F4AA35A287BD0DC902D /* RCTNativeAnimatedModule.m */, + C5EC1515AD11E221F923C3129217A3FA /* RCTNativeAnimatedNodesManager.h */, + 88305C32AB44AD391FB6934526148232 /* RCTNativeAnimatedNodesManager.m */, + 115F28E5C0A5124E6DEA844DA860A035 /* Drivers */, + A2AC1A329FAFD6B9D898B5F1B11739A9 /* Nodes */, + 08873245590E8C84AB9F1C83C220819A /* Pod */, + 2C04A1B4C1EA73AB1A7F0C5E99073B1D /* Support Files */, ); name = "React-RCTAnimation"; path = "../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; - A3DE02C047AB82FF2F843C559B80C47F /* CxxModule */ = { + A718A00EC73C7CEFA16E8AA3D17E68E3 /* BaseText */ = { isa = PBXGroup; children = ( - 861FD53864A28A968F192F3DED079839 /* DispatchMessageQueueThread.h */, - 5141F1063A39280F0B5D5F5A45500410 /* RCTCxxMethod.h */, - E91BAE75F1E80077A26D6FD3D347B124 /* RCTCxxMethod.mm */, - 652D7368DAE6C27B77FF58D637FF1F0B /* RCTCxxModule.h */, - 05D6D9F271D340BA1327AC5B87ACB5A8 /* RCTCxxModule.mm */, - 742795A76CDD66B6A581AF54819BA23D /* RCTCxxUtils.h */, - 437CABCB23AECEF1C9DFB9F5E90F6F83 /* RCTCxxUtils.mm */, - EBEC9C2D84C80B8E7645F824E726FE6F /* RCTNativeModule.h */, - 9DD37B7D7728AF0FDFC73F538F880518 /* RCTNativeModule.mm */, + F5655EF7D5B1764478164CAA2CFB8A65 /* RCTBaseTextShadowView.h */, + 4F3E8100CE83B7D78B6026603D6FC47B /* RCTBaseTextShadowView.m */, + 07B5991A597327D484EB099919C42B5F /* RCTBaseTextViewManager.h */, + 57E4C62C9A791E8FE7CD3897073327D8 /* RCTBaseTextViewManager.m */, ); - name = CxxModule; - path = CxxModule; + name = BaseText; + path = BaseText; sourceTree = ""; }; - A7B27F93392B9A8D54E418A6D5A85954 /* UMCore */ = { + A84428C614D7AD7F76687985601FAAA8 /* EXAppLoaderProvider */ = { isa = PBXGroup; children = ( - 5C517820F51C827290E80FDF09465E74 /* UMAppDelegateWrapper.h */, - 9A08B6A0863012053132D800FCB1F3B5 /* UMAppDelegateWrapper.m */, - 402120390F0054A039B54BA9DC56BD6C /* UMDefines.h */, - 810D5462C63EB4727FFB204D6B6F8B09 /* UMExportedModule.h */, - 9C91A5F373B75CC47832B6E9C6E82C51 /* UMExportedModule.m */, - A7F8B58DF4C881ED76976D4094B65ABD /* UMSingletonModule.h */, - B713D3CE45028FD339A57ABF283375C7 /* UMSingletonModule.m */, - AA227BE3B5F32A5781AE28DAC1E19C30 /* UMUtilities.h */, - CE4B49F930257207BBE9A10E3DF7DE75 /* UMUtilities.m */, - 4C5ABAF73422CD9556FAEB9BA9A9FDA3 /* UMViewManager.h */, - 72570BF8CC0440793B2214E50DE808E0 /* UMViewManager.m */, - 8A41FC8F5664132E2234F160F36E1847 /* Pod */, - 4382DE8DB465AED3635EACD1CBC787E0 /* Protocols */, - 38AEE06F5BBE3BC7D8AD8FE1C7ECFAD4 /* Services */, - 6DD2BF743266C77C2E4FE280E163E78F /* Support Files */, - 5EE1A23EB9037B14B9F95D26BB328AED /* UMModuleRegistry */, - C6FCA3C4E7D00493B406118663D96501 /* UMModuleRegistryProvider */, + E7CC9770BA81A9D92734FB6DF7091862 /* EXAppLoaderProvider.h */, + 66AD66FAD3179646D031E37A6B70700B /* EXAppLoaderProvider.m */, + 43C5F9633694812396D48F7FA1D4796B /* Interfaces */, + EDFDCBDAF48C435E2EF20C946827FA07 /* Pod */, + BED7E9978141E1F07609765FE49869D3 /* Support Files */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; + name = EXAppLoaderProvider; + path = "../../node_modules/expo-app-loader-provider/ios"; sourceTree = ""; }; - A81A2170F26DE186F8E5808AFABCBE17 /* Support Files */ = { + A8B2F1C4015E8800591AD52DA396D404 /* Services */ = { isa = PBXGroup; children = ( - ED728E0FCE0F201C6EB4F6C094B764F3 /* react-native-webview.xcconfig */, - BFC82CF4332BB34126F92C8893FEE847 /* react-native-webview-dummy.m */, - 7A351C6D1FC1C1FED11CC314E48E35DC /* react-native-webview-prefix.pch */, + 61D2B61E262C7C0888D392DC22DCA318 /* UMReactFontManager.h */, + 06FFFDAC28E2DDEBE1B533404DBC5069 /* UMReactFontManager.m */, + DC0D8E61FC42234E19484376315993DA /* UMReactLogHandler.h */, + EDED165C75089251BC8BBC7A6CC31F0C /* UMReactLogHandler.m */, + 49E34D02D1F6AFAAB044B8867103458F /* UMReactNativeAdapter.h */, + A2F2183F2C9C5A7D90ADBC55DF8FDD34 /* UMReactNativeAdapter.m */, + E5C58CE2BF74675CC2F9EF59F78CF607 /* UMReactNativeEventEmitter.h */, + 33329654F576731E671EC0D4FFEDA5E8 /* UMReactNativeEventEmitter.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; - A85BF80D9BDBFD74F20DD81B45CCA590 /* React-Core */ = { + A8B6B949CA5982CDDC8D8C6FF50CC470 /* EXConstants */ = { isa = PBXGroup; children = ( - 4DE73C9DB0D2954550C3DF5B684F0B5D /* Base */, - DABAFEE1EA4CBA9EFC418E7E419EF2A2 /* CxxBridge */, - A3DE02C047AB82FF2F843C559B80C47F /* CxxModule */, - A89C697DAFC234AA5FED777465025C57 /* CxxUtils */, - 59FAFDDD4F542035D86814D8DEB101F8 /* Modules */, - 09B00E5C73737C677EEDBCC45DF7A3BB /* Pod */, - 8331F3604E6E5D72878D828FF34A9495 /* Profiler */, - 350193FFAD8C71B49B9237DE9C448373 /* Support Files */, - C5B98664CB0C8A4BCA395407739A0B70 /* UIUtils */, - 2C493E24F7DE153DBD04D477B7A629D6 /* Views */, + 758BB162D0C98356101F6D62F8611011 /* EXConstants.h */, + 6998206C5A79FA78FE8BF1EC56D7C57A /* EXConstants.m */, + 70090FD3A44BF057343494E93B95DB79 /* EXConstantsService.h */, + DD77CFDEDC47A452B0F3E99A94BC1497 /* EXConstantsService.m */, + 106780B5B66F430F81EDC14A174BDC3C /* Pod */, + 5D2D9E84F6DEA38E1111449D9CCF1594 /* Support Files */, ); - name = "React-Core"; - path = "../../node_modules/react-native/React"; - sourceTree = ""; - }; - A89C697DAFC234AA5FED777465025C57 /* CxxUtils */ = { - isa = PBXGroup; - children = ( - 225F6667F0684851542416EFEEBE7472 /* RCTFollyConvert.h */, - F90F3A407FD36D480DB87CF7DFA12E7E /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = CxxUtils; - sourceTree = ""; - }; - AAFA84745094B19C60701D8FB8D990FF /* Support Files */ = { - isa = PBXGroup; - children = ( - D6295B144B30D62B68400BFF2C8AC217 /* EXFileSystem.xcconfig */, - CB811165DE312C75E020F01700F92B6A /* EXFileSystem-dummy.m */, - D83E870571BFE40B31F1F5C002E93AFC /* EXFileSystem-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; - sourceTree = ""; - }; - AB0173AF8121C1B4C726A2719D6F8117 /* functions */ = { - isa = PBXGroup; - children = ( - 747CFCDD00C77BC62B73D0C94DA1BA5D /* RNFirebaseFunctions.h */, - A6DE5DD91C2134F67FB1DB6358F81F88 /* RNFirebaseFunctions.m */, - ); - name = functions; - path = RNFirebase/functions; + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; sourceTree = ""; }; AB6BCC816BD68085E14851BAD7798112 /* UserDefaults */ = { @@ -8848,16 +8905,37 @@ name = UserDefaults; sourceTree = ""; }; - AB76E24E6D9E5A8C5D01706413EFFA44 /* React-DevSupport */ = { + AB86D05ECAAE75E52A207B77C93EEC44 /* Support Files */ = { isa = PBXGroup; children = ( - C63F759F6FFF2B5EAA96982A242999BA /* DevSupport */, - EDAB10B942C29C819DD84595B67F54CA /* Inspector */, - 5E1799C214CE1D9F07225ED77A88A030 /* Pod */, - 674627BDCB1BB28BAAFA8C6CD1384F81 /* Support Files */, + 1AC168756E26C432A3B4E9E01D74DA77 /* RNUserDefaults.xcconfig */, + 38F9B196F7D41C50FDBD39EDB6FF663D /* RNUserDefaults-dummy.m */, + 5B673E960D46573BBD85F32BA883D27A /* RNUserDefaults-prefix.pch */, ); - name = "React-DevSupport"; - path = "../../node_modules/react-native/React"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + sourceTree = ""; + }; + ABC5C5437124A389907911559DA11DC8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1E3382EEFDD13956BBC9582311F9B6EB /* React-fishhook.xcconfig */, + 0140017B499885112EEF1E99861C0291 /* React-fishhook-dummy.m */, + 6B466D7CC2A05936DBC0F94C306FDF3C /* React-fishhook-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + sourceTree = ""; + }; + ABCAA0A0BFB02A0262009A137AD9ABFC /* Support Files */ = { + isa = PBXGroup; + children = ( + 4662D0AA9D5A481CF48D746C9C775489 /* RNGestureHandler.xcconfig */, + 0C6544085260B607122E9347885D9093 /* RNGestureHandler-dummy.m */, + D6C7A43F755C471100BF57BC6537DD50 /* RNGestureHandler-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; AC9B038AF1C6086BC4B592729AE22A3F /* RSKImageCropper */ = { @@ -8886,20 +8964,14 @@ path = RSKImageCropper; sourceTree = ""; }; - ACEA9A733CB3A345E58897CF53EC99A5 /* react-native-keyboard-tracking-view */ = { + AD6E164CF87C12D41904AF8AA0DDECBA /* CxxUtils */ = { isa = PBXGroup; children = ( - 6FA2A1BE2C4225B1E0B19F4A6B2B11E2 /* KeyboardTrackingViewManager.h */, - D4364C60EEDEBF612823F158E70602F4 /* KeyboardTrackingViewManager.m */, - 483A95D0635232EB4AC936AE08085471 /* ObservingInputAccessoryView.h */, - 380AF49F91616B844D1D6B0F6FC3BD69 /* ObservingInputAccessoryView.m */, - CC4ECC7556E9BB9D3B9FCF30F4B59750 /* UIResponder+FirstResponder.h */, - C37ED70B82AF9FAFA0D9F70CA98B4A24 /* UIResponder+FirstResponder.m */, - E7EBA08CE383610EFF7DD5710FAC621D /* Pod */, - CF8CC77B61B2723D594CB384F2D2F044 /* Support Files */, + 2D4B45301153CAB25E5031604BB4373E /* RCTFollyConvert.h */, + 570880541063F4E5A7647E06BD4A1167 /* RCTFollyConvert.mm */, ); - name = "react-native-keyboard-tracking-view"; - path = "../../node_modules/react-native-keyboard-tracking-view"; + name = CxxUtils; + path = CxxUtils; sourceTree = ""; }; AE3F562C2D9FDFC886C0851C8B1F40A7 /* decode */ = { @@ -8909,29 +8981,61 @@ name = decode; sourceTree = ""; }; - AFFBD5A74BBA0CD2D75C47BAA2F6B4A2 /* Pod */ = { + AF8EAAC0ED4180D4793E6615CA5DE395 /* Support Files */ = { isa = PBXGroup; children = ( - D7A95689BD0DB34792E444F4F686C167 /* advancedIos.md */, - 85F7DB310AB5C1CAC46892D3EAA13E64 /* installation.md */, - CD714B0B74CCBBF0509C1DAF674EDF9C /* LICENSE */, - 411918C33B782E8519C47488B2D9A01A /* localNotifications.md */, - CD8AF471931DD769EFCD438BA8181105 /* notificationsEvents.md */, - AE04E744D00F8D8DA8CA41E370E8A9B3 /* react-native-notifications.podspec */, - 6A6BCF569DA4B95C10E05D1DF0B8CD98 /* README.md */, - 7FE911AD8E4DAEAEB5BE4357DDDD56A5 /* subscription.md */, + F35ED1362AD458D993A0A5F7759BDE3C /* EXWebBrowser.xcconfig */, + E4DAC8545DF8DB373ABF27D4502BB337 /* EXWebBrowser-dummy.m */, + 55C5F45EEC3FCA768ACE6DE253BB7B47 /* EXWebBrowser-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + AFB047DEB4C2550DBE9B0678943282DF /* BugsnagReactNative */ = { + isa = PBXGroup; + children = ( + 07F1239FB3CD04977C3D54A8100AD368 /* BugsnagReactNative.h */, + 6034A83CD7E157C9F42A866F17DF519B /* BugsnagReactNative.m */, + 89D0778E0F4BCC162E25B8FD5FC4E777 /* Core */, + 7FEEFE550404776E9C89D6A3EA58CC49 /* Pod */, + 0506A9D51D586ED70766168C5523B1A9 /* Support Files */, + 015879A75F44D04CAB431ECA4C542979 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; + AFC2A1463A7C78D020EC8DD25B99DCED /* Pod */ = { + isa = PBXGroup; + children = ( + 774F844DD0774B4B7EC1349315ED27CE /* LICENSE */, + E8528B4289868A3B3DDF934628CC5AAA /* README.md */, + FA58F54C103FBEA0AD181F02F039EDB6 /* RNFastImage.podspec */, ); name = Pod; sourceTree = ""; }; - B019989D7BA6F69297B7A1A023AEE3D8 /* Pod */ = { + AFF6FB482D20D5F88BD3A85704D7BD2B /* UMFaceDetectorInterface */ = { isa = PBXGroup; children = ( - 472B737D71B14081EC627280590134D5 /* LICENSE */, - 61E29192670754150CC9912A161DC988 /* README.md */, - 3C0089792B7A7260787AF9677665AFE9 /* RNScreens.podspec */, + F7FB9B5B2DBD0FC8D12FA282CDC5E89D /* UMFaceDetectorManager.h */, + 3E41560D45E8021B02D869B0A0897178 /* UMFaceDetectorManagerProvider.h */, + 1AAFE123830BEA4B75D233152F570198 /* Pod */, + FEF80F6112C890C1188982DD4863110D /* Support Files */, ); - name = Pod; + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; + sourceTree = ""; + }; + B1376A369392383600EF1A89ECA9839E /* converters */ = { + isa = PBXGroup; + children = ( + 7948AF490B61DB0A438C45004DAE5747 /* RCTConvert+UIBackgroundFetchResult.h */, + 2710111E380810E7EB0853900A5ADE1E /* RCTConvert+UIBackgroundFetchResult.m */, + ); + name = converters; + path = RNFirebase/converters; sourceTree = ""; }; B1905F07FFC6D147FFCE3DE6C1B4E3A2 /* SDWebImageWebPCoder */ = { @@ -8948,48 +9052,110 @@ path = SDWebImageWebPCoder; sourceTree = ""; }; - B40BB81FF3E48D00D776CC3AF5213359 /* Pod */ = { + B392A0839D0B15F7E86311F2747F4EDF /* Development Pods */ = { isa = PBXGroup; children = ( - B83E11DBFC4A2562BDD74115951481D8 /* React-RCTLinking.podspec */, + AFB047DEB4C2550DBE9B0678943282DF /* BugsnagReactNative */, + A84428C614D7AD7F76687985601FAAA8 /* EXAppLoaderProvider */, + B61CA8AE52135C5527ED353B6C83E351 /* EXAV */, + A8B6B949CA5982CDDC8D8C6FF50CC470 /* EXConstants */, + E854767CE34EE0A1A5CA4516E8B4DCC7 /* EXFileSystem */, + A20AFF52C31C82577D5EF4E8FB331668 /* EXHaptics */, + 84E2EB05E2BC008F5A7603323037CB29 /* EXPermissions */, + 9AA7977913787CA02B228F9BC0CE33B6 /* EXWebBrowser */, + 0AF19CD95418D6756995D10D83C2F952 /* React */, + 499953871E7D1EDB974EAF7AFBEC3BF1 /* React-Core */, + 18B1089EF92F61583A321F197D156456 /* React-cxxreact */, + C2174AEFD197F85B6FCA9F3FE88E3E71 /* React-DevSupport */, + 4659DAAB4CA868899545C42B90F5FC5B /* React-fishhook */, + 999450D0A71509B7B9BBB5D320B55E29 /* React-jsi */, + 5AF25AA2C91BC80DF9EFA826F536B7CC /* React-jsiexecutor */, + 6436CEBB1574634C3430F1886D5675D6 /* React-jsinspector */, + A3AF933C45EAA8CEBBA92E2F333A4D6F /* react-native-document-picker */, + E67AB7A6CC35100E215CCD34A49420AC /* react-native-keyboard-input */, + 7A70A27BC7CC7D46CD64D4DB06D8736C /* react-native-keyboard-tracking-view */, + 6C87C2E329F5FCF0BD1292E8D9CD4D2A /* react-native-notifications */, + 4D3A3669E64A637769B46C52BC62D360 /* react-native-orientation-locker */, + 6B5B01ACDDF968C75683B0D44026CBD5 /* react-native-splash-screen */, + 7C65805F2EBAAB57266A3FA9EA2C7F8C /* react-native-video */, + CECAF309E46DCE0CCD918E63CB234E65 /* react-native-webview */, + 4D14699D15A14471A83731EE849FCA51 /* React-RCTActionSheet */, + A6EAE0B42F0EE0A069108ADE92769D32 /* React-RCTAnimation */, + C767801219B187F179586D208E91101E /* React-RCTBlob */, + 233714E1E4D1A5B73A1D8F551114452F /* React-RCTImage */, + 0298D00A301A07D548266184AC5555F8 /* React-RCTLinking */, + F9DE7B4B4D989BC294C0BACE9B62E407 /* React-RCTNetwork */, + EE0ABC1A01793445C5A4D5C19BB640B3 /* React-RCTSettings */, + 460524064A14560E19224A88DA1875C5 /* React-RCTText */, + 7153BF76749455750A5C881383F94FF9 /* React-RCTVibration */, + E480C625D99C279C71F48F530B37C086 /* React-RCTWebSocket */, + 6DCDAC8931150491E0875EB0AA8C4D28 /* rn-extensions-share */, + A66A5CF917C13BC4E4FAF68F444F7294 /* rn-fetch-blob */, + D5961B33C67BC57C09EC3E7D6F7A18EF /* RNAudio */, + 02EC74ED5610BA4357168A17DDD136C8 /* RNDeviceInfo */, + FA3359E853AF5C579E269958351E0A37 /* RNFastImage */, + F095D49BA0E2E81FEC6AF0562C3F23C9 /* RNFirebase */, + 26A12BA942DA01127E7A0FE1AFDF3DAD /* RNGestureHandler */, + 69705B943E2471398A372612AD2E2BEF /* RNImageCropPicker */, + D7263477F27340F49AA0C92CD5754D3C /* RNLocalize */, + 518F5436DEB6B3D60CBC1E05AF2EE85D /* RNReanimated */, + 30EF7FCCAC7813468A5E92905BF8F47E /* RNScreens */, + 4167B752B5E76BD2D535502EEFE5B14B /* RNUserDefaults */, + EDAF07277778E24980592E4E02385202 /* RNVectorIcons */, + CC219E38C9E25EBDD126470B42777780 /* UMBarCodeScannerInterface */, + 476B3FA7B2447C2AB7BACEBAD5EE5C85 /* UMCameraInterface */, + BEBAD5EC68CE3F3B20DE170548F88B4E /* UMConstantsInterface */, + 60D1617FAA655ECB4ED8402B76848899 /* UMCore */, + AFF6FB482D20D5F88BD3A85704D7BD2B /* UMFaceDetectorInterface */, + BCFEF39C770EAC7835AB3CA55A5FB0DC /* UMFileSystemInterface */, + 847B534A9B879004300B4BDD2F0CF24E /* UMFontInterface */, + 69C25EEA06D8FD3C09A21A4FBD0CD3C9 /* UMImageLoaderInterface */, + BDEF39F8D2713CE7FE4F2E7C83F9A906 /* UMPermissionsInterface */, + 2ECC7CB0A4A7CF1EEC5F569FFE643773 /* UMReactNativeAdapter */, + A297193B4C7D4126B3B62A661B65D246 /* UMSensorsInterface */, + 89510757278F0517B5FD71D9783F6978 /* UMTaskManagerInterface */, + A29AE195165176CB5B1A1C71D0A86E78 /* yoga */, ); - name = Pod; + name = "Development Pods"; sourceTree = ""; }; - B4C04E05440FDFAD944886E216ACCCE8 /* Pod */ = { + B3B7B5436658D2446E8B24F755CB699F /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - 21B57223C05796369D9148E729A427F7 /* EXWebBrowser.podspec */, + 179EB6AC99D9845A20E09438AA0BB056 /* UMNativeModulesProxy.h */, + 7E9C57EE31A090A38646426601FF940F /* UMNativeModulesProxy.m */, ); - name = Pod; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - B5EDB172C12BD81895B0EE6626729A58 /* Support Files */ = { + B61CA8AE52135C5527ED353B6C83E351 /* EXAV */ = { isa = PBXGroup; children = ( - 27021257B133713DBC825DA9FC5A874C /* React-RCTSettings.xcconfig */, - 5E4B89F2C1EBDF5553E50F76A5146362 /* React-RCTSettings-dummy.m */, - CEE81E2B67779E326DB46C9D57664820 /* React-RCTSettings-prefix.pch */, + AA880DC9A74AD7294E61A963A5AC3FB9 /* EXAudioSessionManager.h */, + 16E42C90957C642569CA27A8CA216BDC /* EXAudioSessionManager.m */, + 90EA21D9A7CE1DA4E43A0FB6D6DF7CF4 /* EXAV.h */, + 1101F821CF61744200A4DB0357CA4BF1 /* EXAV.m */, + AC8574D2A3D75469DDAED339C0A30ADD /* EXAVObject.h */, + 22B5599A77C8713D068119E2AD306F5E /* EXAVPlayerData.h */, + B5B28EAD31D95480D49449B63C73C619 /* EXAVPlayerData.m */, + 4D25DB93FFEF41B9BC8DD189602A378D /* Pod */, + 103F3AA515888A5A937F399676E10FF3 /* Support Files */, + C9ACA0A3475C202AB6BE4862E964DF75 /* Video */, + ); + name = EXAV; + path = "../../node_modules/expo-av/ios"; + sourceTree = ""; + }; + B678135F4DE9D642B37DDB4F0F217600 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9976094F79FE282B1400E49BC9A070A8 /* RNReanimated.xcconfig */, + FD1B4F38EEC178941BCD9252C62CC331 /* RNReanimated-dummy.m */, + EC30336D0901837256A2E17901811E8D /* RNReanimated-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; - sourceTree = ""; - }; - B70562B626C218F9E6F92B11033BAC65 /* Core */ = { - isa = PBXGroup; - children = ( - ); - name = Core; - sourceTree = ""; - }; - B7131E2601AA3C5EC2526B3C91F4F02D /* React */ = { - isa = PBXGroup; - children = ( - 4D401A61967D3F53E4A14FAFF4EB7FA4 /* Pod */, - 8AF2DE9CF6F37C01CB93C782E3AB8A69 /* Support Files */, - ); - name = React; - path = "../../node_modules/react-native"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; sourceTree = ""; }; B7C9CCED6A7CE57A864D21CBAF36EDBA /* FirebaseInstanceID */ = { @@ -9065,47 +9231,119 @@ path = FirebaseInstanceID; sourceTree = ""; }; - B80F85D9151943554FC52BD4E2F24E68 /* Source */ = { + B8784B243143736AF3F253DF5107623F /* Pod */ = { isa = PBXGroup; children = ( - 46560C2DEE095F12AB7B8324BC20954E /* KSCrash */, + 13C52AB89AF9764A19C3EA871953E3F6 /* UMConstantsInterface.podspec */, ); - name = Source; - path = Source; + name = Pod; sourceTree = ""; }; - BAB3C5B1F451CAC22310D3EAE01683E8 /* BugsnagReactNative */ = { + B8B71C23E8A46ED8803E12CD0E92A791 /* Support Files */ = { isa = PBXGroup; children = ( - 2C294C94720FDB28AE2100A06AE4B2E8 /* BugsnagReactNative.h */, - A1C3E74314A59BCBC422A740EFCE3C0F /* BugsnagReactNative.m */, - B70562B626C218F9E6F92B11033BAC65 /* Core */, - F14E0BF2D1631D366AEFA0A115DF930F /* Pod */, - E6B8D43F480F8B29C7240BCC70EA5B1E /* Support Files */, - 257FDB12C349BB63A15F0059BE554383 /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - BD56AB6B0CC0771E2C2B9DF41FC06523 /* Support Files */ = { - isa = PBXGroup; - children = ( - 24DD2202B8D525AFF89B67C12845D9C0 /* UMSensorsInterface.xcconfig */, + D0402031B1064C99F79570CA254A8EF4 /* React-Core.xcconfig */, + 9D0D77A238C3D7FD5FE07DB4EC2289B2 /* React-Core-dummy.m */, + 638DDA47530A49EBACC18BEA9B47EBFB /* React-Core-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + path = "../../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; - BE340A563522E0436E71B2A59AB2B464 /* Support Files */ = { + B94856962064D356E4A07AC79701666C /* Support Files */ = { isa = PBXGroup; children = ( - 54811106EB99A7C7883D8D64ECD0972B /* EXConstants.xcconfig */, - 7A29386919AD1B6652A9D8F8C4B6DC91 /* EXConstants-dummy.m */, - 57CF29697A1A4639C1C128170BA5B0F6 /* EXConstants-prefix.pch */, + 4A0C78B3E46CF6595ADB2E7B26CBFDFA /* react-native-notifications.xcconfig */, + E37A0DC57BDF4F7C94CEF9B6998A34C5 /* react-native-notifications-dummy.m */, + B844502AFBAF81F3EF0FB8C6F030BF39 /* react-native-notifications-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; + sourceTree = ""; + }; + BAF1944A925EB4C79B3C3108897342DF /* UMViewManagerAdapter */ = { + isa = PBXGroup; + children = ( + 685D2F93506BF486FF58D64CF23811DC /* UMViewManagerAdapter.h */, + 1C03A9F431B760BC0691A86BAD1CDCA7 /* UMViewManagerAdapter.m */, + ); + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; + sourceTree = ""; + }; + BC0C176A547CE48902CC3C58BC336F13 /* Support Files */ = { + isa = PBXGroup; + children = ( + 58F00C0C05A918B6029299880AE7AD27 /* react-native-webview.xcconfig */, + DC07CB2CD3B3E3E0318700B64C0FC183 /* react-native-webview-dummy.m */, + 062B3C53FF6689E8EA4FAA1DA3C2265F /* react-native-webview-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; + sourceTree = ""; + }; + BC8AEEF136A77B7EE5F142B005E47014 /* Pod */ = { + isa = PBXGroup; + children = ( + 0AADBA95D902260CBDEAA00AE56F74DA /* React-jsinspector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + BCBB62A4442C48C2822BB61321CD2492 /* Pod */ = { + isa = PBXGroup; + children = ( + EEB3BA58EADFBED59A12FCC247C28342 /* LICENSE */, + 05A1AC975FE901CC6487620750E39771 /* README.md */, + B7A9F45E465F449339B656011BBFA8DA /* RNScreens.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + BCFEF39C770EAC7835AB3CA55A5FB0DC /* UMFileSystemInterface */ = { + isa = PBXGroup; + children = ( + A82077F06D9FEA8D87857320F77FDF10 /* UMFilePermissionModuleInterface.h */, + C281F7D4F2BB2FA9959EC021BA991056 /* UMFileSystemInterface.h */, + 894348D038FA243373602CB40DB45F02 /* Pod */, + 38E64F45A5D0FE3EAAD4AA51F68EFDBD /* Support Files */, + ); + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; + sourceTree = ""; + }; + BDEF39F8D2713CE7FE4F2E7C83F9A906 /* UMPermissionsInterface */ = { + isa = PBXGroup; + children = ( + 336A830BAA09542847DAA924CAFF0D69 /* UMPermissionsInterface.h */, + 01632663BDB3D3E5C36B691F600BB5F4 /* UMUserNotificationCenterProxyInterface.h */, + 2FB81B33BF0CABDF7EFD606352F505B1 /* Pod */, + 8851A4D11B15C4084AE36E7A0585C3FF /* Support Files */, + ); + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; + sourceTree = ""; + }; + BEBAD5EC68CE3F3B20DE170548F88B4E /* UMConstantsInterface */ = { + isa = PBXGroup; + children = ( + 0F6753181B525EB9A711CAB2D9FCD2C8 /* UMConstantsInterface.h */, + B8784B243143736AF3F253DF5107623F /* Pod */, + 37F68D251B50997347DD325AB121F21A /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + BED7E9978141E1F07609765FE49869D3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3C7C6BDF60D82BDC5060A25807102361 /* EXAppLoaderProvider.xcconfig */, + EF778981FFE0DA66979670C23C83C537 /* EXAppLoaderProvider-dummy.m */, + 13485A1420CEBABDEF87FF98BA291515 /* EXAppLoaderProvider-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; sourceTree = ""; }; BF029808E8F4F57A81C9FDDC7CAFC4DC /* Support Files */ = { @@ -9117,12 +9355,20 @@ path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - BFAEB574EB21C77F4D86B8CF37962987 /* Pod */ = { + BF97EDD7A1A0DF89EA3619DE0F681EF7 /* LNInterpolation */ = { isa = PBXGroup; children = ( - 3CCE11A8713B47C9551030533A614057 /* UMFileSystemInterface.podspec */, + E01FD4D9111FC2E7432A09ECB2E64D21 /* Color+Interpolation.h */, + 152D3DC7453027190A71296EA1AB68A6 /* Color+Interpolation.m */, + 9D547958158279A8F89189F67B3CD2DA /* LNAnimator.h */, + ADC0B6D1BA287AFDA8F14507C169B0B2 /* LNAnimator.m */, + 08AFDF066945DA8838B5EFE27E7EAD8A /* LNInterpolable.h */, + 24F0688E76F8CE63867B6E003AAF9C17 /* LNInterpolable.m */, + D16C19D8D595AA60EADC2F3DE20091FC /* LNInterpolation.h */, + EB1F8EC3A5D27D4FCD6A47F172FED4B5 /* NSValue+Interpolation.h */, ); - name = Pod; + name = LNInterpolation; + path = lib/ios/LNInterpolation; sourceTree = ""; }; BFBC7846FAD13AB65223954015050DCB /* SDWebImage */ = { @@ -9135,40 +9381,120 @@ path = SDWebImage; sourceTree = ""; }; - C12DEDEB78CFF86E3712719CFC28F179 /* RNFetchBlob */ = { + C003B8AFC303939D6FD1D019B04481F2 /* Nodes */ = { isa = PBXGroup; children = ( - 922CB3A92ED012B28CB59D97CD3ECCDA /* RNFetchBlob.h */, - BC99BC7871D50C3DD7CA50286AE1E0E4 /* RNFetchBlob.m */, + 048A577A0723C603ED72D339619B7296 /* REAAlwaysNode.h */, + F2C41A1E2CF0E3D12077A942BEF0A145 /* REAAlwaysNode.m */, + C007192092904FB1ACD62272D69FACBD /* REABezierNode.h */, + 0508764D7D2346B21F8728546B7BB613 /* REABezierNode.m */, + 61E8398558DF8E66A81DD87457C70837 /* REABlockNode.h */, + 6E50879EC7C3F1F7FFC6185A1E916943 /* REABlockNode.m */, + EB2A3ABB23EFD25C6C74110AF245896C /* REAClockNodes.h */, + 07C27023E3AB825E4FAD443E48B26EA1 /* REAClockNodes.m */, + 264B12CE72B47A3F5D1DAA7196FFF3DF /* REAConcatNode.h */, + 5E5467D7BCCF311BB4A224209BA7E09E /* REAConcatNode.m */, + D190D31B14FD951BA15297B0D3AACA72 /* REACondNode.h */, + 84FD9DC5447947C28CD53194781E7B7B /* REACondNode.m */, + A5A42C19E8E604BE665BD2017DDA5FAC /* READebugNode.h */, + 5850A15810483577C53457225F1380BF /* READebugNode.m */, + 0525587614467D4886BF29CFE93EC098 /* REAEventNode.h */, + 95A71A71C6F43A53AF9A75DD6BB91525 /* REAEventNode.m */, + E4544F205C86B0926FFD1E6B5E05A845 /* REAJSCallNode.h */, + CA964FD6602182EEBBB434BA51680022 /* REAJSCallNode.m */, + 9326D843F044A73B4F4C40466152EA88 /* REANode.h */, + 64F2E8354B6F157EF566BC26CF20E8C6 /* REANode.m */, + E457CE62008ACE3541F3508A27A6E475 /* REAOperatorNode.h */, + AB3D2AD3D2C7A919B95E2357D6C3CA6D /* REAOperatorNode.m */, + 224C3834204F5B0B164479D2809BAF94 /* REAPropsNode.h */, + DCA45A91790BF0182F8917E0BAD5D661 /* REAPropsNode.m */, + A2D5AF41433ED9E17A279225B083267C /* REASetNode.h */, + 1CABCA3BFC9F684BF7080CFA2F009436 /* REASetNode.m */, + 4F77314C81AC0BA9E18A0B1546F15731 /* REAStyleNode.h */, + C50A2FE4BD8E512C2A84F91F0E4264B2 /* REAStyleNode.m */, + 6BEF26167C38DEC771897ECAF276642F /* REATransformNode.h */, + 0D7E6952FB46C9DB474F588F5F7B0595 /* REATransformNode.m */, + A29F3106F10101D76DA2BB5981A60D4F /* REAValueNode.h */, + 42B2F78E32173EB10B62E0127FFB84AE /* REAValueNode.m */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = Nodes; + path = ios/Nodes; sourceTree = ""; }; - C17EC9C238095A68E4E3971D97382494 /* Pod */ = { + C07F0947DBF8779067AE6875079F9965 /* TextInput */ = { isa = PBXGroup; children = ( - 4AC0F72BC153426290FA4E66BD95DA65 /* README.md */, - 81266168668EA4EBE1440A14F522A511 /* RNLocalize.podspec */, + 4A2D69792FF42890F2D705BCCF04E5BC /* RCTBackedTextInputDelegate.h */, + F1B5AF9C5E495ED5BF9F13C75ADDFF24 /* RCTBackedTextInputDelegateAdapter.h */, + C7FAD523E57179C3E798757DDA557634 /* RCTBackedTextInputDelegateAdapter.m */, + CA7AD40B4B8B9D5936FEE41395912DA2 /* RCTBackedTextInputViewProtocol.h */, + 7A9DCABD9312634F018F336974A0D2BE /* RCTBaseTextInputShadowView.h */, + B4B68D4300B349A246279B672CC471ED /* RCTBaseTextInputShadowView.m */, + B08994E07E48B6ECD472247F10CEF992 /* RCTBaseTextInputView.h */, + 451445F6F812B0F252951A9049BE2C3A /* RCTBaseTextInputView.m */, + 5295B9A58751574BB70E90A70C72EF7D /* RCTBaseTextInputViewManager.h */, + 16691183934C8781EBFA3CF3CA4C6FF6 /* RCTBaseTextInputViewManager.m */, + AF405762F83466ABEA82351F01EFA8BA /* RCTInputAccessoryShadowView.h */, + 2EBEA1E1FD0EFE05CB7C8B40070CD0A5 /* RCTInputAccessoryShadowView.m */, + 58CE3499647F53AD629952FE58F3FF88 /* RCTInputAccessoryView.h */, + 965B4670876EA166EE453E61AF20E036 /* RCTInputAccessoryView.m */, + DE1D247ABF0D3CDB159FF018BEAA4B29 /* RCTInputAccessoryViewContent.h */, + ACA391A8D309A3FB4BEA2C5EEB108159 /* RCTInputAccessoryViewContent.m */, + 8398BACB06FF8129CA7CFE4E1F300710 /* RCTInputAccessoryViewManager.h */, + 6EAFA7C90F823F49C5CF61D2C0DF7563 /* RCTInputAccessoryViewManager.m */, + 925D8FBCD46C76FD4EB4B959F6BCEA74 /* RCTTextSelection.h */, + F258626CF4EB6F19FBF2196D34E9D42D /* RCTTextSelection.m */, + A46BF40FB20FAFB215AFC96E62CE6AEF /* Multiline */, + C3230F55BDB19459BD0E4F31C79E8972 /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; + C0B6473EA2946CFD45E0BD66E918AAAD /* notifications */ = { + isa = PBXGroup; + children = ( + 938E6A45BE5DB23FDA166FC2C70ECC43 /* RNFirebaseNotifications.h */, + CB21A260179650BC7ADAA835D1D2F853 /* RNFirebaseNotifications.m */, + ); + name = notifications; + path = RNFirebase/notifications; + sourceTree = ""; + }; + C2174AEFD197F85B6FCA9F3FE88E3E71 /* React-DevSupport */ = { + isa = PBXGroup; + children = ( + 272B2BF927F06A8728C11D0DC67982C7 /* DevSupport */, + 481AF83E56F058CE87E4F04BAB208737 /* Inspector */, + EA7A3B87DC2A5F9AC4A5A9A78B2F98A7 /* Pod */, + D85EF0AC9B56FB31DFC752BC1460CC9D /* Support Files */, + ); + name = "React-DevSupport"; + path = "../../node_modules/react-native/React"; + sourceTree = ""; + }; + C3230F55BDB19459BD0E4F31C79E8972 /* Singleline */ = { + isa = PBXGroup; + children = ( + 109BE94C1BBCC75BDA3C57BAECBF439E /* RCTSinglelineTextInputView.h */, + CAC651B4D9CC89E22AF1452F47F5A92A /* RCTSinglelineTextInputView.m */, + B28A0E1317940C984CFA61B0E2251C55 /* RCTSinglelineTextInputViewManager.h */, + 62E36B8112FE65AFBCD3AD7AE511B69B /* RCTSinglelineTextInputViewManager.m */, + D15E2CCA95D0AAD2E077DF8E08D293A9 /* RCTUITextField.h */, + D0C327920C8434FEAAF7701E01E0DDAF /* RCTUITextField.m */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + C45981FB0A59F2344C19F37BE0DBDA77 /* Pod */ = { + isa = PBXGroup; + children = ( + FC833F4A0A74AA06D066575C97572A46 /* React-RCTLinking.podspec */, ); name = Pod; sourceTree = ""; }; - C3F2345E7271C1AA95C36D2182CCB1E1 /* UMTaskManagerInterface */ = { - isa = PBXGroup; - children = ( - F82953191CE4B2A2B0BCDE1FF9361D14 /* UMTaskConsumerInterface.h */, - 9ABA52A752ED9E47D3287FEF777D8C65 /* UMTaskInterface.h */, - 1CAB32C4B27853971A0240BB6D9BA17E /* UMTaskLaunchReason.h */, - D72DC300D81C063860DEABC4CA4D6762 /* UMTaskManagerInterface.h */, - CAB4DFF124E06DAA7E8C72313F70CA43 /* UMTaskServiceInterface.h */, - 17E8F6EB5B8D2691A704E767ABBBAB7C /* Pod */, - FA291E3E57255F3843F5B825550ADDF1 /* Support Files */, - ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; - sourceTree = ""; - }; C45B51614DB7073F12F539FA99D85FF7 /* DoubleConversion */ = { isa = PBXGroup; children = ( @@ -9196,53 +9522,52 @@ path = DoubleConversion; sourceTree = ""; }; - C47D2F6BFE979BAF9981FD957E0DFF3E /* Support Files */ = { + C5DF4C07C01E57956AF353143A8D3B7A /* Pod */ = { isa = PBXGroup; children = ( - 2B42F411EAE6816EF069C4783AB0B7D2 /* React-RCTAnimation.xcconfig */, - 518A3D4E214FDEE719518C7CAAC790DA /* React-RCTAnimation-dummy.m */, - 4DFF5CDA064F4FA4EDA85B017D9B24C0 /* React-RCTAnimation-prefix.pch */, + FD6459E237257FA9185880BD8ADDED6B /* LICENSE */, + BADFC3F48BDA52AC652AC2A85C40B26B /* README.md */, + 4E06B99617EA8D0EC065C21617C267EE /* RNGestureHandler.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C6783C78E8D261EFED395DA6911F85DE /* Support Files */ = { + isa = PBXGroup; + children = ( + B7B1D65AF56FE83EF11E8070E2F9ABAB /* React-RCTVibration.xcconfig */, + 839762D24A64E0C9C805783A8B634BFC /* React-RCTVibration-dummy.m */, + 8C0130C3570322F9B54D8484C4434867 /* React-RCTVibration-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; sourceTree = ""; }; - C5B98664CB0C8A4BCA395407739A0B70 /* UIUtils */ = { + C767801219B187F179586D208E91101E /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 097CA428773A9286C47DC3A3529834D7 /* RCTUIUtils.h */, - 5415B6B92738D4783A35FF74B84C0213 /* RCTUIUtils.m */, + 62EA6F93021B118339558829D5E7DF7C /* RCTBlobCollector.h */, + D8FA3D4BE7F6EB064D01989036B4930B /* RCTBlobCollector.mm */, + 6108A6690F18D28672884E623ECDDFF2 /* RCTBlobManager.h */, + 22D9E5169854C38374C5C0D44406B0E6 /* RCTBlobManager.mm */, + 98841B2E3F9D38D48570D075FE0586C2 /* RCTFileReaderModule.h */, + 58A0E82CC084EE9856C57C1BEBAAB495 /* RCTFileReaderModule.m */, + 124FAF7E22CBFC3E82016A14914C1835 /* Pod */, + 1C33E6F0A226656D458B5AD5C90AB5E3 /* Support Files */, ); - name = UIUtils; - path = UIUtils; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - C63F759F6FFF2B5EAA96982A242999BA /* DevSupport */ = { + C7D640959F3D9F481F8B6EBDF4D3BEE4 /* Support Files */ = { isa = PBXGroup; children = ( - ABCDF452AF5833C24BFD34CC60B948D7 /* RCTDevLoadingView.h */, - 68A09101957973F60D522CB2ECFA95DE /* RCTDevLoadingView.m */, - 89A2DF8510E3459E054038F2369AB8B2 /* RCTDevMenu.h */, - 04728A9248C79A860E023B792115D149 /* RCTDevMenu.m */, - 5FE59310AFCAEF3DF136B4FE2BB9613C /* RCTInspectorDevServerHelper.h */, - DF99CB3F992099DDB1B6830002B15BB0 /* RCTInspectorDevServerHelper.mm */, - 7D754EC90E9816902D43305FD3202F0B /* RCTPackagerClient.h */, - 3863E7FC0F882FC7FA322048952E45E8 /* RCTPackagerClient.m */, - 6131EBAD18A3034FB488C049B02CCB42 /* RCTPackagerConnection.h */, - AA87AD6C8BA4A04CADC6AE2752CF977B /* RCTPackagerConnection.mm */, + 5834CE342FC7B5E9505C92502E2B76B9 /* React-jsinspector.xcconfig */, + 51938FA9CAE30CC706F2F5F94B070006 /* React-jsinspector-dummy.m */, + 7E133FC1C6278DBFB32093B8F0665894 /* React-jsinspector-prefix.pch */, ); - name = DevSupport; - path = DevSupport; - sourceTree = ""; - }; - C6FCA3C4E7D00493B406118663D96501 /* UMModuleRegistryProvider */ = { - isa = PBXGroup; - children = ( - 7B726C5FC40C6D602C16D0E5ECE8BE97 /* UMModuleRegistryProvider.h */, - AF724E2EF4E5CA5B00FEC678579788F4 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; C88EDD29BF2A48FD670F2B85B452AB84 /* Pods-RocketChatRN */ = { @@ -9259,15 +9584,12 @@ path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - C8B93E82836F3C1EF93F906AC6CA823A /* Support Files */ = { + C8C2C2CCE1591589949BE616CE020CDF /* Pod */ = { isa = PBXGroup; children = ( - 931A1E41CF9314944250CFEEB2DAA7AB /* RNFirebase.xcconfig */, - 3153ABDFC418EEC0F8F5F515CF93D4DF /* RNFirebase-dummy.m */, - BACD0C6A21A89BDB8450D5DCD182552E /* RNFirebase-prefix.pch */, + 174CB1064262A2D525CEC17B4F31D5B8 /* EXFileSystem.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + name = Pod; sourceTree = ""; }; C93C48C85E29E96AB409BA26CAC5B86F /* Support Files */ = { @@ -9279,146 +9601,91 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - C991E3CD2CAC5DA9C1B7DBF9764D8962 /* Pod */ = { + C94FBCE7564B5445F472F1C0ABDDBE6F /* Pod */ = { isa = PBXGroup; children = ( - 4D19ED6B286CFD0CF6420A51C21EF1B0 /* UMFaceDetectorInterface.podspec */, + 840349919279E072F685C2937D73E408 /* LICENSE */, + 55798DD1731FD79A8E574108EABAD56B /* README.md */, + 986B9D24EBB0B8F62B3EB6F69C6D0B52 /* rn-extensions-share.podspec */, ); name = Pod; sourceTree = ""; }; - C9ACD9765D670931217D03C3C5EEC36B /* Nodes */ = { + C9ACA0A3475C202AB6BE4862E964DF75 /* Video */ = { isa = PBXGroup; children = ( - FBF311D1E776DB95F9EC6C9DCD761917 /* RCTAdditionAnimatedNode.h */, - C428FB1BD5921528AEEE94E23C3D4337 /* RCTAdditionAnimatedNode.m */, - AAE84263A81835EDB489F1AAA826F19B /* RCTAnimatedNode.h */, - 5F64DBC99F9E7929B1BECD41274C1FBE /* RCTAnimatedNode.m */, - 3A1A1DBA122182F0898B0A20D4EF78C2 /* RCTDiffClampAnimatedNode.h */, - 8335B9FB2E3EDB9344977216AE969732 /* RCTDiffClampAnimatedNode.m */, - C89651C0414B0B9C93D17D7E13856B8E /* RCTDivisionAnimatedNode.h */, - C564FE0EE99347D44D3C1335D519CB1D /* RCTDivisionAnimatedNode.m */, - 48B05EB643E82025C869218122AFBBA2 /* RCTInterpolationAnimatedNode.h */, - 5AE4E4157527C1E5C553A3EE7A85A35C /* RCTInterpolationAnimatedNode.m */, - BBA43AF8C8101A437C46A0134308DC42 /* RCTModuloAnimatedNode.h */, - DDF8B3978AC890633CA4555F958A7428 /* RCTModuloAnimatedNode.m */, - E0991722297F991AB656155766B18B9A /* RCTMultiplicationAnimatedNode.h */, - 85B49AA8846547A00B1B65C2D1342083 /* RCTMultiplicationAnimatedNode.m */, - BFEFF5BEA9680BAB44E7209430353A17 /* RCTPropsAnimatedNode.h */, - 8F589DCFB5BBD63C71991478EA159FAA /* RCTPropsAnimatedNode.m */, - D51A350E61DE185BAE7F14921DA5F91C /* RCTStyleAnimatedNode.h */, - 3FE668674AB61B3733F073D4340D5B4C /* RCTStyleAnimatedNode.m */, - 1BD3A2ECCE79EF2B8F13D4BEC9FB40B6 /* RCTSubtractionAnimatedNode.h */, - 67CA2919E9A8743F4103C0F145CDD9AE /* RCTSubtractionAnimatedNode.m */, - 9237E682117FE57402C39484E7FD78B7 /* RCTTrackingAnimatedNode.h */, - FB79BF7563439FCB5D77BE1F8E848674 /* RCTTrackingAnimatedNode.m */, - A9225D7F111BAB3D8B6E9D339AB7BD19 /* RCTTransformAnimatedNode.h */, - C5A617A5FBE96FF15BF9C89FE95FC04B /* RCTTransformAnimatedNode.m */, - 8C3CF8EB5AE576384F0867E50B3D357D /* RCTValueAnimatedNode.h */, - 41F8DAA5500C46D4875408CD0071773B /* RCTValueAnimatedNode.m */, - ); - name = Nodes; - path = Nodes; - sourceTree = ""; - }; - CB74AFBBB0F2628BFB071D52F0AAF0EF /* Support Files */ = { - isa = PBXGroup; - children = ( - A2972224D2130F79FE133395CC3C6267 /* React-jsi.xcconfig */, - 45E5944D663A9B6255497EF1DE9681A2 /* React-jsi-dummy.m */, - 866075975D2AF5294D355B5A89386F8C /* React-jsi-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; - sourceTree = ""; - }; - CD4B3B51CC47B8ECB845BA0646D0960F /* Pod */ = { - isa = PBXGroup; - children = ( - 6D54F0FD48994D0F887A806917DA24FE /* LICENSE */, - 223E73F957F4D70F1BEFD0A8902A513B /* React-fishhook.podspec */, - 2E380D10E23370E4D1EC451C41310045 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - CD82F5DBF6B21B53176CB552EEAAAB68 /* Video */ = { - isa = PBXGroup; - children = ( - C5DC15AB56DC5ACC2D62D68A784446A1 /* EXVideoManager.h */, - 20A1B83C6840088447AD2FE050243E79 /* EXVideoManager.m */, - A01B9D45AB28D2D8B1166C358B2E1B00 /* EXVideoPlayerViewController.h */, - B58D1FB3AC97F79F880BF9EEC8161926 /* EXVideoPlayerViewController.m */, - F099E2D7BB119CF454555AF964A10CB9 /* EXVideoPlayerViewControllerDelegate.h */, - A387853801C3B8BD21B27217DF4D737E /* EXVideoView.h */, - 856B9F607A92FF668D4D403689E89D53 /* EXVideoView.m */, + 531A6F9842D2824BF778FE9E51659A86 /* EXVideoManager.h */, + 6A0D66B1B46C8ECEB3FCADA65987B1D2 /* EXVideoManager.m */, + 3A54C81CAB26E42C5DE79CB29DA3D6A5 /* EXVideoPlayerViewController.h */, + 0CDBD2F5F9E0B75616C7EE9B5AB23223 /* EXVideoPlayerViewController.m */, + E4D9E52076AD7B2DC970868E6C33981A /* EXVideoPlayerViewControllerDelegate.h */, + 8EB976C7BCB8C09977BCC25F6951B016 /* EXVideoView.h */, + 1AF11D8AEC9476E227396E9AC12A8206 /* EXVideoView.m */, ); name = Video; path = EXAV/Video; sourceTree = ""; }; - CE20EF62BA9F97AE1CB661FA3E595FE0 /* Pod */ = { + CB6190D8E396DA205EE1A405D0217DC8 /* Pod */ = { isa = PBXGroup; children = ( - A8ABCAFC207CCE1120B20734B85140E8 /* LICENSE */, - 0B48F586A47B54565B584F59961DBDAD /* README.md */, - 413005212D27C6011BBFE9C8E4A2D46F /* RNAudio.podspec */, + FB40CF9F0CD78E6BF86FFF816B117231 /* React-RCTSettings.podspec */, ); name = Pod; sourceTree = ""; }; - CE3B7017094728710004967B305352D1 /* React-RCTWebSocket */ = { + CC219E38C9E25EBDD126470B42777780 /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 6644CCDD548545A4579A6A91E7F29A21 /* RCTReconnectingWebSocket.h */, - FDFC0E3EA1684FBDF62899CC09E6B235 /* RCTReconnectingWebSocket.m */, - 96F3FDCE1BA2A8891EFD70ACBC901137 /* RCTSRWebSocket.h */, - D6B0BB8F5AF2DA37FF708002C3C5175F /* RCTSRWebSocket.m */, - DC4ACE10252DA0BC05C6BC81324CC2D0 /* RCTWebSocketExecutor.h */, - 9CCF4A6A7EF392BF83131B4E9A2DCCD8 /* RCTWebSocketExecutor.m */, - CE8DA75FC5B0A2CB88295132B00A3D9B /* RCTWebSocketModule.h */, - 6FBFF355A9F9B2D13387AF0618209D8F /* RCTWebSocketModule.m */, - 39A9272DF3293565F19FFAEA71D7E2EF /* Pod */, - 5EBC7E87E19768D8D3EADB9CD56F5262 /* Support Files */, + 0C4C7B9765F586F44212770450DA9100 /* UMBarCodeScannerInterface.h */, + 7631A6D851F530E8576898E6C14E8FA8 /* UMBarCodeScannerProviderInterface.h */, + 2AAF7E2706E99F143AC7212CECECC0FE /* Pod */, + 256EE7413AD3ED8965A8B09610A5B185 /* Support Files */, ); - name = "React-RCTWebSocket"; - path = "../../node_modules/react-native/Libraries/WebSocket"; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + sourceTree = ""; + }; + CCFC875E944C4D92073A83CF8F9657AD /* Pod */ = { + isa = PBXGroup; + children = ( + 2CB5075286F0925BA99D5A4DE2ACCB01 /* RNFirebase.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + CECAF309E46DCE0CCD918E63CB234E65 /* react-native-webview */ = { + isa = PBXGroup; + children = ( + 6324A968D58D75A2D1E066A54D856EB8 /* RNCUIWebView.h */, + 35934EA1B8C2D5F61A04A2791555C29D /* RNCUIWebView.m */, + 4B84EA727D8775648964F01157C2E6B7 /* RNCUIWebViewManager.h */, + E84BFE4B452FF25E602D8C8E3A3C4165 /* RNCUIWebViewManager.m */, + BD28AD6D4E1B4CD3A9A87E9E1C6EB5ED /* RNCWKProcessPoolManager.h */, + 8F0E6B45065F58CC3946608E7D8515A6 /* RNCWKProcessPoolManager.m */, + 57A6EBC0F9A2B3B8D8234BE2605E7A3D /* RNCWKWebView.h */, + 668F3440AAA3FC0DF440BE2BB2EEEF5C /* RNCWKWebView.m */, + 3B61C8EE67FD0BD9D5F07DB4B54D3D91 /* RNCWKWebViewManager.h */, + CBA39AF0E38A9A1A1C1C115C93E1A474 /* RNCWKWebViewManager.m */, + 9ADC3242346602FCB2840AC905D3C12E /* Pod */, + BC0C176A547CE48902CC3C58BC336F13 /* Support Files */, + ); + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 51FE3DF8EDA7DF212FE52D0B525B6852 /* Development Pods */, + B392A0839D0B15F7E86311F2747F4EDF /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, 213AFE9404FE5D430C49447BE067B4EA /* Pods */, - 99E4A7BF793C6E95AF7129A940239CFF /* Products */, + 4772533AF288BC2913034CD3EC62FDFC /* Products */, 06D60C769F7D115AFAD59B48B3198638 /* Targets Support Files */, ); sourceTree = ""; }; - CF8CC77B61B2723D594CB384F2D2F044 /* Support Files */ = { - isa = PBXGroup; - children = ( - 446BC9F8022E9338DE5AEA7101664A3C /* react-native-keyboard-tracking-view.xcconfig */, - 7747A006E6EB5F87CB494D66AAA0ECEC /* react-native-keyboard-tracking-view-dummy.m */, - DF13F37EA904E913901F3812B8DC0532 /* react-native-keyboard-tracking-view-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; - sourceTree = ""; - }; - CFB857400A45FB09729E67B6581062EA /* UMCameraInterface */ = { - isa = PBXGroup; - children = ( - B2C8F40C004BBA1977BD155340B83F56 /* UMCameraInterface.h */, - 70B12498442D49F1222F50500E4C42A8 /* Pod */, - E704BFB0F272E19DE9722021594884B3 /* Support Files */, - ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; - sourceTree = ""; - }; CFCEAD6BC614947662052BC09E453134 /* Support Files */ = { isa = PBXGroup; children = ( @@ -9430,18 +9697,6 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - CFFC90ADC206FF34CFBDDAC90CD6D17C /* UMPermissionsInterface */ = { - isa = PBXGroup; - children = ( - AAAAE4A29D34DB36AF4E452C8E914303 /* UMPermissionsInterface.h */, - C8430E857A896085E7807C41CE23B77C /* UMUserNotificationCenterProxyInterface.h */, - FEB4FDE647015D6B7AA4B626A0F5C5E7 /* Pod */, - 6BCECA005F0986B9BA68AA0162179C63 /* Support Files */, - ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; - sourceTree = ""; - }; D0DA50357FC0A0D4EBA025540F1C651F /* webp */ = { isa = PBXGroup; children = ( @@ -9456,73 +9711,107 @@ name = webp; sourceTree = ""; }; - D11CF3368991FCC68E8B976C6E556B76 /* links */ = { + D1797F192437FC2D2C48AE5F4E2C19C8 /* Source */ = { isa = PBXGroup; children = ( - 8D509108D4F4B446CC04E46F7E7A7377 /* RNFirebaseLinks.h */, - 050AB614C45E489CF96503ACCD020131 /* RNFirebaseLinks.m */, + 856E3F4714C0B107EDFEE7203FB1E4CD /* BSG_KSCrashReportWriter.h */, + 6A2408524A78B36BF52250F82EFAEEA3 /* BSGConnectivity.h */, + 8DC3108151A608EF6764A5069E0330EC /* BSGConnectivity.m */, + 0638788E5C6B578C970119A2426FD3DC /* BSGOutOfMemoryWatchdog.h */, + 0FA8A6DD45DBE22AD6929202C88040C7 /* BSGOutOfMemoryWatchdog.m */, + 78767901F3207E42CCE805D13E347569 /* BSGSerialization.h */, + 89C8105FD0FD35D368D82005FC471BE1 /* BSGSerialization.m */, + F12A781464B2E7A7092DC6D3B71471D9 /* Bugsnag.h */, + 838DACCF3E92CB9BCDFFA065A2F311C6 /* Bugsnag.m */, + CC583D4295A6178B75E74242B63EF7FA /* BugsnagApiClient.h */, + C0E78FD83444CC907ECC131EA1E7523F /* BugsnagApiClient.m */, + 7A53B2BE525AC5708103801D5FF6E70C /* BugsnagBreadcrumb.h */, + DB561BCD4C55FFA84C37FED6DD04B8FE /* BugsnagBreadcrumb.m */, + BC33AABD8CBAA024E80A57C1ABE6935D /* BugsnagCollections.h */, + E10AE0627FF6A389999E8E7B922D181A /* BugsnagCollections.m */, + 83310C09BD22739E1B82B09D05449AC9 /* BugsnagConfiguration.h */, + FDC2BF3DCD5FAACEAE5D507EB8D7DDBC /* BugsnagConfiguration.m */, + 57F121574CE8473F0ED947F8D39C7549 /* BugsnagCrashReport.h */, + 40AC767EB99875220961BF054EB69655 /* BugsnagCrashReport.m */, + 6EB1C3A04605BFEDB9B8B6412EBF5BD8 /* BugsnagCrashSentry.h */, + F58C77B4F466702FC6FFEA3FEF35BE80 /* BugsnagCrashSentry.m */, + B4F98B6B3830F40D6D479B29FBDEEA46 /* BugsnagErrorReportApiClient.h */, + 4C1E633E1ED879F88E37B60029711CE3 /* BugsnagErrorReportApiClient.m */, + 277FA38B22F5A90893B4BD9D6E279AD7 /* BugsnagFileStore.h */, + 987B0FDBABD37A39C5784F0E4A7F6ED7 /* BugsnagFileStore.m */, + F2F3BDACE0A71A06B78926886C491050 /* BugsnagHandledState.h */, + F5A034ADA87A8E6B4A912CCA30AE9670 /* BugsnagHandledState.m */, + 697915D9119B1AD6A48C69DF5785666A /* BugsnagKeys.h */, + 2818E53B68F65C6D25ED19C083ACADE8 /* BugsnagKSCrashSysInfoParser.h */, + 43F6973241754EDA9F7B13206E81A537 /* BugsnagKSCrashSysInfoParser.m */, + 047A8C82C6D7476D084573390EC3B3C0 /* BugsnagLogger.h */, + 5B5E51A44CC7F6BB2EE3DEC4963AE3AB /* BugsnagMetaData.h */, + 300112888EA61122B126A2FEBB75ABD0 /* BugsnagMetaData.m */, + B5B6C5B199FB58B0DFCF4D564BEE111D /* BugsnagNotifier.h */, + 1BC7C1A4460EF66D858A6F00A0F049FE /* BugsnagNotifier.m */, + E98A63FFC94269F1113F35E7AC8B8488 /* BugsnagSession.h */, + F7FF2C85F65DF7A7FC2EF1B6FF4A16ED /* BugsnagSession.m */, + 5125152960AA8F9A82FF265C37646373 /* BugsnagSessionFileStore.h */, + 17F5945C5412F0908DEC55A7D32DF297 /* BugsnagSessionFileStore.m */, + 0107D329D7DEAB4FF82B3E9C4BF1DB2C /* BugsnagSessionTracker.h */, + 78CB16FEDD168D51DE7654B5B7B81A7F /* BugsnagSessionTracker.m */, + ED1445CD02FCC155F10ACE869B629BE9 /* BugsnagSessionTrackingApiClient.h */, + 686561298CF861BB2F982763945AE3CB /* BugsnagSessionTrackingApiClient.m */, + ED868C21E62064890DA23BE180ECC0CD /* BugsnagSessionTrackingPayload.h */, + 3B8B1424AE71D4ED906722DB2C726800 /* BugsnagSessionTrackingPayload.m */, + 58047116512C98FBCA1D06DD8141EBE3 /* BugsnagSink.h */, + C78432E2632C5F8E01B3D42E5FC90F21 /* BugsnagSink.m */, + 09CB6FE48A9B65367E4107DC3F91AB4C /* BugsnagUser.h */, + EEDEFB447C00EDAB36DEACB0E8493346 /* BugsnagUser.m */, + 3F7699C8E1B1BAFE8573CB1EED91DA29 /* Private.h */, + 99927A2A1664761323B4C26A7FDCB5F7 /* KSCrash */, ); - name = links; - path = RNFirebase/links; + name = Source; + path = Source; sourceTree = ""; }; - D1ADF85216E0DF67300892B67F4E6A93 /* React-jsinspector */ = { + D25202B009549F306D451D234AC96F40 /* Support Files */ = { isa = PBXGroup; children = ( - 43CE6FE881FB870D2E73185963CE9AAA /* InspectorInterfaces.cpp */, - 9EB16BC145CA15FEBB171919C6DB9A07 /* InspectorInterfaces.h */, - 241929ED53C830F7B021F8E3BD63D9F0 /* Pod */, - 42A69B19841523B6148FC568A0AADD36 /* Support Files */, + 722C86CE4F820A3504BFF3E5A7780884 /* react-native-video.xcconfig */, + 9551CD311EC4E87D162393C6C6199113 /* react-native-video-dummy.m */, + 18B52BFBEAE815732951435C02C4DC3B /* react-native-video-prefix.pch */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-video"; sourceTree = ""; }; - D22BBFD49AB49C9E61A7EAAE087C8AA3 /* RNGestureHandler */ = { + D34AB3801B8879380A199A1D95B7248C /* Reporting */ = { isa = PBXGroup; children = ( - 047D61DA792737FB89CBE7D4C8C0DAA5 /* RNGestureHandler.h */, - 9D36393A81A4C0A5B3EA6CF5049319A1 /* RNGestureHandler.m */, - 28755DAEE4A4DB23908131C79E5927FA /* RNGestureHandlerButton.h */, - CE93A16A13B66250599961C2961A9D59 /* RNGestureHandlerButton.m */, - 12D55F3902ACF517971541292DAEE91B /* RNGestureHandlerDirection.h */, - 46C24C262EF4E6CD7056C82A9748D12B /* RNGestureHandlerEvents.h */, - EBB0B25F92816F7F0EE48983F0BBE300 /* RNGestureHandlerEvents.m */, - 82DE2E775361451792E59C65F12F28E3 /* RNGestureHandlerManager.h */, - E0E67C6F74C70E7114863937B3FA2C5C /* RNGestureHandlerManager.m */, - 02AFF5C565E58B3DF692352EFF584BFE /* RNGestureHandlerModule.h */, - C84329A4EEE145A05120D84B92BE06D1 /* RNGestureHandlerModule.m */, - FB958FDA842589405EAAA07CF4ACD343 /* RNGestureHandlerRegistry.h */, - A7B288CA2586DD2754D5C3466AE276C0 /* RNGestureHandlerRegistry.m */, - 22888D26130DED8468526027586A74DC /* RNGestureHandlerState.h */, - 523BA9A62CA4C42C492AC7CBECC7A54F /* RNRootViewGestureRecognizer.h */, - FE7E422C753FEE0469718981846E436C /* RNRootViewGestureRecognizer.m */, - FD5E0E8FD83DF4303A8E2D501CB53E01 /* Handlers */, - 2C6AF0FD231842CFFD0E329C88D2D87F /* Pod */, - F28BD53BEE6C200E60DD2269EB72B4AA /* Support Files */, + 2BB77A48652C46AD238979694C142C20 /* Filters */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = Reporting; + path = Reporting; sourceTree = ""; }; - D43405A57E165212E169DBC48DD64129 /* Filters */ = { + D5961B33C67BC57C09EC3E7D6F7A18EF /* RNAudio */ = { isa = PBXGroup; children = ( - C1E8B3F4894A2B624F7CA4D668720ED7 /* BSG_KSCrashReportFilter.h */, - 9AB937414925E2706109A56FA11FE4A4 /* BSG_KSCrashReportFilterCompletion.h */, + 2231DD70D50462F8BBD27D679C5964DA /* AudioRecorderManager.h */, + AC3E20455A1904B70D1AF3A40F0B91FD /* AudioRecorderManager.m */, + E2418B45C648CC17F9CE8BE5C955904A /* Pod */, + 4D1ECE3CB776F41C963B282C910363D7 /* Support Files */, ); - name = Filters; - path = Filters; + name = RNAudio; + path = "../../node_modules/react-native-audio"; sourceTree = ""; }; - D6CAE7E99CA839E821FD6BACB4EEFCCC /* Pod */ = { + D7263477F27340F49AA0C92CD5754D3C /* RNLocalize */ = { isa = PBXGroup; children = ( - A0D4FBB7A4CB34AEDF89797E1F0B0717 /* LICENSE */, - 5889AA32530B62C092DB5CE422DD277A /* README.md */, - 507F2F54D88C9B38663E68C8A2765DC9 /* RNFastImage.podspec */, + A72C7879DE7E85F0BCDB2A9D304DBFCC /* RNLocalize.h */, + 0BD00141E033C0F979376F94769B717C /* RNLocalize.m */, + 725EE333BAB290B93AB2D1DBE29D6761 /* Pod */, + 28F334B3EBFF8B7C83AE1D7A8B68C8F6 /* Support Files */, ); - name = Pod; + name = RNLocalize; + path = "../../node_modules/react-native-localize"; sourceTree = ""; }; D802B3EFCAE5CE493EA041DD7DDF8A9D /* Support Files */ = { @@ -9536,6 +9825,36 @@ path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; + D8284A9DE45522C7F5A1B65289D68C9E /* Pod */ = { + isa = PBXGroup; + children = ( + 3B57494DCD11ACDCDDD0643850D909CD /* UMImageLoaderInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + D85B81BD5D3599ECCBC1C276906EC70A /* Support Files */ = { + isa = PBXGroup; + children = ( + B51D54DAE1CF75D0B99B064B87E2023C /* React-RCTActionSheet.xcconfig */, + 64665A34166ECA403B193E43544DEFC6 /* React-RCTActionSheet-dummy.m */, + 4BA135795E65AB256C023F8A8929CB13 /* React-RCTActionSheet-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + D85EF0AC9B56FB31DFC752BC1460CC9D /* Support Files */ = { + isa = PBXGroup; + children = ( + 1527A338A2698F5E963AB65C072AE935 /* React-DevSupport.xcconfig */, + CBE358703E1D483ACC6BF5E481F8BBE2 /* React-DevSupport-dummy.m */, + 9ED7B459CCC31A09725D949BF76B8EDE /* React-DevSupport-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/React-DevSupport"; + sourceTree = ""; + }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -9543,125 +9862,173 @@ name = Frameworks; sourceTree = ""; }; - DA0E46ACC2687F3DC10EAF82B7F731B3 /* React-RCTActionSheet */ = { + D96D8C7CDBEFD9DCB864A95DD7B1E74D /* functions */ = { isa = PBXGroup; children = ( - D7F215917091CEF6A68933FC36DC28D7 /* RCTActionSheetManager.h */, - D8701AE0AAE360AE7519835D4353E663 /* RCTActionSheetManager.m */, - 508352597176C26D2769046A787D02FB /* Pod */, - 094D3408266F04EE420915C777B3D86A /* Support Files */, + 0EACDC3F30EB3DC0F9E548536C82131B /* RNFirebaseFunctions.h */, + A68A69DA5350C622E612A05E98457BE0 /* RNFirebaseFunctions.m */, ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = functions; + path = RNFirebase/functions; sourceTree = ""; }; - DABAFEE1EA4CBA9EFC418E7E419EF2A2 /* CxxBridge */ = { + DA6B91361EEB14E7E604F6DF2D93BEF7 /* firestore */ = { isa = PBXGroup; children = ( - 8B8BFBD04D2A047272697F0540C192A9 /* JSCExecutorFactory.h */, - 750DFF208D431F1A8BC6404B1039721F /* JSCExecutorFactory.mm */, - F60C9A8C39894F67671F2E1C4B9C6EB3 /* NSDataBigString.h */, - 8CD51B847E9B8520BA51D83BAEAD6E52 /* NSDataBigString.mm */, - 8E6A5EA6CB66FBA5010CB45ECFEA260F /* RCTCxxBridge.mm */, - 9025594BB2F65E1FCA1266A57EA6C170 /* RCTCxxBridgeDelegate.h */, - 1F6130145C3D79A573DD571B515192C6 /* RCTMessageThread.h */, - 364DA4291C12B9C5FA5A09914882DE1E /* RCTMessageThread.mm */, - 76D4370F6AEE08236D9309AEA8D57442 /* RCTObjcExecutor.h */, - 9D0D010C032F399880E3B9FF09BB390D /* RCTObjcExecutor.mm */, + E1C9BCF483B9695808C0FC93B62F9FBD /* RNFirebaseFirestore.h */, + 1C4D49295A85690F85F623B94C3ED714 /* RNFirebaseFirestore.m */, + E4117FFE3B810DE87F886A837DD90E61 /* RNFirebaseFirestoreCollectionReference.h */, + 65F0321F02514FB73EC4F7B37AAC757E /* RNFirebaseFirestoreCollectionReference.m */, + E71402C24D8BB642C9F603E81A9A77BF /* RNFirebaseFirestoreDocumentReference.h */, + 8D4DECF056C8A718E2E4FF591B539A4B /* RNFirebaseFirestoreDocumentReference.m */, ); - name = CxxBridge; - path = CxxBridge; + name = firestore; + path = RNFirebase/firestore; sourceTree = ""; }; - DB560058166DCCA7B55B93D11D432890 /* react-native-keyboard-input */ = { + DAAC8252CE37F3860CB32994ACB62E63 /* Services */ = { isa = PBXGroup; children = ( - 000BAE891A29CCF0F19FA0CC207F046E /* LNInterpolation */, - 19914EAD9B232A62C5F8D60C3851F94B /* Pod */, - 515474FE69AF1040B70947B639B548BC /* RCTCustomInputController */, - 61A93FC4052B1292F9981B0915FB6FC3 /* Support Files */, + 50324A256431BC59EA4AE7FC2F919554 /* UMLogManager.h */, + F1B6AAB6E49F78914A652F2C63FAB470 /* UMLogManager.m */, ); - name = "react-native-keyboard-input"; - path = "../../node_modules/react-native-keyboard-input"; + name = Services; + path = UMCore/Services; sourceTree = ""; }; - DBDBF9E57C4BC718BF05FE009456D507 /* EXAV */ = { + DAD848053E34C28AEC42EF0B79394A8A /* Base */ = { isa = PBXGroup; children = ( - 3D12552FDEA078082C17BA790AF3C6B6 /* EXAudioSessionManager.h */, - 3DF4A240BE6CF271C0D71FC14FE98C14 /* EXAudioSessionManager.m */, - EA4C55ACADC34854109D7A8B9868B2DD /* EXAV.h */, - E7A68D5FA7F5EC84179394D0BB5A7A2C /* EXAV.m */, - 939FB2B332B51BC00725C7C090BD314F /* EXAVObject.h */, - C3D20A736AA2084001694C9A1B172FF3 /* EXAVPlayerData.h */, - 2AD4CAC17613CBEDE06EB33B10C7E3F0 /* EXAVPlayerData.m */, - E1F2400332A46B993587EE543CC32C7A /* Pod */, - 4FFD3CC0AF8996180A9998479A9AD699 /* Support Files */, - CD82F5DBF6B21B53176CB552EEAAAB68 /* Video */, + 04F61D512C29A4AF5E065012BE25F8FD /* RCTAssert.h */, + EE46009BA8F170A8295D386B08199D9F /* RCTAssert.m */, + 65D8C48DA97DCA94837CDCA24CF8AF26 /* RCTBridge.h */, + DB566CA3DFA79118BC0CA163E7BC48D4 /* RCTBridge.m */, + 199F95E8043ADFE3EEC13C215895BB62 /* RCTBridge+Private.h */, + 9CC84FF4618AD0D21E2E1CCD04C30247 /* RCTBridgeDelegate.h */, + C43F1FB882E93AB14FA3037E4156B500 /* RCTBridgeMethod.h */, + 46C9401ADB5A35672C9D0E37F20A4900 /* RCTBridgeModule.h */, + 8FB1DE2BE7570605A17B663B988FB553 /* RCTBundleURLProvider.h */, + 019134843CE4A8EFCD7E74AEFD590BDE /* RCTBundleURLProvider.m */, + 5E1E24C513059B12ABEBDDB0610EA408 /* RCTComponentEvent.h */, + BCAAB4C5F9417EEFF900C2E05CA21CF8 /* RCTComponentEvent.m */, + 24E99020F7E1C4BD7FBE4070DEE931CB /* RCTConvert.h */, + 69E8D13A8B638CE79932EFC8BAB81669 /* RCTConvert.m */, + 3E27CA2B0F2F603BEA96C79381A1B64E /* RCTCxxConvert.h */, + 558A13FCC0350DA4AFD4558EE26CE594 /* RCTCxxConvert.m */, + FADA690DFDD742274EBFF36F021FA4F8 /* RCTDefines.h */, + 42451A467350D89F6DEE383477AB7377 /* RCTDisplayLink.h */, + 7D13D19C7C0C15794E17EA89C9292DF1 /* RCTDisplayLink.m */, + 636867FF59E1EBBFD5A0212021DBC8F9 /* RCTErrorCustomizer.h */, + 77308DC7DE025FCF86FD6AF9BD558488 /* RCTErrorInfo.h */, + 9670CC313F67304668680A440727C71D /* RCTErrorInfo.m */, + 6B7B1958B9CFC8CF7FC8C0988AE1F736 /* RCTEventDispatcher.h */, + 07A7635E42BC8A987AD1E075F35139DE /* RCTEventDispatcher.m */, + 8DB73879CB21E7A9A69FC595ED4FC2C1 /* RCTFrameUpdate.h */, + 1ADA53F2D7455B5B91719AF3F3E16848 /* RCTFrameUpdate.m */, + C0D4A526B23A24985CF2EC96E3952F26 /* RCTImageSource.h */, + E48F617C9E8CCA9CEBFDE38AA2A0224A /* RCTImageSource.m */, + 4D695FF6F8B7EF4C340E819B8C6FA1CD /* RCTInvalidating.h */, + 4358EC51B9DD64DA176107C2960DA651 /* RCTJavaScriptExecutor.h */, + B4B35676ABB74EC9CAC75E80DE7332EF /* RCTJavaScriptLoader.h */, + 859144731A1BC192B9941AE4437B82A0 /* RCTJavaScriptLoader.mm */, + 11B4D03539544E1A789172C797A46421 /* RCTJSStackFrame.h */, + 65F943A4F55889ABEFE049ACEB28866C /* RCTJSStackFrame.m */, + 963443449316947E67238DE96A046D67 /* RCTKeyCommands.h */, + EBEAE106F23F493BA83F1D9BD405478A /* RCTKeyCommands.m */, + EB25C87DDC8E0A6230FEA16880DD8C68 /* RCTLog.h */, + A98666D0F649DBDB4E433085C29E0A4A /* RCTLog.mm */, + 567C7BB8C31E0C55DCE615975E1ECEC3 /* RCTManagedPointer.h */, + B9689FCC3558919B392D90C32E21FF38 /* RCTManagedPointer.mm */, + 0BAA3038F45DEF260F3711958F4B7BE4 /* RCTModuleData.h */, + BFC6E1A0A0ED701A9C2A382515799A6C /* RCTModuleData.mm */, + 7D9AA39E4DBA840C4894B102BC188A41 /* RCTModuleMethod.h */, + 19842492254507708710AEC41300667B /* RCTModuleMethod.mm */, + 67003287C0441A5CA7DC4739DB8572BE /* RCTMultipartDataTask.h */, + 2DA0EF7C869184AFEF0EC659C4829060 /* RCTMultipartDataTask.m */, + 6749DC97883A3808DC38CE30DD2D6C35 /* RCTMultipartStreamReader.h */, + 8AA6492C83EC9008E614E23E67893DE8 /* RCTMultipartStreamReader.m */, + 78FEFF5194337214BD693F7FC72778F8 /* RCTNullability.h */, + 1DAAE9F06AE114096389678E585D5883 /* RCTParserUtils.h */, + A9FE817A32EF0DAA69FE6A0FADFD563A /* RCTParserUtils.m */, + 6B6F1A6D4FC6A704D584114A5826841A /* RCTPerformanceLogger.h */, + FF7F0B210A040A57A5C1099802A46F38 /* RCTPerformanceLogger.m */, + 2CE5DA74A041E0ADCD22EE8AA14F2C93 /* RCTPlatform.h */, + F71D3D7FF0FD4B0DCE3871CDAACFB804 /* RCTPlatform.m */, + 10D11FB972F6F0F4D9C372FFCE2AEA62 /* RCTReloadCommand.h */, + C5FD5FFA1F5E9702FFE8C517C5C7C066 /* RCTReloadCommand.m */, + D31D2CAEF3E2DE6CCF3463F80A88D7E2 /* RCTRootContentView.h */, + 82114FB7C668119492B10EE69E0D91A2 /* RCTRootContentView.m */, + 61CD50979B7AF4833B0DFE5593B7AD63 /* RCTRootView.h */, + 12FCA2870E05CC1C3C40EC1A80D4AA7A /* RCTRootView.m */, + F303CB334DC674B2C2396C727B6C54FD /* RCTRootViewDelegate.h */, + 12FF74A57050E47098A6B55FC47BCE1B /* RCTRootViewInternal.h */, + 2CDFFCF5FADB569DC776893B4745A215 /* RCTTouchEvent.h */, + 251C52B81703526961BC005BC490DBD0 /* RCTTouchEvent.m */, + E513491E52D6C38F6FA7C3BEFB73E50F /* RCTTouchHandler.h */, + 8897B78E12754DB26106C6C3CDC00CEE /* RCTTouchHandler.m */, + 855B46ACE940DBE076BB66C0DEE849EF /* RCTURLRequestDelegate.h */, + D571459804A8717736F1CAD8F87C80FA /* RCTURLRequestHandler.h */, + DF7D44E2BF28FFD057AC4D6BE631EEEF /* RCTUtils.h */, + 244E3EF911D2CA98F6D672C9B40190B2 /* RCTUtils.m */, + 9EA96AEDDE8BD41343DD3A697F0F4185 /* RCTVersion.h */, + 8E77A960ACEBBD56FD36561B6B4FA8D7 /* RCTVersion.m */, + 76CBCBFAF2A35482849D0B4403D541E1 /* Surface */, ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; + name = Base; + path = Base; sourceTree = ""; }; - DC178C8A0B1474B444A0B079B00FBE73 /* UMNativeModulesProxy */ = { + DB9C7A40E88C527A93DA79F8A63090A5 /* RNFetchBlob */ = { isa = PBXGroup; children = ( - F184B02522E9D2CD905E74CFB3C84170 /* UMNativeModulesProxy.h */, - 4B10338CF58745DBC7DAB8A64A1E8972 /* UMNativeModulesProxy.m */, + 6624DC9EA0907128DB6635E9CDC4FD29 /* RNFetchBlob.h */, + 5E0A6B263E4B023A200BD3FCB76EEFB8 /* RNFetchBlob.m */, ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; - DC5508A49C2DBFD8E3A2AF724465DAD0 /* Reporting */ = { + DBD9B2BD34F4DFE722D79C074A44FA77 /* Support Files */ = { isa = PBXGroup; children = ( - D43405A57E165212E169DBC48DD64129 /* Filters */, + F166890D8987BB0630611562D74B1909 /* UMCameraInterface.xcconfig */, ); - name = Reporting; - path = Reporting; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; - DD5456583982BC037F2390E48AA25C24 /* EXPermissions */ = { + DCA8EF388A76F34ED63A7EBB4B80C9B5 /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - C5E86521B6ADA880C46F42DA60963DEE /* EXAudioRecordingPermissionRequester.h */, - 4412D0B6E1B94186BED1AC771A620AB8 /* EXAudioRecordingPermissionRequester.m */, - FEE8D2134A9AB7F98861DB5367C7D04A /* EXCalendarRequester.h */, - 8EFBF8AB97A52C048143A70E6A5709D4 /* EXCalendarRequester.m */, - AFD3478BDC9EB9D31D8B3B4849095C1E /* EXCameraPermissionRequester.h */, - 9EF3864279305B7211F1838144A057B8 /* EXCameraPermissionRequester.m */, - 91025832204349358308261FFCA0FBBE /* EXCameraRollRequester.h */, - 0E95F3660373B5DB6722E021DB92AE88 /* EXCameraRollRequester.m */, - EAFB707AB946A67A2D1269FBCB018260 /* EXContactsRequester.h */, - E687E17816C1BB1E5F1FB229A447CCE0 /* EXContactsRequester.m */, - 349BA5499591DB1EB5096A95AD0D3544 /* EXLocationRequester.h */, - 16518CBBBC5D7AB3CB3C61AF2E51F741 /* EXLocationRequester.m */, - 0B6BA6452ACEBB8EB0DE041BD9504846 /* EXPermissions.h */, - E0D1C9D2F17800D682057DE924C0CB00 /* EXPermissions.m */, - 52F05606AE08A3447265857006D54FF4 /* EXReactNativeUserNotificationCenterProxy.h */, - A673C8D78F2333D556302ED98D2CBED1 /* EXReactNativeUserNotificationCenterProxy.m */, - 452A6CC263F1F0F0051EEFEA92E452F2 /* EXRemindersRequester.h */, - B4CC6B022952FF19EF7C445E45D1F3AE /* EXRemindersRequester.m */, - F1777411839475667AEDFCBB53C89119 /* EXRemoteNotificationRequester.h */, - 8D58738E34EC9648130DB41E460C2E46 /* EXRemoteNotificationRequester.m */, - 86F126411B4314E37DFE23282E334A84 /* EXSystemBrightnessRequester.h */, - B6DDF977907DF85DD41E36D55D2DC422 /* EXSystemBrightnessRequester.m */, - 2A75D08FC66E45174ADA2233E9A46326 /* EXUserNotificationRequester.h */, - 5F6C024E466470A0CD94E984F9BDFAEB /* EXUserNotificationRequester.m */, - 68D43886CF03CF4BAB0E8B4A06799341 /* Pod */, - 672B4FD9DE96F83BE095F5A8FBD1A3EF /* Support Files */, + A186221319F5B6A3F4DD743039C57B1F /* UMModuleRegistryAdapter.h */, + 824D56C5053F0ECB8CE412FB5247C0F4 /* UMModuleRegistryAdapter.m */, + A12022FF82A0BDD7DF51630958564864 /* UMViewManagerAdapterClassesRegistry.h */, + BBFDAD6174B7480724A0EFF0E76D2AC3 /* UMViewManagerAdapterClassesRegistry.m */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; sourceTree = ""; }; - DDBFE10D1BDE9CEA01FC98FDC6A97E87 /* Pod */ = { + DE3AEF72EBDC0E3CC29D3B304C139CC0 /* Video */ = { isa = PBXGroup; children = ( - 4D033DDCD9D7D51328F55C382C7E8558 /* LICENSE.md */, - FD12C43BEDF324D7D77771029D9B5C87 /* react-native-document-picker.podspec */, - 14B5743967F8D4C4A2E1323688F86052 /* README.md */, + B828E3827CAD93E3E68FF72CCDBDD7EA /* RCTVideo.h */, + 5118F86E52E03D041F3EC79A9E18656E /* RCTVideo.m */, + C5D7AFE4433337A641861BAAF5D10CD5 /* RCTVideoManager.h */, + EBBE690EE37B24ADA5523E516B90958E /* RCTVideoManager.m */, + 7E380728A28948B7C3E4F04A648438FF /* RCTVideoPlayerViewController.h */, + 006FD259E7C8D63D9A76B693C54EBAA5 /* RCTVideoPlayerViewController.m */, + 9185DAB80BC96EA8EAFFD02233B80AD7 /* RCTVideoPlayerViewControllerDelegate.h */, + BA90B3B52DBA024BC8F0D48C1E1FE2CC /* UIView+FindUIViewController.h */, + 4FA474BEC2AD88B2B29DBCF62F60E6C8 /* UIView+FindUIViewController.m */, + ); + name = Video; + sourceTree = ""; + }; + DF3CB079D165789C6525665880F72D5C /* Pod */ = { + isa = PBXGroup; + children = ( + D0126BCF9C8F22F02B0430E237F8EE27 /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; @@ -9677,22 +10044,20 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - E0619CCBAC3BE963DBCA6BF8432CBAE1 /* React-fishhook */ = { + E1279E4E9F9E94D1CF1F2E4651525D71 /* Pod */ = { isa = PBXGroup; children = ( - 07654457DCE770D477BA8F153B3E64ED /* fishhook.c */, - D365A1B3BD99FBD1257FD622DF9CA9F7 /* fishhook.h */, - CD4B3B51CC47B8ECB845BA0646D0960F /* Pod */, - 037AAA992D6CE30C092339454C59D30C /* Support Files */, + 446EDF0AB80322197CF98F9E1ADD3627 /* EXWebBrowser.podspec */, ); - name = "React-fishhook"; - path = "../../node_modules/react-native/Libraries/fishhook"; + name = Pod; sourceTree = ""; }; - E1F2400332A46B993587EE543CC32C7A /* Pod */ = { + E2418B45C648CC17F9CE8BE5C955904A /* Pod */ = { isa = PBXGroup; children = ( - 15DE95B2E533FF81F0FE869EFF7FC8F1 /* EXAV.podspec */, + 749BC96826A1DD0BDF0F97F274DB4AE6 /* LICENSE */, + 1952ED1A76A648C02BF18F4EF8450B26 /* README.md */, + 11778B56A6A76E9AF3A12DECD42891CC /* RNAudio.podspec */, ); name = Pod; sourceTree = ""; @@ -9714,90 +10079,81 @@ name = Network; sourceTree = ""; }; - E3FC2797C7C25CFE5968AD37442D4CD8 /* Pod */ = { + E480C625D99C279C71F48F530B37C086 /* React-RCTWebSocket */ = { isa = PBXGroup; children = ( - 57A37C849607E842439A02691F3CC40E /* EXHaptics.podspec */, + 8EA01CFBEBA9F9F7EDB5D384B82F4BF2 /* RCTReconnectingWebSocket.h */, + 7EB0349C58CB610756D013CF44A23BE4 /* RCTReconnectingWebSocket.m */, + 4B08D30662AE077814B9B64DCDF596A5 /* RCTSRWebSocket.h */, + A4DB3403E46B4BD7F85F0EF0275D4682 /* RCTSRWebSocket.m */, + 6B0E1B5F832A38BF37DA4147FF51E65C /* RCTWebSocketExecutor.h */, + BDF0ED5B9C8914DA62E8029F950649CE /* RCTWebSocketExecutor.m */, + 5B7EDE65B526AF5AF0E835F1F921FEEF /* RCTWebSocketModule.h */, + C824CD9AC4992D1F8C9B4CBE63F68FB5 /* RCTWebSocketModule.m */, + 6914BDC654C7D96EF21F7E538C8C4F1A /* Pod */, + 0798C686AE28C981C8839BECC3DF9238 /* Support Files */, + ); + name = "React-RCTWebSocket"; + path = "../../node_modules/react-native/Libraries/WebSocket"; + sourceTree = ""; + }; + E67AB7A6CC35100E215CCD34A49420AC /* react-native-keyboard-input */ = { + isa = PBXGroup; + children = ( + BF97EDD7A1A0DF89EA3619DE0F681EF7 /* LNInterpolation */, + 4BC66B6473CF2C372779B4F5EE0CCE32 /* Pod */, + 987E684B365379E15DC41B1D90CF19C0 /* RCTCustomInputController */, + F6C057E7BA3647F9A3BBD19B989F2770 /* Support Files */, + ); + name = "react-native-keyboard-input"; + path = "../../node_modules/react-native-keyboard-input"; + sourceTree = ""; + }; + E78515CCA2E2AFDE72ADC079458DC4A8 /* crashlytics */ = { + isa = PBXGroup; + children = ( + 5436F1D75649975E82D7F4535EAA1925 /* RNFirebaseCrashlytics.h */, + 9D2A675F7D9495E2B139B5B922AD219E /* RNFirebaseCrashlytics.m */, + ); + name = crashlytics; + path = crashlytics; + sourceTree = ""; + }; + E846FE5C7ED4CED51F674F87F65ED352 /* Pod */ = { + isa = PBXGroup; + children = ( + 43DDEA1F27D949AE9D38796EC35D1A2B /* UMFontInterface.podspec */, ); name = Pod; sourceTree = ""; }; - E413DEC88860471DA502A8C6B5C8493F /* Pod */ = { + E854767CE34EE0A1A5CA4516E8B4DCC7 /* EXFileSystem */ = { isa = PBXGroup; children = ( - FE6232E057ECF2AC27BEAD13173424C1 /* UMConstantsInterface.podspec */, + C239BFBD6FDF958DEDA10ACD5BB1CA2E /* EXDownloadDelegate.h */, + 6946DED8D389A7C2DDC5C205E09465AC /* EXDownloadDelegate.m */, + DB0C499186A01CFAA24A5B8ECDDF6D5D /* EXFilePermissionModule.h */, + B2B408671A9A2BA36C3B6886BFE7E7EB /* EXFilePermissionModule.m */, + 309152D335CD10D3581557EBECC0FF24 /* EXFileSystem.h */, + AAD23497FE0B38832377F701AAFE1120 /* EXFileSystem.m */, + D271C818D9F4CBD0C136F5B206C64C79 /* EXFileSystemAssetLibraryHandler.h */, + F9E7AB4B4AAEAD991AB9090C935F87E1 /* EXFileSystemAssetLibraryHandler.m */, + 6D76588E89D7880DAF8566469232320F /* EXFileSystemLocalFileHandler.h */, + 7349899C8AB95D40C6F4201C39E01E7A /* EXFileSystemLocalFileHandler.m */, + C8C2C2CCE1591589949BE616CE020CDF /* Pod */, + 02533C7A293B5BEB084C66E5A3C98478 /* Support Files */, ); - name = Pod; + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; sourceTree = ""; }; - E5BC700E2A275F502FFCC0B811352026 /* Pod */ = { + E88CC1F3A422BCBD54A01A2FFFA0F864 /* Support Files */ = { isa = PBXGroup; children = ( - 57C4E8138D049248287B96522705CBAF /* UMSensorsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - E6075C36D3DDCBEC82C0603CCB44D471 /* RNVectorIcons */ = { - isa = PBXGroup; - children = ( - 274AE81F91365AE6D06334B8DAF3AE40 /* RNVectorIconsManager.h */, - C6642C284CECA811F6BA6DC950353F41 /* RNVectorIconsManager.m */, - 08EA82DD08735DCCC68B46CF4B18ED9E /* Pod */, - FAA664C50EEA64CE90C5AB961F348CC1 /* Resources */, - 007E3723206ED254840D17A93B37F532 /* Support Files */, - ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; - sourceTree = ""; - }; - E6B8D43F480F8B29C7240BCC70EA5B1E /* Support Files */ = { - isa = PBXGroup; - children = ( - 3E089777925C87039A70287251419B4C /* BugsnagReactNative.xcconfig */, - 5D6216C6D08B7FB7B60774D4ADE817D6 /* BugsnagReactNative-dummy.m */, - FD6B38A7FED5EF755F6B392B69620929 /* BugsnagReactNative-prefix.pch */, + CEBF32EACD5FDFE1F5F9BD0AA0E82093 /* UMTaskManagerInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; - sourceTree = ""; - }; - E704BFB0F272E19DE9722021594884B3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 033D09EAD4BBA3E2FC82C71A34CDC799 /* UMCameraInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; - sourceTree = ""; - }; - E78C653E134E8699530A002B3D255DE6 /* UMImageLoaderInterface */ = { - isa = PBXGroup; - children = ( - 981B2FFADC6F72F3F86B8FEBEFB58C9D /* UMImageLoaderInterface.h */, - 8BF09E7FD51A7B049A9D922FE02F5CCF /* Pod */, - 7995DAAB22215AB3E33A5493E8AD69C9 /* Support Files */, - ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; - sourceTree = ""; - }; - E7EBA08CE383610EFF7DD5710FAC621D /* Pod */ = { - isa = PBXGroup; - children = ( - EF6BD7041FC13C3E086432C84534DFF2 /* LICENSE */, - AAA3AA2A7FC3D1F59F2CE1BB5D40A573 /* react-native-keyboard-tracking-view.podspec */, - 762B43CFE592CD1BABD8313C62911455 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - E97A7A90C008179127D760E2AF765923 /* Pod */ = { - isa = PBXGroup; - children = ( - 2E838B104327179BCF0E355A58579E31 /* React-cxxreact.podspec */, - ); - name = Pod; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; sourceTree = ""; }; E97EF43233612AA176A6BDACFE3FC51A /* Support Files */ = { @@ -9811,15 +10167,13 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - E9897F9319465D66C55C46BD7D7DB095 /* Support Files */ = { + E990FDC1329A39EF63BF69F621872E20 /* Support Files */ = { isa = PBXGroup; children = ( - B82DA018FE05B996D562A24F0B1E35AD /* react-native-notifications.xcconfig */, - F5B00AD174EA491593A2C54B9522E9AB /* react-native-notifications-dummy.m */, - 1AE31E3165F2F99ED282C6E8E411587D /* react-native-notifications-prefix.pch */, + 621CF1D31D76D2226CA0C93E31D1A9D8 /* React.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; EA5A41BACE7D94A97B57DEA554FF09AB /* Support Files */ = { @@ -9833,61 +10187,56 @@ path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - EB2627519416094873FE21EB08B2F0DB /* config */ = { + EA7A3B87DC2A5F9AC4A5A9A78B2F98A7 /* Pod */ = { isa = PBXGroup; children = ( - 33B72B4A005FDD627239E5C6001C2401 /* RNFirebaseRemoteConfig.h */, - B919BB9B83C584F368C9ED5E99788E38 /* RNFirebaseRemoteConfig.m */, + A5D60E476DBE0C16C64A5DCFAEFFDCC7 /* React-DevSupport.podspec */, ); - name = config; - path = RNFirebase/config; + name = Pod; sourceTree = ""; }; - EB5481B0B7DD5A186257B2C7DF66B37B /* React-RCTNetwork */ = { + ECF1D57C35EDD70F6D18AC33D1C1F947 /* Pod */ = { isa = PBXGroup; children = ( - 1E283EC9DB016908DC12A747B59E4A4B /* RCTDataRequestHandler.h */, - C484257FA62D54A1B01EBE06C0424B09 /* RCTDataRequestHandler.m */, - 682DD1A38B1B8E7EB73D071CA7E3FBA5 /* RCTFileRequestHandler.h */, - AAA958103A64276FF9B75604A692F4C9 /* RCTFileRequestHandler.m */, - B4244C0A2106FD9FA070BBC199A90E41 /* RCTHTTPRequestHandler.h */, - 2FFB0FCE1203F362487D2E60AB0F89D5 /* RCTHTTPRequestHandler.mm */, - 4EDF17FE7B3B410298204F4527CD8E18 /* RCTNetInfo.h */, - 227E95D089FDF9C4E206FF36B4E4C597 /* RCTNetInfo.m */, - E3EA4958158E80EF83EBD232FB9D518F /* RCTNetworking.h */, - C5FA1A2793592570978B1CDA0C3D56C5 /* RCTNetworking.mm */, - A03649F3FD9F5502336CFBDA54661D7D /* RCTNetworkTask.h */, - C4DC43F096C1DE9AEB9EE7A06F0BC520 /* RCTNetworkTask.m */, - 4AA6B836C6C79D37257CA13B75162909 /* Pod */, - 838F0F669CE75EBAA8F74091D111D91C /* Support Files */, + 8872BDA6A1FD949121413D4AF196E649 /* UMSensorsInterface.podspec */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = Pod; sourceTree = ""; }; - EB62F8B709580C01AC0A7E3ED2E26F12 /* React-jsi */ = { + ED8B2D4155CF710927920B658E82ADFB /* Resources */ = { isa = PBXGroup; children = ( - CEBA1CEC715B06AA0F1624B599542C8C /* JSCRuntime.cpp */, - 2E838CA986362EC64449438ED75ECA8A /* JSCRuntime.h */, - 0A981578AD739D1EA345D736B5868829 /* jsi */, - 74E10F6AFD3B8BB853CD0CFDB188A18E /* Pod */, - CB74AFBBB0F2628BFB071D52F0AAF0EF /* Support Files */, + 3AE44353ECD317357038C88C4D65C0D3 /* AntDesign.ttf */, + C48674F662169D58242F86D85F63936D /* Entypo.ttf */, + 398D8C663F2A2F81EEA4FDAB35F2072F /* EvilIcons.ttf */, + 9706B699FF8291D6C1F90C32DF6D60AB /* Feather.ttf */, + 1C7BD0FC567462E57F24FF90B1B652CA /* FontAwesome.ttf */, + 914D36603E8846DE3ACD7C170DE16B4B /* FontAwesome5_Brands.ttf */, + D7E89C936E8E8F120BBD3535BE80938E /* FontAwesome5_Regular.ttf */, + 2CDAF196EA3E61FCB8E8959DF34A6653 /* FontAwesome5_Solid.ttf */, + 7AE58998797DF101BBBC63DF5834CB49 /* Fontisto.ttf */, + DDCE84C6A214F70C3D3D0E39F2E6B54E /* Foundation.ttf */, + 3CEE927868DDA902C522A24D7F1D181E /* Ionicons.ttf */, + 8581B4EEEA3F89244A5C2C13894970DB /* MaterialCommunityIcons.ttf */, + 1976379753A3D196CED0EBFF34A47388 /* MaterialIcons.ttf */, + D6025BCC57C43570F114DDB82961ECDE /* Octicons.ttf */, + B2C49F1B96F24C18F762E20FF3BEB702 /* SimpleLineIcons.ttf */, + F8229D20D199DBC2E664AD52E603A473 /* Zocial.ttf */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = Resources; sourceTree = ""; }; - EDAB10B942C29C819DD84595B67F54CA /* Inspector */ = { + EDAF07277778E24980592E4E02385202 /* RNVectorIcons */ = { isa = PBXGroup; children = ( - 48E3EC552A8F85293068FB75C091ECBF /* RCTInspector.h */, - 69D9D74FC949125BF2C2DB9005D7D64C /* RCTInspector.mm */, - D06FB7E3EFAE2BD32C0B2A9A4321465F /* RCTInspectorPackagerConnection.h */, - F5FE893EC010E40D1120D34CCB644080 /* RCTInspectorPackagerConnection.m */, + F348B47827BEB62AA10888EF61863024 /* RNVectorIconsManager.h */, + 5B342E4F5CCEF77B770F9ECC6AF8B81F /* RNVectorIconsManager.m */, + 35EBE17D255D5A61DD4159859E38DAD8 /* Pod */, + ED8B2D4155CF710927920B658E82ADFB /* Resources */, + 159763D62D978B24B84892DD2EA27F06 /* Support Files */, ); - name = Inspector; - path = Inspector; + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; sourceTree = ""; }; EDDAF70D69A3D4394DB2865AD0BABBC1 /* Frameworks */ = { @@ -9898,6 +10247,26 @@ name = Frameworks; sourceTree = ""; }; + EDFDCBDAF48C435E2EF20C946827FA07 /* Pod */ = { + isa = PBXGroup; + children = ( + 4DC148A9BB2A881A6D4055570E000919 /* EXAppLoaderProvider.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + EE0ABC1A01793445C5A4D5C19BB640B3 /* React-RCTSettings */ = { + isa = PBXGroup; + children = ( + 4EBAB0E8EE3295831CD08049D8CBD323 /* RCTSettingsManager.h */, + 4FB5C3BB038A5C2AC30589ACE2DCDF9A /* RCTSettingsManager.m */, + CB6190D8E396DA205EE1A405D0217DC8 /* Pod */, + 1F1E88DDAC2BCE1DE4AFCE59DEB71FB9 /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; EE1FB004867ADE42338B38A29A544123 /* Support Files */ = { isa = PBXGroup; children = ( @@ -9909,27 +10278,6 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - EED8040BF5A6CD1C6C098DF7371CA846 /* React-RCTSettings */ = { - isa = PBXGroup; - children = ( - 9687E0603571C6836C36090A836DEFC8 /* RCTSettingsManager.h */, - 64601BD671DAAD144FF496757474AE38 /* RCTSettingsManager.m */, - 9666F56A1351E6E14B882362EB59E43A /* Pod */, - B5EDB172C12BD81895B0EE6626729A58 /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - EEFA3047E2E688B6E3D5EFA3D9F596AE /* bugsnag-cocoa */ = { - isa = PBXGroup; - children = ( - 7B14CF67512D5A0071C6EF177B52FC1F /* Source */, - ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; - sourceTree = ""; - }; F08CE1A325C61F2CB6F0141F74C73DB5 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -9938,6 +10286,36 @@ name = Frameworks; sourceTree = ""; }; + F095D49BA0E2E81FEC6AF0562C3F23C9 /* RNFirebase */ = { + isa = PBXGroup; + children = ( + F3E6FA6DC7EFC0B392878B56C19D6E7E /* RNFirebase.h */, + 6D7425660FCD006E6AEA27A8EE4C9274 /* RNFirebase.m */, + 570BEA4152BDB5C3E1506AFA743AAD0D /* RNFirebaseEvents.h */, + 33AC532F9362A71953457748C7B1C032 /* RNFirebaseUtil.h */, + 05A8D49241E92038F0A3C9BAE7135A7D /* RNFirebaseUtil.m */, + 8503FD7FB53709D8F8DC7F88B9F3E0B7 /* admob */, + 3B83FABB440854F0087B892FD553C25C /* analytics */, + 84D40D14028CD040661B845B0E8E3089 /* auth */, + 2A82F941550AF11C03756B4B3C32419B /* config */, + B1376A369392383600EF1A89ECA9839E /* converters */, + 5F0F1BD55167825872F0E94B1A99B6E8 /* database */, + 4A4855B9CD385F8B723481A96B9A6264 /* fabric */, + DA6B91361EEB14E7E604F6DF2D93BEF7 /* firestore */, + D96D8C7CDBEFD9DCB864A95DD7B1E74D /* functions */, + 678ED847880EE2226406749BEA1E7BAE /* instanceid */, + 22CA12DDF7CA2E6412266D22144E5E95 /* links */, + 23D399CABC465E32D42AE4EC1B698631 /* messaging */, + C0B6473EA2946CFD45E0BD66E918AAAD /* notifications */, + 798B883921197BF11B6F77C41173FA83 /* perf */, + CCFC875E944C4D92073A83CF8F9657AD /* Pod */, + 9D96A2D523D6DF40EE658B5D3C66B885 /* storage */, + FA08D09DD584AD135015E2A8BB617470 /* Support Files */, + ); + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; + sourceTree = ""; + }; F0DD9C1C1F5A1078C20BC2F553004E78 /* Core */ = { isa = PBXGroup; children = ( @@ -10060,51 +10438,6 @@ name = Core; sourceTree = ""; }; - F101F457A7C0DC35589B56A8458A5621 /* Support Files */ = { - isa = PBXGroup; - children = ( - B0AC6CB53160ABEAAD33EBED96C7BDF0 /* react-native-splash-screen.xcconfig */, - CDD71BB2B9C8193A18521F9FB48721D5 /* react-native-splash-screen-dummy.m */, - 34BFCB718EA3A75C7987472F48DE024E /* react-native-splash-screen-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; - sourceTree = ""; - }; - F14E0BF2D1631D366AEFA0A115DF930F /* Pod */ = { - isa = PBXGroup; - children = ( - 96F71C4CCD1398191B11AB64F9395A93 /* BugsnagReactNative.podspec */, - C5D4DCD4BEE188A483B81213B5F6ADA6 /* LICENSE.txt */, - 80FC4A748EDF70D099E1656CEE3DAA0C /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - F14FBE5B71BC8C20F826DF1C58F2087F /* Video */ = { - isa = PBXGroup; - children = ( - 06E670E90D802FAE5DE45DEC84EC921E /* RCTVideo.h */, - A2EE1C609A09D643F8923469D39C44B9 /* RCTVideo.m */, - EF16806A1DAFD648DE0A02BAD76C2D71 /* RCTVideoManager.h */, - E163E9202E84BBF606E8F3E35A854039 /* RCTVideoManager.m */, - 558C53BE11C9A38742627BC622EA6084 /* RCTVideoPlayerViewController.h */, - 31B14B9A8CE4AC71FCAE7741A1B006BC /* RCTVideoPlayerViewController.m */, - DC626E51A65E10340478EF0EA4AA7F52 /* RCTVideoPlayerViewControllerDelegate.h */, - 85D79E037E75BAFB3CB08C9ADF5BF2C1 /* UIView+FindUIViewController.h */, - 51FF4577F67906E710909E28A54E852D /* UIView+FindUIViewController.m */, - ); - name = Video; - sourceTree = ""; - }; - F1A9E4B21DC952214DFE5E3AE8BF10F0 /* Pod */ = { - isa = PBXGroup; - children = ( - 5482C1FD74182567913F06828BA5915C /* React-RCTAnimation.podspec */, - ); - name = Pod; - sourceTree = ""; - }; F26E1D61819BEE87553F3718909E51AE /* CoreOnly */ = { isa = PBXGroup; children = ( @@ -10113,204 +10446,123 @@ name = CoreOnly; sourceTree = ""; }; - F28BD53BEE6C200E60DD2269EB72B4AA /* Support Files */ = { + F2A3279E61AE8CD69272615D65F3686E /* Pod */ = { isa = PBXGroup; children = ( - 4A10169B27DBECF879C9841C9B81532B /* RNGestureHandler.xcconfig */, - 70B9276EAD9115A73376D79A4D83BAEA /* RNGestureHandler-dummy.m */, - BBAD3172F492EC54A977667497F77A4D /* RNGestureHandler-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; - sourceTree = ""; - }; - F41188BB60CAB3324DC82BABD81F7F06 /* Pod */ = { - isa = PBXGroup; - children = ( - 8C04B78D0C62211B2308FC15DDDAC59D /* UMFontInterface.podspec */, + AC2AFE41E6488DB07D971EE275FEB852 /* LICENSE */, + 79066AF03543C9324173FFB61078AADB /* react-native-video.podspec */, + 99B06A51B1DC0525BE1FB463D8C94CD4 /* README.md */, ); name = Pod; sourceTree = ""; }; - F454C4B228EB37641AA25F764B8CD4DF /* Support Files */ = { + F3134554A6858F72E07C6E9408CBB368 /* Support Files */ = { isa = PBXGroup; children = ( - 0B06B5828E644BDE6C4E2F2B362E24C5 /* EXHaptics.xcconfig */, - 3BBB1D421B721B29E8FDAF905D6F4E0F /* EXHaptics-dummy.m */, - F22D37C13C4A652A5E52BD2B4EDEF669 /* EXHaptics-prefix.pch */, + 52F2DF341DC961C9B783A0DFB38287C0 /* EXHaptics.xcconfig */, + 698F789050F0E80FEE93D78A588D7172 /* EXHaptics-dummy.m */, + 328860E6D1B8E7E8B8A8904FC8C55B61 /* EXHaptics-prefix.pch */, ); name = "Support Files"; path = "../../../ios/Pods/Target Support Files/EXHaptics"; sourceTree = ""; }; - F7500A875E7584F414A9AAE0D1D72312 /* Pod */ = { + F4572E892303131EE2FBB9B7E3A0DB5F /* ScrollView */ = { isa = PBXGroup; children = ( - 5DDA7C9BF621A6457621ECCDBAD5825D /* LICENSE */, - BA4E29C8DE71146CF25A7C575AA04D5E /* README.md */, - EDA66AF7F951418921D9BC9F1C5794DA /* rn-extensions-share.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F95318CFD2D9BF7907D8C1F577672890 /* database */ = { - isa = PBXGroup; - children = ( - F36F80EB9477A047C72A1FD8C59602B2 /* RNFirebaseDatabase.h */, - 11D946C274CFB436D2B6BC5F22F9F3D7 /* RNFirebaseDatabase.m */, - A701315107AEF018A169609F675E0E2F /* RNFirebaseDatabaseReference.h */, - 6B05CFB36D8BF54B9250F8D9304D4168 /* RNFirebaseDatabaseReference.m */, - ); - name = database; - path = RNFirebase/database; - sourceTree = ""; - }; - F9DE460127CD651B5F5BDB652F8DC8A2 /* ScrollView */ = { - isa = PBXGroup; - children = ( - 07B61F87DAC5ABD73E7D8352E30635F0 /* RCTScrollableProtocol.h */, - 6A0967AA2C111474531829CC1629E844 /* RCTScrollContentShadowView.h */, - 6D3DF6BF4D44FFF5237164CB4C2D9D51 /* RCTScrollContentShadowView.m */, - 5D29DFFF1E250DBC669B44E3533F0EC8 /* RCTScrollContentView.h */, - 6447DEDEC6444963F5043B2CBB605787 /* RCTScrollContentView.m */, - B445103ADDB46688A5B7756739A48858 /* RCTScrollContentViewManager.h */, - A229B2F3AF05779B19F912B9522FC4E0 /* RCTScrollContentViewManager.m */, - 2D52E8843FB2B9E6359353AFDFBACA2E /* RCTScrollView.h */, - 76A172BC7BF2A1AC714BF8ABAAB32DCB /* RCTScrollView.m */, - DFE56FE2C51084098BA7E545D95CDF29 /* RCTScrollViewManager.h */, - 319B268E1262076B584EDC07E97AAFCA /* RCTScrollViewManager.m */, + 002262331B9EB436710C86E745A9CA0A /* RCTScrollableProtocol.h */, + 64DE0BD92C2810D3E62E086D52B2A413 /* RCTScrollContentShadowView.h */, + 81034404902F8ADE3E9DA588B668D1F1 /* RCTScrollContentShadowView.m */, + 2E9F57339B8E790FE6965EF8570C784E /* RCTScrollContentView.h */, + 12F7B4AA9ADFEA45EC7029700FAD0AD9 /* RCTScrollContentView.m */, + 9B8995392881283E14E78A646C3C5693 /* RCTScrollContentViewManager.h */, + 3CCE2449DD18F13E6856B1CD4AF5B3CF /* RCTScrollContentViewManager.m */, + D1F0782111961CD3F0E2FB95589D3C3F /* RCTScrollView.h */, + A0F425399EF2FA9EDB3BD9E5F4F267E9 /* RCTScrollView.m */, + A6B526AD8F9B2861AD1639C66F2A21AC /* RCTScrollViewManager.h */, + 581E9452A2CAC0ED23C28092653FDDB4 /* RCTScrollViewManager.m */, ); name = ScrollView; path = ScrollView; sourceTree = ""; }; - F9F5728BB3DC78B4DA4FBEDAD395C70A /* TextInput */ = { + F5B4961BC30EF4720807909841EE9567 /* Pod */ = { isa = PBXGroup; children = ( - 3882DD499911B65A89B7F29ECAE2A451 /* RCTBackedTextInputDelegate.h */, - 7FE98FBDCC40D4B375ED231C6D842FF0 /* RCTBackedTextInputDelegateAdapter.h */, - F8B062C6808A12AFE38550C2936C2073 /* RCTBackedTextInputDelegateAdapter.m */, - FD10DD6765C25453FFA9F338501A7E5F /* RCTBackedTextInputViewProtocol.h */, - C99FD8679A929D8A84E1CA60A99F30AE /* RCTBaseTextInputShadowView.h */, - F24A2019705DC89BDB06BC0B771BEA4E /* RCTBaseTextInputShadowView.m */, - 619174F8C24BD7718903D028B50FCF38 /* RCTBaseTextInputView.h */, - C50F96C19293236E0AA07E0F0F7FD79C /* RCTBaseTextInputView.m */, - EC8557EA35BA364729FBC2318929E161 /* RCTBaseTextInputViewManager.h */, - 4B07D3187B1884B5024C4AB96C3412D0 /* RCTBaseTextInputViewManager.m */, - B199B135748321BCAA6A432420483B95 /* RCTInputAccessoryShadowView.h */, - A203C7690F6B1A8BB7FC23D1B2FA41C0 /* RCTInputAccessoryShadowView.m */, - 8C90DA6A4318C27FF9022A8F37949135 /* RCTInputAccessoryView.h */, - DE56A35C938878AD7F2FBBF2B9069F85 /* RCTInputAccessoryView.m */, - 1A9E27B03792689D5815E2590B1B3A39 /* RCTInputAccessoryViewContent.h */, - 9DE81B961698153D1F488EC3C61E8462 /* RCTInputAccessoryViewContent.m */, - 02A62F6471984E51A1F287759ADC7B8B /* RCTInputAccessoryViewManager.h */, - 24C959864323A9D488E0C2E4CA07E88E /* RCTInputAccessoryViewManager.m */, - EA8945A2E0C143910C17C206C1AF8655 /* RCTTextSelection.h */, - 8077404B900D9257FAD40F188799F27D /* RCTTextSelection.m */, - 2B886672CFE8654D60EF1235BE07CA07 /* Multiline */, - 831C60AA40B7B50AFEE760990B65FD3C /* Singleline */, + 918D90AC963C3F596A3E1A7E74C8E568 /* UMCore.podspec */, ); - name = TextInput; - path = TextInput; + name = Pod; sourceTree = ""; }; - FA291E3E57255F3843F5B825550ADDF1 /* Support Files */ = { + F6C057E7BA3647F9A3BBD19B989F2770 /* Support Files */ = { isa = PBXGroup; children = ( - B6DD31ECDE50488317D192340731A76C /* UMTaskManagerInterface.xcconfig */, + 67102BDB9EDDEE112AD858D676FC6528 /* react-native-keyboard-input.xcconfig */, + 57CB566CFC72DDB55D98D3820FFFAB11 /* react-native-keyboard-input-dummy.m */, + FE92D0868A5D08796C5870360FEE2FEC /* react-native-keyboard-input-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; sourceTree = ""; }; - FAA664C50EEA64CE90C5AB961F348CC1 /* Resources */ = { + F6ECA84A15AB8C65C173E544416DFF45 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - 9C52B7041D3A2BE7F246E0BA8580450C /* AntDesign.ttf */, - 0E57413D4D7A3CD3968FAC6840880FAE /* Entypo.ttf */, - 7C5E6CF637EF47C9B36B392259DD0543 /* EvilIcons.ttf */, - E1E13612590741348B4E37DDC16F5534 /* Feather.ttf */, - 508A60D4790C180CE69DB7C7375EC9E3 /* FontAwesome.ttf */, - 23570458EFE17C4E6ED1C81F1ED70875 /* FontAwesome5_Brands.ttf */, - 293E80C35199F914ACFFF76A00DCD04B /* FontAwesome5_Regular.ttf */, - D22BCD3656AE188B872D7124DCB0FE38 /* FontAwesome5_Solid.ttf */, - A586E714D6E30A99376D72397736C707 /* Fontisto.ttf */, - 72152091E3A56C984469055A056AAD4C /* Foundation.ttf */, - 4C81AD240110CAAD943EC43CC51A866A /* Ionicons.ttf */, - 26724CE2BAE20E641FEB783241059975 /* MaterialCommunityIcons.ttf */, - D6C13F131732759BA798E31FCEC1861C /* MaterialIcons.ttf */, - 3227E8D0CC5A646BEB3F56901DE4B8E8 /* Octicons.ttf */, - DC19A3CF55A69F35B69C5A13B5187B81 /* SimpleLineIcons.ttf */, - C7CF0BA1A9D5E4D8CDA6F25EFDB82F9E /* Zocial.ttf */, + D1797F192437FC2D2C48AE5F4E2C19C8 /* Source */, ); - name = Resources; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; sourceTree = ""; }; - FCED458CDC942377588CBAB2ADCCC4CF /* Support Files */ = { + F9DE7B4B4D989BC294C0BACE9B62E407 /* React-RCTNetwork */ = { isa = PBXGroup; children = ( - 1C305576E435BD4FA0D88E0D58DB21EC /* UMFaceDetectorInterface.xcconfig */, + 7DC14EFAA22924CDC97F6609801F06A3 /* RCTDataRequestHandler.h */, + 77AB9E54FF55AE5138CDDF4866425DBC /* RCTDataRequestHandler.m */, + A1331394420CF7EB0026752ABF28548C /* RCTFileRequestHandler.h */, + 21B200F785049A341FBE689B88761AA4 /* RCTFileRequestHandler.m */, + EFDB27B0270DB1C633ED0FF755C2533E /* RCTHTTPRequestHandler.h */, + 136AC5663F6849AB45099A37431204A5 /* RCTHTTPRequestHandler.mm */, + AF31CF3081C203E6E1BDA06093C7806D /* RCTNetInfo.h */, + F4323C5C8E7255C7EB1A874AA011F7A0 /* RCTNetInfo.m */, + 448980D6B31E0B91ADA7B1B98C50FFC6 /* RCTNetworking.h */, + 9726FE4CDE9AA6086C86697EE33821CD /* RCTNetworking.mm */, + AF1CE21C6B0579BAED2E5E293C3D66AA /* RCTNetworkTask.h */, + 26BB9C5265D9AC770E485B09127966D1 /* RCTNetworkTask.m */, + 60EDB9AC890F60F4C6436E01B946A5F8 /* Pod */, + 7349C7E06AB789334A2DFF57CD4E2426 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + FA08D09DD584AD135015E2A8BB617470 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3D7E849831DFE192484AD2193826D4DC /* RNFirebase.xcconfig */, + 8225E4205F93B351E3C78584576F4A5A /* RNFirebase-dummy.m */, + 623BAD70B7A2A79F41ADDBD84DE1C21B /* RNFirebase-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; - FD3C40D8B5486CFA62472BF8A74DF592 /* UMModuleRegistryAdapter */ = { + FA3359E853AF5C579E269958351E0A37 /* RNFastImage */ = { isa = PBXGroup; children = ( - 315576638118A6508E9348F0B831D6BD /* UMModuleRegistryAdapter.h */, - D929298B10FF099260CBF1E7C0D34699 /* UMModuleRegistryAdapter.m */, - 939237C8A8EBF4EF78689E3A134812B1 /* UMViewManagerAdapterClassesRegistry.h */, - 50454B3604D47272D9A1670A4AD0E590 /* UMViewManagerAdapterClassesRegistry.m */, + 314CC739B33055D3EE3D5743A3292030 /* FFFastImageSource.h */, + 9639E81C04CDBAF4021C6B03F3DCF36B /* FFFastImageSource.m */, + 12BD7C47E075273F2BEDFDFDAEC51714 /* FFFastImageView.h */, + C306E9C441986BF9233D39079155757D /* FFFastImageView.m */, + 71AC62983F102EC6265224EF30EE112F /* FFFastImageViewManager.h */, + 89FA75E623A55D05DB040C1AD7FABDA5 /* FFFastImageViewManager.m */, + 3093E7676B5068B36ADA82AA4378CB3B /* RCTConvert+FFFastImage.h */, + 912BFEA5840D3F2455E12D7E7A7D69A3 /* RCTConvert+FFFastImage.m */, + AFC2A1463A7C78D020EC8DD25B99DCED /* Pod */, + 5A197D11F845FE0AA079405691AB6412 /* Support Files */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; - sourceTree = ""; - }; - FD43ADEF0D1BA38DCFC32E6F966DB3B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3D742567F1297E1945B00B7E559B6FF0 /* rn-fetch-blob.xcconfig */, - EFF192001D8C018ED3F2109758F6BE11 /* rn-fetch-blob-dummy.m */, - 89E3D0A9630B4040DE62FE16536359B8 /* rn-fetch-blob-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; - sourceTree = ""; - }; - FD5E0E8FD83DF4303A8E2D501CB53E01 /* Handlers */ = { - isa = PBXGroup; - children = ( - 6A145EE6166572D000B73418B63D8CC2 /* RNFlingHandler.h */, - 3845E5C0BF5BD36F3B7ADF0213844963 /* RNFlingHandler.m */, - 78FA4941BF38941D94D24C0BD22A24BE /* RNForceTouchHandler.h */, - 681D1654DD3AEA97BBA66AA2AE19B6AE /* RNForceTouchHandler.m */, - 0D5187D202E518ECC9B811B70A08B6AB /* RNLongPressHandler.h */, - 3AD79A996DC7BB94FFAB2FA0D128425C /* RNLongPressHandler.m */, - 8031F5728BB35640E1CDE1E031BD1B50 /* RNNativeViewHandler.h */, - 8FD385716F1099E25B1EDAF8B01AD86C /* RNNativeViewHandler.m */, - 5D6CED667E16A87B197541773CF41D9F /* RNPanHandler.h */, - BDF1553E52DF2A8B8941C3000FFCB4FD /* RNPanHandler.m */, - 688910844C47C621BFDA3110DC2BE286 /* RNPinchHandler.h */, - 5F29D18AA1C8A7CA7F53B9DD91ECFA02 /* RNPinchHandler.m */, - D00C99421D732470BEDC5C6F28400BBF /* RNRotationHandler.h */, - 26CC2AA242A3DA2AAB24EFCC456EACD1 /* RNRotationHandler.m */, - 904BA2B836E25D0BF69E81AC5C2ACD53 /* RNTapHandler.h */, - 22A05129F0878801920BF738609DC367 /* RNTapHandler.m */, - ); - name = Handlers; - path = ios/Handlers; - sourceTree = ""; - }; - FDA0B698D771EB66BD716D8C12E07D4B /* Support Files */ = { - isa = PBXGroup; - children = ( - D34FB7141F7D6F52432B3FB6DE243625 /* yoga.xcconfig */, - 01A3F33BA38C10EDD17D9A16AC7E5CF2 /* yoga-dummy.m */, - 905FBE73E89FABFA8DBD5228943D988C /* yoga-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/yoga"; + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; FDA4FF407DB01D9E34F81999653B3E2E /* Pods-ShareRocketChatRN */ = { @@ -10327,62 +10579,69 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - FEB4FDE647015D6B7AA4B626A0F5C5E7 /* Pod */ = { + FEF80F6112C890C1188982DD4863110D /* Support Files */ = { isa = PBXGroup; children = ( - F30F032337A6BA596C18BB5F71C2F8F2 /* UMPermissionsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - FFB8CEEA2D9D547EC50D57A4A7DC4C21 /* Pod */ = { - isa = PBXGroup; - children = ( - DB6A26625BBE086B0D082BD75E566876 /* React-RCTImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - FFCCDFB0FA92C0D391645EA9219A487D /* Support Files */ = { - isa = PBXGroup; - children = ( - 898180F79F7C19F91F1D016E453CA2E6 /* RNFastImage.xcconfig */, - 1AC36D274DCDF18C703F1EF74470430E /* RNFastImage-dummy.m */, - BC6B28970318D08A3DE84BFF0FEFC2C7 /* RNFastImage-prefix.pch */, + CB27BF131A9FC9236D55E7AAA6CCA820 /* UMFaceDetectorInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + FFD6A41316F77D3A8F1341FA7F05A022 /* Support Files */ = { + isa = PBXGroup; + children = ( + A19B16D6078F792DEB0B527CDF554F5B /* UMFontInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 03D7E0244DF8AC9E2FC31FE2538A8108 /* Headers */ = { + 020212C1CA1D8FCD8C2EF35A1BC3F17D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E905F5F8EA723070D1AF2B8F6872ED83 /* RNDocumentPicker.h in Headers */, + CE27D5207304E1025528951F088C0BD1 /* IOS7Polyfill.h in Headers */, + 89C07BD0B976EE997A7490D7C227F007 /* RNFetchBlob.h in Headers */, + 49D52ED37DA2E1A90F10FD143296D7CE /* RNFetchBlobConst.h in Headers */, + FEC8A3C3F4EAA7786925DBD5AE8C0AF1 /* RNFetchBlobFS.h in Headers */, + 95EA15CD4B8F98DC02C32556AEEED6DE /* RNFetchBlobNetwork.h in Headers */, + 01A32F522BF0BB4EB3EDAB08E34D79D5 /* RNFetchBlobProgress.h in Headers */, + B6FF178DA4EBD3428415E1985785EF59 /* RNFetchBlobReqBuilder.h in Headers */, + 5D360CF39484B5A7BB8C85DBC711693E /* RNFetchBlobRequest.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 04A6586662E0BEDEBFBD6C56F41576E0 /* Headers */ = { + 029D21F60936919060F03F1473E54EF9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BAE4F45C1C54F9F986561ADA0C33F49D /* RCTConvert+RNNotifications.h in Headers */, - E14D81F80939C755ABAE6921C0C03776 /* RNBridgeModule.h in Headers */, - 4A191EE8E63BB793A736ACFD4C598019 /* RNCommandsHandler.h in Headers */, - FAA8D36F2ACB1831665AE68A44727C38 /* RNEventEmitter.h in Headers */, - 9A9274E94E233E01D6D0982A16A78EEF /* RNNotificationCenter.h in Headers */, - 6D5F4164F0E3BCF6C9E2AF17F82CD73B /* RNNotificationCenterListener.h in Headers */, - CE1817384B388083A7047FBEE6EDA65D /* RNNotificationEventHandler.h in Headers */, - D929EB0CAAFDD0EB92A3C064A499A900 /* RNNotificationParser.h in Headers */, - 53A400504BADBF1DF9673EED31C0EB1E /* RNNotifications.h in Headers */, - 5ABC17DF5EB0EBA4811E0330CA2E96C2 /* RNNotificationsStore.h in Headers */, - 55F366CE4618BDB400C6688BFADB9D18 /* RNNotificationUtils.h in Headers */, - 06EE80EF6A315E5CF61D31CB1B3A5383 /* RNPushKit.h in Headers */, - C46EC4E2317F33FF845938CF6302B6E6 /* RNPushKitEventHandler.h in Headers */, - ED45F36A6BFCD84D2BB557A6E2814EA8 /* RNPushKitEventListener.h in Headers */, + 56560A82C7404A391B3E7F942C0DAB78 /* CGGeometry+RSKImageCropper.h in Headers */, + 600102428E0FB853AD59C3FD4E7F1521 /* RSKImageCropper.h in Headers */, + 293DE75681B443F2911A2AC4A8D1067A /* RSKImageCropViewController+Protected.h in Headers */, + AA88E3CECEC4D2B2AB2E71825CD41F63 /* RSKImageCropViewController.h in Headers */, + 6EC3B98A9ABA47DF5233D71D26D2BAC7 /* RSKImageScrollView.h in Headers */, + 9B5DE517765BFCF5F78EA92A6F4F37C3 /* RSKInternalUtility.h in Headers */, + 9812E2B7CA172FDCDFE9E741EF46F5B1 /* RSKTouchView.h in Headers */, + 08AD36D50CA83CC207F781413E49A885 /* UIApplication+RSKImageCropper.h in Headers */, + 2E464737871BE699036D46C3993DFAB5 /* UIImage+RSKImageCropper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 04070275CFAD17D093F45949C5344F25 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E08B4B2F5B2F634056A1F9D93E4184C5 /* Color+Interpolation.h in Headers */, + 9718D70A3302FF15FE31CFD0C0517599 /* LNAnimator.h in Headers */, + 0E61A68A7F83A46037159F0C143CF4B2 /* LNInterpolable.h in Headers */, + F2AC0EF0D12A3199D7609387A5A16329 /* LNInterpolation.h in Headers */, + D25D46B5711B0362684B32BA20851740 /* NSValue+Interpolation.h in Headers */, + 581BB26C51C046FA320865A463A70CE7 /* RCTCustomInputController.h in Headers */, + 695DD3187E11E7C9BD027C39BF708E2F /* RCTCustomKeyboardViewController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10460,37 +10719,85 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0BE63542C9AA9C03AE7FDF44A5AD242B /* Headers */ = { + 0BA254341AF341D9D8F3AA64B317FCB5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6E52E64A166A967856B2B2D559E1CD1E /* KeyboardTrackingViewManager.h in Headers */, - F766FAF71C4D128EEA296E8E2B02B143 /* ObservingInputAccessoryView.h in Headers */, - F43BBCE7D82CFDD774FF0CC705BCDCD9 /* UIResponder+FirstResponder.h in Headers */, + 3A7FF9233EA8CC0CE16869862BB02A2C /* NSBezierPath+RoundedCorners.h in Headers */, + 86DF9AC2AC4B03904581FDF0012581B9 /* NSButton+WebCache.h in Headers */, + 3EAA8D42E3199DC5BCFF5C13608A9656 /* NSData+ImageContentType.h in Headers */, + EFEB8FE02485F04B553A22D31CB0AC5B /* NSImage+Compatibility.h in Headers */, + 50018E0DEDF50C5273D40F71F7025C8F /* SDAnimatedImage.h in Headers */, + F7EAFC7F9BD920CC5513F9EDB08DF48E /* SDAnimatedImageRep.h in Headers */, + 300B5E68EBAC0DDCA4672A2E22758EC4 /* SDAnimatedImageView+WebCache.h in Headers */, + E113B81EB8D7BD62F92FC137EBC8DF42 /* SDAnimatedImageView.h in Headers */, + 3B8DE1BECF3B74228AC02718EE8A7315 /* SDAsyncBlockOperation.h in Headers */, + 732903D3EFA2341766E6511B7C1FC7A9 /* SDDiskCache.h in Headers */, + 0E4D7BCAC0211B7375BA98D4A6E53FC3 /* SDImageAPNGCoder.h in Headers */, + 729D1EAFD76FE6AC5B2A5166A5FE4E9C /* SDImageAPNGCoderInternal.h in Headers */, + C178BBB2CB583B2BB2497843061B51ED /* SDImageAssetManager.h in Headers */, + EB1BC6CED53B869C6A3135B53EF1115F /* SDImageCache.h in Headers */, + 9D18348877845AEA37910D91601DB80F /* SDImageCacheConfig.h in Headers */, + 8AE1550AF937A8C2BCE807FDD603AA55 /* SDImageCacheDefine.h in Headers */, + 5E34D82DED2BF453B2968D031CC24EEB /* SDImageCachesManager.h in Headers */, + 6B06C284D0E9D1E3993E4A9AF9FF7CB0 /* SDImageCachesManagerOperation.h in Headers */, + B2C68D4F778DBE90436C4B88D015572C /* SDImageCoder.h in Headers */, + E304E09B51ED7864F33486AE90D8CE35 /* SDImageCoderHelper.h in Headers */, + 470F1D06789D484F24DCEF3979148122 /* SDImageCodersManager.h in Headers */, + 23C6BB3F723931A5DE548D6EC2BB4790 /* SDImageFrame.h in Headers */, + 46F96328BBF9F7B1DB86D5D69A7A3620 /* SDImageGIFCoder.h in Headers */, + 44A1215968961FCE0ABBCB4772BFCD44 /* SDImageGIFCoderInternal.h in Headers */, + F7D31ACD13E4436472741E87D0932E12 /* SDImageGraphics.h in Headers */, + 7756646A1B96F71F0B88C0B6B194292E /* SDImageIOCoder.h in Headers */, + C841E5A06259840B4CE3C79C6740CBB2 /* SDImageLoader.h in Headers */, + 6845B91B4B9540BA5A606EF9C745E231 /* SDImageLoadersManager.h in Headers */, + 817BCBBEDC10B50F1061606A5E80E0B9 /* SDImageTransformer.h in Headers */, + 7B1E93843B60EE85859323817E5B3D2C /* SDInternalMacros.h in Headers */, + E62F791450BA3A32B6AD553F32B6257E /* SDMemoryCache.h in Headers */, + 5D344728BDBF89BEE683031A2E79B494 /* SDmetamacros.h in Headers */, + D04F6D4317FAC4C514672B2301520389 /* SDWeakProxy.h in Headers */, + 37C184931FC2BB11DFB97B6CA813A4A6 /* SDWebImage.h in Headers */, + 8871998BF6CF081E9FCC959B7615F896 /* SDWebImageCacheKeyFilter.h in Headers */, + 930E38AC2996BF5F709CA55CADEC50D6 /* SDWebImageCacheSerializer.h in Headers */, + B75D49437F9A9CA5DC7B95C478410D79 /* SDWebImageCompat.h in Headers */, + 98D62FDAE478ABD71B84BE8AE93F57A4 /* SDWebImageDefine.h in Headers */, + EC70BA3CDE09661081A87970AE6B7051 /* SDWebImageDownloader.h in Headers */, + AEAB143845662D70557FC81A2DA96ADC /* SDWebImageDownloaderConfig.h in Headers */, + 214BCBAEB70F1619CDF4B406AF908440 /* SDWebImageDownloaderOperation.h in Headers */, + D1FCB1F6ED4FB579CC31ED18E3FDCCE4 /* SDWebImageDownloaderRequestModifier.h in Headers */, + EBFB299A76BA2F04ADE81DD503BF97BD /* SDWebImageError.h in Headers */, + 5B77CD31CEA4F880908DC2F24A68DD18 /* SDWebImageIndicator.h in Headers */, + 90B35DB468E4E09C2485EA5A652EE74F /* SDWebImageManager.h in Headers */, + C6FCBCBF3EF8801BFE2ED487A7F46DCC /* SDWebImageOperation.h in Headers */, + 4C6A44C23AC3C620A85C4B90E3E1E3DF /* SDWebImagePrefetcher.h in Headers */, + 117AE0B87B80D5FE92DA43D40CCF86DD /* SDWebImageTransition.h in Headers */, + AFD9E70BBD7B7020DB07EEB50D110BD8 /* UIButton+WebCache.h in Headers */, + 28F6D210CAF529A05468CE80B8B5C552 /* UIColor+HexString.h in Headers */, + 0628C53DA726A58907C33BF05E48A778 /* UIImage+ForceDecode.h in Headers */, + 0988D9DD99AE7E99512BEF1395CB8CC8 /* UIImage+GIF.h in Headers */, + B77409056ABA0351B66E58507935F824 /* UIImage+MemoryCacheCost.h in Headers */, + 80015F7CCDBB2C229C697192B6656FA7 /* UIImage+Metadata.h in Headers */, + 1F29C86529A24DA80F01032240A2EC31 /* UIImage+MultiFormat.h in Headers */, + 6683CDB0F5E25BB9060BA075AF797CD9 /* UIImage+Transform.h in Headers */, + 0B65647AC36CEDFD428AC1BEA7F6E86C /* UIImageView+HighlightedWebCache.h in Headers */, + C86153C91947583A9949FB69A8A9A742 /* UIImageView+WebCache.h in Headers */, + 2C5A1D4ED7B64F582CC58A1A335BAB0D /* UIView+WebCache.h in Headers */, + 65AC8534A657F856307F0017EA3109FC /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 10973D39CD47F7BFCC0AEABF09A3C0A1 /* Headers */ = { + 123887CEA95676F8BC8BDE49F8027BCA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 38BF8FA86C8EF2EF8D266CE45C3771CD /* RNFlingHandler.h in Headers */, - F960DA2FC5DE928C3C92C463B7636466 /* RNForceTouchHandler.h in Headers */, - F45F4719A795ACD4F23BF180239EF8F5 /* RNGestureHandler.h in Headers */, - 0E12EC4F36FCF7E2806CCF17C5467AB4 /* RNGestureHandlerButton.h in Headers */, - CEE3AEFCDDA67E1BAE7A94806BD62096 /* RNGestureHandlerDirection.h in Headers */, - 5EC01A448ECAE72974DEA0A5A6E92133 /* RNGestureHandlerEvents.h in Headers */, - EA9DBB2DEA77E69C4E1283E456F31470 /* RNGestureHandlerManager.h in Headers */, - B264FAD8D35AA07A38D312770198B5F9 /* RNGestureHandlerModule.h in Headers */, - E1C7F22B65EB3BC2006B2688880BCECF /* RNGestureHandlerRegistry.h in Headers */, - 5FFB5E58C3B0FBE91242B4C546FCED4E /* RNGestureHandlerState.h in Headers */, - 1C3B8D6798B6DCF4275A075401FD40A8 /* RNLongPressHandler.h in Headers */, - 4BFAB677B9ACCC2587BDB74A61918717 /* RNNativeViewHandler.h in Headers */, - 68112EB851AA021B6B560364BD55DD0F /* RNPanHandler.h in Headers */, - 97BB5B2C6DBD71BEDB231F10F1D8D8A8 /* RNPinchHandler.h in Headers */, - 670F9E6C32D57249C04BC6F6F89F7F6C /* RNRootViewGestureRecognizer.h in Headers */, - E5A3710E91E602A7565CE94A23AC1438 /* RNRotationHandler.h in Headers */, - 9CBD679084BFD7EECE5B650BB9C8988C /* RNTapHandler.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 131869CB375DB3F74B52C397BFDCC4A9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E1B750DAB5F395214A0C0848CE7EA18 /* RNLocalize.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10504,11 +10811,34 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1737544616D46BE77CF48705005E66A8 /* Headers */ = { + 176D57EE9CD4C416779D3B7A1FA03624 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DD6613EF32C7E37CCB3AFD393DA107C8 /* RNLocalize.h in Headers */, + FE8BBE02F8286BBF03AE3B7F3D102BF0 /* RCTConvert+REATransition.h in Headers */, + F6D008D319A57872DE39558DBA0E94CA /* REAAllTransitions.h in Headers */, + 54194356AFD594D730D9C051C51464FF /* REAAlwaysNode.h in Headers */, + 2927EA9D5F5EB7662395B81211C99AB0 /* REABezierNode.h in Headers */, + 568773F1FEB2B34BEFFAC5DBFF28A44F /* REABlockNode.h in Headers */, + B38150083909FF9FF6439F18D9CCE496 /* REAClockNodes.h in Headers */, + 0AF1C79AEC4D746673F186A71E193EF9 /* REAConcatNode.h in Headers */, + B01D4C2A60F2186068253C9E2D1249B9 /* REACondNode.h in Headers */, + A5399799BE50583C7712116E74DBB366 /* READebugNode.h in Headers */, + 85D1E6125F7A55666CE84EB1BA05F138 /* REAEventNode.h in Headers */, + E7E52F84D85E257C9D4A5AA83632A267 /* REAJSCallNode.h in Headers */, + B74B033B7246B5CC23677306A4186A1F /* REAModule.h in Headers */, + A0B263B137B7BCE6C2E02DC7CA1C43F1 /* REANode.h in Headers */, + E3D44A5B89A93AFDB4E0C5CD90B8D7F1 /* REANodesManager.h in Headers */, + FFA5DEE30226A1F94EE4E45E1F43D487 /* REAOperatorNode.h in Headers */, + 07DE7B3383F33BABF8C4C3DC600F27D5 /* REAPropsNode.h in Headers */, + 84FC108EE78592E7F5996EBDC1254797 /* REASetNode.h in Headers */, + 625EF29798A0C724B5983EE297CEA6E9 /* REAStyleNode.h in Headers */, + 17926A54A19422C17629E43C7485F21A /* REATransformNode.h in Headers */, + 27610F9F77C38FF1773D6735BC1E7E56 /* REATransition.h in Headers */, + EBABF0FE75E2B4B7FD239FC7CBFAB7FA /* REATransitionAnimation.h in Headers */, + 4EF7F4B7AE1A7AD46613779D9D2C8538 /* REATransitionManager.h in Headers */, + 01C7112F6D6474A32474985509B279A7 /* REATransitionValues.h in Headers */, + B73339847C29A6585047D3A435FA6B5C /* REAValueNode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10521,15 +10851,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 196147E1942CD185739140387CEC1933 /* Headers */ = { + 1B27FA5B3A2D1DF9B4423C447EEB7826 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FF50AB1F7B4B125A2B395CE9ED9DCBD3 /* RCTVideo.h in Headers */, - F3C30072E38EC5A5F93B315EEA53DF8B /* RCTVideoManager.h in Headers */, - 5C32108E5E50E3996EA2043CF53C0775 /* RCTVideoPlayerViewController.h in Headers */, - 0A9004FA0A482FFC05B76043C930B1C3 /* RCTVideoPlayerViewControllerDelegate.h in Headers */, - C417294DAD20BF143B5119D52FE2D852 /* UIView+FindUIViewController.h in Headers */, + 71F1383D2710678FC23E1C4D93F47EBE /* DeviceUID.h in Headers */, + 16ED426A21FD7D50EC377207DB915179 /* RNDeviceInfo.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10550,25 +10877,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1DA056A4B93E229281A9F07AB85ACA3B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9950759650514F356B0C16141C599929 /* FFFastImageSource.h in Headers */, - 29FC734D55ADF05F609522F2B29CB57E /* FFFastImageView.h in Headers */, - 158B42183B831501560A77773BBB5BF9 /* FFFastImageViewManager.h in Headers */, - DE038BFB8B78FD42A7B858C293035112 /* RCTConvert+FFFastImage.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 253C0C2B573325575856C38E2CEB1BDC /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6CF90CD0939A0811FB13B0F966D0FC28 /* ReactNativeShareExtension.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 269510BB51D43419055D0F849FA41C0E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10626,64 +10934,29 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3A90801E7C02C5EAC0B52E7732E13C64 /* Headers */ = { + 3F3848CF3A054B86DC8416AEF841B0AE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6D5AD3F624315C6E04F08A386EAAFE77 /* DeviceUID.h in Headers */, - 3FFE24C9213296F55008C3278AFCC9D9 /* RNDeviceInfo.h in Headers */, + 4776FEBF1F58A81C725891898994102D /* RNSplashScreen.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B41E3221DCB57CB77F83781071F1495 /* Headers */ = { + 4495F96D2EB42B4121B0059503E85CAF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6E529C30A1ED9021DA661CCBEDA93C06 /* Compression.h in Headers */, - 7B326478B53F778396DE9EEA8E197EB9 /* ImageCropPicker.h in Headers */, - 5BD3B57F2963966F03D9161B0F36CC19 /* UIImage+Resize.h in Headers */, + 0DC1A228F82A91815C9A2C505DFC69DE /* KeyboardTrackingViewManager.h in Headers */, + 76E183F69C524CA3006F0E45C81580BC /* ObservingInputAccessoryView.h in Headers */, + 168967F0AB6E87FE082EE5DDBF4409EC /* UIResponder+FirstResponder.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3F3F0B96E0878A4675AABF1E5DDBABFB /* Headers */ = { + 4B3430BEB58C450A52BC99E80BA7B850 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E688DFFA4F1136F81C5A827A53AAB6E7 /* QBAlbumCell.h in Headers */, - 9F50F5D0E512F888E28411A4CA948307 /* QBAlbumsViewController.h in Headers */, - 6E0F33718566B67D30A6C9E9363F801B /* QBAssetCell.h in Headers */, - EDBB06CE73EF29831C7B13AFCCE1522F /* QBAssetsViewController.h in Headers */, - 29009F4846F6DC740E1990511A97357C /* QBCheckmarkView.h in Headers */, - F0F8832AF7555398BCD2FB37017BC3E5 /* QBImagePickerController.h in Headers */, - B3D6A0E1D5A48A1B8A1B7B40EC947DEB /* QBSlomoIconView.h in Headers */, - 08AB45CC41AD80BD20E7970223B9D37A /* QBVideoIconView.h in Headers */, - AAA6FC823DC10E942EDCE4EED39AA499 /* QBVideoIndicatorView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 455C2B2EF256350D6ACF6196B65BE0DF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 684EE7D30E9F5B6CD4D084B399FE9749 /* SDImageWebPCoder.h in Headers */, - D84C520C0A6E61EDD6DB537EBDB76988 /* SDWebImageWebPCoder.h in Headers */, - 7F4C4CCC87FCAE74FB6037463D6CAE67 /* UIImage+WebP.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 48097EC7EF9908FF8082F799BEC9A447 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - CAF1051B981145E083D8F2173CE6E113 /* CGGeometry+RSKImageCropper.h in Headers */, - 90C279308CFC7EA139B454FE8AAA4C93 /* RSKImageCropper.h in Headers */, - E89ABA4DA31172E5C712F1119E3B7677 /* RSKImageCropViewController+Protected.h in Headers */, - 6B031BFCF23F5FFDE5F4FFC4918E97C3 /* RSKImageCropViewController.h in Headers */, - 2A6B38A164673E0581A6B684C13C856F /* RSKImageScrollView.h in Headers */, - 6406D15C1EB7FF6CE7EAC097DFE92CE9 /* RSKInternalUtility.h in Headers */, - FCF1D84C5E0317E737CF3195A15C2A1D /* RSKTouchView.h in Headers */, - 4C0EF410B1DF33A1FA7A9B3DEB143D60 /* UIApplication+RSKImageCropper.h in Headers */, - DA9C522EF0046E75EC992727C681B3EE /* UIImage+RSKImageCropper.h in Headers */, + 65C41F3A8EC416445EFCFD7E015B8EF8 /* RNVectorIconsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10723,32 +10996,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 520D3F5150F83E40954E148414C3DDCA /* Headers */ = { + 4FF86DA5C4CF4F4CA22015F60A13F2A8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7F92C8CE8F507D6DB8C8998C7FF4B7EC /* Color+Interpolation.h in Headers */, - 8D9FF8C976084137F2169AE5BC47CE01 /* LNAnimator.h in Headers */, - DCCF82FD856EA36F743418F69477EE4F /* LNInterpolable.h in Headers */, - 75E7924CCFC7EC8AFD2F756B4F7C542B /* LNInterpolation.h in Headers */, - 27767774871C4002E91C458952FAF2C1 /* NSValue+Interpolation.h in Headers */, - 9B63F40BC204D313F638FB79A7A3D01E /* RCTCustomInputController.h in Headers */, - 4F965719DA877B98FE24D76CF4EFF95C /* RCTCustomKeyboardViewController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 54DA799761B7BA44E65F4F137363988A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 817679BD0F5E0BE5945BFDF04DDF215A /* IOS7Polyfill.h in Headers */, - A16B96838D76229F61097C45EDD27D5B /* RNFetchBlob.h in Headers */, - 931C297893672C4DF50699EABF784C14 /* RNFetchBlobConst.h in Headers */, - CA5E768F9B600A5AE4D2478E9F43C676 /* RNFetchBlobFS.h in Headers */, - D52C23B825C04EBA8B9B1084A2EB4C3E /* RNFetchBlobNetwork.h in Headers */, - F9AFF66D1440BB8A20C8D42FAE2230F2 /* RNFetchBlobProgress.h in Headers */, - 7500F2F16CDBB55A8520870B77F1D16D /* RNFetchBlobReqBuilder.h in Headers */, - 059616AD8F987718CB8062456AA7F3E6 /* RNFetchBlobRequest.h in Headers */, + 7C535C280CFC88C038BC83BC7419339D /* SDImageWebPCoder.h in Headers */, + 7A6C847CC5F78C2246DFBCD36E4D0239 /* SDWebImageWebPCoder.h in Headers */, + 2E193B8046ABBCEFE5CC9344E7290F0E /* UIImage+WebP.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10802,14 +11056,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6435732A1A5B3E2A4219EE3F46E82640 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C4E612FF173DE5C42AB20272BE8FAF00 /* AudioRecorderManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 674BF929D30FF4DB0B30FFAA1C2AA3C9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10837,11 +11083,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 772E5053DD794EB7E8A263EDC8F8710A /* Headers */ = { + 6D59D5901B52435C54F57A619A8B1DBF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 39976B857F28F71894AF3D1027DFC5D5 /* RNUserDefaults.h in Headers */, + F524755A59E7DE12E1983D6FD9CFB69D /* RNDocumentPicker.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6DFC55DD1C1A231C727B0380C37C535C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7A16F427BC2555DB1AC4C271B2B547B6 /* UMBridgeModule.h in Headers */, + FD56A279B962732D6E5D20124FF14CBE /* UMModuleRegistryAdapter.h in Headers */, + 4BFC11C6DD58A39B865B7F3A6300A088 /* UMNativeModulesProxy.h in Headers */, + FF616F4C598510455A6AB7A00C9207EE /* UMReactFontManager.h in Headers */, + FB5F05F38AF140757452E24DE6E21B44 /* UMReactLogHandler.h in Headers */, + 3E615AA6F4E76092E03128106C99C0E1 /* UMReactNativeAdapter.h in Headers */, + D10CAEDCBF89D72FEF6F8793BC65E071 /* UMReactNativeEventEmitter.h in Headers */, + 1D8D84AB53C5383AD844348D6500C75E /* UMViewManagerAdapter.h in Headers */, + 851E4A325F3D74515EA3F9862DF4E768 /* UMViewManagerAdapterClassesRegistry.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 72C0DC0AC1BC834C9288F20E2E5F2F78 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + AD54979DC4329F075C424E9F44FCD8FE /* Orientation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 76BC84EFDF8ADEB8BC214CDB3B756AF8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DE1DDCD87E0597D7E21DBFA482B57B28 /* AudioRecorderManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7DD1BC8A020DC9AC8BC101EFB93EACEB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D18EB2FEC0DF2B89A9985AEAE5462C41 /* RNUserDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10922,140 +11208,59 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8494957DED306F7E22C8D16C476DC0EE /* Headers */ = { + 96C4E24D2D8C82F901EBC9E7D1740F8E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CF6BA7CD9CBD5B30319EDE4577BC6B98 /* RNCUIWebView.h in Headers */, - EE71BC9DD13BFB2AE0B24BF6E7F0A064 /* RNCUIWebViewManager.h in Headers */, - 0B4B6B25DB0EADC4918A3ACD611B69B1 /* RNCWKProcessPoolManager.h in Headers */, - 56C4C91ED3E14E45B644666069F7AF9D /* RNCWKWebView.h in Headers */, - A5B9124FDF09C3FB57E71EB4DC46A3DD /* RNCWKWebViewManager.h in Headers */, + 977F705F0EF57796C9750EF95D32CF59 /* RCTConvert+RNNotifications.h in Headers */, + BDE748C9CA1245D8FB80D75FC92449D6 /* RNBridgeModule.h in Headers */, + 0E73CF659BC55A52C1D530C9F5A06865 /* RNCommandsHandler.h in Headers */, + 3A00E6F644855CE2EAF7B0E44330F1E6 /* RNEventEmitter.h in Headers */, + 18DD001621CE9A5EFD1FC0D52BC728B6 /* RNNotificationCenter.h in Headers */, + 2EDA758BD2C8EBBCDCD6AF0534C647CB /* RNNotificationCenterListener.h in Headers */, + 422F873C6399300811B3621AA5687300 /* RNNotificationEventHandler.h in Headers */, + 16C1E57D960FD307EB6627389B7058F5 /* RNNotificationParser.h in Headers */, + 074FDDEAAE3615805267F8DF2CE3CEFE /* RNNotifications.h in Headers */, + 9B8A3340CB821679B1EB33B07290D264 /* RNNotificationsStore.h in Headers */, + 7473755D56D66D5AEDE7EDA1C3CC3A47 /* RNNotificationUtils.h in Headers */, + 538AD518826C65BB2347111BA0935FA5 /* RNPushKit.h in Headers */, + 131AE8D7DF51602ADBDB417F136F4F03 /* RNPushKitEventHandler.h in Headers */, + B2DFE5541C39A45ECEFB31498F2499F9 /* RNPushKitEventListener.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8ADBB975E06303330FAE5CC9E7858591 /* Headers */ = { + 983F5FA5615625ACF08CAD13BA6F702C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F94DCFF5D107E4BF5BF2627C7A16C826 /* UMBridgeModule.h in Headers */, - 48F083DC54F85765694A5E0B53DE7A23 /* UMModuleRegistryAdapter.h in Headers */, - 06F42CF742D734DAB24302A379521E55 /* UMNativeModulesProxy.h in Headers */, - FC6A01C8E0E273836C6636DDF0EC22F4 /* UMReactFontManager.h in Headers */, - 09B850C17A82AD88DB79D8B2CA47E8D2 /* UMReactLogHandler.h in Headers */, - 7ACB8005A2638468AB9A60485BE1BF50 /* UMReactNativeAdapter.h in Headers */, - EE523683F3251F823BCB86E8F0FA9808 /* UMReactNativeEventEmitter.h in Headers */, - 9F7EF952929788F475CDD08B31304925 /* UMViewManagerAdapter.h in Headers */, - D8FF26FAC450C15BD55EB53263E65C6F /* UMViewManagerAdapterClassesRegistry.h in Headers */, + 13FECCB97881121F38F9831D3CD7A280 /* QBAlbumCell.h in Headers */, + EF144D12A29B9B81E801D5FF8C758265 /* QBAlbumsViewController.h in Headers */, + FC7034D41298F3243627CB55F4896B91 /* QBAssetCell.h in Headers */, + C750A45DA60E441C7966DDC6FD3CBFB6 /* QBAssetsViewController.h in Headers */, + D7AA8044A6C9101770C194BE597C2065 /* QBCheckmarkView.h in Headers */, + A5CAFF76DA8C27D6879BF54753655C90 /* QBImagePickerController.h in Headers */, + 49CD2BE8E0B2AED99D4BE072F03ED82A /* QBSlomoIconView.h in Headers */, + B004394CB78BE04C08C89B9266CD8076 /* QBVideoIconView.h in Headers */, + F3552888B03934744895D710B57710C6 /* QBVideoIndicatorView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B934FF75AF8C246834FD6E7DA44B625 /* Headers */ = { + 9D979C27E5D32AE75EFBD592053E3AE3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FC041B9F351DCFB8D5A680FEEA36632C /* NSBezierPath+RoundedCorners.h in Headers */, - C9D98B55131CF168FFA253B4443A5DA5 /* NSButton+WebCache.h in Headers */, - B646D3FAF3895171C7128A44390934FF /* NSData+ImageContentType.h in Headers */, - F24D7B42D201D1C16DEF1E739C12A315 /* NSImage+Compatibility.h in Headers */, - 460E37598AA0D14AE158159CE82DD304 /* SDAnimatedImage.h in Headers */, - 986806465F6B9FD50B8B9B15FDDB8D88 /* SDAnimatedImageRep.h in Headers */, - 5A90457E4C33A1E3A454A565AF9EC98B /* SDAnimatedImageView+WebCache.h in Headers */, - 350C952D385788F69FC5482EA9142342 /* SDAnimatedImageView.h in Headers */, - 1506E79FA1F69AC2822ED58F2B378AC2 /* SDAsyncBlockOperation.h in Headers */, - 82DB5DA4E40FD9606E1DDCA545F57A6A /* SDDiskCache.h in Headers */, - 51F5839766AA9CC0138D26FBDE7F682C /* SDImageAPNGCoder.h in Headers */, - E268C17C966FECB7B89A0999B3120BFC /* SDImageAPNGCoderInternal.h in Headers */, - 1ABEC3CFFC2C58E239F6BA14296203DD /* SDImageAssetManager.h in Headers */, - 1CBFAEC0EF1E849A1FB4F0C9414B0DFA /* SDImageCache.h in Headers */, - C688C450F76A82961C99A4ADD9997CE5 /* SDImageCacheConfig.h in Headers */, - EE172A3AD0A48B5D62F25511D89C4D8D /* SDImageCacheDefine.h in Headers */, - 746E0F570155284BD70BACE494E70C2F /* SDImageCachesManager.h in Headers */, - 41C31D91BCA1D7289620F94A875E1DF7 /* SDImageCachesManagerOperation.h in Headers */, - 3D1AEF75F8B096727AE2866E29F1C760 /* SDImageCoder.h in Headers */, - 301B0DE3966BD9C68C83F40EE036D231 /* SDImageCoderHelper.h in Headers */, - 78AB5676F42429625693F9D6208142FB /* SDImageCodersManager.h in Headers */, - 2B4523AD2E76DA25D3CCAACE404B7A93 /* SDImageFrame.h in Headers */, - D8395442D2AEA3DB9C7D90E3CE8FECAC /* SDImageGIFCoder.h in Headers */, - DB00F8C59B145A43147840BF41BC04F7 /* SDImageGIFCoderInternal.h in Headers */, - B68968F874D4C993DAB246791DBB4E79 /* SDImageGraphics.h in Headers */, - 5E4D1631B0E83D3E6620C6F7AD9E4D55 /* SDImageIOCoder.h in Headers */, - 7EEFCBBF2DB90B71991F82328BE9E7B2 /* SDImageLoader.h in Headers */, - 2B8627FD5A9E44288E273B1DDE73CCFC /* SDImageLoadersManager.h in Headers */, - E003B6188EB54E2ACCE2C81F8EF59AF4 /* SDImageTransformer.h in Headers */, - C0516DB82BF288D99724DEE0570A5631 /* SDInternalMacros.h in Headers */, - B591566B4CBF0CABF53F3E0D9D89B8FC /* SDMemoryCache.h in Headers */, - 9C2B58EE108869C580FE7DF896A13E91 /* SDmetamacros.h in Headers */, - 0799A2FEF2EE0CC7D3A90376DF0F6D67 /* SDWeakProxy.h in Headers */, - 5DCF6BAEC9B1B32188DA137E81C612F9 /* SDWebImage.h in Headers */, - 9B33313CD37427A91AA7F9EEFD5DC6D5 /* SDWebImageCacheKeyFilter.h in Headers */, - F9271DD20E1E8A028891F4622069A309 /* SDWebImageCacheSerializer.h in Headers */, - 51D68B7AADC19B42065983BEBDD3F652 /* SDWebImageCompat.h in Headers */, - 61FF330F3F96E83A55F9A76FAF0BB1E8 /* SDWebImageDefine.h in Headers */, - 53A72BAB758E6BB86BA86DCEB8EB8E8C /* SDWebImageDownloader.h in Headers */, - 46D82C040B9A4F58BC70C2D8186336E6 /* SDWebImageDownloaderConfig.h in Headers */, - 6F153C772FA4E895D127C9EEFD73412C /* SDWebImageDownloaderOperation.h in Headers */, - 0AFB86CB9BEFB541CFF2F828D90A03C7 /* SDWebImageDownloaderRequestModifier.h in Headers */, - 5B0CC734918361BEC2D0117B41C9A17D /* SDWebImageError.h in Headers */, - 3B6919C80D8D87CA4DBECBC48DEDC9AB /* SDWebImageIndicator.h in Headers */, - 8B86A60690253F93B09DAFC28CC86D91 /* SDWebImageManager.h in Headers */, - 1AD28B3971E7FFDC9C79766A50E7A25F /* SDWebImageOperation.h in Headers */, - 3349FF2B3360450C1C296A8B3C4E4FAC /* SDWebImagePrefetcher.h in Headers */, - 2A95BEC374338108D944D91A3A5A3310 /* SDWebImageTransition.h in Headers */, - 31F412AD59A377D94E8408159E58A7BB /* UIButton+WebCache.h in Headers */, - 8A4568B2D443E0259687E55E3A9FDD9B /* UIColor+HexString.h in Headers */, - CEFE6879B2EE4FFE0419E0D86E94E5D2 /* UIImage+ForceDecode.h in Headers */, - 5747F4B22DA44DF99EA180D1B006AB54 /* UIImage+GIF.h in Headers */, - 52AA289C584AA6A65D54B3411CF9F876 /* UIImage+MemoryCacheCost.h in Headers */, - 4938989068F55A805D188E4CE1F808BC /* UIImage+Metadata.h in Headers */, - 5925FE20F748644DAC09123921D5BA80 /* UIImage+MultiFormat.h in Headers */, - D5C8D5B50FA21D466BFE6D76DFDDB338 /* UIImage+Transform.h in Headers */, - 37CC877F221077C1E28D8DAD55356239 /* UIImageView+HighlightedWebCache.h in Headers */, - 1E322C16C1DFA74A091291F13603F079 /* UIImageView+WebCache.h in Headers */, - 90BD392BCBB2D8B45AE0129A0CAC0C02 /* UIView+WebCache.h in Headers */, - 56AD8A3DECD6E6C0920C74264884DFE0 /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9095E4A3FE96B1ABEDE578AB786DA425 /* Headers */ = { + A340EF102DFFB260F6A8B961207BE903 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 543987565ED98E4A6BEF0DF80977D6FA /* RNSplashScreen.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A38E23EF16FABC34401594914EB6C6F3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - AD23865F2C0DA271512D8E544C38D59F /* BannerComponent.h in Headers */, - BBACE416BC0E48A9E6E5CC1F95B5183B /* NativeExpressComponent.h in Headers */, - 83D6C32AF8E9A48FB2EE9EECD87ACA0A /* RCTConvert+UIBackgroundFetchResult.h in Headers */, - 064932633B6E2527C84A87044C9AE3A5 /* RNFirebase.h in Headers */, - 74A5201C5D4F4F8A1EA4767DC9E9CD20 /* RNFirebaseAdMob.h in Headers */, - F7F22AF293858E548FBAFD4F143C241D /* RNFirebaseAdMobBannerManager.h in Headers */, - E8DA7DF06C06567198FF72D0B315B0B6 /* RNFirebaseAdMobInterstitial.h in Headers */, - B6CAE780FFB24C1AD0EEFB5829255EC5 /* RNFirebaseAdMobNativeExpressManager.h in Headers */, - 1AC24C807BB7EAFC22DC9DBFD8B9F58F /* RNFirebaseAdMobRewardedVideo.h in Headers */, - E409A19B9D79A21AB18BEC6121A80AB6 /* RNFirebaseAnalytics.h in Headers */, - 53A6E09616DB2395FE8AF94098138384 /* RNFirebaseAuth.h in Headers */, - 8703F902E77010AEAF2C18BAA3432618 /* RNFirebaseCrashlytics.h in Headers */, - 631187572BCD27B07A8B2B730926B364 /* RNFirebaseDatabase.h in Headers */, - ADAA5BE955FB1867166E47F2C8F0ED5E /* RNFirebaseDatabaseReference.h in Headers */, - 5C3EFBC2AC931CBEA1F61CE752945D4F /* RNFirebaseEvents.h in Headers */, - A4CF5CC621A144BB54558B862DD6D974 /* RNFirebaseFirestore.h in Headers */, - 692CDD864F3BC0D2B5FDF8FC3C99194F /* RNFirebaseFirestoreCollectionReference.h in Headers */, - 22B16F97A03BF31490343820AC77D372 /* RNFirebaseFirestoreDocumentReference.h in Headers */, - DD2B857BB9E5BBE5786E7AA380CFB161 /* RNFirebaseFunctions.h in Headers */, - 5718A8846379980F976B7A0F91FB13E2 /* RNFirebaseInstanceId.h in Headers */, - 0D8893F250F3AFD387E23967F13E4FE0 /* RNFirebaseLinks.h in Headers */, - FF942D37BA3932CE952A91003EF0CC66 /* RNFirebaseMessaging.h in Headers */, - 75094AF2589EF345352F296C6F1D6535 /* RNFirebaseNotifications.h in Headers */, - 8BFAEC1822C0175E1A5EAF53F2298E47 /* RNFirebasePerformance.h in Headers */, - 4F30F25E060CF3F8B63014D21CC29F39 /* RNFirebaseRemoteConfig.h in Headers */, - E8E82D1F8ECFE65B27D61922C916770B /* RNFirebaseStorage.h in Headers */, - 4FC08F5C24031A9F707AF59860B9A40A /* RNFirebaseUtil.h in Headers */, + B36B372F96B7172F787F5366D414A03E /* RNCUIWebView.h in Headers */, + C54B101F527233C68DB9640861E82D55 /* RNCUIWebViewManager.h in Headers */, + E7BDBC12C9BC3CF1B0397A4A9C192AF5 /* RNCWKProcessPoolManager.h in Headers */, + 260BAE47B3569439B31567D99331F0DA /* RNCWKWebView.h in Headers */, + DD3D82E6EA12EAF2EB5A3ECF0DDB45D8 /* RNCWKWebViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11066,6 +11271,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A880607E849DDE6F2C01A128FBAFF98B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5A00FA7DF0DE3AB0D3C91CCF3EFEF7B1 /* RCTVideo.h in Headers */, + D8B22BF64EBB488DFAC3192D045776F6 /* RCTVideoManager.h in Headers */, + 9D80E8DEE61D281CE0B9F2FAAD0CC23E /* RCTVideoPlayerViewController.h in Headers */, + 6AD0D9BAA2C80C0D7DFED62249A7C4CC /* RCTVideoPlayerViewControllerDelegate.h in Headers */, + 3B6FC76980C7AD363A1AFEF1570A5E73 /* UIView+FindUIViewController.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B19F61D9A58F2A5E69A24E32A4C00604 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11077,14 +11294,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B40999CB7F9400CDEF385B504C5E0970 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 910EA964B9B18F72C762D8C5FB36AB97 /* Orientation.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BAD2FB5F52C61AA86E85A17C63D653EC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11097,13 +11306,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C102CC2FB5F518F26EFD6A3E41F50947 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C1182567107E0FD09533DE68587F60EF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11170,6 +11372,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C5F0B909D04A028152C07A8C5C84261E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7C94BF7AEE0F301B5949590CA94DFDA7 /* Compression.h in Headers */, + FC6EBC9345680FBC9663AEF776732929 /* ImageCropPicker.h in Headers */, + F7DB0FE620B37A2B3E20B159D9A11831 /* UIImage+Resize.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C80EE91922AB44F11137FED0C994B114 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + AD694962F06206F60E935A58346956DB /* FFFastImageSource.h in Headers */, + 2F3DDB852EBBFD0C36BE133114A9B5FB /* FFFastImageView.h in Headers */, + 11568FC023AC39A7F121CB66AE19B374 /* FFFastImageViewManager.h in Headers */, + 0B431FF54CBA6BC930DB27228BD9DE52 /* RCTConvert+FFFastImage.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C8F51655E8DC48BAB3B0C28BA2D5CD9D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11180,6 +11403,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C984B3A2B91935E03F57451DB0466CA3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 687AED9FEC6D7AB8E9438749D895A71B /* RNFlingHandler.h in Headers */, + 9F7C14401F01678081CFF2AF773677C6 /* RNForceTouchHandler.h in Headers */, + 92AA254BD747627A46FDA4F77C70E939 /* RNGestureHandler.h in Headers */, + E46DCD4D9DA0D136E99176FD4FF421EE /* RNGestureHandlerButton.h in Headers */, + E18052CE05B681B7EC6CC9ED69CEA892 /* RNGestureHandlerDirection.h in Headers */, + 9C56B940E44FBD1C56119877F6BAA7D2 /* RNGestureHandlerEvents.h in Headers */, + 04895D408302F8D4003A9A7A32646BF6 /* RNGestureHandlerManager.h in Headers */, + 94DB1239A2E2FBC63A77C99125882B7C /* RNGestureHandlerModule.h in Headers */, + 73CE871D6EA7B81A61A0DDAF57A44B10 /* RNGestureHandlerRegistry.h in Headers */, + 7A5DECDE1DAEFB994CA681F79E855296 /* RNGestureHandlerState.h in Headers */, + 66D998B1A7EFF2C26659714D5ED057AF /* RNLongPressHandler.h in Headers */, + 4B16183155FB0D44121293E7D1DD26F6 /* RNNativeViewHandler.h in Headers */, + 9660B59C749C34D07D873629D302E70D /* RNPanHandler.h in Headers */, + 56A7C496A08E3F82DEF74C7EFC499115 /* RNPinchHandler.h in Headers */, + 64F88DC9D35E1F4C0AB71E670112993C /* RNRootViewGestureRecognizer.h in Headers */, + BFCB9A50BAF58EAD7D24AA2118A3CFE5 /* RNRotationHandler.h in Headers */, + E47445D9581A107ACE7475425AFBB566 /* RNTapHandler.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CA08E1126E2EED28DC45A14AE3200DDD /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11192,13 +11439,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CC3B154C3AA17E4EF09A81C97C348176 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; CE172B5D37E2EDDC09F4E71AC12123DF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11246,6 +11486,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D509D9F64D0CD9791EB92E525D8DDB54 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F1D6C8002A020647A439274EE0962B96 /* BannerComponent.h in Headers */, + 3CBB8ED51BCD13B441B6F5FAFF34C63B /* NativeExpressComponent.h in Headers */, + F183E353CA9DE6956D290EB1EE74BFF2 /* RCTConvert+UIBackgroundFetchResult.h in Headers */, + 8316E07991CCAD01B0CF24BF978DECA5 /* RNFirebase.h in Headers */, + 58391CAAD090F41F05A3B748F4C99976 /* RNFirebaseAdMob.h in Headers */, + 92283C5C56DF8E7956608327837E5832 /* RNFirebaseAdMobBannerManager.h in Headers */, + 11CCE6A8450D1F57C92FEEE3845F3AA7 /* RNFirebaseAdMobInterstitial.h in Headers */, + 7C482B05927098D006CCCFAF93E2DF23 /* RNFirebaseAdMobNativeExpressManager.h in Headers */, + BCE5CC8E9699064D2548EEE8FD5A67C4 /* RNFirebaseAdMobRewardedVideo.h in Headers */, + 3516E5B75F511ABCBFBE5DB5760F67AE /* RNFirebaseAnalytics.h in Headers */, + 60F796C2F3B8E9D8B553C0896E760FE0 /* RNFirebaseAuth.h in Headers */, + 6257EE5EB7F4ED5372228231B53501B8 /* RNFirebaseCrashlytics.h in Headers */, + 96B5A39E4A9A456CF0FF0335894ADEAA /* RNFirebaseDatabase.h in Headers */, + 49E64F446EDA3664889BA4C108FDF8F5 /* RNFirebaseDatabaseReference.h in Headers */, + 6BA13B00A730ED95F9F3DF95841FB74A /* RNFirebaseEvents.h in Headers */, + AAE5BB7B2EA8E337B6B7BC6C70F8487B /* RNFirebaseFirestore.h in Headers */, + D07A5C2FA81D7592D2BD54F3724BB622 /* RNFirebaseFirestoreCollectionReference.h in Headers */, + 75337597BEA01AE83D48619CBECA09B6 /* RNFirebaseFirestoreDocumentReference.h in Headers */, + 5E409147D042A13463D2266EDC8B995D /* RNFirebaseFunctions.h in Headers */, + 37D8ED231682175835EDF04A71DFDEAD /* RNFirebaseInstanceId.h in Headers */, + 825AB92F2EB9A991A6C2C9DA95F7633C /* RNFirebaseLinks.h in Headers */, + F3B9F38DDAC4DD80487C55AC4B468E96 /* RNFirebaseMessaging.h in Headers */, + 6A005F66CE5FA4068AA1361B9DE78D22 /* RNFirebaseNotifications.h in Headers */, + 109FF1C736C1B0397CE1A11F4BCEB92C /* RNFirebasePerformance.h in Headers */, + 538B45D51AAD7F81988F6AD26386C7C3 /* RNFirebaseRemoteConfig.h in Headers */, + 65C2DE7FD8E7D5896B489FDDE40533AA /* RNFirebaseStorage.h in Headers */, + 3BF1C252F9FD1655961C7306E484860D /* RNFirebaseUtil.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D95B05326AF15538B6FBCABCB9D4D103 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11285,6 +11559,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E1F736CE87A1A48A604CCDCD2688EF87 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 10A8346C82FAA18C205AF247E1C70F17 /* ReactNativeShareExtension.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E3E91DD2DC9C4B4426B7ECDC0A3CD26E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11362,15 +11644,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - ED6F8BE71B780272328AEF9563A2DA5D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 89AA01B23B6705CF63BAD7BAD97CE0CD /* RNSScreen.h in Headers */, - 4FA1B9CBD01317DA76BE4A960906EA5F /* RNSScreenContainer.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F9F6C9C1F5D67CA53A15004CAF35E84A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11522,35 +11795,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FF6459DF80678EAC2E9B515095CFF414 /* Headers */ = { + FCDA788FD8FB41738609E55FA0473ED6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A44021E59C9C280142ED1CB631831397 /* RNVectorIconsManager.h in Headers */, + FF4DCE2BFB5B9FE70E152EFBDF4231E3 /* RNSScreen.h in Headers */, + 88428DA488987ADFC01FE95CFDF5F050 /* RNSScreenContainer.h in Headers */, + CF4377C4DFE112ECEAF16CDF2DAD2E7D /* RNSScreenStack.h in Headers */, + 91649A80948D1578E4615B91E7F6BF2C /* RNSScreenStackHeaderConfig.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0080E4C361F4E1882AB11FFB6EA44C16 /* react-native-keyboard-input */ = { - isa = PBXNativeTarget; - buildConfigurationList = D10E3B26DD2E375F0C126DCCFE884F50 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; - buildPhases = ( - 520D3F5150F83E40954E148414C3DDCA /* Headers */, - 35BD33E90DAD8682A5FD2C32863623B1 /* Sources */, - AE921946028716B65CC12C0FB71C87A4 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - B833C6DE9BEEEED457DF99E63536BB2A /* PBXTargetDependency */, - ); - name = "react-native-keyboard-input"; - productName = "react-native-keyboard-input"; - productReference = 72C81F84371D694AAB59205BA32C2EC2 /* libreact-native-keyboard-input.a */; - productType = "com.apple.product-type.library.static"; - }; 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */ = { isa = PBXNativeTarget; buildConfigurationList = B69D01216C59AC8C26B14F282E543D83 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; @@ -11567,7 +11825,7 @@ ); name = "React-RCTImage"; productName = "React-RCTImage"; - productReference = DE32F8036C1D79B1244912A4808D208B /* libReact-RCTImage.a */; + productReference = ABD7950DA22B8FFD6F3E74271D13EAE3 /* libReact-RCTImage.a */; productType = "com.apple.product-type.library.static"; }; 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */ = { @@ -11585,7 +11843,7 @@ ); name = FirebaseCore; productName = FirebaseCore; - productReference = 729E07511F14062F96E5B394ABBCC5C4 /* libFirebaseCore.a */; + productReference = D2C7FB2C4A5A98AD6295762F241BD254 /* libFirebaseCore.a */; productType = "com.apple.product-type.library.static"; }; 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */ = { @@ -11602,64 +11860,43 @@ ); name = UMCore; productName = UMCore; - productReference = 5D8965D44FEA89F0F0FEF28A28C599E0 /* libUMCore.a */; + productReference = 68037B7F6B803C7149135AD13BD9B4B9 /* libUMCore.a */; productType = "com.apple.product-type.library.static"; }; - 0755785AD9A254220ED3D990F7939FB4 /* RNFirebase */ = { + 020A7F00F9EE33B3C1365F226D1D84A3 /* RNDeviceInfo */ = { isa = PBXNativeTarget; - buildConfigurationList = 4FFC881777526637E4DE949C0E450293 /* Build configuration list for PBXNativeTarget "RNFirebase" */; + buildConfigurationList = 0C8DFC747A7749CC30811514DFEDB0FC /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; buildPhases = ( - A38E23EF16FABC34401594914EB6C6F3 /* Headers */, - 92B9BE3248B51A1F2A277BCD6B7D709A /* Sources */, - B5592676526D9B773C02DC91D5D49F70 /* Frameworks */, + 1B27FA5B3A2D1DF9B4423C447EEB7826 /* Headers */, + 18483FFAA0CC4700074CEB74B03CD60F /* Sources */, + 606051DF7D22ABBA8898AB58EEB56E99 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CBDAE5EA6D8568718C279F787CFA5549 /* PBXTargetDependency */, - 1EFC1E53FAF8441C206EDDFF6FD848D1 /* PBXTargetDependency */, - 1E8E9179BCE65DE471B5EB00404EB716 /* PBXTargetDependency */, - 7262D46784DD78881CB949B15D2377C0 /* PBXTargetDependency */, + A4A515B6B4A33435437FA030E03A7146 /* PBXTargetDependency */, ); - name = RNFirebase; - productName = RNFirebase; - productReference = ED4C507F7BD71EB2A1C3BA6962CF47F9 /* libRNFirebase.a */; + name = RNDeviceInfo; + productName = RNDeviceInfo; + productReference = D8D834BDFFADFBA96F6C8C0C1FB4C7F3 /* libRNDeviceInfo.a */; productType = "com.apple.product-type.library.static"; }; - 0930E5899BD6BF767017AF77F370F37E /* react-native-webview */ = { + 047AEF90E592A59BDEFA2A770959796A /* RNReanimated */ = { isa = PBXNativeTarget; - buildConfigurationList = 27B57F7BB71CBB7A6E16F825A449DCEE /* Build configuration list for PBXNativeTarget "react-native-webview" */; + buildConfigurationList = 44C41DE2D7A7276376D6A1D1A3E26003 /* Build configuration list for PBXNativeTarget "RNReanimated" */; buildPhases = ( - 8494957DED306F7E22C8D16C476DC0EE /* Headers */, - 42EC6007882051A78C74728AA432AE54 /* Sources */, - F3586102EC62F4E416D4B06579773CED /* Frameworks */, + 176D57EE9CD4C416779D3B7A1FA03624 /* Headers */, + 026FE4284EEF5F6A2E1915262700CCE5 /* Sources */, + 5E76CC09D694010C68D11B0204D2D120 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0218A8F12B0DFDAC12510DFA0DF6C1C2 /* PBXTargetDependency */, + 7505E4511DE3FFF9917E2FC81DC1A846 /* PBXTargetDependency */, ); - name = "react-native-webview"; - productName = "react-native-webview"; - productReference = 8A5EA44A646952D8E7D900C8E644C7CC /* libreact-native-webview.a */; - productType = "com.apple.product-type.library.static"; - }; - 0DE11E64110FE5A69413A78AEDC5B41B /* rn-fetch-blob */ = { - isa = PBXNativeTarget; - buildConfigurationList = B0A09EB49826D3178D01D4B39405F12F /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; - buildPhases = ( - 54DA799761B7BA44E65F4F137363988A /* Headers */, - 4190E8AA370450DB741050AE03CA2815 /* Sources */, - 2B763F2581D2496D3854FED418C346A2 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 71B3AFB6E1CDF664B61FC4E1B8B48E79 /* PBXTargetDependency */, - ); - name = "rn-fetch-blob"; - productName = "rn-fetch-blob"; - productReference = 41A8AFE664D3034E5D010A8333716B52 /* librn-fetch-blob.a */; + name = RNReanimated; + productName = RNReanimated; + productReference = DFE471D8126A9FD83C38B32D7D0B3B83 /* libRNReanimated.a */; productType = "com.apple.product-type.library.static"; }; 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */ = { @@ -11676,25 +11913,25 @@ ); name = "React-jsinspector"; productName = "React-jsinspector"; - productReference = B19806A64836C147F209AFF385440227 /* libReact-jsinspector.a */; + productReference = AF4E1E774D92AEE6DBCACC4C6AED38FB /* libReact-jsinspector.a */; productType = "com.apple.product-type.library.static"; }; - 1B38259BB8CAB10A9D9047D2BAE45AB5 /* react-native-orientation-locker */ = { + 1A759E906D894ADBF3EC0950591958F4 /* react-native-orientation-locker */ = { isa = PBXNativeTarget; - buildConfigurationList = ECBB281AF0B016A31C460AEBCDF58303 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; + buildConfigurationList = E39E7F241D27143E24B9EC5D0A41970D /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; buildPhases = ( - B40999CB7F9400CDEF385B504C5E0970 /* Headers */, - 487B612FA4FAD423BD86B82B1CEE152B /* Sources */, - 76BF6927E2BFA9EBC5204CC1FFF9A23C /* Frameworks */, + 72C0DC0AC1BC834C9288F20E2E5F2F78 /* Headers */, + 7DBFC586DFDA5B0DEDFE891ACBED5EDB /* Sources */, + 31B38072423E437CAB20DEBF60EBD52D /* Frameworks */, ); buildRules = ( ); dependencies = ( - C3D68D1B6F2C32F1139118DE11354148 /* PBXTargetDependency */, + 8D9A58ECCC404B12FD71BB082DE83E55 /* PBXTargetDependency */, ); name = "react-native-orientation-locker"; productName = "react-native-orientation-locker"; - productReference = AD02A70F25585E5B95A417697D302676 /* libreact-native-orientation-locker.a */; + productReference = 18C8DDC9398FE2C937E05F61010EBB7E /* libreact-native-orientation-locker.a */; productType = "com.apple.product-type.library.static"; }; 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */ = { @@ -11713,82 +11950,7 @@ ); name = "React-RCTWebSocket"; productName = "React-RCTWebSocket"; - productReference = 66F749BC0C39B2125412C5E2CF4293D3 /* libReact-RCTWebSocket.a */; - productType = "com.apple.product-type.library.static"; - }; - 2A701A85976727F1F6EB809901965A9D /* Pods-ShareRocketChatRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = EF2AF50264269DBB8FF71EFE4C92C04B /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; - buildPhases = ( - C102CC2FB5F518F26EFD6A3E41F50947 /* Headers */, - 40A0C798D667803D68780BF163F80492 /* Sources */, - D28102A40E7BE8EAD702D30F78D7E157 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - FDB7E4C730F3BE3DF66744D76DF501C7 /* PBXTargetDependency */, - 60B81F4E2693182DDE762A5B8253566C /* PBXTargetDependency */, - CA707BCBB0CA38ABA6E99639027F93E1 /* PBXTargetDependency */, - 7FC9157324210DC2B0477A5EFD2F775B /* PBXTargetDependency */, - B123E8E9DC0E0BDC93A54A1000C2934A /* PBXTargetDependency */, - 5049916A470C303E0F11AAB6ADEF592C /* PBXTargetDependency */, - 0EE996267CF5381016F4B15E985D4C2F /* PBXTargetDependency */, - 3270ED3A30499F12AA8160440642C940 /* PBXTargetDependency */, - 1CA011F612BC167320968B0CC6DCA68E /* PBXTargetDependency */, - 2280B6C15BF8BD7C09AA488EE6F4C9C4 /* PBXTargetDependency */, - 4204A52A892A66B13F9362A44EB29CFE /* PBXTargetDependency */, - D69D6DAEFCE6C39F2E21A748ACB2A202 /* PBXTargetDependency */, - B83F8D2B6C8C17DA620C7E152198524A /* PBXTargetDependency */, - 30B64C43710DB6AA7B9AF9BEEC640D2F /* PBXTargetDependency */, - 5C833557CB2F6AB80BA6B2B9B547E81B /* PBXTargetDependency */, - 52DCE316B406CACFAD770A5478963C0D /* PBXTargetDependency */, - EE339E469703349610F91F4B100D25A4 /* PBXTargetDependency */, - FF3EFCB3C7BD0C422D142497F2508D47 /* PBXTargetDependency */, - 03FDB0D3BF3B8B419D5F13AF5EA5B5A8 /* PBXTargetDependency */, - 030EBCAA432B2DD32E2EDE7DB3290C42 /* PBXTargetDependency */, - 0A4B5A863E50CCB8556BFD09C4297402 /* PBXTargetDependency */, - 439A85B72CE5981CCF2FA07E9190338E /* PBXTargetDependency */, - E11B0D518C0E8FA653D42317C9C81C0A /* PBXTargetDependency */, - 3C28317393F48B2B1A7B63ED7C9E1271 /* PBXTargetDependency */, - 7F6023ECA71EF00FCD0565C90C4B491C /* PBXTargetDependency */, - CBE260B8748E89E86C6F829836DBE819 /* PBXTargetDependency */, - 6DB755F6A1B046C9F93248C2A6B07DDD /* PBXTargetDependency */, - 3EAA41D3C723DDFF2510DC7DCFB5F009 /* PBXTargetDependency */, - 309C240AEA8063504E0676211EC9CD18 /* PBXTargetDependency */, - 65F6677FB0B19BB9E706F89B922F74A1 /* PBXTargetDependency */, - 98EE748219BE87FED2ED35FD9DC5D9BA /* PBXTargetDependency */, - 32C4A26BDEBB439C6C78C2A6035D28C9 /* PBXTargetDependency */, - 0A3D8BCD5D7BF780256367831F67975C /* PBXTargetDependency */, - DC7E803FBBE10B4B06516FE914FCD57F /* PBXTargetDependency */, - B31A15A1A90F101EA5CC037C9BA1C00F /* PBXTargetDependency */, - D36BCE6B82FB89E9C52B0DB0AF4F1E10 /* PBXTargetDependency */, - EE57EE0AC31F8C71C1B4ECCC7A317731 /* PBXTargetDependency */, - CE8209DE8310E3739C5C7488F202CD62 /* PBXTargetDependency */, - 59C5429F167127D62E7F2DBEE30365A7 /* PBXTargetDependency */, - EA80001D27666F01CAEA48F52BD848CD /* PBXTargetDependency */, - 3C43B2700215627D9623A605B1172084 /* PBXTargetDependency */, - 0CAD2685972075B73E05E154800FE15E /* PBXTargetDependency */, - C4891F883EEC524DE24B673270A58B85 /* PBXTargetDependency */, - 42C0F51D4817EEC115582F7B74234828 /* PBXTargetDependency */, - 6A7FED3A8584E5D9BB0CCFAB55164B70 /* PBXTargetDependency */, - BDE55F91DC09DCA9CA354078F648F03F /* PBXTargetDependency */, - 1B26FBAFDD2BE7111F82BD2B8AD0FC35 /* PBXTargetDependency */, - 1E4F26FF9424420301BAF9FED25941C7 /* PBXTargetDependency */, - C8BAA5C9FEA421C34EBACD4E2A843210 /* PBXTargetDependency */, - 7A7B8D2D1CBE6DD9765D75CE39702924 /* PBXTargetDependency */, - 0332BF83E75327279EADD77DDCC65180 /* PBXTargetDependency */, - F42142D493162B549B378FCEEF52E269 /* PBXTargetDependency */, - 70E5A0814A00C6FAD8DC73483B877DF0 /* PBXTargetDependency */, - 64F44A71EB5383F979B8BA0B42B76655 /* PBXTargetDependency */, - E637A3A55E0E9C70AA4BFC6FB49B1E7E /* PBXTargetDependency */, - 2CAB5F1A54E70FE8432F82FAC4074CCE /* PBXTargetDependency */, - 38DBC5C3B8AC6382ABF3AB75B8B228E1 /* PBXTargetDependency */, - ACB53F37224FF64571353B09F4DAEF1E /* PBXTargetDependency */, - ); - name = "Pods-ShareRocketChatRN"; - productName = "Pods-ShareRocketChatRN"; - productReference = 33540CC6FAAF8735757EBD342658A054 /* libPods-ShareRocketChatRN.a */; + productReference = B0EFBBA9BEB6F35F6C155A49A09859C1 /* libReact-RCTWebSocket.a */; productType = "com.apple.product-type.library.static"; }; 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */ = { @@ -11808,7 +11970,43 @@ ); name = "React-RCTBlob"; productName = "React-RCTBlob"; - productReference = D96FAF4C5A2E2A7F75DF81CFAA613B8D /* libReact-RCTBlob.a */; + productReference = 5B4B60C4D8FAAEFC82F0DCB6BF553FFE /* libReact-RCTBlob.a */; + productType = "com.apple.product-type.library.static"; + }; + 2F66D5D8F3D8207308073B3BCC767704 /* RNLocalize */ = { + isa = PBXNativeTarget; + buildConfigurationList = 29099A419FFECDA0A2D911ED0299E404 /* Build configuration list for PBXNativeTarget "RNLocalize" */; + buildPhases = ( + 131869CB375DB3F74B52C397BFDCC4A9 /* Headers */, + 031B08107F00124F023B42E860AE965D /* Sources */, + B09C352D8FE0CA34370075AF8EC19224 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + BD0010B639FCA92FB624E6D57A195E49 /* PBXTargetDependency */, + ); + name = RNLocalize; + productName = RNLocalize; + productReference = CF8254663CCB6E249AFB2338FD710E1F /* libRNLocalize.a */; + productType = "com.apple.product-type.library.static"; + }; + 392DCD27EC049BFC800AD9233934D712 /* RNVectorIcons */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4A2ADD19F6F2B784FC2E048825BDB0F7 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; + buildPhases = ( + 4B3430BEB58C450A52BC99E80BA7B850 /* Headers */, + F96D7C2B0AAB0DC249089DD53B5515EA /* Sources */, + FB543AA520BABFBA839853B58EEA1377 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F657F804398BC0CC0516EE9415BC7A85 /* PBXTargetDependency */, + ); + name = RNVectorIcons; + productName = RNVectorIcons; + productReference = F453A0FFAA0461252AB9B4FD2034C6CE /* libRNVectorIcons.a */; productType = "com.apple.product-type.library.static"; }; 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */ = { @@ -11827,26 +12025,25 @@ ); name = FirebaseInstanceID; productName = FirebaseInstanceID; - productReference = 2C835B9C04952FA44E12C06F593884AB /* libFirebaseInstanceID.a */; + productReference = FFB4319F4573EF039EA2193A9A49EB1C /* libFirebaseInstanceID.a */; productType = "com.apple.product-type.library.static"; }; - 3F584E3C8A43B8A3400F7095E5E6B8A6 /* SDWebImageWebPCoder */ = { + 3FB3F43FBE8814CBFDC6181F216CB33E /* react-native-webview */ = { isa = PBXNativeTarget; - buildConfigurationList = 74F6A0D49660CDD8A01487E5BAC6E957 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildConfigurationList = 66235FB110A9BBA941B7EF8D962F1E2A /* Build configuration list for PBXNativeTarget "react-native-webview" */; buildPhases = ( - 455C2B2EF256350D6ACF6196B65BE0DF /* Headers */, - 59B037FB7CE0F34D5654940461D5E609 /* Sources */, - DEC8BBB28702BF3A98EE79390C9132FA /* Frameworks */, + A340EF102DFFB260F6A8B961207BE903 /* Headers */, + 3CE4CA4CC973715D62C493C34BD6C27B /* Sources */, + 0C4B192262B203EFD31057FB038C8884 /* Frameworks */, ); buildRules = ( ); dependencies = ( - BBD86033D9F689B6C2A61F5032281D78 /* PBXTargetDependency */, - E2C4444C9368F3E9A09376E3642AE2FF /* PBXTargetDependency */, + 3438681155D21B8437AC2846C008FD39 /* PBXTargetDependency */, ); - name = SDWebImageWebPCoder; - productName = SDWebImageWebPCoder; - productReference = E5291F4316C5D1CF7B1B1F1036CCF5B1 /* libSDWebImageWebPCoder.a */; + name = "react-native-webview"; + productName = "react-native-webview"; + productReference = 8EDCA60F3A133D953D1B205620109F1A /* libreact-native-webview.a */; productType = "com.apple.product-type.library.static"; }; 427A5566E42596B2649019D00AA80F10 /* libwebp */ = { @@ -11863,7 +12060,62 @@ ); name = libwebp; productName = libwebp; - productReference = A399D883D0C71D67A0A4765F95C27F26 /* liblibwebp.a */; + productReference = BAF0A197F76E667EB5E5AA7DCB4B455A /* liblibwebp.a */; + productType = "com.apple.product-type.library.static"; + }; + 4336A368EF1A02A2EB63BA0B9B31A78C /* QBImagePickerController-QBImagePicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 84AE61657B77E757CFF95C4648FD7E56 /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildPhases = ( + 618A00C5F5FBC0B068AEC5618EFBABC1 /* Sources */, + 4B2F4F98B995B21C5CC8F29C08E862F9 /* Frameworks */, + ABF0DC418AED972A939E0164CAD6D3D1 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "QBImagePickerController-QBImagePicker"; + productName = "QBImagePickerController-QBImagePicker"; + productReference = E997F165921AF0CC6A20FE23571905FB /* QBImagePicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; + 49CD1583620EBF3C29B154B07A7511C1 /* react-native-keyboard-tracking-view */ = { + isa = PBXNativeTarget; + buildConfigurationList = F3CF78471A5D6E16F3BD826377B73774 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */; + buildPhases = ( + 4495F96D2EB42B4121B0059503E85CAF /* Headers */, + BA9B1FA705433EE5423853CB4AAF15C6 /* Sources */, + 29AE20734DFCFC3F5E36D63CC6D1F915 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 6A8C769FF34A37833981B190E4692524 /* PBXTargetDependency */, + ); + name = "react-native-keyboard-tracking-view"; + productName = "react-native-keyboard-tracking-view"; + productReference = 09760224C1D7BB4C2C2027703D7A76EC /* libreact-native-keyboard-tracking-view.a */; + productType = "com.apple.product-type.library.static"; + }; + 4CC64671B5711298EFDA3328D5623563 /* RNFastImage */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5BCED4F654633BF9E59006A69EF988B5 /* Build configuration list for PBXNativeTarget "RNFastImage" */; + buildPhases = ( + C80EE91922AB44F11137FED0C994B114 /* Headers */, + 13031772B68D0014A22DA9C765FB16D5 /* Sources */, + 4130CB37D03EFED877C8DCB5B2005C50 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1A4B36AA83012E05F5C5BD271BB0F68D /* PBXTargetDependency */, + FEB1E3E4CCE1B153338D0BCCBD01A431 /* PBXTargetDependency */, + 88CA927379E78E4B984171598C2D5AE1 /* PBXTargetDependency */, + ); + name = RNFastImage; + productName = RNFastImage; + productReference = 9DEABE8C6970F8372DDD7E1DD85B5898 /* libRNFastImage.a */; productType = "com.apple.product-type.library.static"; }; 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */ = { @@ -11880,27 +12132,47 @@ ); name = EXAppLoaderProvider; productName = EXAppLoaderProvider; - productReference = 32E8E318F230FB7296DF2F2BDFE50410 /* libEXAppLoaderProvider.a */; + productReference = 43B77357F4E4BF8D7172F3DA0E045C1C /* libEXAppLoaderProvider.a */; productType = "com.apple.product-type.library.static"; }; - 56909E3CC40E72D94C9B1DAC65101260 /* UMReactNativeAdapter */ = { + 51470C5597803F481DCB8686A27E171D /* RNFirebase */ = { isa = PBXNativeTarget; - buildConfigurationList = 22E1AB9A987CE36E33408E9E3B25DF26 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; + buildConfigurationList = C0D5D3B2C39F1ADD817AE891EDC1C334 /* Build configuration list for PBXNativeTarget "RNFirebase" */; buildPhases = ( - 8ADBB975E06303330FAE5CC9E7858591 /* Headers */, - 20DC948D27A70EBD59CA99A3AA199304 /* Sources */, - D4C9B132F895477922D2FD2A10C6319B /* Frameworks */, + D509D9F64D0CD9791EB92E525D8DDB54 /* Headers */, + 6DD1F11FDA39DF7D018391080706C583 /* Sources */, + F8E6EEA23AA31E6849A420F4AF8E0ABC /* Frameworks */, ); buildRules = ( ); dependencies = ( - EB0419AC484C88A51B2BEB3E08B796CD /* PBXTargetDependency */, - 82AAA5340C4A14B1935F3FE0C10218BA /* PBXTargetDependency */, - EF80164DA8A9356B920BE7B1E47D8841 /* PBXTargetDependency */, + D689E012CF586A89EA36DB2A19A9A06A /* PBXTargetDependency */, + E8DD8C7695E47DB8622DBFFD34EB625A /* PBXTargetDependency */, + 18E05CAFEF1BC5EC45A25F40D81C3186 /* PBXTargetDependency */, + F1F14AD771F91DA6FA3FF3779F472D69 /* PBXTargetDependency */, ); - name = UMReactNativeAdapter; - productName = UMReactNativeAdapter; - productReference = E5407CC635608E4FC6C4123059DAF87A /* libUMReactNativeAdapter.a */; + name = RNFirebase; + productName = RNFirebase; + productReference = C840953B3CED66218FB70606DED973AD /* libRNFirebase.a */; + productType = "com.apple.product-type.library.static"; + }; + 58FCCEE16DE6DFAD39E6B875407E2472 /* SDWebImageWebPCoder */ = { + isa = PBXNativeTarget; + buildConfigurationList = 763131CCC5F7AF48985BBEAA5B620CB7 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildPhases = ( + 4FF86DA5C4CF4F4CA22015F60A13F2A8 /* Headers */, + 46E09ECF479539E9F8F0BDC354EB8AB7 /* Sources */, + 60163D1155281830BC16077D2EE743FD /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + EDCD1A28BAD4E4CAABD56C58846FF699 /* PBXTargetDependency */, + 3736E16323DF1197E50501E6FC5E9451 /* PBXTargetDependency */, + ); + name = SDWebImageWebPCoder; + productName = SDWebImageWebPCoder; + productReference = A5CCF57220B5DC00E601382BF207778D /* libSDWebImageWebPCoder.a */; productType = "com.apple.product-type.library.static"; }; 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */ = { @@ -11918,43 +12190,25 @@ ); name = EXHaptics; productName = EXHaptics; - productReference = AE24390CC3DC804958D284B5FD90EBA0 /* libEXHaptics.a */; + productReference = 3947A2B8CCE216DE4C2235F02A169DA3 /* libEXHaptics.a */; productType = "com.apple.product-type.library.static"; }; - 5CF161F70C36097903C85E8C6885A5EB /* react-native-splash-screen */ = { + 5B36CDEA2C15460F8E5613F3FD94EDD4 /* react-native-keyboard-input */ = { isa = PBXNativeTarget; - buildConfigurationList = C06FA3D8B2F0F8628CC6FCAA99583952 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; + buildConfigurationList = D62034CD8D094C6ED72C58F358462E7A /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; buildPhases = ( - 9095E4A3FE96B1ABEDE578AB786DA425 /* Headers */, - 3CBC06825AD1064CCB7F262750767697 /* Sources */, - FF3F61F50B067F17643C109C9C8E14B9 /* Frameworks */, + 04070275CFAD17D093F45949C5344F25 /* Headers */, + 846F458BBAE85C9084281435E97B2EAA /* Sources */, + 6B00120B177DE6D56FE239BF6EC02FAF /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8FC4C683D2100EE28E3C5E5038EA1EF4 /* PBXTargetDependency */, + C51E2FA08E2229D9EA522FA61A43EA43 /* PBXTargetDependency */, ); - name = "react-native-splash-screen"; - productName = "react-native-splash-screen"; - productReference = 90C3594222632C85369D549CEA62ADDB /* libreact-native-splash-screen.a */; - productType = "com.apple.product-type.library.static"; - }; - 5D8792E5DBB99598753C4E34D3308FC1 /* react-native-document-picker */ = { - isa = PBXNativeTarget; - buildConfigurationList = BE069F5C53FAD0EE5DF577FB48D1920A /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; - buildPhases = ( - 03D7E0244DF8AC9E2FC31FE2538A8108 /* Headers */, - 9C6B6F46E8E4413523BF4AC705A1737F /* Sources */, - 8513F5978DAAA0A60C9D8034AE3749ED /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 302F0481D5849B10F3D3C3EA427C576D /* PBXTargetDependency */, - ); - name = "react-native-document-picker"; - productName = "react-native-document-picker"; - productReference = 7BFBBA21A7DD9C635FF5E9927E1A07E0 /* libreact-native-document-picker.a */; + name = "react-native-keyboard-input"; + productName = "react-native-keyboard-input"; + productReference = 3832CC279552EE2325EEA80B1FB2BD76 /* libreact-native-keyboard-input.a */; productType = "com.apple.product-type.library.static"; }; 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */ = { @@ -11972,24 +12226,25 @@ ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; - productReference = 4A510EC3E5E05059EF2B395938768788 /* libReact-RCTNetwork.a */; + productReference = 341B29FF6D034E38F4E820997B4F8952 /* libReact-RCTNetwork.a */; productType = "com.apple.product-type.library.static"; }; - 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */ = { + 6374CEB4A0B4AAE056FFA9A1DD84C4A5 /* react-native-splash-screen */ = { isa = PBXNativeTarget; - buildConfigurationList = 5DC1B01D447F44FDC9EEAFD1ADC81ED7 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = 3E55FBC1FF7B4CDE787C1EEE1CF809BB /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; buildPhases = ( - 8B934FF75AF8C246834FD6E7DA44B625 /* Headers */, - 1B3E880F6AFAD383C1932235F20324C4 /* Sources */, - AFF0DC07381FCE0D317FE1B10ECFEA5A /* Frameworks */, + 3F3848CF3A054B86DC8416AEF841B0AE /* Headers */, + 959FEE54A896A21D08A604E9E4F309D1 /* Sources */, + F9BA5F25AF48F2623BA74A871B673440 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 4FD954507AC7B8566BBD13D470575E86 /* PBXTargetDependency */, ); - name = SDWebImage; - productName = SDWebImage; - productReference = 9AE68287F81DC007C52EB1D08D3E803A /* libSDWebImage.a */; + name = "react-native-splash-screen"; + productName = "react-native-splash-screen"; + productReference = 48ABDC781319C41D5B55AA764384F7DD /* libreact-native-splash-screen.a */; productType = "com.apple.product-type.library.static"; }; 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */ = { @@ -12007,7 +12262,7 @@ ); name = "React-RCTSettings"; productName = "React-RCTSettings"; - productReference = 337EC409E26480C97D88CF23B4EBBD6F /* libReact-RCTSettings.a */; + productReference = 78EC5AAE316628AB2E52929AB1EE645D /* libReact-RCTSettings.a */; productType = "com.apple.product-type.library.static"; }; 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */ = { @@ -12026,43 +12281,25 @@ ); name = "React-DevSupport"; productName = "React-DevSupport"; - productReference = 79E0190E22F1AC42045771F63AD97178 /* libReact-DevSupport.a */; + productReference = 393A515B0C9118E7F880C33987E7F344 /* libReact-DevSupport.a */; productType = "com.apple.product-type.library.static"; }; - 6BB4F4FC137681B2F6B81E224273B211 /* RNAudio */ = { + 6E23165CCAD254807B20B2E2917F5988 /* RNAudio */ = { isa = PBXNativeTarget; - buildConfigurationList = 24D9B83F068012C83916954E89B953E8 /* Build configuration list for PBXNativeTarget "RNAudio" */; + buildConfigurationList = 9B89466DB1199A1A9B31F96516DE544A /* Build configuration list for PBXNativeTarget "RNAudio" */; buildPhases = ( - 6435732A1A5B3E2A4219EE3F46E82640 /* Headers */, - 6544B1E0514E7CC19712FCE40C4D4625 /* Sources */, - A9317B7693CE0B888C13ACD15F0F6D63 /* Frameworks */, + 76BC84EFDF8ADEB8BC214CDB3B756AF8 /* Headers */, + 1EFC735277705F77E78641BF28AA8761 /* Sources */, + 934407CD73E2AA1C4BD83EB8059EBEF7 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 337D890DED039F168EA76438390D8AE1 /* PBXTargetDependency */, + F94998C6E0B54ED289E3DF9D90F8CFF4 /* PBXTargetDependency */, ); name = RNAudio; productName = RNAudio; - productReference = D2DB2B45D1E6044AB286CDA88CCEF09E /* libRNAudio.a */; - productType = "com.apple.product-type.library.static"; - }; - 70DAB38F984DC253A2F5F5624250A0FD /* RNVectorIcons */ = { - isa = PBXNativeTarget; - buildConfigurationList = 677D079FB443A7CF635E1E0B6147F9E8 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; - buildPhases = ( - FF6459DF80678EAC2E9B515095CFF414 /* Headers */, - D329A65F6D86EB56CF64E7C7A77439BB /* Sources */, - EAB7D057D0A7E12599D9475B8E284CEC /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 9D44681135E3964EDE9C238C6DD5BE32 /* PBXTargetDependency */, - ); - name = RNVectorIcons; - productName = RNVectorIcons; - productReference = F4B91A0E0036359E9593279E89515F47 /* libRNVectorIcons.a */; + productReference = 0EBEF402987CBEA886A04C289686BC2B /* libRNAudio.a */; productType = "com.apple.product-type.library.static"; }; 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */ = { @@ -12080,7 +12317,7 @@ ); name = "React-RCTActionSheet"; productName = "React-RCTActionSheet"; - productReference = 77B1454155A01B06F6289B97E956E4F0 /* libReact-RCTActionSheet.a */; + productReference = 0FCF433133A59C575A16289076C586E1 /* libReact-RCTActionSheet.a */; productType = "com.apple.product-type.library.static"; }; 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */ = { @@ -12101,7 +12338,25 @@ ); name = "React-Core"; productName = "React-Core"; - productReference = E4AE168E61FC87974AAAE5F46CAFFD9D /* libReact-Core.a */; + productReference = E87FDA46BD8BDE64FD97930A81899E6A /* libReact-Core.a */; + productType = "com.apple.product-type.library.static"; + }; + 77AE123F117E91592846DDE41A8494A8 /* rn-fetch-blob */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8FF635902BCEFBA70804547FD5FC78D6 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; + buildPhases = ( + 020212C1CA1D8FCD8C2EF35A1BC3F17D /* Headers */, + A8DD4F789DB0FACFFD61A3440EF18A23 /* Sources */, + 8CC3B6A86F4D25BCEECE278BAAA17E96 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + F44362E8559B43FE80C21AAEAC1D688C /* PBXTargetDependency */, + ); + name = "rn-fetch-blob"; + productName = "rn-fetch-blob"; + productReference = A71EEFE15AC5CA509F59295092B30005 /* librn-fetch-blob.a */; productType = "com.apple.product-type.library.static"; }; 78321EAB31E9FCC75DFA950389835085 /* Folly */ = { @@ -12121,42 +12376,7 @@ ); name = Folly; productName = Folly; - productReference = C584C43BFE30334D1807F5BBD85FD3C5 /* libFolly.a */; - productType = "com.apple.product-type.library.static"; - }; - 7923160275E961C83193F40DBB856AF9 /* RSKImageCropper */ = { - isa = PBXNativeTarget; - buildConfigurationList = 880E647D22523C0F5693FB64B167B8E2 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; - buildPhases = ( - 48097EC7EF9908FF8082F799BEC9A447 /* Headers */, - D0D9D9849AA75613F34AB82E3F50A48F /* Sources */, - C19F95E3AAF5AA5A0B813ADAE74E6618 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = RSKImageCropper; - productName = RSKImageCropper; - productReference = 2C347C000938D260EA9E4ECAAAFC942F /* libRSKImageCropper.a */; - productType = "com.apple.product-type.library.static"; - }; - 7B7C354BACA274F7083329F37B6CE818 /* react-native-video */ = { - isa = PBXNativeTarget; - buildConfigurationList = A003754E4AF8A791181CFEB2F4E03DC4 /* Build configuration list for PBXNativeTarget "react-native-video" */; - buildPhases = ( - 196147E1942CD185739140387CEC1933 /* Headers */, - EC698665A44806248BAC0445CDB1497A /* Sources */, - 46E2738B78A5B6C61A3C820C6BA31DF8 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D5D14331928A26CC6BDAA98A24129E4F /* PBXTargetDependency */, - ); - name = "react-native-video"; - productName = "react-native-video"; - productReference = 5B770CC70A531F77AF449E068F470855 /* libreact-native-video.a */; + productReference = AB524227F4AE789B8B6A9168F4D42D03 /* libFolly.a */; productType = "com.apple.product-type.library.static"; }; 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */ = { @@ -12173,7 +12393,7 @@ ); name = glog; productName = glog; - productReference = 1FF4D78506D2CA0633A9FA26E4BE5A4E /* libglog.a */; + productReference = 5842E94B46FBC412497D6917BEF230BF /* libglog.a */; productType = "com.apple.product-type.library.static"; }; 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */ = { @@ -12191,25 +12411,43 @@ ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; - productReference = AD6DA5E809BFA1098682B46D3FB18F26 /* libReact-RCTAnimation.a */; + productReference = 2ED7A84E27FD2137CE12E53073AE53CD /* libReact-RCTAnimation.a */; productType = "com.apple.product-type.library.static"; }; - 8E7ED3AB412B0C152A072F0A5785D329 /* RNGestureHandler */ = { + 7FE3F199E6E82ACD587700179DB71070 /* RNGestureHandler */ = { isa = PBXNativeTarget; - buildConfigurationList = 5BFFD842DE66BB0B5DEDC4964ED8D929 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; + buildConfigurationList = 0120C68C978FAA790025CF4DB3A74886 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; buildPhases = ( - 10973D39CD47F7BFCC0AEABF09A3C0A1 /* Headers */, - 78B6500CA1503830150E934197ADB600 /* Sources */, - B3D08B7DBF95F2FA69BE235E0DA80F54 /* Frameworks */, + C984B3A2B91935E03F57451DB0466CA3 /* Headers */, + 3A3299807653A89683A6D3E60451D584 /* Sources */, + 65F5E1709814984A5224329AD3F29C92 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 9982F90C339051EEE2A9B84EDEA53BE0 /* PBXTargetDependency */, + A874D36AD00DBA3D961F35C28D586B38 /* PBXTargetDependency */, ); name = RNGestureHandler; productName = RNGestureHandler; - productReference = A64EBA5FF47A2473A0D4E9D215CA4FE5 /* libRNGestureHandler.a */; + productReference = 760998A5AFC3DCF9CFB5424BDC35D15E /* libRNGestureHandler.a */; + productType = "com.apple.product-type.library.static"; + }; + 941479FCF4D67FB7A03E71237E877CAD /* rn-extensions-share */ = { + isa = PBXNativeTarget; + buildConfigurationList = 08B094C3C12A260E199696096C0EC487 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; + buildPhases = ( + E1F736CE87A1A48A604CCDCD2688EF87 /* Headers */, + A6063F1EF48238BF3FD1E597CA00A32B /* Sources */, + 8C5596CE88278827125C100D8BE5C6C6 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 24827589A69A1CC5B9E693C06CC0E794 /* PBXTargetDependency */, + ); + name = "rn-extensions-share"; + productName = "rn-extensions-share"; + productReference = B709CE5FC0B90D7C1369A042FA39BEB7 /* librn-extensions-share.a */; productType = "com.apple.product-type.library.static"; }; 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */ = { @@ -12231,45 +12469,7 @@ ); name = "React-cxxreact"; productName = "React-cxxreact"; - productReference = C4A8193DE64125DB5F69B01A25B20AC9 /* libReact-cxxreact.a */; - productType = "com.apple.product-type.library.static"; - }; - A1BBD797A6F106A19800BC2BBF58841B /* QBImagePickerController */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9BFD46A2FEE23D94E21B39E722DD7087 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; - buildPhases = ( - 3F3F0B96E0878A4675AABF1E5DDBABFB /* Headers */, - 5C06A569A0356F2EF6ED2A3A1C456E4D /* Sources */, - DE3DB616DEA569FEEFDE4B74B3AE6FE9 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D6132E0FD131EB054210A4923A23EEB7 /* PBXTargetDependency */, - ); - name = QBImagePickerController; - productName = QBImagePickerController; - productReference = DF221A4032A39AFEA4BDBA8D66B152AA /* libQBImagePickerController.a */; - productType = "com.apple.product-type.library.static"; - }; - A359F10B1C725F8B4B7FC47F16EF1C7D /* RNFastImage */ = { - isa = PBXNativeTarget; - buildConfigurationList = ED3ED438D0DAF65E2DF30C7CF8E11F67 /* Build configuration list for PBXNativeTarget "RNFastImage" */; - buildPhases = ( - 1DA056A4B93E229281A9F07AB85ACA3B /* Headers */, - F409452A86A2FA3393EFD231C53D6E46 /* Sources */, - 5B0FED7EA25448DEB0629AB3AD024156 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 5F6594951C8CCBF4E931DEC4CCB36443 /* PBXTargetDependency */, - 670A013EAC8BA134F35B2EEF24E9CB9B /* PBXTargetDependency */, - E9BAF72E20E7B9D6C5B87A56F1380BC7 /* PBXTargetDependency */, - ); - name = RNFastImage; - productName = RNFastImage; - productReference = FD82327DA8C95A955C52ECA3A60369BF /* libRNFastImage.a */; + productReference = 1E97CDC2C401E9B5E704FB8B520182B6 /* libReact-cxxreact.a */; productType = "com.apple.product-type.library.static"; }; A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */ = { @@ -12288,25 +12488,7 @@ ); name = EXConstants; productName = EXConstants; - productReference = 4D9FC4C3ACE3F5E99A52D65AFF47865E /* libEXConstants.a */; - productType = "com.apple.product-type.library.static"; - }; - A781E865D049A4F0DC455551DD865390 /* rn-extensions-share */ = { - isa = PBXNativeTarget; - buildConfigurationList = 691CAEA28BBAF02197DA09B7C48E4BD1 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; - buildPhases = ( - 253C0C2B573325575856C38E2CEB1BDC /* Headers */, - BBFE733CBCCD96A241CF14732DCFB8C4 /* Sources */, - 9F1C467A3AD1997973192105B380D06D /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 1BE2CBDE36D6B7CB9E7415C1385B5049 /* PBXTargetDependency */, - ); - name = "rn-extensions-share"; - productName = "rn-extensions-share"; - productReference = 5AA7AEC311AA7E72249F565B5E844858 /* librn-extensions-share.a */; + productReference = 09C42893BF8DCDFDF7216E5945D1672E /* libEXConstants.a */; productType = "com.apple.product-type.library.static"; }; A954214FEA55463925B6F6E3A27B6016 /* EXAV */ = { @@ -12325,7 +12507,7 @@ ); name = EXAV; productName = EXAV; - productReference = 68DB35F28F2EAA9D6C9923B637A04A0F /* libEXAV.a */; + productReference = 013C2B55C97C231BAFA32D61F788BC22 /* libEXAV.a */; productType = "com.apple.product-type.library.static"; }; B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */ = { @@ -12343,28 +12525,25 @@ ); name = EXWebBrowser; productName = EXWebBrowser; - productReference = 62E15BE798E12FA3956DFD5E3AAE5E8F /* libEXWebBrowser.a */; + productReference = C9A5DC1BDBD20E0CA0BC462A68A73A3B /* libEXWebBrowser.a */; productType = "com.apple.product-type.library.static"; }; - B7CEA57206C6730FE77CFD9EBFE816B3 /* RNImageCropPicker */ = { + B4A966ED7B70292853A932CF85049C94 /* react-native-document-picker */ = { isa = PBXNativeTarget; - buildConfigurationList = 1143A2D7A783596A5269C72FCB524DDB /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; + buildConfigurationList = 1E4F71006A5E9687959650DCB6F78B43 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; buildPhases = ( - 3B41E3221DCB57CB77F83781071F1495 /* Headers */, - 9F2747726FBCA9DB637A596FD622ADC1 /* Sources */, - 4C1C1772D4801F960317BC294D852284 /* Frameworks */, + 6D59D5901B52435C54F57A619A8B1DBF /* Headers */, + 7831FA72A1B1E6D147D7831652CC86A3 /* Sources */, + BBB2B3FC85739A54D103EC217F29A0E1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 27DFB359C5F62709B957BC6F3B2E2CCC /* PBXTargetDependency */, - 649FCDF82B90FA62A904C28415925884 /* PBXTargetDependency */, - 1B84847014FB504899E4013AC536A400 /* PBXTargetDependency */, - B376788106F8EE0CC36681C2870516D8 /* PBXTargetDependency */, + CFFE3C10958F5A145D9CD60CDFAC5422 /* PBXTargetDependency */, ); - name = RNImageCropPicker; - productName = RNImageCropPicker; - productReference = 4400DCB91ECD5BF8BEDC112008C48F22 /* libRNImageCropPicker.a */; + name = "react-native-document-picker"; + productName = "react-native-document-picker"; + productReference = 0598710F9820378F4C5573258379BF0D /* libreact-native-document-picker.a */; productType = "com.apple.product-type.library.static"; }; B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */ = { @@ -12386,25 +12565,7 @@ ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; - productReference = 89AA5FA63C87D3C475529367B1173FAF /* libReact-jsiexecutor.a */; - productType = "com.apple.product-type.library.static"; - }; - BC6622E758259DB565377BACA284A914 /* react-native-keyboard-tracking-view */ = { - isa = PBXNativeTarget; - buildConfigurationList = FCFB887E85617D50FDB7FB1BE9F316BD /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */; - buildPhases = ( - 0BE63542C9AA9C03AE7FDF44A5AD242B /* Headers */, - 065BB4D82FC602ADBCB76B02EBDE415E /* Sources */, - F914555D3BB1124190FB8608B9EBC353 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0C904F52F9F2C9FA065016CA804C4BB4 /* PBXTargetDependency */, - ); - name = "react-native-keyboard-tracking-view"; - productName = "react-native-keyboard-tracking-view"; - productReference = EAD13ECAE9BF43C605A14959CB82E72A /* libreact-native-keyboard-tracking-view.a */; + productReference = 7B5EE0B0021D787E43602B457521C228 /* libReact-jsiexecutor.a */; productType = "com.apple.product-type.library.static"; }; BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */ = { @@ -12422,25 +12583,28 @@ ); name = "React-RCTVibration"; productName = "React-RCTVibration"; - productReference = E8663C0851C98B63FC308D99856DDCC2 /* libReact-RCTVibration.a */; + productReference = 20C879B7C213FB66FC77027C0100C8BB /* libReact-RCTVibration.a */; productType = "com.apple.product-type.library.static"; }; - BEAD226E955572BBC9153137CDF916BE /* RNUserDefaults */ = { + C2070D0CCE50255668BB332AF1C2B697 /* RNImageCropPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 48B13F703D92F05EE65E43A214E49B15 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; + buildConfigurationList = A02E8DA1A71584627AA07B343DC9E03E /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; buildPhases = ( - 772E5053DD794EB7E8A263EDC8F8710A /* Headers */, - 9758F2A026A954FEE5018765B1C1CBEB /* Sources */, - B77E9222555FFC9EFB0C4572540C92D9 /* Frameworks */, + C5F0B909D04A028152C07A8C5C84261E /* Headers */, + 72C0CBDDCF9AEE5243651EA87BADC3E2 /* Sources */, + 74A2333923D4EDE3642DF348AF8BE1B0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A9E117D54A3784E70B0FF5D82B83270C /* PBXTargetDependency */, + 05850C1C0E270F201E92D20FF3F7B88F /* PBXTargetDependency */, + 1AFC274AAA00BEAEEFB697D9A1593D1B /* PBXTargetDependency */, + 775393FE98684B59A43AC3CF416C66D8 /* PBXTargetDependency */, + B3A04C9EA08BC9A80384A305B6043203 /* PBXTargetDependency */, ); - name = RNUserDefaults; - productName = RNUserDefaults; - productReference = F89D2C397CF2450EE2097109990BF695 /* libRNUserDefaults.a */; + name = RNImageCropPicker; + productName = RNImageCropPicker; + productReference = 1CAD851AAE8A84F1832877407EF05921 /* libRNImageCropPicker.a */; productType = "com.apple.product-type.library.static"; }; C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */ = { @@ -12458,7 +12622,24 @@ ); name = "React-RCTLinking"; productName = "React-RCTLinking"; - productReference = B2057DD62590E1D028BC583ABD041041 /* libReact-RCTLinking.a */; + productReference = 0761B5C78703A1FC952AF65E0106199C /* libReact-RCTLinking.a */; + productType = "com.apple.product-type.library.static"; + }; + C5557DB2F1A9C65F05357796BD89B968 /* RSKImageCropper */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8E75800007B10C905F2F3339205EDCA0 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildPhases = ( + 029D21F60936919060F03F1473E54EF9 /* Headers */, + 17AC44F265B404D77BDAE6C4456A4D88 /* Sources */, + FAE6F538D439C65AB57B23FED37F8291 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RSKImageCropper; + productName = RSKImageCropper; + productReference = B44616716F2DA3F0E37EC0D85F9D4864 /* libRSKImageCropper.a */; productType = "com.apple.product-type.library.static"; }; C5D62E7954593855294FBE5848A78863 /* React-fishhook */ = { @@ -12475,60 +12656,234 @@ ); name = "React-fishhook"; productName = "React-fishhook"; - productReference = 9C66CE81200326634665FAC36202E6F5 /* libReact-fishhook.a */; + productReference = C10B86079B07D175AA7FAB8117FF784F /* libReact-fishhook.a */; productType = "com.apple.product-type.library.static"; }; - CC30C36E03077EEB94ADE9D0B1D2C97D /* QBImagePickerController-QBImagePicker */ = { + C63041E3D1949C69B1111A082A64EE0A /* UMReactNativeAdapter */ = { isa = PBXNativeTarget; - buildConfigurationList = D3A0DE1FFD4489DD547F2E0F2FE9C08B /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildConfigurationList = CD09BB1E6FD96FA2FA376A4D249CF2BD /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; buildPhases = ( - 6B6934DD8CAD4500C957BB1AD2BDE518 /* Sources */, - 6F6459E29D1BBAB525D36C8208C97BF8 /* Frameworks */, - D545A7DEE3E72C2EC2571900CC3EAF61 /* Resources */, + 6DFC55DD1C1A231C727B0380C37C535C /* Headers */, + 785BD665C20665E62394D438E396C16C /* Sources */, + 3D33948F52FFD4DC8E0512B0513A1C22 /* Frameworks */, ); buildRules = ( ); dependencies = ( + F38ED32D7083E74496BF105CC9E905D2 /* PBXTargetDependency */, + 9A3F9A3475362B073E4C2BC602102A01 /* PBXTargetDependency */, + 9F931E3EEEBDCEF04074A6FB6FB023D5 /* PBXTargetDependency */, ); - name = "QBImagePickerController-QBImagePicker"; - productName = "QBImagePickerController-QBImagePicker"; - productReference = 49E33DAB86C0D71E9F5AADAC4306A334 /* QBImagePicker.bundle */; - productType = "com.apple.product-type.bundle"; - }; - D320738415C0077E96B65B1E6E6FD03E /* RNLocalize */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1C45A6E077A24EF4E073B52A5165E7C9 /* Build configuration list for PBXNativeTarget "RNLocalize" */; - buildPhases = ( - 1737544616D46BE77CF48705005E66A8 /* Headers */, - 53EA105EC357A2CAB6C137EC2C0AA64A /* Sources */, - F13E30E642EECBCD47EEF7EE1660DAF2 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 91D993F8C16B49886C2130ACA3CC63A8 /* PBXTargetDependency */, - ); - name = RNLocalize; - productName = RNLocalize; - productReference = F76504903C0C295809C0CEB8EE296C8F /* libRNLocalize.a */; + name = UMReactNativeAdapter; + productName = UMReactNativeAdapter; + productReference = 8C7BE2DD4C26B47448C151F05C2E26ED /* libUMReactNativeAdapter.a */; productType = "com.apple.product-type.library.static"; }; - D54096736AB8009BAAE062D216BF2B55 /* RNDeviceInfo */ = { + CDA91C1500582F6C811A097A01B8A38E /* react-native-video */ = { isa = PBXNativeTarget; - buildConfigurationList = F638130B9D656F63265F7F66994331F0 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; + buildConfigurationList = 9560F1A924CDB55B99EACAFCE8A4E7BF /* Build configuration list for PBXNativeTarget "react-native-video" */; buildPhases = ( - 3A90801E7C02C5EAC0B52E7732E13C64 /* Headers */, - 890D40EC54CE48F6DB7417294EE41834 /* Sources */, - 063552EC495896ADBDBB08A77EDAF353 /* Frameworks */, + A880607E849DDE6F2C01A128FBAFF98B /* Headers */, + 42AF7E511F1233A0DDCB4825F1540D50 /* Sources */, + 198E04F338D4E7A7E335B278585D106A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 611C986BF3BE28A1E9901BF3330B5AB3 /* PBXTargetDependency */, + 1EDBF89511DE87BF60E57B2B49B71FAE /* PBXTargetDependency */, ); - name = RNDeviceInfo; - productName = RNDeviceInfo; - productReference = 7E8A80F7A29D4A4AABB899A8F21B2FE8 /* libRNDeviceInfo.a */; + name = "react-native-video"; + productName = "react-native-video"; + productReference = 9065A2CE512497045B7AE61B72CD5C1D /* libreact-native-video.a */; + productType = "com.apple.product-type.library.static"; + }; + D2BC448B4B57A73E26D0DD281E516160 /* Pods-RocketChatRN */ = { + isa = PBXNativeTarget; + buildConfigurationList = F5856B17A067784A44C76CC96870B91C /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildPhases = ( + 9D979C27E5D32AE75EFBD592053E3AE3 /* Headers */, + C9EC829ED4ED779EB0F6D03D71367267 /* Sources */, + 761847EB8AE8E98CADE82F6402FA2163 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 42E33B109A0716590393FB9DD556F2EF /* PBXTargetDependency */, + FCFBE6A22FB095DEECA237880400BC96 /* PBXTargetDependency */, + 3BDD45552CBFE9DB6461E1801B2677C1 /* PBXTargetDependency */, + 7D36CE094FAD697632FA7E2EC79FF5E6 /* PBXTargetDependency */, + EE095627C3A6CF6A3DDCC07855C22D89 /* PBXTargetDependency */, + A3A00CA928D1229D574CFCC62C8DC736 /* PBXTargetDependency */, + 2E1BDAED9F5CDBD073E2D50BB00AD66D /* PBXTargetDependency */, + E2AF9EB838F2B391B1AF3A9B6DA1D520 /* PBXTargetDependency */, + 2A8D4A1B7FA55EF2E8B8348B791680C1 /* PBXTargetDependency */, + 1EA25DF286BDC925F736CCEBFD095E61 /* PBXTargetDependency */, + 673A28A89D1D990F6E93FA8634115147 /* PBXTargetDependency */, + 5FF47A2561F70B95B36E4AD76483D40B /* PBXTargetDependency */, + 9A3D599AD79A677318333FECB787E978 /* PBXTargetDependency */, + 1787E5DC7963039DD628FB5F90723FE0 /* PBXTargetDependency */, + 49A4A05A0F995A5F2D59488C26F6B22D /* PBXTargetDependency */, + 159E90BC2903D352B3A75ADF3B6B605D /* PBXTargetDependency */, + 5C6F98168E2EF37E39A8D487CE4C0D0C /* PBXTargetDependency */, + 627843262FCED016B189A05DC82C2F68 /* PBXTargetDependency */, + 156CD83171D37734F9E5098CCE9D8394 /* PBXTargetDependency */, + BB31E28BF5DA6DCCD539E0CCEFE46A67 /* PBXTargetDependency */, + BB0E9289E8D876C99742288869103A3D /* PBXTargetDependency */, + 374262A46E394237E297770C627BC74F /* PBXTargetDependency */, + 3507158E261CC0731B2213B0CCEFDEB7 /* PBXTargetDependency */, + 907EEF14708B7532BFFEFC42B87CB4E2 /* PBXTargetDependency */, + D0C693734681AC1024B8FD90BB1529B8 /* PBXTargetDependency */, + 65F2B306EB9696D9704D06DF52C8DFEB /* PBXTargetDependency */, + 0B75B65A7086B9D3F28E839F246E2ED1 /* PBXTargetDependency */, + 979123E04A19FECB09BF503CD4ED6650 /* PBXTargetDependency */, + 30E0BAF7B6FBD1F712FDA8765A8015B8 /* PBXTargetDependency */, + E14267BC4E06B4C2365AE107B706147F /* PBXTargetDependency */, + 3F1FCC6E4BE4D8B442F544A69CAA62FB /* PBXTargetDependency */, + 6DB7D299886D4A19FEB413F59B6E1A5E /* PBXTargetDependency */, + 56841E7B378C6C65BCC50872DBC36DA0 /* PBXTargetDependency */, + D877ECAF039F87FF6479C0ADE2A2A46B /* PBXTargetDependency */, + D9787254ABF7E175681B7F5510EC2D55 /* PBXTargetDependency */, + 5F53607BFCC18D71851CE9224391BB7C /* PBXTargetDependency */, + C3DB3CF59F2A70416D27CF64016CAB84 /* PBXTargetDependency */, + 94BC6EAA4C562E41D259010F5362FD82 /* PBXTargetDependency */, + 09E495073A217E82F6258129EBC60E82 /* PBXTargetDependency */, + C4BC3BA38166F8BBBB70C6DE76D16E41 /* PBXTargetDependency */, + C0B2E10E95DBFF99C249A287F040AB1F /* PBXTargetDependency */, + C120115A548C610E700A8E6E28D92102 /* PBXTargetDependency */, + 3BA913EAB0AA6233959BEE3D624AC996 /* PBXTargetDependency */, + 8D4AF42CE3F0D146C130B822213C8CCC /* PBXTargetDependency */, + 0FCE8B2AC500B53C92946E9E0E064575 /* PBXTargetDependency */, + AC8FA91EC0D345AC3AC38FB33006CD46 /* PBXTargetDependency */, + 85A2B1EA192C2AC08459E0BFF4A05FA1 /* PBXTargetDependency */, + 96520A2B5724072C01F9EBF4503FA238 /* PBXTargetDependency */, + 4A4D6105092C9F2C530BED2824B493BF /* PBXTargetDependency */, + 3415C91AA6A9319708E038E193ACA452 /* PBXTargetDependency */, + B69880AC217AD997FCA2AC28D628DBBF /* PBXTargetDependency */, + A92553EF8134D80E64D47E2233BCD8F0 /* PBXTargetDependency */, + 6855C13960389E01EAB3B42E692C51FB /* PBXTargetDependency */, + 330CAF20D3EF40CFA132DC078AFF3D1D /* PBXTargetDependency */, + 68FCDF6EC806D999370B9503F6967218 /* PBXTargetDependency */, + 359425057F17996B373D0EAC88245FFA /* PBXTargetDependency */, + 5FE040E1BB22F927F19B4C7C79BDDA80 /* PBXTargetDependency */, + A5C31D948A5705E0664006A13E082B5F /* PBXTargetDependency */, + FD5D310C9F12EBC2D48F10FB07D24C3C /* PBXTargetDependency */, + 7994C1EC106694B90F3B43221F20C73A /* PBXTargetDependency */, + CC79F7A61A75D28E820706B1138B02C4 /* PBXTargetDependency */, + 8591344206F3FE64C5AB86F61D73AD2C /* PBXTargetDependency */, + 0E633BAB9602C015D8A5B192CC554BF4 /* PBXTargetDependency */, + BBCE1BB5EAC30F7323172942851946EB /* PBXTargetDependency */, + D1A5902F6E755AD8958E266299E6D9D3 /* PBXTargetDependency */, + 8F7D85ECC1F02A923680363662AC3237 /* PBXTargetDependency */, + 46571F5E9687CA2E519887334A271C13 /* PBXTargetDependency */, + FCDD535DBDB55DE93EA66C306667F4F3 /* PBXTargetDependency */, + 9C8D0D208BE3E0568848D7EE5D74A3B6 /* PBXTargetDependency */, + 2A72FFE9962289818D75B6BB53E8635C /* PBXTargetDependency */, + B42702BB61B8941EB0EB1C9ACD877070 /* PBXTargetDependency */, + 99789D5AF1963948561AB97FAE341A2E /* PBXTargetDependency */, + 5CC17C4BD78FFBC8DB900C694387BA6B /* PBXTargetDependency */, + 91AFAD32D1D8F51335FA9B2D35D4A236 /* PBXTargetDependency */, + 9BACE2804DAC95AD20ABCAE8839DB867 /* PBXTargetDependency */, + 7C40729DC548CA1D8DE7ABD4C9800E92 /* PBXTargetDependency */, + 775484274A3BA6670C24DBC6B445E401 /* PBXTargetDependency */, + E6202C4277729C0C3FB16E4D6293DD1B /* PBXTargetDependency */, + ); + name = "Pods-RocketChatRN"; + productName = "Pods-RocketChatRN"; + productReference = 815F0063DCE0842DC768E1700514B399 /* libPods-RocketChatRN.a */; + productType = "com.apple.product-type.library.static"; + }; + D3785C7B75E9D9DFD2B35F2850287F3E /* QBImagePickerController */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B753FEABBE106DE3D92CF7CB5E3A9DE /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildPhases = ( + 983F5FA5615625ACF08CAD13BA6F702C /* Headers */, + 66BBD60A95ADAC3184B5F5C340B4B969 /* Sources */, + C743DB0F9FEBAD38DC7DC17C52C761F5 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + CFDCA83F33F72958F0C08871131F7E1B /* PBXTargetDependency */, + ); + name = QBImagePickerController; + productName = QBImagePickerController; + productReference = FEB5DD75C6470AC7DC3E17978E93DA40 /* libQBImagePickerController.a */; + productType = "com.apple.product-type.library.static"; + }; + D8F0C7ABCBAC20C524E5DF3471BA0339 /* Pods-ShareRocketChatRN */ = { + isa = PBXNativeTarget; + buildConfigurationList = 57D2F5D278345AC90D48692BC1A85E06 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; + buildPhases = ( + 123887CEA95676F8BC8BDE49F8027BCA /* Headers */, + E0641D49C8D4490FF899928ADD7902A4 /* Sources */, + B474A83E408360C36EFCAF351BF83C54 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5AC4B92FF5A0D4682613F45BCE1FB4B4 /* PBXTargetDependency */, + D45FFA42F82B1B01B748BF41B0FB854D /* PBXTargetDependency */, + C7ED05307FDD38C40EB3034768F3E329 /* PBXTargetDependency */, + 65C8E60A982CFBF4E1927D5F79C407FF /* PBXTargetDependency */, + 485AB3747934A1A2AC9219091079D544 /* PBXTargetDependency */, + F0C34603FB60F601E6EBFFE92C5CF746 /* PBXTargetDependency */, + 70A0B710C16224F850DC6B435457AA01 /* PBXTargetDependency */, + 2A92090EB3E6C77F34DF4D8B53DB64F2 /* PBXTargetDependency */, + FAC14ECDEAAD249EC9A417F5BD6CE423 /* PBXTargetDependency */, + 098C5F538786A0945C201EF60E66B1B8 /* PBXTargetDependency */, + 2FC75BD82C8D122DF690E7350990B76A /* PBXTargetDependency */, + 2FA50652AC386CF406F1B1019952284B /* PBXTargetDependency */, + CA910EB0536B1E3E881F7CC3C2BA87AD /* PBXTargetDependency */, + 75FEE25FAE0B4054E39BED33F9B4B8B3 /* PBXTargetDependency */, + 04128A5476CF23DD2E314CFCD4BBC5AA /* PBXTargetDependency */, + 184CFB8860AA8D32AFDDFBCFC5633336 /* PBXTargetDependency */, + BACF27068948EDEBA4B497BB2F94E2CD /* PBXTargetDependency */, + 776F4473010BA686AD65CE70BC30232E /* PBXTargetDependency */, + D324508589BE6F496FFD510A6724F981 /* PBXTargetDependency */, + 545E78E347D8A5B67F334A565B7E2045 /* PBXTargetDependency */, + 921350B6146A6D14F1A177BA5C11874F /* PBXTargetDependency */, + B5D65E8565620F252110B269A41D4729 /* PBXTargetDependency */, + 1C2FD36E55653189929D630D9442F4FB /* PBXTargetDependency */, + 2167BA72F7C1D82DD5087FF195F11B1C /* PBXTargetDependency */, + B29D7092B434BE25E63AB9851B88A140 /* PBXTargetDependency */, + A845C7E576009BD9F4CD3F70C8922DEB /* PBXTargetDependency */, + 31B5115F35E4062D1BCD53CE004D2836 /* PBXTargetDependency */, + FABB3E71459D14DC9A73B9CE3F1D7093 /* PBXTargetDependency */, + 8749F5F72595860C90C067F2123A4D84 /* PBXTargetDependency */, + 0DF047028F592262C74313F975F559BE /* PBXTargetDependency */, + 14A62D410FD055520C214F9780F39C32 /* PBXTargetDependency */, + 7582310EFEFF83DEE13FEDCDA295DC73 /* PBXTargetDependency */, + 490ECAC2C3EEB9EA05665EE2221F46F2 /* PBXTargetDependency */, + 5491BA2B7CCFBAFA99C2B6910CD81F11 /* PBXTargetDependency */, + 56525960F539ED4FCDA9A1E7594933D7 /* PBXTargetDependency */, + 8F496DCE64D556AF51803E3568EA9886 /* PBXTargetDependency */, + 4F382F33665E0C077823E543E1F69105 /* PBXTargetDependency */, + 1CC534EB016A55C0F211ECB0325226A0 /* PBXTargetDependency */, + 1B77E20F5E13DFACB1D648802DB83B30 /* PBXTargetDependency */, + 27782BA709B586D5A384C7F7C610E345 /* PBXTargetDependency */, + 2C70C4D558DD82F24403E668D0B99B9D /* PBXTargetDependency */, + 54D32611A89F62F7D9686DC59B756C52 /* PBXTargetDependency */, + 505A3494D0A3C5A38813C9901B0A4A34 /* PBXTargetDependency */, + 1BC824028B853E83852756C711E29BE9 /* PBXTargetDependency */, + 1CDF0844CD8F2F44DB145E590C1CD133 /* PBXTargetDependency */, + 75F80A211BFBB2B3BB7308275B71E796 /* PBXTargetDependency */, + CADBB1F86017FC242064834CC575AE29 /* PBXTargetDependency */, + 304397300553F610F9ED7CEA88FFBF43 /* PBXTargetDependency */, + DA4D1BBF3ED70B323A07F20C0C6F5A4B /* PBXTargetDependency */, + A69C261D1BEE1BF3F45A2C43B142C858 /* PBXTargetDependency */, + 0B905C0EF2B00A56A894672267701E0F /* PBXTargetDependency */, + FCB643579A8F0F4EAFDE9F7D77BEA3DD /* PBXTargetDependency */, + 66F3E6B714298492C0B673DFF9D871BD /* PBXTargetDependency */, + 2BAF6E1124D5D7E1469C1DEAE91870E4 /* PBXTargetDependency */, + F33F949D340B122222953A873C0E0361 /* PBXTargetDependency */, + 340F5B0AA555F7B582D693EEA70C3429 /* PBXTargetDependency */, + E91E4251679C99173BD20C82CF2B1779 /* PBXTargetDependency */, + 356F654896B95298A5F385013421C889 /* PBXTargetDependency */, + 7DD97DDF0BAB6B342E2C8B03EE755792 /* PBXTargetDependency */, + ); + name = "Pods-ShareRocketChatRN"; + productName = "Pods-ShareRocketChatRN"; + productReference = 6A51B4BB33F584D7AADBD28F0245BE27 /* libPods-ShareRocketChatRN.a */; productType = "com.apple.product-type.library.static"; }; D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */ = { @@ -12545,7 +12900,7 @@ ); name = GoogleUtilities; productName = GoogleUtilities; - productReference = C24E6D6E28937548FD21717FCDFDF1EA /* libGoogleUtilities.a */; + productReference = E8181EAA1FC905A82A49EE0098C52F87 /* libGoogleUtilities.a */; productType = "com.apple.product-type.library.static"; }; D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */ = { @@ -12566,43 +12921,7 @@ ); name = "React-jsi"; productName = "React-jsi"; - productReference = 96B618A40CDC7B2231CF3BAF76EDB99E /* libReact-jsi.a */; - productType = "com.apple.product-type.library.static"; - }; - DEF3673F5188A40BCBF98692EBA890E1 /* RNScreens */ = { - isa = PBXNativeTarget; - buildConfigurationList = ACA2464F6560A06822A3F6787DAAF9CC /* Build configuration list for PBXNativeTarget "RNScreens" */; - buildPhases = ( - ED6F8BE71B780272328AEF9563A2DA5D /* Headers */, - B7173C997378164996AF9B9A9F6B016E /* Sources */, - 596F7963E2E45A460D04AA52D5EA74F2 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0AABC85C055CB4A794839DC602F465E4 /* PBXTargetDependency */, - ); - name = RNScreens; - productName = RNScreens; - productReference = 9387C2352551B6E9CF1A7FBB0DADFC3D /* libRNScreens.a */; - productType = "com.apple.product-type.library.static"; - }; - DF5FD085A45CD363E5FAAB4F642C7C40 /* react-native-notifications */ = { - isa = PBXNativeTarget; - buildConfigurationList = D46B55585290B4659F8761B1007D6074 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; - buildPhases = ( - 04A6586662E0BEDEBFBD6C56F41576E0 /* Headers */, - DD2D35D245E3297C407F5D73C57BFFEF /* Sources */, - 14A2843904E438FFABA7CC15022B716C /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - BB911FA7F21FC4C2B99A80057E164F90 /* PBXTargetDependency */, - ); - name = "react-native-notifications"; - productName = "react-native-notifications"; - productReference = 2E12D1D3999E89DBC9F6ECED7D8DE68B /* libreact-native-notifications.a */; + productReference = AC5C8914529341A7AB81248093E90536 /* libReact-jsi.a */; productType = "com.apple.product-type.library.static"; }; E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */ = { @@ -12621,7 +12940,7 @@ ); name = EXPermissions; productName = EXPermissions; - productReference = 9F9A05FB251BC536513716E688190AAB /* libEXPermissions.a */; + productReference = 8051AA882F59CF7B1376E2182FEF82B5 /* libEXPermissions.a */; productType = "com.apple.product-type.library.static"; }; E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */ = { @@ -12638,7 +12957,7 @@ ); name = DoubleConversion; productName = DoubleConversion; - productReference = 5462D195B8B647E8B977E4417CE3DC31 /* libDoubleConversion.a */; + productReference = 573E7ADAEC677D5FEC9B48DCBFD2C20B /* libDoubleConversion.a */; productType = "com.apple.product-type.library.static"; }; E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */ = { @@ -12656,7 +12975,7 @@ ); name = BugsnagReactNative; productName = BugsnagReactNative; - productReference = A2E4FB2357D4BCA32750BFA56F0FC826 /* libBugsnagReactNative.a */; + productReference = 54F0A7FB23B9B565E4B294A3EB9535DF /* libBugsnagReactNative.a */; productType = "com.apple.product-type.library.static"; }; E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */ = { @@ -12674,7 +12993,7 @@ ); name = "React-RCTText"; productName = "React-RCTText"; - productReference = E5390D7A4179F0FEFCF0032BCF8A8487 /* libReact-RCTText.a */; + productReference = 5E2ECB3D6FC7B0D3D57E865C6A8B40AF /* libReact-RCTText.a */; productType = "com.apple.product-type.library.static"; }; E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */ = { @@ -12691,7 +13010,7 @@ ); name = nanopb; productName = nanopb; - productReference = D4F6BFF004EDC7D83FA7EDE556D5FAFB /* libnanopb.a */; + productReference = 7143BC448D0E56F4F0ABD4AC5360A0C5 /* libnanopb.a */; productType = "com.apple.product-type.library.static"; }; EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */ = { @@ -12708,101 +13027,78 @@ ); name = yoga; productName = yoga; - productReference = 6A0A73B6C8119E4BED784338804C0218 /* libyoga.a */; + productReference = 2709554D4661D9828626B3DA9326AB6E /* libyoga.a */; productType = "com.apple.product-type.library.static"; }; - EEB91C7D45E4D32D5F83253DA8B2ACE4 /* Pods-RocketChatRN */ = { + EB4ECE1074994E50E8D15AF9CCFD9EFF /* react-native-notifications */ = { isa = PBXNativeTarget; - buildConfigurationList = E6A5FF89C1AE134073CEA0DBC34DE9C8 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildConfigurationList = 4C90CB7F5194C3812DCFAF7750C792D2 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; buildPhases = ( - CC3B154C3AA17E4EF09A81C97C348176 /* Headers */, - 5BC4248CB8FF7669C16B4926C7ACB9CD /* Sources */, - 42E7B5655EC7B3F4405E47ECB4101EBA /* Frameworks */, + 96C4E24D2D8C82F901EBC9E7D1740F8E /* Headers */, + 33A3C7A49F128202B03E59497DAFC5F1 /* Sources */, + 3B3B25F3BB60A9B0C01DD0B8C374BC0F /* Frameworks */, ); buildRules = ( ); dependencies = ( - 517999924E106C6C25D02282B4ED89A1 /* PBXTargetDependency */, - 592208C1A2844FCBBC12E7A61C8536BB /* PBXTargetDependency */, - 96B30ADC70643096803DA5E675703331 /* PBXTargetDependency */, - 559369267E0A70CAC2E3DE2F68A980FA /* PBXTargetDependency */, - 2F0EECAA8A109EC5106D4B42292399A2 /* PBXTargetDependency */, - D005D71CB7B0A4313C0B6334B7A0AAC9 /* PBXTargetDependency */, - A4D5989AEC60DD089732484D15ED787D /* PBXTargetDependency */, - EF8C9165688837CA5EBD11690A22F604 /* PBXTargetDependency */, - 0258E8BC99FAC78B74BDDFD1017AE1E9 /* PBXTargetDependency */, - C7AF17B65E6F0AC896DDBE968A943269 /* PBXTargetDependency */, - 48AF3925FECECE94EB0B48DAAEA5AE63 /* PBXTargetDependency */, - 5D8F17F22E7F3683370CAECB6CFE48C1 /* PBXTargetDependency */, - B6310F17380FEC05E95DDD7171E4E7EB /* PBXTargetDependency */, - 0466A3206ACE71E3F2E687350A5F0F7C /* PBXTargetDependency */, - 53CD677EF966ECC5C531EF5EEC161AF5 /* PBXTargetDependency */, - 0DDDF75B30034B513C8A02B826BFA791 /* PBXTargetDependency */, - 98743508E3CD91722B04E6A1BD23968B /* PBXTargetDependency */, - 5FA83E5695D3DB69F1EEE711D663F286 /* PBXTargetDependency */, - E4E67E1D3687BEBDC2B614D8BAC89A08 /* PBXTargetDependency */, - 6A28D20E43A61CA54BC86BBC695EDC13 /* PBXTargetDependency */, - 5044DC7C762CC573099E6F8CFDB5A28B /* PBXTargetDependency */, - 5166FBCD2929CC8E45F9792AC9719738 /* PBXTargetDependency */, - 24680EB1D2E2505AE0AC00AB29A83612 /* PBXTargetDependency */, - 445385B15533593A776CE91D1922C320 /* PBXTargetDependency */, - 655690FD4105152AAACA3B282785A618 /* PBXTargetDependency */, - 37944DEFDD6D243D79CB81005752A3D9 /* PBXTargetDependency */, - 7655A20EC96D2B835BA0FE38F4B5DAF2 /* PBXTargetDependency */, - 806A7C94295070A8B432A0B3D5E48AF8 /* PBXTargetDependency */, - DF1CD97A74D214762A5F193A5AC8443E /* PBXTargetDependency */, - EB3646806EF2C1923172C5D0E4AAFBF3 /* PBXTargetDependency */, - 3FD83DC59C855BA9A5D4E5BDF85A5D4E /* PBXTargetDependency */, - 4E9AAF1D194CDCC05AA2CC1D4A7B0A3D /* PBXTargetDependency */, - 12AEB72C5B49E7A3E4B04279F9132A44 /* PBXTargetDependency */, - 83454FD6DE3630F7B25DF8AB2023F096 /* PBXTargetDependency */, - 5EC4890C794ACB75ED159FEFCFE3D9C4 /* PBXTargetDependency */, - 58284DE1E1655624ADC7487EB98A761C /* PBXTargetDependency */, - 8D5D4CE6702D333474243676794A337B /* PBXTargetDependency */, - EF6F6F7A34A6253848E8C0F0B8EA6724 /* PBXTargetDependency */, - 1D63DD7DF28EEC375385DD60FE7C2A0C /* PBXTargetDependency */, - 4373B705F53DCBA38E0F827659FF64EB /* PBXTargetDependency */, - 00DE162FFFEF4E11A1DD6E12BDB4FE97 /* PBXTargetDependency */, - F572CFA6604DA5C0D0A2CC1EAF5325B3 /* PBXTargetDependency */, - 8A73CB490FB4DC91F075467524E523D1 /* PBXTargetDependency */, - 1BA7CB587F637C134060A654D417325A /* PBXTargetDependency */, - 2B54AFD515AF30C878F5EEC8F64807CD /* PBXTargetDependency */, - 4F7ECB5975C04161AADF1772563A0E0A /* PBXTargetDependency */, - ED7D738E214C929B5A17C61668AB9DFF /* PBXTargetDependency */, - BDBFB2A2C7C33182237D5DB2D3C5F190 /* PBXTargetDependency */, - BBCBD4E2B5EF0B4F127337ED6E441CDC /* PBXTargetDependency */, - 65BF4E770607E22B9FF025402BD4A845 /* PBXTargetDependency */, - 9E490886FAFA89301D29BA6AFB9260FA /* PBXTargetDependency */, - 24224BDD9F7DDC95BA1A3BE65B3C4767 /* PBXTargetDependency */, - 590825B20D7F99ED1CBB300E79ADB2E0 /* PBXTargetDependency */, - 25295914F34E5A7FED2963751DCCED9F /* PBXTargetDependency */, - FBC2FD46461647A57E8DC7725D5796CC /* PBXTargetDependency */, - BE7FB64CF748131F2699583A34EA0D3D /* PBXTargetDependency */, - 3B30EEC7EEDE5228F300214A180DD2F6 /* PBXTargetDependency */, - 0F344513DCB63A3C26EC681471D23AB0 /* PBXTargetDependency */, - 4FC69637FFCC6768EEE4C75221A65F99 /* PBXTargetDependency */, - 650D15CF8DC87BA78045C3323F2C08A7 /* PBXTargetDependency */, - 8249E054CCE5B10EF1CA9C5C1F8D2E1D /* PBXTargetDependency */, - 04505797B0F94B600AC49CABB06CD6C2 /* PBXTargetDependency */, - 19094A3D374B822E8B1D742C89C79530 /* PBXTargetDependency */, - 7788B6DE8CDAD92D12CE25D0F92F8A67 /* PBXTargetDependency */, - 97583AFE8A7B37A63A61F27753CC8985 /* PBXTargetDependency */, - 07B276DEFB574C18BF20A1A313959708 /* PBXTargetDependency */, - 2C27FF87601BA54C5C7709C1D206E96B /* PBXTargetDependency */, - A3C18F64349F5C7A414729EC405B6E81 /* PBXTargetDependency */, - 2995FB594F4429F87A528E1654842886 /* PBXTargetDependency */, - F51F625892E23E2E4AF7208115B7ADFA /* PBXTargetDependency */, - 60FB8EFC5119B88CB810948F17C4ACA4 /* PBXTargetDependency */, - 16B7703E85B3717DC9AC286686F9FA5B /* PBXTargetDependency */, - 438D39F1416DB5CFD78EC44AA7E200FF /* PBXTargetDependency */, - 97F20540119C375ADE6EBF0D4BDD29CD /* PBXTargetDependency */, - 62F8598C21C27B12EE63B8C90C27DD25 /* PBXTargetDependency */, - 3AC223F53A7566B1FE6FD0252993AE44 /* PBXTargetDependency */, - C1090F28FA41C0A5BDF0BB2F79BED361 /* PBXTargetDependency */, + 4B84BBF8026CD3316A4627C5D5CED17B /* PBXTargetDependency */, ); - name = "Pods-RocketChatRN"; - productName = "Pods-RocketChatRN"; - productReference = 6009FCADBCF0E251CD18EB6529DD6C46 /* libPods-RocketChatRN.a */; + name = "react-native-notifications"; + productName = "react-native-notifications"; + productReference = 9D25570D3050D89B90CF2CD7A2B23E07 /* libreact-native-notifications.a */; + productType = "com.apple.product-type.library.static"; + }; + EF14C90482F6DB50A89B2C13AB2B1F05 /* RNScreens */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9F064E8CDDCF18E65A9E2560DE5E0175 /* Build configuration list for PBXNativeTarget "RNScreens" */; + buildPhases = ( + FCDA788FD8FB41738609E55FA0473ED6 /* Headers */, + 6758305901D0F706FA1673945ACB7BEF /* Sources */, + DB948E89ECEA35DD6B014311D5592210 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 8621945B41A15FE387E241EDF6D98C55 /* PBXTargetDependency */, + ); + name = RNScreens; + productName = RNScreens; + productReference = C41319DE4C44050B36182E71F7CD1256 /* libRNScreens.a */; + productType = "com.apple.product-type.library.static"; + }; + F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */ = { + isa = PBXNativeTarget; + buildConfigurationList = ABE3C1971200B2D7795A4047DF7F7F87 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildPhases = ( + 0BA254341AF341D9D8F3AA64B317FCB5 /* Headers */, + 800AF49213CEDBAA838D6C6419350A2F /* Sources */, + 35C1883C7DF954DE89018A74541C5199 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SDWebImage; + productName = SDWebImage; + productReference = 832A65615895A2EA53CFD129FAB794A4 /* libSDWebImage.a */; + productType = "com.apple.product-type.library.static"; + }; + F9C76753ABBDDC574EDE721897653047 /* RNUserDefaults */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0830CA2B9E670A205488D6EEF6BF0575 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; + buildPhases = ( + 7DD1BC8A020DC9AC8BC101EFB93EACEB /* Headers */, + 2C13F36CEEB5169A22896E5274D58516 /* Sources */, + F68F6B3F4F8F5F59EE6BE5A2D8CE4DF6 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + CB2DFFCD028D728A4B37A26C2B7DB0DE /* PBXTargetDependency */, + ); + name = RNUserDefaults; + productName = RNUserDefaults; + productReference = 2FDD6F3485C333F4B00C8C7AF895C361 /* libRNUserDefaults.a */; productType = "com.apple.product-type.library.static"; }; FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */ = { @@ -12821,7 +13117,7 @@ ); name = EXFileSystem; productName = EXFileSystem; - productReference = 740D7771046D484B1E1E280E68CDA8AE /* libEXFileSystem.a */; + productReference = B190685A9FC6115CF0203920A8709A18 /* libEXFileSystem.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -12841,7 +13137,7 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 99E4A7BF793C6E95AF7129A940239CFF /* Products */; + productRefGroup = 4772533AF288BC2913034CD3EC62FDFC /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -12867,10 +13163,10 @@ D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */, 427A5566E42596B2649019D00AA80F10 /* libwebp */, E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */, - EEB91C7D45E4D32D5F83253DA8B2ACE4 /* Pods-RocketChatRN */, - 2A701A85976727F1F6EB809901965A9D /* Pods-ShareRocketChatRN */, - A1BBD797A6F106A19800BC2BBF58841B /* QBImagePickerController */, - CC30C36E03077EEB94ADE9D0B1D2C97D /* QBImagePickerController-QBImagePicker */, + D2BC448B4B57A73E26D0DD281E516160 /* Pods-RocketChatRN */, + D8F0C7ABCBAC20C524E5DF3471BA0339 /* Pods-ShareRocketChatRN */, + D3785C7B75E9D9DFD2B35F2850287F3E /* QBImagePickerController */, + 4336A368EF1A02A2EB63BA0B9B31A78C /* QBImagePickerController-QBImagePicker */, 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */, 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */, 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */, @@ -12879,14 +13175,14 @@ D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */, B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */, 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */, - 5D8792E5DBB99598753C4E34D3308FC1 /* react-native-document-picker */, - 0080E4C361F4E1882AB11FFB6EA44C16 /* react-native-keyboard-input */, - BC6622E758259DB565377BACA284A914 /* react-native-keyboard-tracking-view */, - DF5FD085A45CD363E5FAAB4F642C7C40 /* react-native-notifications */, - 1B38259BB8CAB10A9D9047D2BAE45AB5 /* react-native-orientation-locker */, - 5CF161F70C36097903C85E8C6885A5EB /* react-native-splash-screen */, - 7B7C354BACA274F7083329F37B6CE818 /* react-native-video */, - 0930E5899BD6BF767017AF77F370F37E /* react-native-webview */, + B4A966ED7B70292853A932CF85049C94 /* react-native-document-picker */, + 5B36CDEA2C15460F8E5613F3FD94EDD4 /* react-native-keyboard-input */, + 49CD1583620EBF3C29B154B07A7511C1 /* react-native-keyboard-tracking-view */, + EB4ECE1074994E50E8D15AF9CCFD9EFF /* react-native-notifications */, + 1A759E906D894ADBF3EC0950591958F4 /* react-native-orientation-locker */, + 6374CEB4A0B4AAE056FFA9A1DD84C4A5 /* react-native-splash-screen */, + CDA91C1500582F6C811A097A01B8A38E /* react-native-video */, + 3FB3F43FBE8814CBFDC6181F216CB33E /* react-native-webview */, 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */, 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */, 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */, @@ -12897,49 +13193,50 @@ E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */, BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */, 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */, - A781E865D049A4F0DC455551DD865390 /* rn-extensions-share */, - 0DE11E64110FE5A69413A78AEDC5B41B /* rn-fetch-blob */, - 6BB4F4FC137681B2F6B81E224273B211 /* RNAudio */, - D54096736AB8009BAAE062D216BF2B55 /* RNDeviceInfo */, - A359F10B1C725F8B4B7FC47F16EF1C7D /* RNFastImage */, - 0755785AD9A254220ED3D990F7939FB4 /* RNFirebase */, - 8E7ED3AB412B0C152A072F0A5785D329 /* RNGestureHandler */, - B7CEA57206C6730FE77CFD9EBFE816B3 /* RNImageCropPicker */, - D320738415C0077E96B65B1E6E6FD03E /* RNLocalize */, - DEF3673F5188A40BCBF98692EBA890E1 /* RNScreens */, - BEAD226E955572BBC9153137CDF916BE /* RNUserDefaults */, - 70DAB38F984DC253A2F5F5624250A0FD /* RNVectorIcons */, - 7923160275E961C83193F40DBB856AF9 /* RSKImageCropper */, - 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */, - 3F584E3C8A43B8A3400F7095E5E6B8A6 /* SDWebImageWebPCoder */, - 3B69A9EA6B436271134E84A5F9D5E424 /* UMBarCodeScannerInterface */, - F363FA3E9696D7E05EE33F0FD872B0DB /* UMCameraInterface */, + 941479FCF4D67FB7A03E71237E877CAD /* rn-extensions-share */, + 77AE123F117E91592846DDE41A8494A8 /* rn-fetch-blob */, + 6E23165CCAD254807B20B2E2917F5988 /* RNAudio */, + 020A7F00F9EE33B3C1365F226D1D84A3 /* RNDeviceInfo */, + 4CC64671B5711298EFDA3328D5623563 /* RNFastImage */, + 51470C5597803F481DCB8686A27E171D /* RNFirebase */, + 7FE3F199E6E82ACD587700179DB71070 /* RNGestureHandler */, + C2070D0CCE50255668BB332AF1C2B697 /* RNImageCropPicker */, + 2F66D5D8F3D8207308073B3BCC767704 /* RNLocalize */, + 047AEF90E592A59BDEFA2A770959796A /* RNReanimated */, + EF14C90482F6DB50A89B2C13AB2B1F05 /* RNScreens */, + F9C76753ABBDDC574EDE721897653047 /* RNUserDefaults */, + 392DCD27EC049BFC800AD9233934D712 /* RNVectorIcons */, + C5557DB2F1A9C65F05357796BD89B968 /* RSKImageCropper */, + F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */, + 58FCCEE16DE6DFAD39E6B875407E2472 /* SDWebImageWebPCoder */, + C6431DF696F35676E2154272B9B489A4 /* UMBarCodeScannerInterface */, + 450158F413A20798C221D79CD92EF814 /* UMCameraInterface */, 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */, 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */, - C410C8606887D8FF122B33CE15128A32 /* UMFaceDetectorInterface */, + 31839ABEC161CE82E90F9302603D2B7E /* UMFaceDetectorInterface */, 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */, - E04524804318D15217CEF52E30E1708E /* UMFontInterface */, - F9997DB745F640B023798F155CEA2203 /* UMImageLoaderInterface */, + 011580DDDFD4BC3A6C1C88468BA1E56B /* UMFontInterface */, + D778AA001FCF8DD810D7E1895AA61728 /* UMImageLoaderInterface */, 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */, - 56909E3CC40E72D94C9B1DAC65101260 /* UMReactNativeAdapter */, - 6334D75DB21EBF62A13013BA23D8F754 /* UMSensorsInterface */, - EDA7C16766C1EEC9F573A53FB699FB11 /* UMTaskManagerInterface */, + C63041E3D1949C69B1111A082A64EE0A /* UMReactNativeAdapter */, + E89DA03686DB9DD03B17542CA66BF3AC /* UMSensorsInterface */, + E0FB6E09924914C8C788D1CDBC62A668 /* UMTaskManagerInterface */, EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - D545A7DEE3E72C2EC2571900CC3EAF61 /* Resources */ = { + ABF0DC418AED972A939E0164CAD6D3D1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3B112B7961DF84472640CEDABA5AB2D4 /* de.lproj in Resources */, - B1960D196E6CA6C04008C658D9BA6E43 /* en.lproj in Resources */, - AEB7BECF45D6BA9BEEB91E353D014A61 /* es.lproj in Resources */, - 47043E4D216E078B9D00FC284AB30F0D /* ja.lproj in Resources */, - 078E761A19CAE3117370C4BA6494929D /* QBImagePicker.storyboard in Resources */, - 7B11305D7DCCDFECF7CF338AD6467C0D /* zh-Hans.lproj in Resources */, + 48B0508EFF2785789089F088652B1F69 /* de.lproj in Resources */, + 037E3131ED1B075CDF907A7754C8E658 /* en.lproj in Resources */, + 7F02A16317A2F482DFB8EAA00F791FFC /* es.lproj in Resources */, + F99A6144FAA33E1FAC6050D655E3E8F4 /* ja.lproj in Resources */, + 7DC82108B9F339C0BD3298B3B031007B /* QBImagePicker.storyboard in Resources */, + 3CF47429823948AA9ADF76CADA2446A5 /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12974,77 +13271,90 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 065BB4D82FC602ADBCB76B02EBDE415E /* Sources */ = { + 026FE4284EEF5F6A2E1915262700CCE5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DEFCE1F4EAA84A5D5F5B1DAAC1A1483B /* KeyboardTrackingViewManager.m in Sources */, - AC2F8A15C45A46657B91252F79D7EF35 /* ObservingInputAccessoryView.m in Sources */, - 1EDFACE71199EEFFFF82F3C43D566A9A /* react-native-keyboard-tracking-view-dummy.m in Sources */, - 25C64173AAB4A0E7E99B1018DDEAEF92 /* UIResponder+FirstResponder.m in Sources */, + A9F9DCB5C43EA969992F0ACAC3835A6E /* RCTConvert+REATransition.m in Sources */, + 7C1DFB7F9DCF10692061A75204AE9FC6 /* REAAllTransitions.m in Sources */, + A64190A17601EFBF5AE6B120F6D78897 /* REAAlwaysNode.m in Sources */, + F3B5D09A2B669A240600394BAC7F768E /* REABezierNode.m in Sources */, + CFDE7D6B9B966FBDC8F51B76C989105A /* REABlockNode.m in Sources */, + 32ADA0E7FC09410F5C1DD2CFC35F4700 /* REAClockNodes.m in Sources */, + 00D1FAD5781A35E7E5477806DCDF52D5 /* REAConcatNode.m in Sources */, + 197334BAC8725FEE1E6033424DF25490 /* REACondNode.m in Sources */, + E7F8A999B70C7117B378239B3329446F /* READebugNode.m in Sources */, + 8B9DA1F426F8622AE8C67086F5FF45BC /* REAEventNode.m in Sources */, + 50D5B16CF1F64670ED8B4C192A8E06DA /* REAJSCallNode.m in Sources */, + 82A571735A593B4460B97E159BF51684 /* REAModule.m in Sources */, + CB7E840E37843CA5C4DEA0CAC32FFF1F /* REANode.m in Sources */, + F2D8849D416DFB3F62BE4FB3B6335379 /* REANodesManager.m in Sources */, + 53AD217F146E371F24614A83C42388F0 /* REAOperatorNode.m in Sources */, + A7ECF399BAABE7C169B5A48C43B9D8CD /* REAPropsNode.m in Sources */, + 2014E03797E5A2A545E82AAD2A8AE0BE /* REASetNode.m in Sources */, + D809E549CC6E600B83E472A3634F2C6E /* REAStyleNode.m in Sources */, + B389BF53DAD4C0B3C2CF05312D57D0CC /* REATransformNode.m in Sources */, + 7AB6C2C2D397B571BC7FE3C92966C4E1 /* REATransition.m in Sources */, + 202EFE2D9EF80B7A6320FFAC0DEA27D0 /* REATransitionAnimation.m in Sources */, + 6B52EB8B23B5844471726477F7A332A5 /* REATransitionManager.m in Sources */, + D06B015B7BBF2CD30B3F9BB48A308C2C /* REATransitionValues.m in Sources */, + 9581C0BC6D139A1D4B8B625084838A52 /* REAValueNode.m in Sources */, + 755165A78CD7257F0EE92944B7369407 /* RNReanimated-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1B3E880F6AFAD383C1932235F20324C4 /* Sources */ = { + 031B08107F00124F023B42E860AE965D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0F08E186D61DE6D60EC383C88C9E09ED /* NSBezierPath+RoundedCorners.m in Sources */, - 4C060A40F951CF294EA92B0B3D08E0CB /* NSButton+WebCache.m in Sources */, - E281C5D4C9FC21EDA7D22D54D2EF7E9E /* NSData+ImageContentType.m in Sources */, - 06ADFA96872CB11DA250B2967983DEBE /* NSImage+Compatibility.m in Sources */, - 3EAF7EE54A30BCE3946A9427C9F22B9E /* SDAnimatedImage.m in Sources */, - 7532B6FECD7175F3571189E3DD88AE85 /* SDAnimatedImageRep.m in Sources */, - 0642D84A67617D938A0A58155367BD30 /* SDAnimatedImageView+WebCache.m in Sources */, - 7621FAA09F8A411DD0BD8653032CD98A /* SDAnimatedImageView.m in Sources */, - 11A0D2A62DCAAE94401A08E12E17AD4A /* SDAsyncBlockOperation.m in Sources */, - 7DE7612B47D64A7FDA28C9D17FED5651 /* SDDiskCache.m in Sources */, - 10863410193E944FD37B83D5662157BD /* SDImageAPNGCoder.m in Sources */, - C6C17C9CC8D4B744DBFB9AB7F22EB711 /* SDImageAssetManager.m in Sources */, - D0637F90581C29754D5F24CC13891550 /* SDImageCache.m in Sources */, - E15761BA890DD72E492EA4FF8D80F1CD /* SDImageCacheConfig.m in Sources */, - D17339C2D924DB605CDE2718C0A5FABF /* SDImageCacheDefine.m in Sources */, - 34E56E49ED0E3967BE75246A7D35598B /* SDImageCachesManager.m in Sources */, - 0C255310743C15968D8E749A71FC9354 /* SDImageCachesManagerOperation.m in Sources */, - 854A31D847143DFE3DD1A033FA23B9CE /* SDImageCoder.m in Sources */, - CD6867D42390738A006B2A251E9D3DB3 /* SDImageCoderHelper.m in Sources */, - 5FD51511C8FA5DBF02C30F5E09A39A2B /* SDImageCodersManager.m in Sources */, - CB5379884BE8A30BEA844A4FF8C2D2E9 /* SDImageFrame.m in Sources */, - 68DA2D2DE9ECD5523E230C6704C86714 /* SDImageGIFCoder.m in Sources */, - 8BF081C8F875D3B37A688E708598C43A /* SDImageGraphics.m in Sources */, - B30D13C3BBF9D4CCC4A4C70137559286 /* SDImageIOCoder.m in Sources */, - 6C098A467B679C237BADBDDC809B7A7C /* SDImageLoader.m in Sources */, - 857D6820102A823A926238F4E58F7145 /* SDImageLoadersManager.m in Sources */, - 2F89717EED546D00513A07F5A29B3779 /* SDImageTransformer.m in Sources */, - F879DE7CE144A60E38C3631111231D99 /* SDInternalMacros.m in Sources */, - CDA76E495135AC70BE20ABEEB8B9CF31 /* SDMemoryCache.m in Sources */, - 7BCBA2E9B765D45B5FE6E327426433F6 /* SDWeakProxy.m in Sources */, - 8C70EB157F19949E10CE56DD76B45C38 /* SDWebImage-dummy.m in Sources */, - C44373986E26BF85A79D2A25E64636DD /* SDWebImageCacheKeyFilter.m in Sources */, - 56FF223A51DE1A461597FC567FEDE01E /* SDWebImageCacheSerializer.m in Sources */, - 041221CE582AB6872CC12AB4BF953166 /* SDWebImageCompat.m in Sources */, - 745FD58612019EED84CABF733F65774E /* SDWebImageDefine.m in Sources */, - 50B2E8F7675FC24AD161446DED2B820F /* SDWebImageDownloader.m in Sources */, - 80C006EED43A991A91BB59EACD4D73D9 /* SDWebImageDownloaderConfig.m in Sources */, - 69D18EE29992004E3BB49F63C006682A /* SDWebImageDownloaderOperation.m in Sources */, - 368C240FD626E1A28347B99742555B69 /* SDWebImageDownloaderRequestModifier.m in Sources */, - C0DEF96B55CB9E3B3531672E355DA95D /* SDWebImageError.m in Sources */, - 37A951B4607D1F419A0D25BEDAB18895 /* SDWebImageIndicator.m in Sources */, - 73CA1FD561FCDCB1D431DCEC72F74DDB /* SDWebImageManager.m in Sources */, - 448529B88A66DED92735563849869F3F /* SDWebImagePrefetcher.m in Sources */, - 0E2299B8243739D5779FC4C21170A16B /* SDWebImageTransition.m in Sources */, - 1FBC0A8CDC844D6F304BAED941CB2DF0 /* UIButton+WebCache.m in Sources */, - 4E7CD8CDFCEF908C765B4ACA7FDA0976 /* UIColor+HexString.m in Sources */, - 091846C9A1B38CA5036B95379937F2E4 /* UIImage+ForceDecode.m in Sources */, - 07FBADF386A8F4570CB2D3A6182AE87B /* UIImage+GIF.m in Sources */, - 768B227B15B4CBA8B2D9CA2A948A01CC /* UIImage+MemoryCacheCost.m in Sources */, - 14CD9304685263981D8B45493AD9D6DA /* UIImage+Metadata.m in Sources */, - F135134FBBCA1DA05455CD4685428AE0 /* UIImage+MultiFormat.m in Sources */, - 4F67C74C69194DF0D248D4FAB4F3B9CA /* UIImage+Transform.m in Sources */, - 8834A680C11C1E788170A7F6EA8C3A91 /* UIImageView+HighlightedWebCache.m in Sources */, - AC357F45809D5640E227966405B889A7 /* UIImageView+WebCache.m in Sources */, - 51F85D60F93FAE078416374BB988BF14 /* UIView+WebCache.m in Sources */, - B1C601F14D02EABD34CDF56042C77010 /* UIView+WebCacheOperation.m in Sources */, + 564AC0DC7E570CDD35DA555713A79A8E /* RNLocalize-dummy.m in Sources */, + C01C10B259AC6FDBF97BBAEABA4E40B7 /* RNLocalize.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 13031772B68D0014A22DA9C765FB16D5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 776CEC9832163DE9CF650A39E193BBE8 /* FFFastImageSource.m in Sources */, + E1995E71B4334C142E3B061DC241F6B8 /* FFFastImageView.m in Sources */, + 370557D585774FD9B002A0ED25AE8676 /* FFFastImageViewManager.m in Sources */, + 011FA9C3AD0C49C3F1BDFEC6694B241A /* RCTConvert+FFFastImage.m in Sources */, + 36C2C70CC9B831331BFF0BEE36F99D7D /* RNFastImage-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 17AC44F265B404D77BDAE6C4456A4D88 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9E620BAAADB1ABB5C4B546D6AA29AFB1 /* CGGeometry+RSKImageCropper.m in Sources */, + F20BA5B1A0F01DA465EED80929FD3D64 /* RSKImageCropper-dummy.m in Sources */, + B69525FAACB8682DAB300B3F66DA44A8 /* RSKImageCropViewController.m in Sources */, + A8BB6D3B7C22D4789A7FF864E271334C /* RSKImageScrollView.m in Sources */, + B94810D2CAC4EC19323715FE2F92B61D /* RSKInternalUtility.m in Sources */, + 181B1D1DDDF54FAE8F4E0BA1B912F14D /* RSKTouchView.m in Sources */, + 705559CB8BB21978E42C1E2E0490E74B /* UIApplication+RSKImageCropper.m in Sources */, + 47EFCA2925BD5B2285F280E7D9881A78 /* UIImage+RSKImageCropper.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 18483FFAA0CC4700074CEB74B03CD60F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CF000EA1F92156A38943BC5A4D9A7BF6 /* DeviceUID.m in Sources */, + 392953E190B83514F98B4CFE4B1E4100 /* RNDeviceInfo-dummy.m in Sources */, + D5828D399D809193B1ABD7BA95060D2E /* RNDeviceInfo.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1EFC735277705F77E78641BF28AA8761 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 306E096CBFEF19A8E5D7FEEC8A16AD0E /* AudioRecorderManager.m in Sources */, + E6FF6F8F94AF539B8C1652C90F068A09 /* RNAudio-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13069,22 +13379,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 20DC948D27A70EBD59CA99A3AA199304 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 48AD8C6A612832DBB152FFC09848F745 /* UMModuleRegistryAdapter.m in Sources */, - 0E1A05C555CB29F8C272E09442AF9AAA /* UMNativeModulesProxy.m in Sources */, - 67DECE4D851DC64A84F0A6AB68009C3E /* UMReactFontManager.m in Sources */, - 4B9FD986AB96003A9945844EB3F3D926 /* UMReactLogHandler.m in Sources */, - FBF0F364660E52964801FA40029CD433 /* UMReactNativeAdapter-dummy.m in Sources */, - 883DF58893F917E69FDA2224D738E4E1 /* UMReactNativeAdapter.m in Sources */, - 9D37016F895502E847673F8471A15F90 /* UMReactNativeEventEmitter.m in Sources */, - 835584A6BBE7A06358AE30184A1E5C61 /* UMViewManagerAdapter.m in Sources */, - D4202C5B3B70E4B20E86559FEC7A3224 /* UMViewManagerAdapterClassesRegistry.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 292310AC1ACDD8EBFEF69008F27A606E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13118,6 +13412,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2C13F36CEEB5169A22896E5274D58516 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D1EA34E6E9D1E56939556250649A86EA /* RNUserDefaults-dummy.m in Sources */, + 22393B420384047F190855B2CD8126DE /* RNUserDefaults.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2CDE3F0CCE65CA820AFCA93C67376E79 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13155,16 +13458,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 35BD33E90DAD8682A5FD2C32863623B1 /* Sources */ = { + 33A3C7A49F128202B03E59497DAFC5F1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 567171DCAC22BEB7BC1CE8F449359BD4 /* Color+Interpolation.m in Sources */, - 6CFB211E3805AB92342D726710088B91 /* LNAnimator.m in Sources */, - 385DF1B45E114C827E4EE2282D0FAD92 /* LNInterpolable.m in Sources */, - 4566E2AE1D049DEB02F46A757B9D801C /* RCTCustomInputController.m in Sources */, - ABE014387D291F60B65C961D7E5C8CF8 /* RCTCustomKeyboardViewController.m in Sources */, - 240D33AB8D66E24BC780EAA790D0A405 /* react-native-keyboard-input-dummy.m in Sources */, + DE00B27A2F34BFD49EDE171EDDE8C7EE /* RCTConvert+RNNotifications.m in Sources */, + 815AE76DAB6A35EE105B07017479162F /* react-native-notifications-dummy.m in Sources */, + 13401B48F63F7FAC960B7B8A6DFFDD31 /* RNBridgeModule.m in Sources */, + 7AE351B6BD385437EDF60EB6F1CFB2ED /* RNCommandsHandler.m in Sources */, + 2F000CAE467F0690E2BC4187ED1BBC7A /* RNEventEmitter.m in Sources */, + 14E3AED31B43EF623E5353F324729A33 /* RNNotificationCenter.m in Sources */, + 956466D465DF49495354549261275752 /* RNNotificationCenterListener.m in Sources */, + 2E6FE0403C573CA7E489CD1B7873F4A8 /* RNNotificationEventHandler.m in Sources */, + 1798151B590FA284F4C4BF152985E997 /* RNNotificationParser.m in Sources */, + 532AB3B705B57AC6AEB13F9905B47F22 /* RNNotifications.m in Sources */, + 426A1FA561EDE2F9E48C2B2AD37EF1E7 /* RNNotificationsStore.m in Sources */, + 8146EB19750D2E80C53CA81C6DFFF75C /* RNNotificationUtils.m in Sources */, + E01802E580F99C58B43355B33193D899 /* RNPushKit.m in Sources */, + C6DF89B54C70E2DB9C6ED33EED7F7F66 /* RNPushKitEventHandler.m in Sources */, + 0FA33D41438A1DD558DB367B5BF689B7 /* RNPushKitEventListener.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13188,12 +13500,39 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3CBC06825AD1064CCB7F262750767697 /* Sources */ = { + 3A3299807653A89683A6D3E60451D584 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D9C9D411C79A22DBCFBFC15A1E8B702C /* react-native-splash-screen-dummy.m in Sources */, - 04E7C3A123CF7B7A1B07E43EACAE4E4F /* RNSplashScreen.m in Sources */, + 3C5E45E912ED2586C35508BAB1316532 /* RNFlingHandler.m in Sources */, + 8843B9575A75830023A568AA3EE64712 /* RNForceTouchHandler.m in Sources */, + C850C65924579C9B81C056ADF1018CC5 /* RNGestureHandler-dummy.m in Sources */, + A3DE1D09C7F0D1803DA3A7FB8A091E05 /* RNGestureHandler.m in Sources */, + 4682CC280D5D1E1A5271F17799C03635 /* RNGestureHandlerButton.m in Sources */, + FC25E65F8E0D7B59B4B18DC85D34EBE6 /* RNGestureHandlerEvents.m in Sources */, + 0D15B182A22FD5E854A8D5BFDFE18A38 /* RNGestureHandlerManager.m in Sources */, + 4DA7184322957CED04C0FD0D2F36EA57 /* RNGestureHandlerModule.m in Sources */, + 0798934D7EFD4FAEF9F0D84C30826CBA /* RNGestureHandlerRegistry.m in Sources */, + 020F50AAC1896007CA720E82EBB0630D /* RNLongPressHandler.m in Sources */, + 84C2758D13CF81E1EF8B18C720A43192 /* RNNativeViewHandler.m in Sources */, + 9ED2CD73A1019EA6288BA2C90BEE847F /* RNPanHandler.m in Sources */, + B6EE6A6797E23BF01BA004A98554EB23 /* RNPinchHandler.m in Sources */, + 396DF739F8D2886280FB4B614E1F6D60 /* RNRootViewGestureRecognizer.m in Sources */, + 9485DD09BF8698548602C776DB57D558 /* RNRotationHandler.m in Sources */, + F2820B28001658CF1DFF0D2297D7251B /* RNTapHandler.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3CE4CA4CC973715D62C493C34BD6C27B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DC871CA8B2E7119623AA09B7206E9C04 /* react-native-webview-dummy.m in Sources */, + 06F9F2324C230BBCE7680256BE7871F0 /* RNCUIWebView.m in Sources */, + 8BC04EA8443AC86C7A5623C9A5FD5945 /* RNCUIWebViewManager.m in Sources */, + 2DFBB376FC49DD0EAAB164FB67B166B4 /* RNCWKProcessPoolManager.m in Sources */, + 31E738FB42B1B1FF2C6C07944708E287 /* RNCWKWebView.m in Sources */, + 4ACC7CD8959F14C23B6010D7C0DA0124 /* RNCWKWebViewManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13210,48 +13549,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 40A0C798D667803D68780BF163F80492 /* Sources */ = { + 42AF7E511F1233A0DDCB4825F1540D50 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 986CCD6A125AD0F7CAF5762ACA273DDD /* Pods-ShareRocketChatRN-dummy.m in Sources */, + 06F03F0479C812D1A0945A663DF6A12F /* RCTVideo.m in Sources */, + E53FF1E5E4AC944E7393FD447D5ABC41 /* RCTVideoManager.m in Sources */, + 517CD68B4EF5583F7DC85B69CAF74C14 /* RCTVideoPlayerViewController.m in Sources */, + 53E7D8DA2C92C4831EB03D9D7C762DBF /* react-native-video-dummy.m in Sources */, + 8047FC15D85EA84E6A8E0AF3D0A09E2D /* UIView+FindUIViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4190E8AA370450DB741050AE03CA2815 /* Sources */ = { + 46E09ECF479539E9F8F0BDC354EB8AB7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B9C625F8A0383BDCA921B9C44A1ACAC0 /* rn-fetch-blob-dummy.m in Sources */, - 86131520C0D130B599E2CE94C6A9E8BB /* RNFetchBlob.m in Sources */, - A09FE3858E92D484AAD20F42ACF3D191 /* RNFetchBlobConst.m in Sources */, - 877CA43B94BDC3B3A31F790F29FC8E20 /* RNFetchBlobFS.m in Sources */, - 148750FB8946B3BC7C857940C85F0561 /* RNFetchBlobNetwork.m in Sources */, - A3271CFB85B3FE973B38EB21371DB521 /* RNFetchBlobProgress.m in Sources */, - A177A3EEAEED1F8BDB71E2E7DEFC3AB0 /* RNFetchBlobReqBuilder.m in Sources */, - A4F9534103F0D5314E25EA8E15AB7275 /* RNFetchBlobRequest.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 42EC6007882051A78C74728AA432AE54 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5C9B07400838A86D657A6F6997A560B8 /* react-native-webview-dummy.m in Sources */, - 43C52ED5D9809B750635A8077E5486F4 /* RNCUIWebView.m in Sources */, - AF01AC6D5FE9E1DDE1735B04274067A8 /* RNCUIWebViewManager.m in Sources */, - 41009A4DB9861296AC550AE2C73A0726 /* RNCWKProcessPoolManager.m in Sources */, - 4116BAA809E913831F23671C068EE570 /* RNCWKWebView.m in Sources */, - 073DFD9E336DB9B790434B48F6C48525 /* RNCWKWebViewManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 487B612FA4FAD423BD86B82B1CEE152B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BBF8FBF86209A5D4E5B684427E31D16E /* Orientation.m in Sources */, - B785655E67E0AA1BB7A2B35FCFCF5C16 /* react-native-orientation-locker-dummy.m in Sources */, + 182CBBA2FE534F488E569ED81D231C76 /* SDImageWebPCoder.m in Sources */, + CBC68CDBCD2DBD6FBF58856F705A84EF /* SDWebImageWebPCoder-dummy.m in Sources */, + F00343C4B1DA4CAEA521CA166A984896 /* UIImage+WebP.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13312,25 +13628,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 53EA105EC357A2CAB6C137EC2C0AA64A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A0E926E256DDF8C343AEFD0C378118C9 /* RNLocalize-dummy.m in Sources */, - 9E2E67934C6295239EA8DFA00ED28B78 /* RNLocalize.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 59B037FB7CE0F34D5654940461D5E609 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A13CAB57553B289944729962743E8D82 /* SDImageWebPCoder.m in Sources */, - 86ABDEBB3CC79B6D00735E0124419255 /* SDWebImageWebPCoder-dummy.m in Sources */, - B1DE860143516E2B19BB4C825182FEF6 /* UIImage+WebP.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 59F97D89BBC2B90F1CBE80A4C710B6F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13453,31 +13750,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5BC4248CB8FF7669C16B4926C7ACB9CD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A60CB93D4614D9B6C2827EDF1C4B79C3 /* Pods-RocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5C06A569A0356F2EF6ED2A3A1C456E4D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A55076558EA8EAF324B286D001037877 /* QBAlbumCell.m in Sources */, - 7C2C17283689420C0D773D4492613A90 /* QBAlbumsViewController.m in Sources */, - 485C9F3AD88877C5CD087FD513828EF8 /* QBAssetCell.m in Sources */, - C1898DD3D0841E832117EA389D0FA98D /* QBAssetsViewController.m in Sources */, - 6E98ACED51F3D9C0556FCB70664651D1 /* QBCheckmarkView.m in Sources */, - A7DCE9BD313B580FC36C4B5835469E19 /* QBImagePickerController-dummy.m in Sources */, - BD24CF492FEF5BAA96B2940C68420C38 /* QBImagePickerController.m in Sources */, - 92E573456E3695D3CA8BE75D5258A09A /* QBSlomoIconView.m in Sources */, - 50240482967DEF8262722BA25846820E /* QBVideoIconView.m in Sources */, - E8606DA295B8CD3E9080879145EE3019 /* QBVideoIndicatorView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5DCA9AFB6B3E5C1BADD3117FDFB05FD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13498,19 +13770,73 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6544B1E0514E7CC19712FCE40C4D4625 /* Sources */ = { + 618A00C5F5FBC0B068AEC5618EFBABC1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5BA631B961847DBCD63B18E8D292087E /* AudioRecorderManager.m in Sources */, - EE87A3DB6C74CD1EF40415CD328BA4DC /* RNAudio-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B6934DD8CAD4500C957BB1AD2BDE518 /* Sources */ = { + 66BBD60A95ADAC3184B5F5C340B4B969 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3F90F83034CB6C1941E53D85D8516695 /* QBAlbumCell.m in Sources */, + 2323CE55A38E5A352F9B6950C4E14EFE /* QBAlbumsViewController.m in Sources */, + 1A8F90E96A857547AC0F16659703DC1F /* QBAssetCell.m in Sources */, + EB3C5A40BFC7F959E12D7AE83EAD1FF3 /* QBAssetsViewController.m in Sources */, + 448DAA747B26519D168C92182505914D /* QBCheckmarkView.m in Sources */, + 8D5C7D662E8028C9ECA2E493D7B1FB37 /* QBImagePickerController-dummy.m in Sources */, + 66AF29868D3E09FC6A23F3F90D70E4A2 /* QBImagePickerController.m in Sources */, + 2EBA86776448C027A272035C221D2754 /* QBSlomoIconView.m in Sources */, + 6E4EEC37BBD313278994D6B238BF842F /* QBVideoIconView.m in Sources */, + F4CCCC77FE08D6516F7F3E79ADD3BD87 /* QBVideoIndicatorView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6758305901D0F706FA1673945ACB7BEF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E2EAD20B5829ABE822E22D149B978A53 /* RNScreens-dummy.m in Sources */, + 1833BC72F6E163F622B8129D27847207 /* RNSScreen.m in Sources */, + DBD4325E55A9423434E47071613C52C5 /* RNSScreenContainer.m in Sources */, + 157DDD63045E191F6BE1C1097709DB9E /* RNSScreenStack.m in Sources */, + 0DE46F9982975736F369939A1C24D799 /* RNSScreenStackHeaderConfig.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6DD1F11FDA39DF7D018391080706C583 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BEAA59F988E7B8FB7BC3A3C9EFE4F79C /* BannerComponent.m in Sources */, + F46126760A4A7394DB9C93A2BAA4260C /* NativeExpressComponent.m in Sources */, + D2932F4C5670EE4418276196212F5879 /* RCTConvert+UIBackgroundFetchResult.m in Sources */, + 0523A5BFF6FAE65D1CB0D4980A032045 /* RNFirebase-dummy.m in Sources */, + 5FC529D454D1DA11076142F34CFB03B9 /* RNFirebase.m in Sources */, + CEB2064F57AA6D050CC45DA70432CE8C /* RNFirebaseAdMob.m in Sources */, + 09A799AA2771750D63E322A162AD2F18 /* RNFirebaseAdMobBannerManager.m in Sources */, + 4083D93A805A9822A60F3DD2DD5C9AA5 /* RNFirebaseAdMobInterstitial.m in Sources */, + BB6E325898CC8A88887FF44ABB1E1D54 /* RNFirebaseAdMobNativeExpressManager.m in Sources */, + 5CECDCA0AB252BD0CCFC6B58DE9D3294 /* RNFirebaseAdMobRewardedVideo.m in Sources */, + D4FAB72B0D5376D9E54D198F620BA3F0 /* RNFirebaseAnalytics.m in Sources */, + 21213B97AD409B93625340D55252496A /* RNFirebaseAuth.m in Sources */, + 7C37E4011414E1B977A9CD8B52B83A52 /* RNFirebaseCrashlytics.m in Sources */, + 3DFC25EBE4AE1DADA3E60388DDDE61C2 /* RNFirebaseDatabase.m in Sources */, + 3B18CF24040AF6B78F6FFD5E615C7F04 /* RNFirebaseDatabaseReference.m in Sources */, + 864EA38A84E553F4B7C1523B06DCC32E /* RNFirebaseFirestore.m in Sources */, + E9FFBF2E2103332B32C23487021F5D2E /* RNFirebaseFirestoreCollectionReference.m in Sources */, + 0CFD754973D48410CEEAD7210F554C62 /* RNFirebaseFirestoreDocumentReference.m in Sources */, + 81CA9D7F58AA71D129527ABE040589C9 /* RNFirebaseFunctions.m in Sources */, + 26B101B1D7DAA369F1142B0165D6D792 /* RNFirebaseInstanceId.m in Sources */, + 6604A4306EF505375868ADA8E6E4105E /* RNFirebaseLinks.m in Sources */, + A4E06865BA9033DA2A041450283EF18A /* RNFirebaseMessaging.m in Sources */, + B7DCB90808BBB60F87B9F6E77D22FE52 /* RNFirebaseNotifications.m in Sources */, + 912293771BCDE2EA98CE5A8F61341A48 /* RNFirebasePerformance.m in Sources */, + D3FD8DBBB78262063BB6CD55640048F5 /* RNFirebaseRemoteConfig.m in Sources */, + 7AF12AB8171E2BA0D26DDE86623EFE4B /* RNFirebaseStorage.m in Sources */, + B90AE8C8B21979C47D79C36E22E88D49 /* RNFirebaseUtil.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13525,26 +13851,39 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 78B6500CA1503830150E934197ADB600 /* Sources */ = { + 72C0CBDDCF9AEE5243651EA87BADC3E2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7EF3ACAD393F4582A25F71F62A6D462F /* RNFlingHandler.m in Sources */, - B35D403429448E8A8EBDBF09F8A22293 /* RNForceTouchHandler.m in Sources */, - B6CDE43120BE992F92C66B2DD6C001AE /* RNGestureHandler-dummy.m in Sources */, - 5931A3A5349FC56B5616493558C4D41C /* RNGestureHandler.m in Sources */, - D7B3D5860635D549C7947FB2BF488D18 /* RNGestureHandlerButton.m in Sources */, - 293C00F521A664B261DD2A82A0991A6D /* RNGestureHandlerEvents.m in Sources */, - C2B380FBFA55BED426C33084E67F9BAF /* RNGestureHandlerManager.m in Sources */, - 845E5BFCB3BDB4CF8656C238AC613099 /* RNGestureHandlerModule.m in Sources */, - 4E5719A60A667B9093A66E8180F6F97E /* RNGestureHandlerRegistry.m in Sources */, - 25276AE840404B6A21D8A190F740D2F8 /* RNLongPressHandler.m in Sources */, - 639F3DCCC6D9F8720620593F5AAA7F90 /* RNNativeViewHandler.m in Sources */, - 240CA95748AD3A5095B92CB14B813665 /* RNPanHandler.m in Sources */, - 5AAA72190F54072867D395D072A72DA1 /* RNPinchHandler.m in Sources */, - EC826E973CF28211EB03402D718EB616 /* RNRootViewGestureRecognizer.m in Sources */, - 5CBFE48533118EC269C60CA7E83590F5 /* RNRotationHandler.m in Sources */, - 3AF67F23912DDE027E162322E6D5EEDE /* RNTapHandler.m in Sources */, + 363F5E86259A007D6270597C9DF46509 /* Compression.m in Sources */, + C25B710855E997AE61986B30D9387584 /* ImageCropPicker.m in Sources */, + 5D7082D07B5F68116731C47AB2D07286 /* RNImageCropPicker-dummy.m in Sources */, + B737DCC0D6822E39911DE5FF5D52FA2D /* UIImage+Resize.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7831FA72A1B1E6D147D7831652CC86A3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DD1F8ABD5B22BF05EDED631DA12FB23B /* react-native-document-picker-dummy.m in Sources */, + F7E099ECD17501D91FB0F61E52E16A3D /* RNDocumentPicker.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 785BD665C20665E62394D438E396C16C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AC565B5D7E1536988885E7B9A1FFAD2C /* UMModuleRegistryAdapter.m in Sources */, + C0DB2092D9A4C5843004AAD3DD315583 /* UMNativeModulesProxy.m in Sources */, + C4409302D850DA6F062E48AF2F311B26 /* UMReactFontManager.m in Sources */, + CFFBBA727AC1088A22EF5F9F42EDD11F /* UMReactLogHandler.m in Sources */, + 0959503D7F2A063A3A4889F00486284B /* UMReactNativeAdapter-dummy.m in Sources */, + 0BEAF470A2CDCB58F689658816A2AF4C /* UMReactNativeAdapter.m in Sources */, + 3113D7A28F5640A282563B5D6B2761D4 /* UMReactNativeEventEmitter.m in Sources */, + 29AD3D9DE14CE17538EE8A7207C7BAEC /* UMViewManagerAdapter.m in Sources */, + D88786171318D7F7FECFA5538507CC36 /* UMViewManagerAdapterClassesRegistry.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13563,6 +13902,78 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7DBFC586DFDA5B0DEDFE891ACBED5EDB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 57F763C05FFDD0AAE0D7B49F90473CAD /* Orientation.m in Sources */, + 6D1883AB126298D2E9158610A948707F /* react-native-orientation-locker-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 800AF49213CEDBAA838D6C6419350A2F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A4869DEB1E40703FDF251ED86ED126EE /* NSBezierPath+RoundedCorners.m in Sources */, + CB0474267B5AEF2D7C0728690DC87F65 /* NSButton+WebCache.m in Sources */, + D89245CC252FC1A9F1749850B67BFE8A /* NSData+ImageContentType.m in Sources */, + 2D3ABBC925B3B6C743389A4CD3AE5260 /* NSImage+Compatibility.m in Sources */, + BE552F3888AA699DDE43FD2A52D21106 /* SDAnimatedImage.m in Sources */, + A09B7818745B97F44F787F8E56486E96 /* SDAnimatedImageRep.m in Sources */, + 38BAC0CB05B5AD0A7BB3EE0DEE67A5F0 /* SDAnimatedImageView+WebCache.m in Sources */, + 80768075DFC43594C4A229EFE13F7D98 /* SDAnimatedImageView.m in Sources */, + 5088FA4D2DACB7B318E31133626543F4 /* SDAsyncBlockOperation.m in Sources */, + A9CDF2E2D8B3F29B3D7394EBF8334F72 /* SDDiskCache.m in Sources */, + ADB1965F25E8BB7C2940BAB12DCDDF5E /* SDImageAPNGCoder.m in Sources */, + CD68101915A90B78AEDFCE77092986C9 /* SDImageAssetManager.m in Sources */, + D013F7B9C4E6A78A48EA9157C8AB2392 /* SDImageCache.m in Sources */, + 3475C9CFDAACDE0FC66C204AB69CAA21 /* SDImageCacheConfig.m in Sources */, + B2CA3F79AA45E58D080F63D306DC3DB6 /* SDImageCacheDefine.m in Sources */, + F2D102CE9F447BA49A2FE8D6B773A0AB /* SDImageCachesManager.m in Sources */, + EFB93FE46006C205DAE8FDEFB7C88906 /* SDImageCachesManagerOperation.m in Sources */, + A5AEB66BB2A8DDD5FB3D138CCADD1C77 /* SDImageCoder.m in Sources */, + F327B84D2B339F18BD3C858EA1B9A15C /* SDImageCoderHelper.m in Sources */, + 1343D7D50A8FD86580D50F9F1FCFC9A5 /* SDImageCodersManager.m in Sources */, + 5461FD337B82AC1BE1B45B1B3FE8ECDF /* SDImageFrame.m in Sources */, + D2A1C4E5EDE05DA64EBAB2CF8F6CA2D6 /* SDImageGIFCoder.m in Sources */, + 270CC16ED5D5584DA18361B42334FEEA /* SDImageGraphics.m in Sources */, + 39F31A33A67BBD2B5BF64E17DC90D5DA /* SDImageIOCoder.m in Sources */, + CBDFC9DBEA5F0E3B8BF5DECB39190937 /* SDImageLoader.m in Sources */, + 3526759BB16DF6F98E8C7304DE7D6E01 /* SDImageLoadersManager.m in Sources */, + CE6A5B6BAA93608A3A51039B9C2CC6A2 /* SDImageTransformer.m in Sources */, + DB020EF50BD1C0B01C25F6C29BDBC28E /* SDInternalMacros.m in Sources */, + DF3852427364E8F0CDD4DC1197C26EF8 /* SDMemoryCache.m in Sources */, + 39E6D2E43EE77A60CF0CDF7D2C69FE25 /* SDWeakProxy.m in Sources */, + 0B5A0EA675D8D3889874F87B2F5C9DDC /* SDWebImage-dummy.m in Sources */, + 8CDDA9B3D73018F57A4AEA0750E18321 /* SDWebImageCacheKeyFilter.m in Sources */, + 460F4652E6A078C8F6CFB39E917713C3 /* SDWebImageCacheSerializer.m in Sources */, + 7C29268773F4170C8545788A99A84286 /* SDWebImageCompat.m in Sources */, + 4E77C89EE2043B1CEFD4FA845437B1FB /* SDWebImageDefine.m in Sources */, + 4E1BC83C593499D81478C2ACA222C734 /* SDWebImageDownloader.m in Sources */, + D222E3E8BC9730CA68C16942AC4825A4 /* SDWebImageDownloaderConfig.m in Sources */, + 777C857A61B1259DCE164A7BDADFFA84 /* SDWebImageDownloaderOperation.m in Sources */, + 1BC35ACAF74A5913B56A9D7D6C4C9B58 /* SDWebImageDownloaderRequestModifier.m in Sources */, + 6A1F900ED11F85609266C28D28E43F06 /* SDWebImageError.m in Sources */, + B68A13BC96DB769D773D719AA220C60C /* SDWebImageIndicator.m in Sources */, + 2B9EC450036CCE70339A11F543BFB6B0 /* SDWebImageManager.m in Sources */, + E765A355D4BDCE6B9586A668B5D76166 /* SDWebImagePrefetcher.m in Sources */, + D3DAB7C6D20401DAD244431F28E0C446 /* SDWebImageTransition.m in Sources */, + F49A96C990875F0D5E6D516D24C121E5 /* UIButton+WebCache.m in Sources */, + 4F68D7EDBA930729E90EC4410E02DC4D /* UIColor+HexString.m in Sources */, + 54148D6561F3AB9B6FFD86B907317399 /* UIImage+ForceDecode.m in Sources */, + 465AE31CB7B5F89232485E6F997D1814 /* UIImage+GIF.m in Sources */, + 3F906C06A0D58DB07EB44F461E411787 /* UIImage+MemoryCacheCost.m in Sources */, + 244F9AB45450E679205158C6CA76DE05 /* UIImage+Metadata.m in Sources */, + 77A340E239E52243FC8ACD5B2E00DC34 /* UIImage+MultiFormat.m in Sources */, + 50A85C4FC5A4C9A6EF266927C1C641F7 /* UIImage+Transform.m in Sources */, + 99203F95980AE72D3DA1A6C1EE0C3905 /* UIImageView+HighlightedWebCache.m in Sources */, + 20C1AD6FD6F59922140A3F302E58326B /* UIImageView+WebCache.m in Sources */, + C3039889223BF42211EE91390E3233C9 /* UIView+WebCache.m in Sources */, + 30FEB7CE160B90B175F0E703715C9515 /* UIView+WebCacheOperation.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 806638F5A0EDF2DC21E8AED6308618C9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13577,6 +13988,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 846F458BBAE85C9084281435E97B2EAA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DD9C1AB6B30CE63A6C5DD395BFE32EE6 /* Color+Interpolation.m in Sources */, + 9DAEF2BCA7D2D96FB2E8F9DBFE372DE0 /* LNAnimator.m in Sources */, + 43BC464AB6ECBDBAFE693EFA3AB02F3D /* LNInterpolable.m in Sources */, + 372065367ECA2E13B5CBD2117DEE69EE /* RCTCustomInputController.m in Sources */, + AFEE9134EA99847DB015843322A46300 /* RCTCustomKeyboardViewController.m in Sources */, + 4ED4D51B46CEB07655F121239690CCAE /* react-native-keyboard-input-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8624EE08D1563D0A725D9CDA7F0DCAB9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13589,16 +14013,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 890D40EC54CE48F6DB7417294EE41834 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E6EA7B171CD38CE940B2D698B876C8F /* DeviceUID.m in Sources */, - AD06AEEF03D0D12A26711BFDBE71BC4B /* RNDeviceInfo-dummy.m in Sources */, - 7F8D46D5F48667C5B1B21C37B9B90C8F /* RNDeviceInfo.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8A4DC96561461EBEB111A45EDD448BAA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13614,37 +14028,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92B9BE3248B51A1F2A277BCD6B7D709A /* Sources */ = { + 959FEE54A896A21D08A604E9E4F309D1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5C51AA89BA35D4CC75E0CB823A7BAD6A /* BannerComponent.m in Sources */, - EFC6EA3B8E1A73E6434542C97608482B /* NativeExpressComponent.m in Sources */, - 3C48F1E0E0C985A4E58642F51D4FC644 /* RCTConvert+UIBackgroundFetchResult.m in Sources */, - 9FE42ABDBE1A68994D0B777D53D6B56A /* RNFirebase-dummy.m in Sources */, - C13D33BEB315BEA82FFEA03B31A2288F /* RNFirebase.m in Sources */, - 1FDDAE9DAAA5694BBA3DF27165708A3D /* RNFirebaseAdMob.m in Sources */, - 1B83BAF00446E9A36D3D0A4BFD6E701D /* RNFirebaseAdMobBannerManager.m in Sources */, - 4B561EE5680D1FF67BF77090CA74D7B3 /* RNFirebaseAdMobInterstitial.m in Sources */, - 6EB39762ACF16D34301CD31B2C2B2945 /* RNFirebaseAdMobNativeExpressManager.m in Sources */, - CFEACD126DBE2920027B1B469581D26A /* RNFirebaseAdMobRewardedVideo.m in Sources */, - 6EA6E1EE6E9F1946DC020A567FB0F711 /* RNFirebaseAnalytics.m in Sources */, - EA405447C434148E7D76CED2558FAE7E /* RNFirebaseAuth.m in Sources */, - 1A6767B936ABA0AE180EF64B92984E12 /* RNFirebaseCrashlytics.m in Sources */, - FE40BC20AA5C584FB4E2447840141C08 /* RNFirebaseDatabase.m in Sources */, - 75E61EC14328A109F7B0BE1EDFBA3E05 /* RNFirebaseDatabaseReference.m in Sources */, - 77653EDCC9BBEE36EA30073FEDD6D6C6 /* RNFirebaseFirestore.m in Sources */, - 797F868279B8249FF87A43205087E0A5 /* RNFirebaseFirestoreCollectionReference.m in Sources */, - 609FCA2C6FE85DE6B98E98F44B52012F /* RNFirebaseFirestoreDocumentReference.m in Sources */, - 7C3564A519FE855B2B2D06E8F2711B2B /* RNFirebaseFunctions.m in Sources */, - 6AB7190C9A24989103A57D948F7B3E2C /* RNFirebaseInstanceId.m in Sources */, - 79654E27B4A9C36151C32B5078479114 /* RNFirebaseLinks.m in Sources */, - 317B94C846125FA83D56779DF1F8F7A8 /* RNFirebaseMessaging.m in Sources */, - A7CAAE02B267BFBA1C0E7F014422362D /* RNFirebaseNotifications.m in Sources */, - 9995FFCE8D6084CD36BF0C189AC9A196 /* RNFirebasePerformance.m in Sources */, - 2378FA226B8AE38FD78C14C420BEAB4F /* RNFirebaseRemoteConfig.m in Sources */, - 80FAF34D406C8980BC7651ADA108B1FC /* RNFirebaseStorage.m in Sources */, - C8A844EB928FED6E248B2ED623682602 /* RNFirebaseUtil.m in Sources */, + E1B94FE7E8BE390C847F87FA94FCC2E0 /* react-native-splash-screen-dummy.m in Sources */, + 30E0498EE489C4FE8DEC6409C77119CA /* RNSplashScreen.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13677,35 +14066,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9758F2A026A954FEE5018765B1C1CBEB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA23EE40458179E283324F6AA88410D2 /* RNUserDefaults-dummy.m in Sources */, - CAE70AFE214A36D7BA86E664F2860FA9 /* RNUserDefaults.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9C6B6F46E8E4413523BF4AC705A1737F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DB7AA2F3606E2BE14C9784E79BF75D36 /* react-native-document-picker-dummy.m in Sources */, - C6DFDD6186ABA98E15CC08C437395B8C /* RNDocumentPicker.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9F2747726FBCA9DB637A596FD622ADC1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3EC65600C6566E863EC8C60A779FBAB7 /* Compression.m in Sources */, - 45307D513C4894EB9789196D086D53E6 /* ImageCropPicker.m in Sources */, - 892EC96BF7693273B59A86185A62DFBA /* RNImageCropPicker-dummy.m in Sources */, - 9F5202F94720CB6F9A3FD6D867471901 /* UIImage+Resize.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; A1E095F9BA06EB7ED6E505569F79BD46 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13715,6 +14075,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A6063F1EF48238BF3FD1E597CA00A32B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6055951757C1EF3D165596BF665DB3D0 /* ReactNativeShareExtension.m in Sources */, + BF9EC990F2278F0DB13031D7EFE926EA /* rn-extensions-share-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A8DD4F789DB0FACFFD61A3440EF18A23 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9FF97BFA7951BC00D15CBEBF372B46BC /* rn-fetch-blob-dummy.m in Sources */, + E0047A5BF8728DE3D8D2E8B641D3EF79 /* RNFetchBlob.m in Sources */, + 2735CA26D995187844F37AD9EE7D2BC8 /* RNFetchBlobConst.m in Sources */, + 6DAD44404DB22C52B147F5208DFC70E9 /* RNFetchBlobFS.m in Sources */, + 4B508E5E0E3C62ECB179FC9E1619C885 /* RNFetchBlobNetwork.m in Sources */, + 5C0A412D9C62DFA4BA870CD62FF156CE /* RNFetchBlobProgress.m in Sources */, + F623E6FB54E97B7FBB763AB805790F46 /* RNFetchBlobReqBuilder.m in Sources */, + 4381CA9FE29D909B098A50E364970B14 /* RNFetchBlobRequest.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AC62277605943194DBA7373B1710D840 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13869,22 +14253,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B7173C997378164996AF9B9A9F6B016E /* Sources */ = { + BA9B1FA705433EE5423853CB4AAF15C6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3D992AD82D70347AE78E24556FF42644 /* RNScreens-dummy.m in Sources */, - 94FC106D55632E06CDAF4C8D4B096B71 /* RNSScreen.m in Sources */, - 67683016FEB53AB52ADBCE765D0A5105 /* RNSScreenContainer.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BBFE733CBCCD96A241CF14732DCFB8C4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74CF5F013A0F235A0F9D0D487CE6B83D /* ReactNativeShareExtension.m in Sources */, - 0C574A9817DDD3A5DED65A31D11A2098 /* rn-extensions-share-dummy.m in Sources */, + 0293414187DBFAE6FECE5BE2ADDF2506 /* KeyboardTrackingViewManager.m in Sources */, + 5D9F5A5D3B88202B4A083D418C58620C /* ObservingInputAccessoryView.m in Sources */, + 2F4B3C1F195BEDB76CA6AAACE6F87F62 /* react-native-keyboard-tracking-view-dummy.m in Sources */, + CC18A98C6391C4DF15EC0834BCA83ECE /* UIResponder+FirstResponder.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13897,27 +14273,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D0D9D9849AA75613F34AB82E3F50A48F /* Sources */ = { + C9EC829ED4ED779EB0F6D03D71367267 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9348079349EDF2F704A77A756624FF2C /* CGGeometry+RSKImageCropper.m in Sources */, - CD753C0012BE9107249D122DBCEE57E4 /* RSKImageCropper-dummy.m in Sources */, - 619E6BEE3EA4295D499A04175CDEE672 /* RSKImageCropViewController.m in Sources */, - AA17C1501A8CC495182DA8097781EA5B /* RSKImageScrollView.m in Sources */, - A91BB4D7E280C9912620F0D4C44919D0 /* RSKInternalUtility.m in Sources */, - 8D573C598A1BC05BA7689B1B4ACF286E /* RSKTouchView.m in Sources */, - 73987DC9CAA594A204569B76B08287E1 /* UIApplication+RSKImageCropper.m in Sources */, - 94D54EB2649C30A91DD569251054929B /* UIImage+RSKImageCropper.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D329A65F6D86EB56CF64E7C7A77439BB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B86455874E3C34E06CA77B27C948F8F7 /* RNVectorIcons-dummy.m in Sources */, - AF4826BBE3F7265B0E92ADB1A8D3E941 /* RNVectorIconsManager.m in Sources */, + F2D59E13DA50B12FE50D64E3FF89A0F3 /* Pods-RocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13966,28 +14326,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DD2D35D245E3297C407F5D73C57BFFEF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E080B51DD048FF836714D9DBE86C7A96 /* RCTConvert+RNNotifications.m in Sources */, - A4182E2DD863756BA5DBA2B7C14A5BE8 /* react-native-notifications-dummy.m in Sources */, - 7138860B481BD73119B807A8B2B27276 /* RNBridgeModule.m in Sources */, - 2E5D73334FB87B87195671903FEB4EAC /* RNCommandsHandler.m in Sources */, - 83793E67D757487629E21D43EB54A598 /* RNEventEmitter.m in Sources */, - 9802D79111D9DB64F651EF63B7BFE999 /* RNNotificationCenter.m in Sources */, - EFF68FD96F56809343365E16D6CC9CE4 /* RNNotificationCenterListener.m in Sources */, - 39E746D5C317D9A8E85A899DDB7DD940 /* RNNotificationEventHandler.m in Sources */, - B898939420F1ECD1CB5BE2A3048BC119 /* RNNotificationParser.m in Sources */, - DFF757FD62B6D2ED072C9327CF332F8B /* RNNotifications.m in Sources */, - D2A6D3E8112952CFB9E92785A6C4E085 /* RNNotificationsStore.m in Sources */, - 4AA0C384DDE993D7ED4758DFDE13703E /* RNNotificationUtils.m in Sources */, - F9F7725382D99974842776CFDE463C8E /* RNPushKit.m in Sources */, - B39352BD8CB0BF8F4F937843334BB300 /* RNPushKitEventHandler.m in Sources */, - AFCBA844A243B7C07B65BA754A57A784 /* RNPushKitEventListener.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DFE7538AC4BA6CAEB539A13456C65F17 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -14024,6 +14362,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E0641D49C8D4490FF899928ADD7902A4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EEE60A8DFC3A160C28BF2BEB81131F4D /* Pods-ShareRocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E1DAA63CEC744B52ADD03E4D1B54981C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -14063,27 +14409,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EC698665A44806248BAC0445CDB1497A /* Sources */ = { + F96D7C2B0AAB0DC249089DD53B5515EA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00D6012196FFF0B2E3F84D3B99874104 /* RCTVideo.m in Sources */, - A6DF8B885C0F78815046BD1F0B1BEA52 /* RCTVideoManager.m in Sources */, - 68A304547C85EA029A909415CB1CB2A6 /* RCTVideoPlayerViewController.m in Sources */, - 2E95441E24A0F8C21212A47FDCF55157 /* react-native-video-dummy.m in Sources */, - EF8B146DE9F12ED5C274F3A4BA4565BB /* UIView+FindUIViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F409452A86A2FA3393EFD231C53D6E46 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F8C0B64A7F578F0C0C56D04A855F287F /* FFFastImageSource.m in Sources */, - DC3CADEA367A935F644713FC6B0C4A35 /* FFFastImageView.m in Sources */, - E9094D378F264079F1D91BE8F522B56B /* FFFastImageViewManager.m in Sources */, - 61BBB76FB3FFC56BC69F750D0AC674CB /* RCTConvert+FFFastImage.m in Sources */, - 75DB622538728DF38B1295989C28AF43 /* RNFastImage-dummy.m in Sources */, + 49FE08EBE74850997A526DBBB8BB84E9 /* RNVectorIcons-dummy.m in Sources */, + 911F14B29D5A4F926C13EBBFACFBE7E6 /* RNVectorIconsManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14163,65 +14494,35 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00DE162FFFEF4E11A1DD6E12BDB4FE97 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; - targetProxy = 07DE0921F15E9D3A10DAD63EBADFB0FF /* PBXContainerItemProxy */; - }; - 0218A8F12B0DFDAC12510DFA0DF6C1C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = DF075C13AE49FFF510099A83D25AEB95 /* PBXContainerItemProxy */; - }; - 0258E8BC99FAC78B74BDDFD1017AE1E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */; - targetProxy = C0F216230A371CE5A19762D2296C3076 /* PBXContainerItemProxy */; - }; - 030EBCAA432B2DD32E2EDE7DB3290C42 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = DEF3673F5188A40BCBF98692EBA890E1 /* RNScreens */; - targetProxy = 441A5F0EDD324976FC18AD23A22F4226 /* PBXContainerItemProxy */; - }; - 0332BF83E75327279EADD77DDCC65180 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = DF5FD085A45CD363E5FAAB4F642C7C40 /* react-native-notifications */; - targetProxy = 8FE05F8654E579348D297022F52F8E45 /* PBXContainerItemProxy */; - }; 03C5D1361123B1B19A913F4F89661FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 03FDB0D3BF3B8B419D5F13AF5EA5B5A8 /* PBXTargetDependency */ = { + 04128A5476CF23DD2E314CFCD4BBC5AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = D320738415C0077E96B65B1E6E6FD03E /* RNLocalize */; - targetProxy = A26354E16B4D133A12E2B2FB3A17B495 /* PBXContainerItemProxy */; + name = RNFastImage; + target = 4CC64671B5711298EFDA3328D5623563 /* RNFastImage */; + targetProxy = 5DEDB7522C4EF4C4AEEA54A36B1EFAB0 /* PBXContainerItemProxy */; }; - 04505797B0F94B600AC49CABB06CD6C2 /* PBXTargetDependency */ = { + 05850C1C0E270F201E92D20FF3F7B88F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = EDA7C16766C1EEC9F573A53FB699FB11 /* UMTaskManagerInterface */; - targetProxy = 978B081E3E655223F6B56D6E289E800B /* PBXContainerItemProxy */; + name = QBImagePickerController; + target = D3785C7B75E9D9DFD2B35F2850287F3E /* QBImagePickerController */; + targetProxy = 494B32A83179F840F8388D1459E80859 /* PBXContainerItemProxy */; }; - 0466A3206ACE71E3F2E687350A5F0F7C /* PBXTargetDependency */ = { + 098C5F538786A0945C201EF60E66B1B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = 2B4F337747D2048A1B303456A947C870 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; + targetProxy = 2BFAC84FF8AE609C95A2F9A0ED2311EA /* PBXContainerItemProxy */; }; - 07B276DEFB574C18BF20A1A313959708 /* PBXTargetDependency */ = { + 09E495073A217E82F6258129EBC60E82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; - targetProxy = 4D7386573B1F172361E36152DAA7D430 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; + targetProxy = 6641F52C7BF0CEB64FE15A57330828E0 /* PBXContainerItemProxy */; }; 0A2175ED116FAC289DECBFEFE60364C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14229,53 +14530,35 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 7886C00AD2D894DE9202D2ADC41E8DF5 /* PBXContainerItemProxy */; }; - 0A3D8BCD5D7BF780256367831F67975C /* PBXTargetDependency */ = { + 0B75B65A7086B9D3F28E839F246E2ED1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; - targetProxy = AD8F3EE58794D1A8BB3174474EB3E32C /* PBXContainerItemProxy */; + name = RNReanimated; + target = 047AEF90E592A59BDEFA2A770959796A /* RNReanimated */; + targetProxy = 5BF84594BFCC8F97E1F3B8066D62DCFE /* PBXContainerItemProxy */; }; - 0A4B5A863E50CCB8556BFD09C4297402 /* PBXTargetDependency */ = { + 0B905C0EF2B00A56A894672267701E0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = BEAD226E955572BBC9153137CDF916BE /* RNUserDefaults */; - targetProxy = 0F5B9081D066A06690EEA8E260C45AF8 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = 49CD1583620EBF3C29B154B07A7511C1 /* react-native-keyboard-tracking-view */; + targetProxy = 1E7DC2B217B74DCB18D8BD40A3656DC0 /* PBXContainerItemProxy */; }; - 0AABC85C055CB4A794839DC602F465E4 /* PBXTargetDependency */ = { + 0DF047028F592262C74313F975F559BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = D29507EE47085C01B6A285837DFBD832 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; + targetProxy = 42FB5BD0CD68C53DB93558AAA52AEC2E /* PBXContainerItemProxy */; }; - 0C904F52F9F2C9FA065016CA804C4BB4 /* PBXTargetDependency */ = { + 0E633BAB9602C015D8A5B192CC554BF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = D6BC9F02761E86596A6848BE7C69D77A /* PBXContainerItemProxy */; + name = UMTaskManagerInterface; + target = E0FB6E09924914C8C788D1CDBC62A668 /* UMTaskManagerInterface */; + targetProxy = C95D0831C4A0C29D4C47B2FEAB8F55EC /* PBXContainerItemProxy */; }; - 0CAD2685972075B73E05E154800FE15E /* PBXTargetDependency */ = { + 0FCE8B2AC500B53C92946E9E0E064575 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */; - targetProxy = 4FC22AFDB6527B014E700B1831717430 /* PBXContainerItemProxy */; - }; - 0DDDF75B30034B513C8A02B826BFA791 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; - targetProxy = CCFF5BB3B4D787537C845FBD7FDF3E6B /* PBXContainerItemProxy */; - }; - 0EE996267CF5381016F4B15E985D4C2F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = C1AE0FF87058F5FCB1910C002BD4EE92 /* PBXContainerItemProxy */; - }; - 0F344513DCB63A3C26EC681471D23AB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = F9997DB745F640B023798F155CEA2203 /* UMImageLoaderInterface */; - targetProxy = 429A6CED2C5AE3324AA229F9AE32009B /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; + targetProxy = 335CA3420469F277BD12DC9595359D0E /* PBXContainerItemProxy */; }; 106AD2347DA0EA0CA6F582B3412E3739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14289,23 +14572,29 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */; }; - 12AEB72C5B49E7A3E4B04279F9132A44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */; - targetProxy = 53627C4D2CE3D0F7D385A3FD4A6A7EAE /* PBXContainerItemProxy */; - }; 13305B6FAD1B7BD9846E55FD8E8F73BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTVibration"; target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; targetProxy = 41C76CAFA02708C48FAD7EEDAF99436C /* PBXContainerItemProxy */; }; - 16B7703E85B3717DC9AC286686F9FA5B /* PBXTargetDependency */ = { + 14A62D410FD055520C214F9780F39C32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = 5CF161F70C36097903C85E8C6885A5EB /* react-native-splash-screen */; - targetProxy = F5F2EE4EFF5276AE928DEE732B7F90DB /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = 421CD5DD9BB8B13EEC14C247A5BB5743 /* PBXContainerItemProxy */; + }; + 156CD83171D37734F9E5098CCE9D8394 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = D3785C7B75E9D9DFD2B35F2850287F3E /* QBImagePickerController */; + targetProxy = 941A0D6F9354E6E716584C6BE5450595 /* PBXContainerItemProxy */; + }; + 159E90BC2903D352B3A75ADF3B6B605D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; + targetProxy = 4C5A84CA24D9AD62E73C7165DF29C483 /* PBXContainerItemProxy */; }; 16C7CAD40E83F256EB3B44CE2AF0428E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14313,6 +14602,12 @@ target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; targetProxy = 163CBAEB4B1179F7E94CBFA9D9821391 /* PBXContainerItemProxy */; }; + 1787E5DC7963039DD628FB5F90723FE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; + targetProxy = 63DD53C2FD4C135764CDE00A75A9F314 /* PBXContainerItemProxy */; + }; 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -14325,89 +14620,83 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 29396B065FEBB94CA65F4DD01328B53F /* PBXContainerItemProxy */; }; - 19094A3D374B822E8B1D742C89C79530 /* PBXTargetDependency */ = { + 184CFB8860AA8D32AFDDFBCFC5633336 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = CDCED0DFE031FE431CB614BAB9111B77 /* PBXContainerItemProxy */; + name = RNFirebase; + target = 51470C5597803F481DCB8686A27E171D /* RNFirebase */; + targetProxy = 5A4D2297C71DCDA4D982CF7F43344108 /* PBXContainerItemProxy */; }; - 1B26FBAFDD2BE7111F82BD2B8AD0FC35 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; - targetProxy = E4B5DCF884CE9F74D49A02691A6B5652 /* PBXContainerItemProxy */; - }; - 1B84847014FB504899E4013AC536A400 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = 802BE69478619DA82E03935C33864893 /* PBXContainerItemProxy */; - }; - 1BA7CB587F637C134060A654D417325A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; - targetProxy = C00DA3FF23927DA398D84B27975B1D9C /* PBXContainerItemProxy */; - }; - 1BE2CBDE36D6B7CB9E7415C1385B5049 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = E9A9930952A4C100F0C95DCE822FCF69 /* PBXContainerItemProxy */; - }; - 1CA011F612BC167320968B0CC6DCA68E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; - targetProxy = 5AD56A9A49C38228A9C483E5194F4104 /* PBXContainerItemProxy */; - }; - 1D63DD7DF28EEC375385DD60FE7C2A0C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; - targetProxy = 9315C3C8F792C01DD38DEB6ABEC01786 /* PBXContainerItemProxy */; - }; - 1E4F26FF9424420301BAF9FED25941C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = 5D8792E5DBB99598753C4E34D3308FC1 /* react-native-document-picker */; - targetProxy = 16C3C43CD6488249B85050BFDB6BB918 /* PBXContainerItemProxy */; - }; - 1E8E9179BCE65DE471B5EB00404EB716 /* PBXTargetDependency */ = { + 18E05CAFEF1BC5EC45A25F40D81C3186 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Firebase; target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = D58260B6719FF5DD05DB9D8F153A0777 /* PBXContainerItemProxy */; + targetProxy = 33480322D63EF1DC48331D7AE2B70D20 /* PBXContainerItemProxy */; }; - 1EFC1E53FAF8441C206EDDFF6FD848D1 /* PBXTargetDependency */ = { + 1A4B36AA83012E05F5C5BD271BB0F68D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 77023F1F2219399EDB8D1E2CFE0640BE /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = F7CD5246DD7A0AFCBF5E8369BD1875BC /* PBXContainerItemProxy */; }; - 2280B6C15BF8BD7C09AA488EE6F4C9C4 /* PBXTargetDependency */ = { + 1AFC274AAA00BEAEEFB697D9A1593D1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = B718C3310457692A7E517EC4BF12605D /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = C5557DB2F1A9C65F05357796BD89B968 /* RSKImageCropper */; + targetProxy = B7A0B37A1C4C6214116D5015DD9E0204 /* PBXContainerItemProxy */; }; - 24224BDD9F7DDC95BA1A3BE65B3C4767 /* PBXTargetDependency */ = { + 1B77E20F5E13DFACB1D648802DB83B30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCameraInterface; - target = F363FA3E9696D7E05EE33F0FD872B0DB /* UMCameraInterface */; - targetProxy = F66C95207915478158B68D424BC305F6 /* PBXContainerItemProxy */; + name = "React-fishhook"; + target = C5D62E7954593855294FBE5848A78863 /* React-fishhook */; + targetProxy = 61F903C57C75406629E1B654B5EB44CA /* PBXContainerItemProxy */; }; - 24680EB1D2E2505AE0AC00AB29A83612 /* PBXTargetDependency */ = { + 1BC824028B853E83852756C711E29BE9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFirebase; - target = 0755785AD9A254220ED3D990F7939FB4 /* RNFirebase */; - targetProxy = 32270D0F2DF81EF27EB2035494AF3B98 /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 58FCCEE16DE6DFAD39E6B875407E2472 /* SDWebImageWebPCoder */; + targetProxy = 121BB42B07533A0E876A1A250F0E63E4 /* PBXContainerItemProxy */; }; - 25295914F34E5A7FED2963751DCCED9F /* PBXTargetDependency */ = { + 1C2FD36E55653189929D630D9442F4FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCore; - target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; - targetProxy = 9E33D20C3564A541DB74B73DD23ACD65 /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = 392DCD27EC049BFC800AD9233934D712 /* RNVectorIcons */; + targetProxy = CF872F35A076ED7FA4C57BF7ADA4C7C0 /* PBXContainerItemProxy */; + }; + 1CC534EB016A55C0F211ECB0325226A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; + targetProxy = ACFF69081E24C549C4961E67C390A5B7 /* PBXContainerItemProxy */; + }; + 1CDF0844CD8F2F44DB145E590C1CD133 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 8938329E59B5AA3B8FF1399BC4DA16E7 /* PBXContainerItemProxy */; + }; + 1EA25DF286BDC925F736CCEBFD095E61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */; + targetProxy = 8EFA010EDD1DB35667B147135B036801 /* PBXContainerItemProxy */; + }; + 1EDBF89511DE87BF60E57B2B49B71FAE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 1838F8A04895D515B4E8D2E794E13A6F /* PBXContainerItemProxy */; + }; + 2167BA72F7C1D82DD5087FF195F11B1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = C5557DB2F1A9C65F05357796BD89B968 /* RSKImageCropper */; + targetProxy = B3294D419089E7B6F5DF22960CAD774F /* PBXContainerItemProxy */; + }; + 24827589A69A1CC5B9E693C06CC0E794 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = ABBF1CDB66253FA2F53A3A84337E7FEA /* PBXContainerItemProxy */; }; 25FF94CB1F0E40824E1E6AF9F1F0421A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14421,89 +14710,113 @@ target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; targetProxy = BA460C34E38D173750A1C69BCE0F2866 /* PBXContainerItemProxy */; }; + 27782BA709B586D5A384C7F7C610E345 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */; + targetProxy = C4B344DD9F238086C2DFC5A0026685EB /* PBXContainerItemProxy */; + }; 27C702A0CD5B9CAB6ADF12761D4592D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMPermissionsInterface; target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; targetProxy = F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */; }; - 27DFB359C5F62709B957BC6F3B2E2CCC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = A1BBD797A6F106A19800BC2BBF58841B /* QBImagePickerController */; - targetProxy = 72B0DBA753A2333A8F93BA33775F36A5 /* PBXContainerItemProxy */; - }; - 2995FB594F4429F87A528E1654842886 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = BC6622E758259DB565377BACA284A914 /* react-native-keyboard-tracking-view */; - targetProxy = B166C9441C9281D7CC1C1116EF375395 /* PBXContainerItemProxy */; - }; 2A1CB69B24FBA907CE8C8D3B923AABF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; targetProxy = 8085485CA711F116C10EA63C64D45226 /* PBXContainerItemProxy */; }; - 2B54AFD515AF30C878F5EEC8F64807CD /* PBXTargetDependency */ = { + 2A72FFE9962289818D75B6BB53E8635C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-fishhook"; - target = C5D62E7954593855294FBE5848A78863 /* React-fishhook */; - targetProxy = 9A221E04CB39C8732D2A49651C685FA4 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = 49CD1583620EBF3C29B154B07A7511C1 /* react-native-keyboard-tracking-view */; + targetProxy = 37E703D8067E0228EF7524D1BACCD0DD /* PBXContainerItemProxy */; }; - 2C27FF87601BA54C5C7709C1D206E96B /* PBXTargetDependency */ = { + 2A8D4A1B7FA55EF2E8B8348B791680C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = 5D8792E5DBB99598753C4E34D3308FC1 /* react-native-document-picker */; - targetProxy = 64D932061D3244CF0BD21AB46363ADEE /* PBXContainerItemProxy */; + name = EXPermissions; + target = E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */; + targetProxy = 5E8316B40F952C7CFFEA12451CA38DE6 /* PBXContainerItemProxy */; }; - 2CAB5F1A54E70FE8432F82FAC4074CCE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A781E865D049A4F0DC455551DD865390 /* rn-extensions-share */; - targetProxy = 3235C1692ACC5939F82A879397D5EE24 /* PBXContainerItemProxy */; - }; - 2F0EECAA8A109EC5106D4B42292399A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */; - targetProxy = C5BF3FBA8F82C97317B8926A7D120921 /* PBXContainerItemProxy */; - }; - 302F0481D5849B10F3D3C3EA427C576D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = EABF33DBB72AFEFA1438F9DA0D7CC50B /* PBXContainerItemProxy */; - }; - 309C240AEA8063504E0676211EC9CD18 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; - targetProxy = 351044EC7F6857050134FE7EA98E5D79 /* PBXContainerItemProxy */; - }; - 30B64C43710DB6AA7B9AF9BEEC640D2F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = D54096736AB8009BAAE062D216BF2B55 /* RNDeviceInfo */; - targetProxy = 6927232E1B92AE674C0FB2C43E3496C9 /* PBXContainerItemProxy */; - }; - 3270ED3A30499F12AA8160440642C940 /* PBXTargetDependency */ = { + 2A92090EB3E6C77F34DF4D8B53DB64F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = 02BFA78A9357FBB99752A3E74779A26C /* PBXContainerItemProxy */; + targetProxy = 6197DD927D630375AEE0AAB019016E6E /* PBXContainerItemProxy */; }; - 32C4A26BDEBB439C6C78C2A6035D28C9 /* PBXTargetDependency */ = { + 2BAF6E1124D5D7E1469C1DEAE91870E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; - targetProxy = 5755E5FB55ACF9DD048AD309FF909AD4 /* PBXContainerItemProxy */; + name = "react-native-splash-screen"; + target = 6374CEB4A0B4AAE056FFA9A1DD84C4A5 /* react-native-splash-screen */; + targetProxy = 0CA5ED03680994C7CEEC17AF7C98F499 /* PBXContainerItemProxy */; }; - 337D890DED039F168EA76438390D8AE1 /* PBXTargetDependency */ = { + 2C70C4D558DD82F24403E668D0B99B9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; + targetProxy = 709FB62944C68E41B08106265A5E54D1 /* PBXContainerItemProxy */; + }; + 2E1BDAED9F5CDBD073E2D50BB00AD66D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */; + targetProxy = 5A1CD1C98330684B44FA15A784D3270F /* PBXContainerItemProxy */; + }; + 2FA50652AC386CF406F1B1019952284B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = D3785C7B75E9D9DFD2B35F2850287F3E /* QBImagePickerController */; + targetProxy = B86B2C89F3E7BF8F5EDDA615BDF4AD83 /* PBXContainerItemProxy */; + }; + 2FC75BD82C8D122DF690E7350990B76A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; + targetProxy = 7BFD1EFCF36A6CB32711B45C95C2F69A /* PBXContainerItemProxy */; + }; + 304397300553F610F9ED7CEA88FFBF43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; + targetProxy = D2421733323DD5A54E8DED3939E398C8 /* PBXContainerItemProxy */; + }; + 30E0BAF7B6FBD1F712FDA8765A8015B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = F9C76753ABBDDC574EDE721897653047 /* RNUserDefaults */; + targetProxy = 309B0E0A0C8E35BAB7B46FFEA654E62D /* PBXContainerItemProxy */; + }; + 31B5115F35E4062D1BCD53CE004D2836 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */; + targetProxy = F09A171B97C5B187C78E80138423A63D /* PBXContainerItemProxy */; + }; + 330CAF20D3EF40CFA132DC078AFF3D1D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; + targetProxy = 85F63F0BE56E82C597CEA37A73794CD4 /* PBXContainerItemProxy */; + }; + 340F5B0AA555F7B582D693EEA70C3429 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 3FB3F43FBE8814CBFDC6181F216CB33E /* react-native-webview */; + targetProxy = 48E73D774340DA967E27A9110253D906 /* PBXContainerItemProxy */; + }; + 3415C91AA6A9319708E038E193ACA452 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */; + targetProxy = 71F675F2B9D8EE80682B5124DD68BA23 /* PBXContainerItemProxy */; + }; + 3438681155D21B8437AC2846C008FD39 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 019817970AF96ACD22BE3CD7841F0077 /* PBXContainerItemProxy */; + targetProxy = 58B5B835E36E7E203C0217AD40BE0A96 /* PBXContainerItemProxy */; }; 3492F04AC6C9C2C1529D076E7BE5C6C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14511,29 +14824,35 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = D9B0BDCA002FEBFE383DFE024728D2F6 /* PBXContainerItemProxy */; }; - 37944DEFDD6D243D79CB81005752A3D9 /* PBXTargetDependency */ = { + 3507158E261CC0731B2213B0CCEFDEB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = D320738415C0077E96B65B1E6E6FD03E /* RNLocalize */; - targetProxy = 573BE411A86C13AFB34266EB7B9FB7C2 /* PBXContainerItemProxy */; + name = RNFirebase; + target = 51470C5597803F481DCB8686A27E171D /* RNFirebase */; + targetProxy = F2718C8590DA7D6FED3DDAC7F4E9BA28 /* PBXContainerItemProxy */; }; - 38DBC5C3B8AC6382ABF3AB75B8B228E1 /* PBXTargetDependency */ = { + 356F654896B95298A5F385013421C889 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-fetch-blob"; - target = 0DE11E64110FE5A69413A78AEDC5B41B /* rn-fetch-blob */; - targetProxy = 1D8499E1734CF88027E0CE3825CE9CDB /* PBXContainerItemProxy */; + target = 77AE123F117E91592846DDE41A8494A8 /* rn-fetch-blob */; + targetProxy = 13E9E65EA12A7E9998322DF6884EE1B7 /* PBXContainerItemProxy */; }; - 3AC223F53A7566B1FE6FD0252993AE44 /* PBXTargetDependency */ = { + 359425057F17996B373D0EAC88245FFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 0DE11E64110FE5A69413A78AEDC5B41B /* rn-fetch-blob */; - targetProxy = 1664878D8AF94234807BABF083BC532B /* PBXContainerItemProxy */; + name = UMFaceDetectorInterface; + target = 31839ABEC161CE82E90F9302603D2B7E /* UMFaceDetectorInterface */; + targetProxy = 6C3A8C15A0517F7A7A8890E6B90B776D /* PBXContainerItemProxy */; }; - 3B30EEC7EEDE5228F300214A180DD2F6 /* PBXTargetDependency */ = { + 3736E16323DF1197E50501E6FC5E9451 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = E04524804318D15217CEF52E30E1708E /* UMFontInterface */; - targetProxy = FFC087DCB4888EF1759CE61D916653DF /* PBXContainerItemProxy */; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = 43743314A87B0F793A7D67006BB65AC4 /* PBXContainerItemProxy */; + }; + 374262A46E394237E297770C627BC74F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 4CC64671B5711298EFDA3328D5623563 /* RNFastImage */; + targetProxy = 91C14DCE606F9477D31DD99838A30FD2 /* PBXContainerItemProxy */; }; 3B6F33612058A66E16E73476B0D61BF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14541,77 +14860,65 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = A7F75E1A626E50C12AD9C92133348106 /* PBXContainerItemProxy */; }; + 3BA913EAB0AA6233959BEE3D624AC996 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; + targetProxy = 0F8F200E46FF9AE944093A07151EB7E4 /* PBXContainerItemProxy */; + }; 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; - 3C28317393F48B2B1A7B63ED7C9E1271 /* PBXTargetDependency */ = { + 3BDD45552CBFE9DB6461E1801B2677C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 73FC828461C2A316BCE9378B9A1ECB05 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; + targetProxy = 215C3F17499D00B6F28254A54F0AB379 /* PBXContainerItemProxy */; }; - 3C43B2700215627D9623A605B1172084 /* PBXTargetDependency */ = { + 3F1FCC6E4BE4D8B442F544A69CAA62FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = C5557DB2F1A9C65F05357796BD89B968 /* RSKImageCropper */; + targetProxy = 2B1921E3E0A2ECF082E0144D3B23DE9D /* PBXContainerItemProxy */; + }; + 42E33B109A0716590393FB9DD556F2EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; + targetProxy = DC475412B94AB6AA78813D9E544E07FB /* PBXContainerItemProxy */; + }; + 46571F5E9687CA2E519887334A271C13 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; + targetProxy = E01C3AD9B11974CD8C1A34FE0B91BA08 /* PBXContainerItemProxy */; + }; + 485AB3747934A1A2AC9219091079D544 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = E430C2D902E31198F0CAF2CB5208AE0E /* PBXContainerItemProxy */; + }; + 490ECAC2C3EEB9EA05665EE2221F46F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; + targetProxy = 9C82D2495AB7171BF743921D2FF9C0C7 /* PBXContainerItemProxy */; + }; + 49A4A05A0F995A5F2D59488C26F6B22D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstanceID; + target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; + targetProxy = FC2AA2953D6B7C222FFD5EAC4956F3EE /* PBXContainerItemProxy */; + }; + 4A4D6105092C9F2C530BED2824B493BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; - targetProxy = CD2551A0A8F2D12361F6C8F1CBD06D36 /* PBXContainerItemProxy */; - }; - 3EAA41D3C723DDFF2510DC7DCFB5F009 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; - targetProxy = A8470EE85FBB58E98DB898FB2F81176C /* PBXContainerItemProxy */; - }; - 3FD83DC59C855BA9A5D4E5BDF85A5D4E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 0BAC819D88702785F326896071041FF5 /* PBXContainerItemProxy */; - }; - 4204A52A892A66B13F9362A44EB29CFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; - targetProxy = A0889ADCD7917D685D3B08BCD3206346 /* PBXContainerItemProxy */; - }; - 42C0F51D4817EEC115582F7B74234828 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = 56FC0380E0FCA680B298D4D71E4FCC3C /* PBXContainerItemProxy */; - }; - 4373B705F53DCBA38E0F827659FF64EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; - targetProxy = FE81419A564046D4DDA6E6D93D9ACB0D /* PBXContainerItemProxy */; - }; - 438D39F1416DB5CFD78EC44AA7E200FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 7B7C354BACA274F7083329F37B6CE818 /* react-native-video */; - targetProxy = C68DB28ADE5C9E0143FB3AA1768693EB /* PBXContainerItemProxy */; - }; - 439A85B72CE5981CCF2FA07E9190338E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 70DAB38F984DC253A2F5F5624250A0FD /* RNVectorIcons */; - targetProxy = E5FD441AC6E4789929FD8F76535243DF /* PBXContainerItemProxy */; - }; - 445385B15533593A776CE91D1922C320 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = 8E7ED3AB412B0C152A072F0A5785D329 /* RNGestureHandler */; - targetProxy = 4687ECFFC8A830EB43941FCB05C9B453 /* PBXContainerItemProxy */; - }; - 48AF3925FECECE94EB0B48DAAEA5AE63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 0DEF41D46D1C0246BBEE79CC0F9D1759 /* PBXContainerItemProxy */; + targetProxy = EAF50C12923949ECDAE77131459F0571 /* PBXContainerItemProxy */; }; 4B2682D0BCDE87CB86FAB90384B8AAE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14619,17 +14926,17 @@ target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; targetProxy = 96823A763E56B0CD36C81E000393C274 /* PBXContainerItemProxy */; }; - 4E9AAF1D194CDCC05AA2CC1D4A7B0A3D /* PBXTargetDependency */ = { + 4B84BBF8026CD3316A4627C5D5CED17B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = BCB603ABE679384CA4E09F321FBBD08C /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = F9826B469CE17B05B438B3AD56951D3A /* PBXContainerItemProxy */; }; - 4F7ECB5975C04161AADF1772563A0E0A /* PBXTargetDependency */ = { + 4F382F33665E0C077823E543E1F69105 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */; - targetProxy = BCAAD69BFD1EDC8BAAAD83509A487990 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */; + targetProxy = ECD29512B46240625D5148E432B3F039 /* PBXContainerItemProxy */; }; 4F7FBAA168FB752BC980C4CB37D4732D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14637,53 +14944,35 @@ target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; }; - 4FC69637FFCC6768EEE4C75221A65F99 /* PBXTargetDependency */ = { + 4FD954507AC7B8566BBD13D470575E86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; - targetProxy = 8FE45E0BBF93040FB03F38B9FF93A67E /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 1C7D4249D121E1EF3A89AE31AC306DAA /* PBXContainerItemProxy */; }; - 5044DC7C762CC573099E6F8CFDB5A28B /* PBXTargetDependency */ = { + 505A3494D0A3C5A38813C9901B0A4A34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = D54096736AB8009BAAE062D216BF2B55 /* RNDeviceInfo */; - targetProxy = F558B0373C2352275DD4BEA3BB34AD2B /* PBXContainerItemProxy */; + name = SDWebImage; + target = F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */; + targetProxy = C6D4BF7DDB1240452880F2E7D13E7B04 /* PBXContainerItemProxy */; }; - 5049916A470C303E0F11AAB6ADEF592C /* PBXTargetDependency */ = { + 545E78E347D8A5B67F334A565B7E2045 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = 5E97D038C9C7025227E177438A9D3F3A /* PBXContainerItemProxy */; + name = RNReanimated; + target = 047AEF90E592A59BDEFA2A770959796A /* RNReanimated */; + targetProxy = D5811589AB1B916588D8572DA591FD7F /* PBXContainerItemProxy */; }; - 5166FBCD2929CC8E45F9792AC9719738 /* PBXTargetDependency */ = { + 5491BA2B7CCFBAFA99C2B6910CD81F11 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = A359F10B1C725F8B4B7FC47F16EF1C7D /* RNFastImage */; - targetProxy = 9B823E6B9557A43EBBD4C0E6ABC831CD /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; + targetProxy = 6F6DDBD28DE8E841C65CDCC09F3AAA46 /* PBXContainerItemProxy */; }; - 517999924E106C6C25D02282B4ED89A1 /* PBXTargetDependency */ = { + 54D32611A89F62F7D9686DC59B756C52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; - targetProxy = 17C00B94B7CF9EE84185DBB2DFD19E61 /* PBXContainerItemProxy */; - }; - 52DCE316B406CACFAD770A5478963C0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = 0755785AD9A254220ED3D990F7939FB4 /* RNFirebase */; - targetProxy = 73E287559D1BFAEDFBAF4E1760507283 /* PBXContainerItemProxy */; - }; - 53CD677EF966ECC5C531EF5EEC161AF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = D904BC18D0B7BD999B31751EA7C3BD70 /* PBXContainerItemProxy */; - }; - 559369267E0A70CAC2E3DE2F68A980FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = A954214FEA55463925B6F6E3A27B6016 /* EXAV */; - targetProxy = B2E5908DD90F789FF30A200442899D00 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; + targetProxy = AD09A07DAB81BB6403F33DEEF509EE61 /* PBXContainerItemProxy */; }; 559382959B5074DF5076075F4109FFE0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14691,23 +14980,17 @@ target = 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */; targetProxy = 2BFE957CE5414199E3FB5D1FBC9C7998 /* PBXContainerItemProxy */; }; - 58284DE1E1655624ADC7487EB98A761C /* PBXTargetDependency */ = { + 56525960F539ED4FCDA9A1E7594933D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; - targetProxy = 78A9D322C8DAF21A4DEF229E755B66FB /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; + targetProxy = 84FE0A59FF9CDCD0D691676DE9020EE4 /* PBXContainerItemProxy */; }; - 590825B20D7F99ED1CBB300E79ADB2E0 /* PBXTargetDependency */ = { + 56841E7B378C6C65BCC50872DBC36DA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; - targetProxy = 264C54828D27A99F8D652A3F88466646 /* PBXContainerItemProxy */; - }; - 592208C1A2844FCBBC12E7A61C8536BB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = B9F4CF9B565E07310B331DC1ABFC09B9 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 925293D963BC9A259B177D67A0CDAFBE /* PBXContainerItemProxy */; }; 59AEDBDE41E6364F4378C6746F929E61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14715,41 +14998,29 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = B4BACC19FD91FE9C750E2B7E26434F49 /* PBXContainerItemProxy */; }; - 59C5429F167127D62E7F2DBEE30365A7 /* PBXTargetDependency */ = { + 5AC4B92FF5A0D4682613F45BCE1FB4B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */; - targetProxy = 439A797E1964AA1F2342AAE2D9FE7815 /* PBXContainerItemProxy */; + name = BugsnagReactNative; + target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; + targetProxy = 836F72D3E8144773EBFDE937F222EA0F /* PBXContainerItemProxy */; }; - 5C833557CB2F6AB80BA6B2B9B547E81B /* PBXTargetDependency */ = { + 5C6F98168E2EF37E39A8D487CE4C0D0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = A359F10B1C725F8B4B7FC47F16EF1C7D /* RNFastImage */; - targetProxy = 6C9DE10781112A365D7FB5CD12429D95 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; + targetProxy = 863E8440EE5A541FFAC1CFF40023E649 /* PBXContainerItemProxy */; }; - 5D8F17F22E7F3683370CAECB6CFE48C1 /* PBXTargetDependency */ = { + 5CC17C4BD78FFBC8DB900C694387BA6B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = C2718F1CDFF1950B6E5B1D00A203E97D /* PBXContainerItemProxy */; + name = "react-native-splash-screen"; + target = 6374CEB4A0B4AAE056FFA9A1DD84C4A5 /* react-native-splash-screen */; + targetProxy = 3B701E65C2AB2E6D2A8C88A62B9409BA /* PBXContainerItemProxy */; }; - 5EC4890C794ACB75ED159FEFCFE3D9C4 /* PBXTargetDependency */ = { + 5F53607BFCC18D71851CE9224391BB7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; - targetProxy = E0076F749A5CF58ED6C01D936093711C /* PBXContainerItemProxy */; - }; - 5F6594951C8CCBF4E931DEC4CCB36443 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 486E361280314F0D585C65044BCBCF50 /* PBXContainerItemProxy */; - }; - 5FA83E5695D3DB69F1EEE711D663F286 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; - targetProxy = 6E19851928AF1DCB8518C07FDF842BCF /* PBXContainerItemProxy */; + targetProxy = F4C9E2A88736EF845E7C7F62C99EA8CA /* PBXContainerItemProxy */; }; 5FB63311A8172BDE287C5B0BC5C11578 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14757,65 +15028,35 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = D8A489DA96811A733E40A4B4C97CDC9D /* PBXContainerItemProxy */; }; - 60B81F4E2693182DDE762A5B8253566C /* PBXTargetDependency */ = { + 5FE040E1BB22F927F19B4C7C79BDDA80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = 542EDEC6A4D35DFBF876E7FF718D0273 /* PBXContainerItemProxy */; + name = UMFileSystemInterface; + target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; + targetProxy = E7AF661B949489A0C46D4786768CED60 /* PBXContainerItemProxy */; }; - 60FB8EFC5119B88CB810948F17C4ACA4 /* PBXTargetDependency */ = { + 5FF47A2561F70B95B36E4AD76483D40B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1B38259BB8CAB10A9D9047D2BAE45AB5 /* react-native-orientation-locker */; - targetProxy = 5FF82421ED59A83FBBC0A52BF820CE51 /* PBXContainerItemProxy */; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = 1F72EDA1B67D2DA6D95D493E6AD308DF /* PBXContainerItemProxy */; }; - 611C986BF3BE28A1E9901BF3330B5AB3 /* PBXTargetDependency */ = { + 627843262FCED016B189A05DC82C2F68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 85739693390BB10384B529BF0B08D3A2 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; + targetProxy = 421A9BDF424A5BD88B97DC2E1B583B76 /* PBXContainerItemProxy */; }; - 62F8598C21C27B12EE63B8C90C27DD25 /* PBXTargetDependency */ = { + 65C8E60A982CFBF4E1927D5F79C407FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A781E865D049A4F0DC455551DD865390 /* rn-extensions-share */; - targetProxy = D35F01C071AEC97C7FD7339864431D3C /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = 33D7F1230AB4A48E599A9BFFB27481C4 /* PBXContainerItemProxy */; }; - 649FCDF82B90FA62A904C28415925884 /* PBXTargetDependency */ = { + 65F2B306EB9696D9704D06DF52C8DFEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = 7923160275E961C83193F40DBB856AF9 /* RSKImageCropper */; - targetProxy = 53D1C82F52C483F4AA9E49C43B42C841 /* PBXContainerItemProxy */; - }; - 64F44A71EB5383F979B8BA0B42B76655 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 7B7C354BACA274F7083329F37B6CE818 /* react-native-video */; - targetProxy = 4F7BDBE176CD0F5EE871D05C3B983FFC /* PBXContainerItemProxy */; - }; - 650D15CF8DC87BA78045C3323F2C08A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 56909E3CC40E72D94C9B1DAC65101260 /* UMReactNativeAdapter */; - targetProxy = 70DBB4B85300CC27E7035DAC369AC151 /* PBXContainerItemProxy */; - }; - 655690FD4105152AAACA3B282785A618 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = B7CEA57206C6730FE77CFD9EBFE816B3 /* RNImageCropPicker */; - targetProxy = DE873E5D7B927B128F2BEFF5935B51D5 /* PBXContainerItemProxy */; - }; - 65BF4E770607E22B9FF025402BD4A845 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 3F584E3C8A43B8A3400F7095E5E6B8A6 /* SDWebImageWebPCoder */; - targetProxy = F642800FF6326DC46DB20C2C77FC8277 /* PBXContainerItemProxy */; - }; - 65F6677FB0B19BB9E706F89B922F74A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = 3FFA069ED34F97524321708BDCAB5320 /* PBXContainerItemProxy */; + name = RNLocalize; + target = 2F66D5D8F3D8207308073B3BCC767704 /* RNLocalize */; + targetProxy = BA8D269C0EB8BFB91EA49F4B157425EC /* PBXContainerItemProxy */; }; 6621509AE5A3372F9B292A0AAEBB44EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14829,11 +15070,29 @@ target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; targetProxy = 3AFCC674053FAF5DC8E87833CC15D1F1 /* PBXContainerItemProxy */; }; - 670A013EAC8BA134F35B2EEF24E9CB9B /* PBXTargetDependency */ = { + 66F3E6B714298492C0B673DFF9D871BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */; - targetProxy = A7BE917B36585CB5E9C9857F11F736BC /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1A759E906D894ADBF3EC0950591958F4 /* react-native-orientation-locker */; + targetProxy = 5B7F15A48842C6C80059178F072FF8BE /* PBXContainerItemProxy */; + }; + 673A28A89D1D990F6E93FA8634115147 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = 2744E38F8361579BC18A780E64823C12 /* PBXContainerItemProxy */; + }; + 6855C13960389E01EAB3B42E692C51FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 450158F413A20798C221D79CD92EF814 /* UMCameraInterface */; + targetProxy = 0C0352DA7B18FC4E50CC559147324DA7 /* PBXContainerItemProxy */; + }; + 68FCDF6EC806D999370B9503F6967218 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; + targetProxy = B7550E922944F5F1BF63D32FC4E10862 /* PBXContainerItemProxy */; }; 69F4F6FE10701C0907566E910C5BB6B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14841,17 +15100,11 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = A3F86DBAC5E1C8F0724C396F51BBECE7 /* PBXContainerItemProxy */; }; - 6A28D20E43A61CA54BC86BBC695EDC13 /* PBXTargetDependency */ = { + 6A8C769FF34A37833981B190E4692524 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 6BB4F4FC137681B2F6B81E224273B211 /* RNAudio */; - targetProxy = 361D373BADB05FF478232028016F139A /* PBXContainerItemProxy */; - }; - 6A7FED3A8584E5D9BB0CCFAB55164B70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; - targetProxy = A10B7537C438C0FFC86B907DFCECC8C1 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = DBD75E341FB85F67187D041D7A57AD51 /* PBXContainerItemProxy */; }; 6C40FED36ADD7D57BED761F594CD832C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14859,35 +15112,41 @@ target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; targetProxy = B89102853C0AA8B4E4660B0A341C408A /* PBXContainerItemProxy */; }; - 6DB755F6A1B046C9F93248C2A6B07DDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; - targetProxy = CEC7BE5672EA72751B6FCC54E4795747 /* PBXContainerItemProxy */; - }; - 70E5A0814A00C6FAD8DC73483B877DF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = 5CF161F70C36097903C85E8C6885A5EB /* react-native-splash-screen */; - targetProxy = 4AE415F657B3A67B5A7174BAE4316389 /* PBXContainerItemProxy */; - }; - 71B3AFB6E1CDF664B61FC4E1B8B48E79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = 36A3B366002794E0DE9195E38483DF61 /* PBXContainerItemProxy */; - }; - 7262D46784DD78881CB949B15D2377C0 /* PBXTargetDependency */ = { + 6DB7D299886D4A19FEB413F59B6E1A5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = EEF46299EA4F9EECA9736C45EF7DE755 /* PBXContainerItemProxy */; + targetProxy = 7BA8D08709BB3ED32725123FB3E39153 /* PBXContainerItemProxy */; }; - 7655A20EC96D2B835BA0FE38F4B5DAF2 /* PBXTargetDependency */ = { + 70A0B710C16224F850DC6B435457AA01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = DEF3673F5188A40BCBF98692EBA890E1 /* RNScreens */; - targetProxy = AFEBCA766A55C6732586D56C74CB6D5E /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; + targetProxy = 529A8026EDDF6F8839E2CD07BC5CDB34 /* PBXContainerItemProxy */; + }; + 7505E4511DE3FFF9917E2FC81DC1A846 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = C3641631B92A07D96864DB0C9719251B /* PBXContainerItemProxy */; + }; + 7582310EFEFF83DEE13FEDCDA295DC73 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; + targetProxy = 73650923092AC0CF7E7F3E742A2884C7 /* PBXContainerItemProxy */; + }; + 75F80A211BFBB2B3BB7308275B71E796 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; + targetProxy = 81631F0005073384D1709D1BDF7F646E /* PBXContainerItemProxy */; + }; + 75FEE25FAE0B4054E39BED33F9B4B8B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 020A7F00F9EE33B3C1365F226D1D84A3 /* RNDeviceInfo */; + targetProxy = 2A5A9CA48FAE03FB3281FE4685A5DAFF /* PBXContainerItemProxy */; }; 76CA3BA17589A85E650786940D8E1853 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14901,17 +15160,29 @@ target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; targetProxy = 9D531360B48D75C5E5066088B1C111F9 /* PBXContainerItemProxy */; }; - 7788B6DE8CDAD92D12CE25D0F92F8A67 /* PBXTargetDependency */ = { + 775393FE98684B59A43AC3CF416C66D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; - targetProxy = 671301C8C33124BF2EDF5704F04441BA /* PBXContainerItemProxy */; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 1FD513CE0658999B1CF45BBF8C107463 /* PBXContainerItemProxy */; }; - 7A7B8D2D1CBE6DD9765D75CE39702924 /* PBXTargetDependency */ = { + 775484274A3BA6670C24DBC6B445E401 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = BC6622E758259DB565377BACA284A914 /* react-native-keyboard-tracking-view */; - targetProxy = 9AA9D0E15E721C6E7542D5EC44D0F40D /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = 77AE123F117E91592846DDE41A8494A8 /* rn-fetch-blob */; + targetProxy = C48D77CE4C06023B448F91344B79B554 /* PBXContainerItemProxy */; + }; + 776F4473010BA686AD65CE70BC30232E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = C2070D0CCE50255668BB332AF1C2B697 /* RNImageCropPicker */; + targetProxy = 633B5E0A12136AF9D9FFADB30E7E2AB5 /* PBXContainerItemProxy */; + }; + 7994C1EC106694B90F3B43221F20C73A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; + targetProxy = 856169FAED1DCEFFCED37F2503A9BB0C /* PBXContainerItemProxy */; }; 7AEC0D15EF11C1415A94D769184AD812 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14925,53 +15196,65 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */; }; + 7C40729DC548CA1D8DE7ABD4C9800E92 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = 941479FCF4D67FB7A03E71237E877CAD /* rn-extensions-share */; + targetProxy = 66A72575996BDBE8EFDB1D695FB9FA4F /* PBXContainerItemProxy */; + }; + 7D36CE094FAD697632FA7E2EC79FF5E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = A954214FEA55463925B6F6E3A27B6016 /* EXAV */; + targetProxy = 49342418651AAF10A5CF9FF2B63B24E6 /* PBXContainerItemProxy */; + }; + 7DD97DDF0BAB6B342E2C8B03EE755792 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */; + targetProxy = 717833E0CB71572D0EE2D2E4B37632CA /* PBXContainerItemProxy */; + }; 7F18628588E8CCA477702C17B6396824 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 07B672E660093ADC2F1D1FA9D1271CF4 /* PBXContainerItemProxy */; }; - 7F6023ECA71EF00FCD0565C90C4B491C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = 7BEA5F568EAC63850253A919E38F9328 /* PBXContainerItemProxy */; - }; - 7FC9157324210DC2B0477A5EFD2F775B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 7A2897514709B69726CD0FF52B1BEF9A /* PBXContainerItemProxy */; - }; - 806A7C94295070A8B432A0B3D5E48AF8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNUserDefaults; - target = BEAD226E955572BBC9153137CDF916BE /* RNUserDefaults */; - targetProxy = 790373F45E2001B8EF59945664DBEE15 /* PBXContainerItemProxy */; - }; 81B121526C7015BFAC7334D26C23AFF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-fishhook"; target = C5D62E7954593855294FBE5848A78863 /* React-fishhook */; targetProxy = 51584F4D577865939C7235FA395A5A8A /* PBXContainerItemProxy */; }; - 8249E054CCE5B10EF1CA9C5C1F8D2E1D /* PBXTargetDependency */ = { + 8591344206F3FE64C5AB86F61D73AD2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMSensorsInterface; - target = 6334D75DB21EBF62A13013BA23D8F754 /* UMSensorsInterface */; - targetProxy = A2A50B6C5EDCE7B6A19BB69658DD3025 /* PBXContainerItemProxy */; + target = E89DA03686DB9DD03B17542CA66BF3AC /* UMSensorsInterface */; + targetProxy = C48D5ED312DCD4A4CABC4B06153E9F0B /* PBXContainerItemProxy */; }; - 82AAA5340C4A14B1935F3FE0C10218BA /* PBXTargetDependency */ = { + 85A2B1EA192C2AC08459E0BFF4A05FA1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCore; - target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; - targetProxy = B44BF0B367702564E5FABD71EADD31A7 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = D9D4825FF3196580FBFC163F94F09DE6 /* React-jsi */; + targetProxy = A97BFE2D0DF750D433D21B3A90795703 /* PBXContainerItemProxy */; }; - 83454FD6DE3630F7B25DF8AB2023F096 /* PBXTargetDependency */ = { + 8621945B41A15FE387E241EDF6D98C55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; - targetProxy = DDD0CBF7F73BF8936B2B613012B30E30 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 82AA3DECA9C5E5E7C11D8973B8E779BE /* PBXContainerItemProxy */; + }; + 8749F5F72595860C90C067F2123A4D84 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; + targetProxy = D53D257E29568C98A902DA88117828C2 /* PBXContainerItemProxy */; + }; + 88CA927379E78E4B984171598C2D5AE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 58FCCEE16DE6DFAD39E6B875407E2472 /* SDWebImageWebPCoder */; + targetProxy = 51E8925605311A698A143FEFC56AF66A /* PBXContainerItemProxy */; }; 89A8D456D83A06135A7FC1A8E06986D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14985,11 +15268,11 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = CC20A804D1649625892DB6375F56B2FA /* PBXContainerItemProxy */; }; - 8A73CB490FB4DC91F075467524E523D1 /* PBXTargetDependency */ = { + 8D4AF42CE3F0D146C130B822213C8CCC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTWebSocket"; target = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */; - targetProxy = 7745C17EEE5229ACA87BE42A698732EA /* PBXContainerItemProxy */; + targetProxy = 335E32DCF7B8CAC3C43C9BD01C3A354D /* PBXContainerItemProxy */; }; 8D5A8BF15CD510250550ACB106EF0C7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -14997,17 +15280,23 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 0736F43E628DF211771775F69A163785 /* PBXContainerItemProxy */; }; - 8D5D4CE6702D333474243676794A337B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = 284D838FECAAACA8543ADCE22EF36C8A /* PBXContainerItemProxy */; - }; - 8FC4C683D2100EE28E3C5E5038EA1EF4 /* PBXTargetDependency */ = { + 8D9A58ECCC404B12FD71BB082DE83E55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 76D62A0D9932B4054DCBBC4DB7460473 /* PBXContainerItemProxy */; + targetProxy = 1C3D7B5396A91482DFECB962B76CB26E /* PBXContainerItemProxy */; + }; + 8F496DCE64D556AF51803E3568EA9886 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; + targetProxy = B1683C3789C4650E83CBA057628DB92C /* PBXContainerItemProxy */; + }; + 8F7D85ECC1F02A923680363662AC3237 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = 331FFA44E281A68B83635BFB114575D2 /* PBXContainerItemProxy */; }; 8FDF5740DAB8FA07737CF3A3409154DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15015,23 +15304,41 @@ target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; targetProxy = C013798CC86616601286D9425D1E96EA /* PBXContainerItemProxy */; }; + 907EEF14708B7532BFFEFC42B87CB4E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = 7FE3F199E6E82ACD587700179DB71070 /* RNGestureHandler */; + targetProxy = 8CF90DC67740E91009330C5BFA5826DA /* PBXContainerItemProxy */; + }; 90D88B1CA438DBF891A5226D8D8B5611 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; targetProxy = 1BA9FE8D4FA41AD95626F63DB8C9FBEA /* PBXContainerItemProxy */; }; - 91D993F8C16B49886C2130ACA3CC63A8 /* PBXTargetDependency */ = { + 91AFAD32D1D8F51335FA9B2D35D4A236 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = F6210FF52EB117D21F8C7B14168390B4 /* PBXContainerItemProxy */; + name = "react-native-video"; + target = CDA91C1500582F6C811A097A01B8A38E /* react-native-video */; + targetProxy = 029A80EBB500FDA15670EC9ED4FE2EE3 /* PBXContainerItemProxy */; }; - 96B30ADC70643096803DA5E675703331 /* PBXTargetDependency */ = { + 921350B6146A6D14F1A177BA5C11874F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; - targetProxy = 547F13ED059D97A3287BEA4FC31E17D1 /* PBXContainerItemProxy */; + name = RNScreens; + target = EF14C90482F6DB50A89B2C13AB2B1F05 /* RNScreens */; + targetProxy = FC16BE2F157946BAD598E8F3A3F3BA03 /* PBXContainerItemProxy */; + }; + 94BC6EAA4C562E41D259010F5362FD82 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = 6FA1C3C9A6CC4294260CA19C211EE12D /* PBXContainerItemProxy */; + }; + 96520A2B5724072C01F9EBF4503FA238 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; + targetProxy = 55321F29595D512045CB9AB1CA0240F9 /* PBXContainerItemProxy */; }; 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15039,11 +15346,11 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; }; - 97583AFE8A7B37A63A61F27753CC8985 /* PBXTargetDependency */ = { + 979123E04A19FECB09BF503CD4ED6650 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = BCB6B91B61E170CC092BF050D0DB985C /* PBXContainerItemProxy */; + name = RNScreens; + target = EF14C90482F6DB50A89B2C13AB2B1F05 /* RNScreens */; + targetProxy = 0BDEC516CF4FB5F5C9A82734B87F6EB1 /* PBXContainerItemProxy */; }; 97C83F1945FAF0077CFCAC91369259D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15057,29 +15364,23 @@ target = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */; targetProxy = 276C777EA898F585200AD00C0292034C /* PBXContainerItemProxy */; }; - 97F20540119C375ADE6EBF0D4BDD29CD /* PBXTargetDependency */ = { + 99789D5AF1963948561AB97FAE341A2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 0930E5899BD6BF767017AF77F370F37E /* react-native-webview */; - targetProxy = 108DABB416C775C111CEA8A6E16BDDA4 /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1A759E906D894ADBF3EC0950591958F4 /* react-native-orientation-locker */; + targetProxy = A88880A2BF00C5DAAAD6D284E81D0D97 /* PBXContainerItemProxy */; }; - 98743508E3CD91722B04E6A1BD23968B /* PBXTargetDependency */ = { + 9A3D599AD79A677318333FECB787E978 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = 43B90A66BCECE4B3E36592A6F5DC5CFA /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = 3B5168B7B590EB32507EB100CFAA2218 /* PBXContainerItemProxy */; }; - 98EE748219BE87FED2ED35FD9DC5D9BA /* PBXTargetDependency */ = { + 9A3F9A3475362B073E4C2BC602102A01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; - targetProxy = 102ED2758D5E833030F4777E5AAE57E0 /* PBXContainerItemProxy */; - }; - 9982F90C339051EEE2A9B84EDEA53BE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 968BF5A8C31BAB9182BAEA394F74723D /* PBXContainerItemProxy */; + name = UMCore; + target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; + targetProxy = 1A82DBF42267709E51E0816B56320845 /* PBXContainerItemProxy */; }; 9A6093C2C517B5FC29ACD2E96435EE49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15087,23 +15388,29 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 09C15A614E3100AD5CAA64B248FEA2B2 /* PBXContainerItemProxy */; }; + 9BACE2804DAC95AD20ABCAE8839DB867 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 3FB3F43FBE8814CBFDC6181F216CB33E /* react-native-webview */; + targetProxy = 80DC758A9510E7651C90B77330EF5AC1 /* PBXContainerItemProxy */; + }; 9C390500C3C568F59A8589C455BFF4D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - 9D44681135E3964EDE9C238C6DD5BE32 /* PBXTargetDependency */ = { + 9C8D0D208BE3E0568848D7EE5D74A3B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 392A6C9D5A9E3617F926FA886F410EDB /* PBXContainerItemProxy */; + name = "react-native-keyboard-input"; + target = 5B36CDEA2C15460F8E5613F3FD94EDD4 /* react-native-keyboard-input */; + targetProxy = 44ADEF6C23C95EDB19343D9EC5A96A8F /* PBXContainerItemProxy */; }; - 9E490886FAFA89301D29BA6AFB9260FA /* PBXTargetDependency */ = { + 9F931E3EEEBDCEF04074A6FB6FB023D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 3B69A9EA6B436271134E84A5F9D5E424 /* UMBarCodeScannerInterface */; - targetProxy = D23D6CCDADA866DE7724476C4978906B /* PBXContainerItemProxy */; + name = UMFontInterface; + target = 011580DDDFD4BC3A6C1C88468BA1E56B /* UMFontInterface */; + targetProxy = 93A09CCEFB2CAB1E239E9FE1B00D82D8 /* PBXContainerItemProxy */; }; 9FF2EAC462E085F8426E42810CD320B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15111,11 +15418,17 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = EEC2A18D5D098BDAB781F34428BB77D1 /* PBXContainerItemProxy */; }; - A3C18F64349F5C7A414729EC405B6E81 /* PBXTargetDependency */ = { + A3A00CA928D1229D574CFCC62C8DC736 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 0080E4C361F4E1882AB11FFB6EA44C16 /* react-native-keyboard-input */; - targetProxy = 531EF562B32D85F5DE78FB0140ED5C1F /* PBXContainerItemProxy */; + name = EXConstants; + target = A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */; + targetProxy = 6BFCF4A11BF05AF375D2CE9309B573B3 /* PBXContainerItemProxy */; + }; + A4A515B6B4A33435437FA030E03A7146 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = AED3C03BE1718ED26894EC1A50DEA6EF /* PBXContainerItemProxy */; }; A4AA1FCAAB74E511F3039BB690538D85 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15123,29 +15436,47 @@ target = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */; targetProxy = 46CF43607B2B2030CD8D4E07178F38B7 /* PBXContainerItemProxy */; }; - A4D5989AEC60DD089732484D15ED787D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */; - targetProxy = 071A85BE307F7B7ED69E50E99B896703 /* PBXContainerItemProxy */; - }; A545116FEA98CB2DC602ECFE976A5146 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = E93C48A48FB03EA19C4F756B97B5F1D3 /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; + A5C31D948A5705E0664006A13E082B5F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 011580DDDFD4BC3A6C1C88468BA1E56B /* UMFontInterface */; + targetProxy = 727DBB394C4FB04816F3524BAE2583D1 /* PBXContainerItemProxy */; + }; A6291B132A310C334C56604E7BCF20C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; targetProxy = 3C63709D9A9E8BFEDDDB0EC6915A77BE /* PBXContainerItemProxy */; }; - A9E117D54A3784E70B0FF5D82B83270C /* PBXTargetDependency */ = { + A69C261D1BEE1BF3F45A2C43B142C858 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-input"; + target = 5B36CDEA2C15460F8E5613F3FD94EDD4 /* react-native-keyboard-input */; + targetProxy = 6DE8FFFAD96E0411788C72800B15FAEE /* PBXContainerItemProxy */; + }; + A845C7E576009BD9F4CD3F70C8922DEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 3ED196F12FCF915138F17C4724DB24DB /* PBXContainerItemProxy */; + }; + A874D36AD00DBA3D961F35C28D586B38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = CDCDB9CC8E5C1871A0CFF1C33FC7F023 /* PBXContainerItemProxy */; + targetProxy = 74A21C8D2FBE9C2B139A416A0706CB98 /* PBXContainerItemProxy */; + }; + A92553EF8134D80E64D47E2233BCD8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = C6431DF696F35676E2154272B9B489A4 /* UMBarCodeScannerInterface */; + targetProxy = 3723B6564AB661FC771B9DD11CF35A55 /* PBXContainerItemProxy */; }; AA9052A974DA4ECF27CC38A7633849E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15153,11 +15484,11 @@ target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; - ACB53F37224FF64571353B09F4DAEF1E /* PBXTargetDependency */ = { + AC8FA91EC0D345AC3AC38FB33006CD46 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */; - targetProxy = 999A85E0D755285E4A919DEFBCDBCA25 /* PBXContainerItemProxy */; + name = "React-fishhook"; + target = C5D62E7954593855294FBE5848A78863 /* React-fishhook */; + targetProxy = 0F8FE8955381F6867DEFA71B951BBDFC /* PBXContainerItemProxy */; }; AE2135E39D7AC4E181788F79286CC4E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15165,47 +15496,41 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - B123E8E9DC0E0BDC93A54A1000C2934A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = 73CBDB04CBDF1D9596E7763F6E16799C /* PBXContainerItemProxy */; - }; B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMPermissionsInterface; target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; }; - B31A15A1A90F101EA5CC037C9BA1C00F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; - targetProxy = 39C167619D0ED1AB22222264BBB4B1AD /* PBXContainerItemProxy */; - }; - B376788106F8EE0CC36681C2870516D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = D7881D91ABB284988691C591CF3BDD09 /* PBXContainerItemProxy */; - }; - B6310F17380FEC05E95DDD7171E4E7EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = 81A6AB2B0FEBBE6860ED52E5D4BFC76E /* PBXContainerItemProxy */; - }; - B833C6DE9BEEEED457DF99E63536BB2A /* PBXTargetDependency */ = { + B29D7092B434BE25E63AB9851B88A140 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = A175FE1149DC0044D9B6DC2D87393109 /* PBXContainerItemProxy */; + targetProxy = 84A1ADCB907134B105C86205BE40F6B9 /* PBXContainerItemProxy */; }; - B83F8D2B6C8C17DA620C7E152198524A /* PBXTargetDependency */ = { + B3A04C9EA08BC9A80384A305B6043203 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 6BB4F4FC137681B2F6B81E224273B211 /* RNAudio */; - targetProxy = 20053DF6685730EAB959209936A520E4 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = D8C77D4AE211B5369D3956EFF6A92575 /* PBXContainerItemProxy */; + }; + B42702BB61B8941EB0EB1C9ACD877070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = EB4ECE1074994E50E8D15AF9CCFD9EFF /* react-native-notifications */; + targetProxy = 2A1A1261EE4C24191FA4B3D533F9E21E /* PBXContainerItemProxy */; + }; + B5D65E8565620F252110B269A41D4729 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = F9C76753ABBDDC574EDE721897653047 /* RNUserDefaults */; + targetProxy = A16D8C416A974F0ECBE0367C5348D12E /* PBXContainerItemProxy */; + }; + B69880AC217AD997FCA2AC28D628DBBF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 58FCCEE16DE6DFAD39E6B875407E2472 /* SDWebImageWebPCoder */; + targetProxy = 75DC9AA0A496969799A4A5124B472083 /* PBXContainerItemProxy */; }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15213,35 +15538,35 @@ target = D9A2B7F6350AE8AB9AAFF5A9395AD63C /* GoogleUtilities */; targetProxy = 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */; }; - BB911FA7F21FC4C2B99A80057E164F90 /* PBXTargetDependency */ = { + BACF27068948EDEBA4B497BB2F94E2CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = 7FE3F199E6E82ACD587700179DB71070 /* RNGestureHandler */; + targetProxy = 4DBB0B661B703BC631A88B77F26EE4E7 /* PBXContainerItemProxy */; + }; + BB0E9289E8D876C99742288869103A3D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 020A7F00F9EE33B3C1365F226D1D84A3 /* RNDeviceInfo */; + targetProxy = 52105950D98A357D61F6BBECED7812A7 /* PBXContainerItemProxy */; + }; + BB31E28BF5DA6DCCD539E0CCEFE46A67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = 6E23165CCAD254807B20B2E2917F5988 /* RNAudio */; + targetProxy = 87F47611D731FDCF7A8B23F0CD1FABBA /* PBXContainerItemProxy */; + }; + BBCE1BB5EAC30F7323172942851946EB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 0A080BFB3A6337B9453C3886AE55922C /* PBXContainerItemProxy */; + }; + BD0010B639FCA92FB624E6D57A195E49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 017CEB40E5BA72C68C9CA6F3AEE7E7F3 /* PBXContainerItemProxy */; - }; - BBCBD4E2B5EF0B4F127337ED6E441CDC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */; - targetProxy = 370F6D838B0ECD97288D1C8C5268FFA1 /* PBXContainerItemProxy */; - }; - BBD86033D9F689B6C2A61F5032281D78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 613EFCB1D5DFE45214999A38250ADD71 /* SDWebImage */; - targetProxy = 9CEDFF71DBAF43084C92EED30086C41F /* PBXContainerItemProxy */; - }; - BDBFB2A2C7C33182237D5DB2D3C5F190 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; - targetProxy = C08EAD0D346CC4DEE363009AF690E87D /* PBXContainerItemProxy */; - }; - BDE55F91DC09DCA9CA354078F648F03F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 790490555C56EDF8B608F874DFAD24A6 /* PBXContainerItemProxy */; + targetProxy = 836D3ED3A98D9DD150FC1EA4024505C9 /* PBXContainerItemProxy */; }; BE70AB1116776A9F90A3C783B9F1769B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15249,29 +15574,35 @@ target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; targetProxy = 3CE12525FC73E81B8DC468274B077D13 /* PBXContainerItemProxy */; }; - BE7FB64CF748131F2699583A34EA0D3D /* PBXTargetDependency */ = { + C0B2E10E95DBFF99C249A287F040AB1F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; - targetProxy = 6CBCE42B4D760A8A062AFBD3D0BA8714 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; + targetProxy = 95C40998B6ED2091678624E309F1C1F9 /* PBXContainerItemProxy */; }; - C1090F28FA41C0A5BDF0BB2F79BED361 /* PBXTargetDependency */ = { + C120115A548C610E700A8E6E28D92102 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */; - targetProxy = B936AD3F788CA4EF4BD57467A53DB3A9 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; + targetProxy = D840448053ACA00CF0B4C84CFC7E03F4 /* PBXContainerItemProxy */; }; - C3D68D1B6F2C32F1139118DE11354148 /* PBXTargetDependency */ = { + C3DB3CF59F2A70416D27CF64016CAB84 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; + targetProxy = D757E86A8C6A200468409985034AEBED /* PBXContainerItemProxy */; + }; + C4BC3BA38166F8BBBB70C6DE76D16E41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; + targetProxy = 7D99C6F8FC2F573668C9C1FC8FC388CC /* PBXContainerItemProxy */; + }; + C51E2FA08E2229D9EA522FA61A43EA43 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = EA6E43F90871D8C41930554FA1316F86 /* PBXContainerItemProxy */; - }; - C4891F883EEC524DE24B673270A58B85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 3F584E3C8A43B8A3400F7095E5E6B8A6 /* SDWebImageWebPCoder */; - targetProxy = E23A36894894B194DEE520C3B95FFD30 /* PBXContainerItemProxy */; + targetProxy = CA2DA0A202F8C05EE171C22B58C69B21 /* PBXContainerItemProxy */; }; C685EEFD7FF4D4C3F16AD088F18AD053 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15279,11 +15610,11 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */; }; - C7AF17B65E6F0AC896DDBE968A943269 /* PBXTargetDependency */ = { + C7ED05307FDD38C40EB3034768F3E329 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */; - targetProxy = B7E87D8E7292E45F9B24A58073A1367D /* PBXContainerItemProxy */; + name = DoubleConversion; + target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; + targetProxy = D87A6B4632340F53B28AE192CFB14699 /* PBXContainerItemProxy */; }; C88567C1EA97046D4200985228F41BAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15291,12 +15622,6 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */; }; - C8BAA5C9FEA421C34EBACD4E2A843210 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 0080E4C361F4E1882AB11FFB6EA44C16 /* react-native-keyboard-input */; - targetProxy = B5A5C88476ECBABF71049B79DCD57B41 /* PBXContainerItemProxy */; - }; C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Fabric; @@ -15309,11 +15634,23 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; - CA707BCBB0CA38ABA6E99639027F93E1 /* PBXTargetDependency */ = { + CA910EB0536B1E3E881F7CC3C2BA87AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; - targetProxy = 341844D67C7F548FCB83907DCA992987 /* PBXContainerItemProxy */; + name = RNAudio; + target = 6E23165CCAD254807B20B2E2917F5988 /* RNAudio */; + targetProxy = 61783EDB77FF350A9B2BE2975AC96566 /* PBXContainerItemProxy */; + }; + CADBB1F86017FC242064834CC575AE29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = 55AC8D6B1763A77325504C51B7BC3B80 /* PBXContainerItemProxy */; + }; + CB2DFFCD028D728A4B37A26C2B7DB0DE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = B596C5FA79CC54FF390722AA935CFBB8 /* PBXContainerItemProxy */; }; CB67FB062DE8CAF07E20E144CB621739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15321,23 +15658,11 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CBDAE5EA6D8568718C279F787CFA5549 /* PBXTargetDependency */ = { + CC79F7A61A75D28E820706B1138B02C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = 57DCDEFECA7892DCB79E3465C3FA33CA /* PBXContainerItemProxy */; - }; - CBE260B8748E89E86C6F829836DBE819 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */; - targetProxy = E96D18013AA5AD175B825025F0AC84AD /* PBXContainerItemProxy */; - }; - CE8209DE8310E3739C5C7488F202CD62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-fishhook"; - target = C5D62E7954593855294FBE5848A78863 /* React-fishhook */; - targetProxy = B97B39528F1A629598C730BC37FB6115 /* PBXContainerItemProxy */; + name = UMReactNativeAdapter; + target = C63041E3D1949C69B1111A082A64EE0A /* UMReactNativeAdapter */; + targetProxy = D29A9A1718487AEC244F179D99A62231 /* PBXContainerItemProxy */; }; CE8B92E48AC185A2B85231FB94EF0309 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15351,11 +15676,23 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 5C8A3E6AB1161E9CF7D5A8AC0368B080 /* PBXContainerItemProxy */; }; - D005D71CB7B0A4313C0B6334B7A0AAC9 /* PBXTargetDependency */ = { + CFDCA83F33F72958F0C08871131F7E1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXConstants; - target = A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */; - targetProxy = 99F10331250915E057BDC98FD0530A00 /* PBXContainerItemProxy */; + name = "QBImagePickerController-QBImagePicker"; + target = 4336A368EF1A02A2EB63BA0B9B31A78C /* QBImagePickerController-QBImagePicker */; + targetProxy = 00CE4FF3BE5627B532B739AF16DFEBE6 /* PBXContainerItemProxy */; + }; + CFFE3C10958F5A145D9CD60CDFAC5422 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = E45FBC866E6315F1CBE9E2DF3F2979F8 /* PBXContainerItemProxy */; + }; + D0C693734681AC1024B8FD90BB1529B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = C2070D0CCE50255668BB332AF1C2B697 /* RNImageCropPicker */; + targetProxy = BCB16E43B0EBEC0ED76D0A0B379AB307 /* PBXContainerItemProxy */; }; D0C999A431508F325E3286B2E73F5BA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15363,35 +15700,53 @@ target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = A94EF2BE3BB5C93DEBBBD89AA7A50736 /* PBXContainerItemProxy */; }; + D1A5902F6E755AD8958E266299E6D9D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; + targetProxy = EFE03195629A59E28ECA5DF2757E28CB /* PBXContainerItemProxy */; + }; D2BEE65090ED661C331F190F93072A15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 2881DC1DD25AF0C459E6A3AFFD167CCB /* PBXContainerItemProxy */; }; - D36BCE6B82FB89E9C52B0DB0AF4F1E10 /* PBXTargetDependency */ = { + D324508589BE6F496FFD510A6724F981 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 1B84AFCD5F3FA2F6CFE3FDD3FF5343A2 /* React-RCTWebSocket */; - targetProxy = 67E8DBF432ACDB29682AAC4CFF9CE599 /* PBXContainerItemProxy */; + name = RNLocalize; + target = 2F66D5D8F3D8207308073B3BCC767704 /* RNLocalize */; + targetProxy = C9A71DDBE0DA66E4BB42DD2E719BB47E /* PBXContainerItemProxy */; }; - D5D14331928A26CC6BDAA98A24129E4F /* PBXTargetDependency */ = { + D45FFA42F82B1B01B748BF41B0FB854D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 95BE09A8DBC94D53A1A9B1557D4DFAC1 /* PBXContainerItemProxy */; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = 8103B2C46F81D5808EBC06CD56D3D836 /* PBXContainerItemProxy */; }; - D6132E0FD131EB054210A4923A23EEB7 /* PBXTargetDependency */ = { + D689E012CF586A89EA36DB2A19A9A06A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "QBImagePickerController-QBImagePicker"; - target = CC30C36E03077EEB94ADE9D0B1D2C97D /* QBImagePickerController-QBImagePicker */; - targetProxy = D674215B3106F4E5E9D38FB17946F2C1 /* PBXContainerItemProxy */; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = 7831BBE9BF0925EF2F15935E73357993 /* PBXContainerItemProxy */; }; - D69D6DAEFCE6C39F2E21A748ACB2A202 /* PBXTargetDependency */ = { + D877ECAF039F87FF6479C0ADE2A2A46B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = A1BBD797A6F106A19800BC2BBF58841B /* QBImagePickerController */; - targetProxy = 60E2353D1967CF459B35B6DF4EFCEC8B /* PBXContainerItemProxy */; + name = "React-DevSupport"; + target = 6AD0E65D44A38151509F46E868517C37 /* React-DevSupport */; + targetProxy = E85A18255531F96CCC21ACD8FF00A00D /* PBXContainerItemProxy */; + }; + D9787254ABF7E175681B7F5510EC2D55 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; + targetProxy = 951B4FC28DED1BF5DB01F118137A5F3F /* PBXContainerItemProxy */; + }; + DA4D1BBF3ED70B323A07F20C0C6F5A4B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = B4A966ED7B70292853A932CF85049C94 /* react-native-document-picker */; + targetProxy = 5B82DA06AB2230147BA5CBB6D83F4362 /* PBXContainerItemProxy */; }; DB80506935610BC87AFDD4834FC611D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15399,29 +15754,17 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 248015A2F1D88F57B6E26BA56A382F2C /* PBXContainerItemProxy */; }; - DC7E803FBBE10B4B06516FE914FCD57F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; - targetProxy = 34FA14E5553F622D5FF874874646C3FB /* PBXContainerItemProxy */; - }; DDBA61AB3843D0BBBBDF684DF9FBD8ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = yoga; target = EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */; targetProxy = A9B8554385A1F8B15EC5D46D749ED792 /* PBXContainerItemProxy */; }; - DF1CD97A74D214762A5F193A5AC8443E /* PBXTargetDependency */ = { + E14267BC4E06B4C2365AE107B706147F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNVectorIcons; - target = 70DAB38F984DC253A2F5F5624250A0FD /* RNVectorIcons */; - targetProxy = DFCF323C9FE43C67EEE4FED4F12FC3CA /* PBXContainerItemProxy */; - }; - E11B0D518C0E8FA653D42317C9C81C0A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 7923160275E961C83193F40DBB856AF9 /* RSKImageCropper */; - targetProxy = 67921696F78DFBA8D9F58F7EBAA493C2 /* PBXContainerItemProxy */; + target = 392DCD27EC049BFC800AD9233934D712 /* RNVectorIcons */; + targetProxy = 04FC4620DF4284439C4CDB8AE72CF421 /* PBXContainerItemProxy */; }; E1DA9EC93E3834DAA49C0A257DFA8741 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15429,23 +15772,29 @@ target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = 0AA48B35BA7148412EA836482D3727DB /* PBXContainerItemProxy */; }; - E2C4444C9368F3E9A09376E3642AE2FF /* PBXTargetDependency */ = { + E2AF9EB838F2B391B1AF3A9B6DA1D520 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 39C29CDB9674184334B4C2297D47427E /* PBXContainerItemProxy */; + name = EXHaptics; + target = 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */; + targetProxy = 510FC001D327E2AF83B4949BB3409CE1 /* PBXContainerItemProxy */; }; - E4E67E1D3687BEBDC2B614D8BAC89A08 /* PBXTargetDependency */ = { + E6202C4277729C0C3FB16E4D6293DD1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = A1BBD797A6F106A19800BC2BBF58841B /* QBImagePickerController */; - targetProxy = D0734FB0A9F700A9C5B3CF7F86CDCC05 /* PBXContainerItemProxy */; + name = yoga; + target = EAFAF2A9CFE5807D87ACC914F678EAA8 /* yoga */; + targetProxy = B2E77079BCDA994008F704741FB15E74 /* PBXContainerItemProxy */; }; - E637A3A55E0E9C70AA4BFC6FB49B1E7E /* PBXTargetDependency */ = { + E8DD8C7695E47DB8622DBFFD34EB625A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 0930E5899BD6BF767017AF77F370F37E /* react-native-webview */; - targetProxy = DEDFD32978CD7634CEE302568BE74891 /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = 51B21044D94161CC26E7ED0FF6868023 /* PBXContainerItemProxy */; + }; + E91E4251679C99173BD20C82CF2B1779 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = 941479FCF4D67FB7A03E71237E877CAD /* rn-extensions-share */; + targetProxy = DAC074621B87986768E6AA318623F227 /* PBXContainerItemProxy */; }; E94723BF5AD08FD427D108D517EF6A86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15453,53 +15802,23 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = F2FF55E89F9BA0040B50E35573928069 /* PBXContainerItemProxy */; }; - E9BAF72E20E7B9D6C5B87A56F1380BC7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 3F584E3C8A43B8A3400F7095E5E6B8A6 /* SDWebImageWebPCoder */; - targetProxy = 833410950B0CD48AE38C52CDCBBA6B0E /* PBXContainerItemProxy */; - }; - EA80001D27666F01CAEA48F52BD848CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; - targetProxy = 80BBC04103BB19D2D1F7BF3528F427CF /* PBXContainerItemProxy */; - }; - EB0419AC484C88A51B2BEB3E08B796CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 3AE79F9849BE3827B5646EDF24049B18 /* PBXContainerItemProxy */; - }; - EB3646806EF2C1923172C5D0E4AAFBF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 7923160275E961C83193F40DBB856AF9 /* RSKImageCropper */; - targetProxy = 2087F46FA8F64E84C7CB77C4F756C02B /* PBXContainerItemProxy */; - }; EC5D3327864539ACBF9223F28B3BDC60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 75A8D1D5089B0ACAF241DACEA0305423 /* PBXContainerItemProxy */; }; - ED7D738E214C929B5A17C61668AB9DFF /* PBXTargetDependency */ = { + EDCD1A28BAD4E4CAABD56C58846FF699 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; - targetProxy = 3799A0D4E31620D902FDA7382DDC8117 /* PBXContainerItemProxy */; + name = SDWebImage; + target = F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */; + targetProxy = 765F73E14A5A298FFADD15D89985AF7E /* PBXContainerItemProxy */; }; - EE339E469703349610F91F4B100D25A4 /* PBXTargetDependency */ = { + EE095627C3A6CF6A3DDCC07855C22D89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = 8E7ED3AB412B0C152A072F0A5785D329 /* RNGestureHandler */; - targetProxy = C158ABA37A7853A8F8351574ADBE3BC2 /* PBXContainerItemProxy */; - }; - EE57EE0AC31F8C71C1B4ECCC7A317731 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; - targetProxy = F809AAC847F324FFE91A833225CBC0AA /* PBXContainerItemProxy */; + name = EXAppLoaderProvider; + target = 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */; + targetProxy = 9F3BADCA16A02AF8DE809CB571694BA7 /* PBXContainerItemProxy */; }; EE6B8197B665B038E8D397A9EA149347 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15519,23 +15838,29 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 244748360793885B28A0FB80940BDD29 /* PBXContainerItemProxy */; }; - EF6F6F7A34A6253848E8C0F0B8EA6724 /* PBXTargetDependency */ = { + F0C34603FB60F601E6EBFFE92C5CF746 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; - targetProxy = E7AC871EF776D99EFE8AC163F4865A26 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = C60D1B364A9A460BF041F44B9D3C237D /* PBXContainerItemProxy */; }; - EF80164DA8A9356B920BE7B1E47D8841 /* PBXTargetDependency */ = { + F1F14AD771F91DA6FA3FF3779F472D69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = E04524804318D15217CEF52E30E1708E /* UMFontInterface */; - targetProxy = 62C15E3C57C3E00D74BBB1DEBA80C72B /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 8EDB5115043F6EC70A1802059E77774C /* PBXContainerItemProxy */; }; - EF8C9165688837CA5EBD11690A22F604 /* PBXTargetDependency */ = { + F33F949D340B122222953A873C0E0361 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */; - targetProxy = DE70AD6E7D117ED37EA49803D82036C0 /* PBXContainerItemProxy */; + name = "react-native-video"; + target = CDA91C1500582F6C811A097A01B8A38E /* react-native-video */; + targetProxy = 2C769E6EB7A8E426725E1F2476D3437F /* PBXContainerItemProxy */; + }; + F38ED32D7083E74496BF105CC9E905D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 6F5A7EDDFC9F9AFBAF93E4514FEBB0C8 /* PBXContainerItemProxy */; }; F399B730C7A06F5D026757B730E30FB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15543,11 +15868,11 @@ target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; targetProxy = 4BFA9DDB028CA84B14CCA5C11D9F6207 /* PBXContainerItemProxy */; }; - F42142D493162B549B378FCEEF52E269 /* PBXTargetDependency */ = { + F44362E8559B43FE80C21AAEAC1D688C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1B38259BB8CAB10A9D9047D2BAE45AB5 /* react-native-orientation-locker */; - targetProxy = 04A42EC458FD5B731E2FD7687FBDE859 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 430B01A8647EEACCCE4AAF7AA5E6597C /* PBXContainerItemProxy */; }; F4463CEDF58024CEEDD97F40985CB665 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15555,30 +15880,30 @@ target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; targetProxy = DC1A792C62DBF10721FFE4308A29BA06 /* PBXContainerItemProxy */; }; - F51F625892E23E2E4AF7208115B7ADFA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = DF5FD085A45CD363E5FAAB4F642C7C40 /* react-native-notifications */; - targetProxy = 85558221F15571F2501FD2BA6D2ADE9B /* PBXContainerItemProxy */; - }; - F572CFA6604DA5C0D0A2CC1EAF5325B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; - targetProxy = 05DE2C424F7C8CBDA1E6E4FA8E427F9C /* PBXContainerItemProxy */; - }; F60D5A7D560F55E346E626406941BAF2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; targetProxy = 586C9042939572C3633A6BECFDC2FFDF /* PBXContainerItemProxy */; }; + F657F804398BC0CC0516EE9415BC7A85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 68A421ABE0E9F4A6326FDD4D8AA6A6C2 /* PBXContainerItemProxy */; + }; F6946AE8D5674B8370F638B8011EEEEE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = B7382E19C02620616F4EFB89AA978346 /* PBXContainerItemProxy */; }; + F94998C6E0B54ED289E3DF9D90F8CFF4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = D00BF6A9CD67D87C82FE213C43AED909 /* PBXContainerItemProxy */; + }; F9771E99025A64436243D14F23ADC9E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; @@ -15591,11 +15916,17 @@ target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; targetProxy = 0F51677083285B10036CC0BA1E9BBB53 /* PBXContainerItemProxy */; }; - FBC2FD46461647A57E8DC7725D5796CC /* PBXTargetDependency */ = { + FABB3E71459D14DC9A73B9CE3F1D7093 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = C410C8606887D8FF122B33CE15128A32 /* UMFaceDetectorInterface */; - targetProxy = E52F968D99B0106DC18EB5FD8DC3875F /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; + targetProxy = 5490BFB816F409EACAF8D7B5C00598FE /* PBXContainerItemProxy */; + }; + FAC14ECDEAAD249EC9A417F5BD6CE423 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; + targetProxy = 078AD62785B827C403245098CE157AAD /* PBXContainerItemProxy */; }; FC15D43543715D7D02B1D7F75B3A311E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -15603,37 +15934,55 @@ target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; targetProxy = A10B927F49CDB8E49094BFD1CA897343 /* PBXContainerItemProxy */; }; - FDB7E4C730F3BE3DF66744D76DF501C7 /* PBXTargetDependency */ = { + FCB643579A8F0F4EAFDE9F7D77BEA3DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; - targetProxy = ACDD8C9BEA0A27EC06E1093CB2F5BCD7 /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = EB4ECE1074994E50E8D15AF9CCFD9EFF /* react-native-notifications */; + targetProxy = 1062230D86AD90D18974DDFD78A665BF /* PBXContainerItemProxy */; }; - FF3EFCB3C7BD0C422D142497F2508D47 /* PBXTargetDependency */ = { + FCDD535DBDB55DE93EA66C306667F4F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = B7CEA57206C6730FE77CFD9EBFE816B3 /* RNImageCropPicker */; - targetProxy = 1C62E722115ACFCD09E8EFAE31C2FD55 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = B4A966ED7B70292853A932CF85049C94 /* react-native-document-picker */; + targetProxy = B6ADB81AA1CF99DED093604EF4FEE35F /* PBXContainerItemProxy */; + }; + FCFBE6A22FB095DEECA237880400BC96 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = FAE4AFD2B2AE85A326544BFBF7BF1187 /* PBXContainerItemProxy */; + }; + FD5D310C9F12EBC2D48F10FB07D24C3C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = D778AA001FCF8DD810D7E1895AA61728 /* UMImageLoaderInterface */; + targetProxy = CFB256DD6B845D752BC9F77611A43892 /* PBXContainerItemProxy */; + }; + FEB1E3E4CCE1B153338D0BCCBD01A431 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = F2ADBB170C3E5BC8FA2A4FA2C39A1087 /* SDWebImage */; + targetProxy = FD39285A5E7469706608ADA0984B4968 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0619063FD214392278626B90374D5EF2 /* Release */ = { + 065E4648696EFCF22A972B28169B4174 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B265A0ED6D66B0490BA35CFA5E9FC60B /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -15646,7 +15995,7 @@ }; 06D42481946D673E459AAE2E31547D41 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B2602E17DF55181EE987AF4452F8B43 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 0AA5EEBE6CF07D8F8FEBAAFEADBBF0F3 /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15672,7 +16021,7 @@ }; 0829E2164483604F7E73031C9A40DF8C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3255115EFE8D97156AD36D78738BD776 /* EXPermissions.xcconfig */; + baseConfigurationReference = 2B16E31BAAC778E29DED6072E8E38388 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -15697,34 +16046,9 @@ }; name = Release; }; - 08D68724298ECA9C17C60157BB1CADEF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 54BB636B5888FD2155BBB488CDD8DA06 /* react-native-orientation-locker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_orientation_locker; - PRODUCT_NAME = "react-native-orientation-locker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0938FB72747496D6A4EDD82F7FFFB489 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 82275334E866BF70FAFC4A620E15427D /* React-RCTText.xcconfig */; + baseConfigurationReference = FC417AD0C8729827DA4610C5DF99DFB1 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15748,6 +16072,31 @@ }; name = Release; }; + 09EE74E4D7C67F9E2C1AD6B2FC73CFDF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EE43095B75CC68E10305FAABA28F57F7 /* RNVectorIcons.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNVectorIcons; + PRODUCT_NAME = RNVectorIcons; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 09FBD332BEF0B2EAAF3D4A32A9DC779D /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; @@ -15762,9 +16111,35 @@ }; name = Debug; }; + 0ADD29F3800CC876E2141B92C61AC28E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71053E10EBEF07F5FBFC512733125F78 /* RNFastImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFastImage; + PRODUCT_NAME = RNFastImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 0C9B2792F342A93E8C1E50A199DD60FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B5072AEBFD11F72BFDF7F599AB94EE0A /* EXWebBrowser.xcconfig */; + baseConfigurationReference = F35ED1362AD458D993A0A5F7759BDE3C /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -15789,9 +16164,9 @@ }; name = Release; }; - 0CB8BE9A0D54473FE4FF9BF7A53FF860 /* Release */ = { + 0D525F2EEA1244582A28208CC3EE547C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 80DB7593F4C27EA6E2F9E6C1B10456D1 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = 8D983245588F262BA8258E00BAF863A5 /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -15807,7 +16182,7 @@ }; 0D7618B76C1ECDFE055A0C6BAE39ED97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ECBC8F378F86BD8F477779E517122F9 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 50B782CC74CDE5F35977346D121CF53B /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15830,35 +16205,39 @@ }; name = Debug; }; - 0E5D6036164ACD5B4D2FAC36AA0BC1D7 /* Release */ = { + 0E10269E0B0063665398B7BD15BCB5F4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A4742374F26DE0B132D1727254672A1 /* react-native-video.xcconfig */; + baseConfigurationReference = 39B25190D95C37982BC54E787404F852 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_video; - PRODUCT_NAME = "react-native-video"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; + }; + 116CFDC3DF103E3D3A5FE8E08731AAB7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42EED431A4A9F55DCCB9C28224A33BDE /* UMSensorsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; 135EE66E521443BD54B6C16BCC1A2937 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 313E87F3B48585C8E0C44AF2596D9BD3 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = B7B1D65AF56FE83EF11E8070E2F9ABAB /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15884,7 +16263,7 @@ }; 143C472CDA83C19B1A3F903058F66358 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E568D94F887CE28EF92A20F525498766 /* React-Core.xcconfig */; + baseConfigurationReference = D0402031B1064C99F79570CA254A8EF4 /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15910,7 +16289,7 @@ }; 151B0FA0B9152A5FD14F28A2EB3030FA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3E089777925C87039A70287251419B4C /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 49C2126D5247E6EFDA03562DAE15B214 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15934,26 +16313,9 @@ }; name = Release; }; - 15FA45CF8C6F6E13C0EEE58875FB1712 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 1620F211B2965824AB47FC623071FA56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 944CBE5210014E3E00C8947FBC4D38E3 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 9DE59FA282E0FCA4B788F10DB14677A8 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -15992,30 +16354,6 @@ }; name = Release; }; - 16A5B720DAD9445CFBAFF72704126E58 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "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; - }; 18183CC364F13A1C4CD008D074520B91 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 975704C04A4E9FFAF330FC4D0E0CF69C /* FirebaseInstanceID.xcconfig */; @@ -16043,7 +16381,7 @@ }; 185C7504A570C3B814C9B2D452F64444 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B06B5828E644BDE6C4E2F2B362E24C5 /* EXHaptics.xcconfig */; + baseConfigurationReference = 52F2DF341DC961C9B783A0DFB38287C0 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -16067,6 +16405,31 @@ }; name = Debug; }; + 186D8AFC0338396BEB488B1228C48692 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 58F00C0C05A918B6029299880AE7AD27 /* react-native-webview.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_webview; + PRODUCT_NAME = "react-native-webview"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 196DFA3E4A09A28224918543529A1885 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -16131,22 +16494,22 @@ }; name = Debug; }; - 19BF19DC887E9CA91A712BB31D5EB566 /* Release */ = { + 19F89AC2CDE5D39C5EAA362453FC7286 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E89FEBB8409310115D1BB4F11051E2BC /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 3F326FDCCB46BAE2B561ED4152F3DE7C /* react-native-splash-screen.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNUserDefaults; - PRODUCT_NAME = RNUserDefaults; + PRODUCT_MODULE_NAME = react_native_splash_screen; + PRODUCT_NAME = "react-native-splash-screen"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16159,7 +16522,7 @@ }; 1DDB06706922C62CB33A9EEFBAA3F497 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 944CBE5210014E3E00C8947FBC4D38E3 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 9DE59FA282E0FCA4B788F10DB14677A8 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16184,7 +16547,7 @@ }; 2028127690F69E329146C9D4F2CE6FDC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ECBC8F378F86BD8F477779E517122F9 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 50B782CC74CDE5F35977346D121CF53B /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16208,57 +16571,6 @@ }; name = Release; }; - 22D98825B59B1613AC8F377B92F303CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 898180F79F7C19F91F1D016E453CA2E6 /* RNFastImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFastImage; - PRODUCT_NAME = RNFastImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2717443D485FA25B9DB7D8D75F9DC52E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 91DE3BC455A1B24BF7EFBDE395400E5C /* RNAudio.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNAudio; - PRODUCT_NAME = RNAudio; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 2856F8C72F97EB65C913492846C49FA5 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; @@ -16285,34 +16597,35 @@ }; name = Release; }; - 296BAFAA7BB48D0EE949E33D353BA165 /* Debug */ = { + 29862A726C860D51D4293FFC0A71EE04 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 74490B05CF46AEBF98D2E14D31D91A17 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; + PRODUCT_MODULE_NAME = SDWebImageWebPCoder; + PRODUCT_NAME = SDWebImageWebPCoder; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 29B1FBAC28DEA75114542E76A1C78029 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB475D97D4DFBB1FD0078E96E269A015 /* EXAV.xcconfig */; + baseConfigurationReference = 758D87F5D201A0C3443E160E03CFE94E /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -16337,123 +16650,22 @@ }; name = Release; }; - 2A160CA80B6895AECA10AB85076D779C /* Debug */ = { + 2A2BEAE8D61B2EE08AD2F2F7EB27157E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; + baseConfigurationReference = 5AB82BB0D08A1ED068801F6E760B2085 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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; - }; - 2AB392BDA3CF470DE202BE960B98AC82 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B0AC6CB53160ABEAAD33EBED96C7BDF0 /* react-native-splash-screen.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_splash_screen; - PRODUCT_NAME = "react-native-splash-screen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2DCE7D7220DA1BCF60012542012E4EC6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A10169B27DBECF879C9841C9B81532B /* RNGestureHandler.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNGestureHandler; - PRODUCT_NAME = RNGestureHandler; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2DEFDF24E5A0367B667E1EDD7751D0FE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImageWebPCoder; - PRODUCT_NAME = SDWebImageWebPCoder; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 31F9C8BD32FF30E46B8E40E5B3069336 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 042D539645D984A1A33E0328F088FA8B /* RNLocalize.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16464,6 +16676,48 @@ }; name = Release; }; + 2EEEA28B29E1E85557D0B908799C2511 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 301D4A0AFB4E271C4C5736C134ABF232 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3D7E849831DFE192484AD2193826D4DC /* RNFirebase.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFirebase; + PRODUCT_NAME = RNFirebase; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 3589AD847AB3211529F0537895D63A46 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */; @@ -16492,7 +16746,7 @@ }; 379699C7EF1D5DABB0AFFABBB83D962E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6408973C73FB4221D739092765EF877D /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 0C2FD9668C4EB749F8F566792CA1A50F /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -16507,7 +16761,7 @@ }; 3837B1A1B27F85773D36837D44A874C2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 313E87F3B48585C8E0C44AF2596D9BD3 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = B7B1D65AF56FE83EF11E8070E2F9ABAB /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16530,35 +16784,34 @@ }; name = Debug; }; - 38BCAE5F3287F9CBDAF9EF02D21FDE8B /* Release */ = { + 389F85BAE62788E1391CE711B140646E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; + GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; 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; }; 38E4BC4B91EFEE88632684A4D6B9C33B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8ECD3A8300CC9FBA9D1600F06F5B53E5 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = B51D54DAE1CF75D0B99B064B87E2023C /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16581,25 +16834,9 @@ }; name = Debug; }; - 3B2BBF79BE9919CF52D4F50D31270F26 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B1787FDE362E0C1D9C9E64378237D915 /* UMFontInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 3C318118356CE8F0059F34920171B52E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3E089777925C87039A70287251419B4C /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 49C2126D5247E6EFDA03562DAE15B214 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16624,7 +16861,7 @@ }; 3D332A721749F712364F4DCD80F5274A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8ECD3A8300CC9FBA9D1600F06F5B53E5 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = B51D54DAE1CF75D0B99B064B87E2023C /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16648,101 +16885,9 @@ }; name = Release; }; - 3E4CD2D452BF8C6F9364150F3C304498 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0A4742374F26DE0B132D1727254672A1 /* react-native-video.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_video; - PRODUCT_NAME = "react-native-video"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 3FC28E317383C32799019404E74B808C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A4B8E02C44D06854488C4BAF89820C0E /* UMReactNativeAdapter.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 40BC9E134B787E33DFDACEE6AD94F0A7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 24DD2202B8D525AFF89B67C12845D9C0 /* UMSensorsInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4267999638DA3279AED58231C8ED9395 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B82DA018FE05B996D562A24F0B1E35AD /* react-native-notifications.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_notifications; - PRODUCT_NAME = "react-native-notifications"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 42E224ACB70AF82680F383EFDCA7B41F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 84D4CA2519A18430CAECE8C4B4C3ED75 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 00908874A129B8F34B3099744C1776EC /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16768,7 +16913,7 @@ }; 45E60395ECEC9624ED4A7BFAA5DB4724 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE0AFC5D9418C6961AE3636DAC2EDAB0 /* React-fishhook.xcconfig */; + baseConfigurationReference = 1E3382EEFDD13956BBC9582311F9B6EB /* React-fishhook.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16791,22 +16936,22 @@ }; name = Debug; }; - 48012DCE46B538EED4717AB353B67170 /* Release */ = { + 46027983B2883220946711FB3BDEC477 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D742567F1297E1945B00B7E559B6FF0 /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 8A9B6391EAD66508C1DCBFEED9BAA243 /* 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/rn-fetch-blob/rn-fetch-blob-prefix.pch"; + 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 = rn_fetch_blob; - PRODUCT_NAME = "rn-fetch-blob"; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16817,48 +16962,23 @@ }; name = Release; }; - 50EB74121B568E1EDFC64969A7738AB7 /* Release */ = { + 49791D280B4939BCB4CF5C8B1DF232D1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 74490B05CF46AEBF98D2E14D31D91A17 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 17FDDD63B60F38130CC315EBECD6411B /* 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/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.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 = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 518D846D41D35B233972F43428023FF2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A10169B27DBECF879C9841C9B81532B /* RNGestureHandler.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNGestureHandler; - PRODUCT_NAME = RNGestureHandler; + PRODUCT_MODULE_NAME = UMReactNativeAdapter; + PRODUCT_NAME = UMReactNativeAdapter; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16868,47 +16988,48 @@ }; name = Debug; }; - 521E3810187397EC8090754AFE4F7552 /* Debug */ = { + 49FD3EEE031F15C95824994D90203769 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBA067D2D7D1701AFFB6786DCBD29DF8 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 4A983DB5E886A196A289F9328DA77FCA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9976094F79FE282B1400E49BC9A070A8 /* 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/RNReanimated/RNReanimated-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNVectorIcons; - PRODUCT_NAME = RNVectorIcons; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5637423B8CDD78736315C8739979E52E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 54BB636B5888FD2155BBB488CDD8DA06 /* react-native-orientation-locker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_orientation_locker; - PRODUCT_NAME = "react-native-orientation-locker"; + PRODUCT_MODULE_NAME = RNReanimated; + PRODUCT_NAME = RNReanimated; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -16919,9 +17040,114 @@ }; name = Release; }; + 4BBA32EDFF9E909AB72DA02F95DC70B4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5AB82BB0D08A1ED068801F6E760B2085 /* RNDeviceInfo.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4C4FED0209E9802029D5AB8132D84DAB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CB27BF131A9FC9236D55E7AAA6CCA820 /* UMFaceDetectorInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 51EF56B0B7DA6BBBA83AC0B312CE095D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 722C86CE4F820A3504BFF3E5A7780884 /* react-native-video.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_video; + PRODUCT_NAME = "react-native-video"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 52255DAD6EC4A5DFBED43CEADE8CB850 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F166890D8987BB0630611562D74B1909 /* UMCameraInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 558D914922C84B7279D54311DC7CA529 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 57BF6992AF50A2B6F3D45A5239F6D462 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6295B144B30D62B68400BFF2C8AC217 /* EXFileSystem.xcconfig */; + baseConfigurationReference = 9853E4A85D91E8B3DAFC280FA02F66BC /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -16947,7 +17173,7 @@ }; 58520B8EDF29441D5542A8FD82654496 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3255115EFE8D97156AD36D78738BD776 /* EXPermissions.xcconfig */; + baseConfigurationReference = 2B16E31BAAC778E29DED6072E8E38388 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -16973,7 +17199,7 @@ }; 5AFB2A16F4181B79E7009920B2A182DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A576327E6566039E22F4131723ECF4FA /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = DE183066D47E5C781F1CABBEF35672AF /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -16999,7 +17225,7 @@ }; 5D79B0E5C34FEB01909F4F77BA32F7B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A3ABFAF84049C591651628C5D7640C70 /* React.xcconfig */; + baseConfigurationReference = 621CF1D31D76D2226CA0C93E31D1A9D8 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -17014,7 +17240,7 @@ }; 5E225B03D92E57F4A85096E0EED6648D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6295B144B30D62B68400BFF2C8AC217 /* EXFileSystem.xcconfig */; + baseConfigurationReference = 9853E4A85D91E8B3DAFC280FA02F66BC /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -17039,32 +17265,113 @@ }; name = Release; }; - 66B5998B704B15091F8D61D9821167D0 /* Debug */ = { + 5E9E33FB255EA3E4886AA33713E2C833 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6299B07F20A050CCA97459DE44CE30E6 /* Pods-ShareRocketChatRN.debug.xcconfig */; + baseConfigurationReference = 17FDDD63B60F38130CC315EBECD6411B /* UMReactNativeAdapter.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/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMReactNativeAdapter; + PRODUCT_NAME = UMReactNativeAdapter; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5F11821B958CE6376A8B56AD8697DC7A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A34C83D01B166480C590DD5B613BC827 /* rn-extensions-share.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_extensions_share; + PRODUCT_NAME = "rn-extensions-share"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 639AEC4FF39BC0798A10F4013ADFDDD1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 672794A81C8A1701C07FA93B5E324A57 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImageWebPCoder; + PRODUCT_NAME = SDWebImageWebPCoder; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 672C487206D2797ABC92CBBFD5386D01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE0AFC5D9418C6961AE3636DAC2EDAB0 /* React-fishhook.xcconfig */; + baseConfigurationReference = 1E3382EEFDD13956BBC9582311F9B6EB /* React-fishhook.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17088,9 +17395,86 @@ }; name = Release; }; + 6737586697D41A1245FAA2C25DF28F6E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4662D0AA9D5A481CF48D746C9C775489 /* RNGestureHandler.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNGestureHandler; + PRODUCT_NAME = RNGestureHandler; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 68134D4F7209F1E847302C256B09D7D2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3D7E849831DFE192484AD2193826D4DC /* RNFirebase.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFirebase; + PRODUCT_NAME = RNFirebase; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 695FC28B5F96C26528AE1DA5C3B8B5DC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF8B3F08A79CC2F4B42C7F50852910D4 /* react-native-orientation-locker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_orientation_locker; + PRODUCT_NAME = "react-native-orientation-locker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 6ADA639A1781B6DCDC2A02A958578CAB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9633C022675DACED3D8E8D14EFD4B08 /* React-RCTWebSocket.xcconfig */; + baseConfigurationReference = 01727AE3D3705E23A2F6B426902E6D65 /* React-RCTWebSocket.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17113,34 +17497,9 @@ }; name = Debug; }; - 6C20E85B8C71621C66DA91709CD5C4D4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 6C2D12EEE50D5CACDEE77181E447461E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFB03876A69C345FEF541439D88437A1 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 1527A338A2698F5E963AB65C072AE935 /* React-DevSupport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17164,34 +17523,35 @@ }; name = Release; }; - 70821C864CF3F40C0F47933F25444327 /* Debug */ = { + 6D9FD8395F3CF2520B168D4ED5465E77 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED728E0FCE0F201C6EB4F6C094B764F3 /* react-native-webview.xcconfig */; + baseConfigurationReference = 67102BDB9EDDEE112AD858D676FC6528 /* 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-webview/react-native-webview-prefix.pch"; + 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_webview; - PRODUCT_NAME = "react-native-webview"; + 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 = Debug; + name = Release; }; 7184A0EEC8E4ABDAABE108C2E99367B0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B06B5828E644BDE6C4E2F2B362E24C5 /* EXHaptics.xcconfig */; + baseConfigurationReference = 52F2DF341DC961C9B783A0DFB38287C0 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -17218,7 +17578,7 @@ }; 71A4F07B44824C6890F9602C5F22F2A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 54811106EB99A7C7883D8D64ECD0972B /* EXConstants.xcconfig */; + baseConfigurationReference = 1D213AA22B64B03469C9DB1F5742D7D2 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -17269,6 +17629,31 @@ }; name = Release; }; + 73F7B1926784DABC6B32AE0318D6DF6B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 301D183C8DD05677F98C95C9FDB0F1ED /* RNLocalize.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 743E6CB11FEBC88076323FDC9583496D /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 6792A753735AE3162D4EA9ED54D75EA2 /* Crashlytics.xcconfig */; @@ -17283,32 +17668,6 @@ }; name = Debug; }; - 75985455EA3321FA89D2DCA979887A15 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A4B8E02C44D06854488C4BAF89820C0E /* UMReactNativeAdapter.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 75B4996794BE863F09D2FB4C1CBB5130 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; @@ -17326,7 +17685,7 @@ }; 76678CE0C96E75B1EE71786C276EEA06 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A576327E6566039E22F4131723ECF4FA /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = DE183066D47E5C781F1CABBEF35672AF /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17349,6 +17708,32 @@ }; name = Debug; }; + 76A8F59DA1ED2A555DCE72A323C8E12C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 54B76EF4E6AF0C1307AFFF2B562B0104 /* react-native-document-picker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 7A8E6D7DABF2CE6CD6B18736B117AFBC /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 45AA2229D491212A9708B71650D5353C /* GoogleUtilities.xcconfig */; @@ -17374,9 +17759,102 @@ }; name = Debug; }; - 7E718702B68FBF99C0E86D9797603C9B /* Debug */ = { + 7AC469F2DB8B8D04E75C86D5DE13FF8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */; + baseConfigurationReference = A34C83D01B166480C590DD5B613BC827 /* rn-extensions-share.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_extensions_share; + PRODUCT_NAME = "rn-extensions-share"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 7C29FDE9DCE7ED5F4E24F57E35E820BD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 7DBDD3129841738736E177384117465D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A0C78B3E46CF6595ADB2E7B26CBFDFA /* react-native-notifications.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_notifications; + PRODUCT_NAME = "react-native-notifications"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7E4B0A6D253791C681F47F886219B5F5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 67102BDB9EDDEE112AD858D676FC6528 /* 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; + }; + 8177CFDC5F7245CFD31CAE2C995B28B7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C10B55917E78E59A3FE6D2B4762CEACD /* Pods-ShareRocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -17394,29 +17872,63 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 82079EFFC841A38574F00A690BF6DD25 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; name = Release; }; + 82A9979CF33FB90F0075F65A5B45179B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71053E10EBEF07F5FBFC512733125F78 /* RNFastImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFastImage; + PRODUCT_NAME = RNFastImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 82F43EBEF3D0C4484C879D08289C3475 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9976094F79FE282B1400E49BC9A070A8 /* 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/RNReanimated/RNReanimated-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNReanimated; + PRODUCT_NAME = RNReanimated; + 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; + }; 87DA0DE9C1439E3B04E087181D4CA6F3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B42F411EAE6816EF069C4783AB0B7D2 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = AA2D1CE0EF17F1B68E6D82CBA5623F59 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17441,7 +17953,7 @@ }; 89F443118C4719AE7610700F9760D924 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 508749A3D3D81205830521D8B6F4B9E7 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = AD704CFAB05676D9FBA2A380811708A4 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -17455,35 +17967,9 @@ }; name = Release; }; - 8A35715E29DAA04D2C462D501E070855 /* Release */ = { + 8A0C95022D7221F1FF2515B725013807 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91DE3BC455A1B24BF7EFBDE395400E5C /* RNAudio.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNAudio; - PRODUCT_NAME = RNAudio; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8B344546BE137405144B45CD513AD2CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B6DD31ECDE50488317D192340731A76C /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = F166890D8987BB0630611562D74B1909 /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -17522,31 +18008,6 @@ }; name = Debug; }; - 8D59FFBE3186CA53BEA55D6D2A323021 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 931A1E41CF9314944250CFEEB2DAA7AB /* RNFirebase.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFirebase; - PRODUCT_NAME = RNFirebase; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 8D77E9F4BEDA17CDA2C9A59FFD515FDF /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = FFF3BAD896F0E0844DDF57958AB05842 /* DoubleConversion.xcconfig */; @@ -17572,30 +18033,21 @@ }; name = Debug; }; - 9188A34AC0EA94F083F55C24A7967435 /* Debug */ = { + 8F2518B07E25FF184B802C9E876E52E2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D742567F1297E1945B00B7E559B6FF0 /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 42EED431A4A9F55DCCB9C28224A33BDE /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_fetch_blob; - PRODUCT_NAME = "rn-fetch-blob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 91FD51ACA36B0A57ABFE326B7E28FAF1 /* Debug */ = { isa = XCBuildConfiguration; @@ -17624,7 +18076,7 @@ }; 9253AE167C9372BB1C6053F057520266 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 82275334E866BF70FAFC4A620E15427D /* React-RCTText.xcconfig */; + baseConfigurationReference = FC417AD0C8729827DA4610C5DF99DFB1 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17647,9 +18099,34 @@ }; name = Debug; }; + 948EFCC9CE7FC0977E4E88D74385A689 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DF38E7C24E4A5F276670C8B1D5E5AE99 /* RSKImageCropper.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 94DBBA14F6D56D868771744040907746 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 84D4CA2519A18430CAECE8C4B4C3ED75 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 00908874A129B8F34B3099744C1776EC /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17672,31 +18149,6 @@ }; name = Debug; }; - 9529B944D963AAA0EFB3CDD348137164 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5A53CA35D2D54F3D40CEFF9008252C7 /* 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; - }; 9613A0936E5F02E30C4F96343620B06B /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 968D7D437776032DF66B063C8FEC8389 /* FirebaseAnalytics.xcconfig */; @@ -17712,34 +18164,51 @@ }; name = Release; }; - 97DCBE3263B2194C35635B8682E1262B /* Debug */ = { + 96F65A15FAAA3AC63806649F9A7881E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 877129353617CDE0C3EB6B2F1FE53125 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = A19B16D6078F792DEB0B527CDF554F5B /* UMFontInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 98D3A8D2A89CC01FC366F75815BB6DDC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EE43095B75CC68E10305FAABA28F57F7 /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_extensions_share; - PRODUCT_NAME = "rn-extensions-share"; + PRODUCT_MODULE_NAME = RNVectorIcons; + PRODUCT_NAME = RNVectorIcons; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 9A673321A7FFE55BBBAF0A2F894F0391 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2AD4D906E61588532CF8284830D9781 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 4A28A67B93625EFEF127CCD6C509BC14 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17763,6 +18232,32 @@ }; name = Release; }; + 9B7F4192BFD092DA05A0DFB1A0BECF10 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 803F5BB971398F1B99E18A1E9A57A9A1 /* rn-fetch-blob.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_fetch_blob; + PRODUCT_NAME = "rn-fetch-blob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 9B7FD3ACEAD10EF6B00C0E17837492A5 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F1B76F2A9C9543FE79DA86B786391958 /* GoogleAppMeasurement.xcconfig */; @@ -17778,9 +18273,35 @@ }; name = Release; }; + 9C3D65BD8D88470BAAD2021B2B5E94C8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8CB2C187AD2B3DF29B78EC22380187B6 /* RNAudio.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNAudio; + PRODUCT_NAME = RNAudio; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 9CB909A72ECF8E9F5C4354791A034EFA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B2602E17DF55181EE987AF4452F8B43 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 0AA5EEBE6CF07D8F8FEBAAFEADBBF0F3 /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17818,32 +18339,6 @@ }; name = Release; }; - 9F039F3CBF2EDBE1C9C41DCED1686EF3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B0AC6CB53160ABEAAD33EBED96C7BDF0 /* react-native-splash-screen.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_splash_screen; - PRODUCT_NAME = "react-native-splash-screen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 9F37A9BDE20D653B26F898D24CF41D28 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2ECBA55404EF0B218CA7164A41C8D654 /* FirebaseCore.xcconfig */; @@ -17871,7 +18366,7 @@ }; 9FE9F537B938EA1022C9783A442A20B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A3ABFAF84049C591651628C5D7640C70 /* React.xcconfig */; + baseConfigurationReference = 621CF1D31D76D2226CA0C93E31D1A9D8 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -17883,9 +18378,33 @@ }; name = Debug; }; + A0C1FE000580F380178D8A643CC9F1F3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1B6AF5E20CB5B9563AC579F8BDD184D5 /* Pods-RocketChatRN.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "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; + }; A354E3CA95DF65F482A0F806A0DD9CA3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B42F411EAE6816EF069C4783AB0B7D2 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = AA2D1CE0EF17F1B68E6D82CBA5623F59 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -17909,22 +18428,47 @@ }; name = Release; }; - A6731F980F671D767378B82B148E716C /* Release */ = { + A53D3419D2826E7BB3AC67A87DD4B2F7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CEEC35A704E624F1EA0EE0EDC703EF6D /* RNScreens.xcconfig */; + baseConfigurationReference = 4A0C78B3E46CF6595ADB2E7B26CBFDFA /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNScreens; - PRODUCT_NAME = RNScreens; + PRODUCT_MODULE_NAME = react_native_notifications; + PRODUCT_NAME = "react-native-notifications"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A61138BB62CE35EC214158916F04C23C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FD6C7468C237D685D9B9C5F647661663 /* react-native-keyboard-tracking-view.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; + PRODUCT_NAME = "react-native-keyboard-tracking-view"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -17935,6 +18479,82 @@ }; name = Release; }; + A79557873C30BCCF11856389AE7309FE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F326FDCCB46BAE2B561ED4152F3DE7C /* react-native-splash-screen.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-splash-screen/react-native-splash-screen-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_splash_screen; + PRODUCT_NAME = "react-native-splash-screen"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A87D75F7711369D93B01468818A651EC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 58F00C0C05A918B6029299880AE7AD27 /* react-native-webview.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_webview; + PRODUCT_NAME = "react-native-webview"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + AA95C1FB51202EFAAC1D9F1B29980F52 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; AAB3F3D50C2C496CFAD1E28DCF1F196E /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = AFFC0DD1B19332E22BC68E03B7689D37 /* Firebase.xcconfig */; @@ -17978,7 +18598,7 @@ }; ABFDBFC0315AE3569A8E854CEDE3C3AC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A2972224D2130F79FE133395CC3C6267 /* React-jsi.xcconfig */; + baseConfigurationReference = 5463527414D8473936C61660FAC435E1 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18028,34 +18648,9 @@ }; name = Release; }; - AC8915300CD468370358E2EE45ABC853 /* Debug */ = { + AC73C2550FEB54FC9E3431FC76B09AE4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 042D539645D984A1A33E0328F088FA8B /* RNLocalize.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - ADA76BC3670F78F921107BB4E3614706 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1B6AF5E20CB5B9563AC579F8BDD184D5 /* Pods-RocketChatRN.release.xcconfig */; + baseConfigurationReference = 7C6A7F35A722F51724595F8DFE814079 /* Pods-RocketChatRN.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -18073,13 +18668,12 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; AF8417C057B9816BCE5655C70FFD43A1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27021257B133713DBC825DA9FC5A874C /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 43B4A412F11803C454DD882CBA5BF95C /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18102,32 +18696,6 @@ }; name = Debug; }; - AFBF72E8BD2952AFF0499863A8AEEF0D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5A53CA35D2D54F3D40CEFF9008252C7 /* 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; - }; B01D14FDC83DCF9D4BE53066BEA96D05 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -18188,49 +18756,9 @@ }; name = Release; }; - B07EE8F0BA4A02696DC5CC788743D036 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CEEC35A704E624F1EA0EE0EDC703EF6D /* RNScreens.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNScreens; - PRODUCT_NAME = RNScreens; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B2E00BD7E07F9520F9C8A74F0110A224 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B6DD31ECDE50488317D192340731A76C /* UMTaskManagerInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; B352186F58CB5AA1263A74709E102311 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE451BAA5E518AEC0B4F4AC54FB37927 /* React-jsinspector.xcconfig */; + baseConfigurationReference = 5834CE342FC7B5E9505C92502E2B76B9 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18254,32 +18782,6 @@ }; name = Release; }; - B3C8F9DC1BC7EC7A2D10E28894DF1ACF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 446BC9F8022E9338DE5AEA7101664A3C /* react-native-keyboard-tracking-view.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; - PRODUCT_NAME = "react-native-keyboard-tracking-view"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; B41C7D63B0DF54FB29DD5709E9863F95 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5AD86D94C2FE1864B77A5AAC69AA8525 /* glog.xcconfig */; @@ -18306,111 +18808,9 @@ }; name = Release; }; - B5F0346CC825CE818675D52F6D185827 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED728E0FCE0F201C6EB4F6C094B764F3 /* react-native-webview.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-webview/react-native-webview-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_webview; - PRODUCT_NAME = "react-native-webview"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B607290854C4EEC80FEC36B08543189C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B265A0ED6D66B0490BA35CFA5E9FC60B /* 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; - }; - B691391D7C1C5A11DA274C22806DC3BB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B35265DE068B884593E41BA05C492BAF /* QBImagePickerController.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B69C2CBD7772E4B4196B798289113179 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; B774C6F49B847C5130C7F54F17F876F0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D373F9C8CED1600E268212757C6843A /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 3C7C6BDF60D82BDC5060A25807102361 /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18435,6 +18835,31 @@ }; name = Release; }; + B9426981AAB58DFD95E4551A46C571BE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7779A040081D1009EEFE6D665AF6CE69 /* RNScreens.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNScreens; + PRODUCT_NAME = RNScreens; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B9D17EB49FBEA515A9DF2429265DC9C5 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = FB94FBC64BA59476009F765649FB6E5C /* nanopb.xcconfig */; @@ -18462,27 +18887,17 @@ }; name = Release; }; - BA1E18B5C14467D97C8AE0A6F693EB54 /* Release */ = { + BAC6F11C1C2C5417337C4FDB20681C01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 931A1E41CF9314944250CFEEB2DAA7AB /* RNFirebase.xcconfig */; + baseConfigurationReference = 39B25190D95C37982BC54E787404F852 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFirebase/RNFirebase-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFirebase; - PRODUCT_NAME = RNFirebase; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -18490,7 +18905,7 @@ }; BAE085A53D3FA3635BB1634F1AEEF941 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A2972224D2130F79FE133395CC3C6267 /* React-jsi.xcconfig */; + baseConfigurationReference = 5463527414D8473936C61660FAC435E1 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18515,7 +18930,7 @@ }; BB2B3178D31C773E47CE22AA4A0C96E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A65DEB41339A9D437582DEA36623813 /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 821DD20135C892749E5142DE1B0E2858 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18529,9 +18944,34 @@ }; name = Release; }; + BCED88FECC169E6DA528E798F340E27E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FD6C7468C237D685D9B9C5F647661663 /* react-native-keyboard-tracking-view.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; + PRODUCT_NAME = "react-native-keyboard-tracking-view"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; BD846AF2658401B6E969F0E223F9598F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D373F9C8CED1600E268212757C6843A /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 3C7C6BDF60D82BDC5060A25807102361 /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18555,35 +18995,9 @@ }; name = Debug; }; - BE2EA705764236DABA355710E0D2777D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 486E3447490759A30C0E6FF1A96A3EBB /* RNDeviceInfo.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; BF6A4AAA192E749AD5201D9CBEBF857A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E568D94F887CE28EF92A20F525498766 /* React-Core.xcconfig */; + baseConfigurationReference = D0402031B1064C99F79570CA254A8EF4 /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18606,9 +19020,75 @@ }; name = Debug; }; + C02B5E6F8612A90F0F74B78520FBC0AD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4662D0AA9D5A481CF48D746C9C775489 /* RNGestureHandler.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNGestureHandler/RNGestureHandler-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNGestureHandler; + PRODUCT_NAME = RNGestureHandler; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + C0D3022AFDE18F5225A75EC77FFF3AE9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1AC168756E26C432A3B4E9E01D74DA77 /* RNUserDefaults.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNUserDefaults; + PRODUCT_NAME = RNUserDefaults; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + C0EA64C7BBD3E2D9F17DAF0F2DADA4D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CEBF32EACD5FDFE1F5F9BD0AA0E82093 /* UMTaskManagerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; C0F3DA039D0A3252A975541DB249211F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9633C022675DACED3D8E8D14EFD4B08 /* React-RCTWebSocket.xcconfig */; + baseConfigurationReference = 01727AE3D3705E23A2F6B426902E6D65 /* React-RCTWebSocket.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18634,7 +19114,7 @@ }; C1533DFEDEBF00D3A5C7E749E0CE0875 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D83686E46F6086A5529AE63D4C7DFAB /* UMCore.xcconfig */; + baseConfigurationReference = F06CB6AF08CE2DD16B25F5A2D05B643A /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18684,7 +19164,7 @@ }; C247B44F553069D47318E2F569152E91 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE451BAA5E518AEC0B4F4AC54FB37927 /* React-jsinspector.xcconfig */; + baseConfigurationReference = 5834CE342FC7B5E9505C92502E2B76B9 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18707,22 +19187,22 @@ }; name = Debug; }; - C38F7A9FCD1859915298974EEF49FA3D /* Debug */ = { + C471535D220018EFC8595F03D31F15DE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E89FEBB8409310115D1BB4F11051E2BC /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 8A9B6391EAD66508C1DCBFEED9BAA243 /* 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/RNUserDefaults/RNUserDefaults-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.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 = RNUserDefaults; - PRODUCT_NAME = RNUserDefaults; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18734,7 +19214,7 @@ }; C4E0AFE80FD54F1800690C4BAA41ED8A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 508749A3D3D81205830521D8B6F4B9E7 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = AD704CFAB05676D9FBA2A380811708A4 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18749,7 +19229,7 @@ }; C641005C76C55F76BC43907CFB03C710 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB475D97D4DFBB1FD0078E96E269A015 /* EXAV.xcconfig */; + baseConfigurationReference = 758D87F5D201A0C3443E160E03CFE94E /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18773,35 +19253,9 @@ }; name = Debug; }; - C693CAB890E6C8E8A11937E086A4D1A6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08A9E55F567F18E55C5975B764D40FD3 /* SDWebImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; C6B28903F4113BB1D41A4608F8410891 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFB03876A69C345FEF541439D88437A1 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 1527A338A2698F5E963AB65C072AE935 /* React-DevSupport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18824,9 +19278,34 @@ }; name = Debug; }; + C7690E9AFC80E11C7A68C01458D88D8A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1AC168756E26C432A3B4E9E01D74DA77 /* RNUserDefaults.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNUserDefaults/RNUserDefaults-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNUserDefaults; + PRODUCT_NAME = RNUserDefaults; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; C83000CE2C12D66BE8DCDEAF0BE81B4E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A65DEB41339A9D437582DEA36623813 /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 821DD20135C892749E5142DE1B0E2858 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18841,7 +19320,7 @@ }; C922EB6B4FD963E8136F6E0AAD365EE0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27021257B133713DBC825DA9FC5A874C /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 43B4A412F11803C454DD882CBA5BF95C /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18865,34 +19344,9 @@ }; name = Release; }; - CAA59E33E7DD0E77A9BF2E11708B85A4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 486E3447490759A30C0E6FF1A96A3EBB /* RNDeviceInfo.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; CAFA7F89ACEEEA90923DB4DD5F1BB93E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B5072AEBFD11F72BFDF7F599AB94EE0A /* EXWebBrowser.xcconfig */; + baseConfigurationReference = F35ED1362AD458D993A0A5F7759BDE3C /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18916,9 +19370,9 @@ }; name = Debug; }; - D6BA3DE4179E64A8CA28DAB1F0013BAC /* Release */ = { + D2427912082D0F14AECFB11DC5841F06 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24DD2202B8D525AFF89B67C12845D9C0 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = CB27BF131A9FC9236D55E7AAA6CCA820 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18928,35 +19382,8 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; - }; - D8BD4E489F0CB2B27B1E825DD30ED238 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B82DA018FE05B996D562A24F0B1E35AD /* react-native-notifications.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_notifications; - PRODUCT_NAME = "react-native-notifications"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; + name = Debug; }; DA2039C3E2F2E745D7BB89E3A949C64C /* Debug */ = { isa = XCBuildConfiguration; @@ -18974,7 +19401,7 @@ }; DAA9E79193753408477948DB68A1D5A6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 54811106EB99A7C7883D8D64ECD0972B /* EXConstants.xcconfig */; + baseConfigurationReference = 1D213AA22B64B03469C9DB1F5742D7D2 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19000,7 +19427,7 @@ }; DCADD16918FEC19762CB4894ED30DC20 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D34FB7141F7D6F52432B3FB6DE243625 /* yoga.xcconfig */; + baseConfigurationReference = 642AA75C257DE2F60750F5EC280B372B /* yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19047,6 +19474,87 @@ }; name = Debug; }; + DFB2C94E2EF2311E31185E10AD891448 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 54B76EF4E6AF0C1307AFFF2B562B0104 /* react-native-document-picker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E01B488CA3D8EF465EBD106701D21099 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D983245588F262BA8258E00BAF863A5 /* UMImageLoaderInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E06635B1BDC06325BD09A60DF76CE007 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CEBF32EACD5FDFE1F5F9BD0AA0E82093 /* UMTaskManagerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E1D2DD1E36EEA3696B5A96E6D9031270 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 722C86CE4F820A3504BFF3E5A7780884 /* react-native-video.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_video; + PRODUCT_NAME = "react-native-video"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; E1E8D1C102C3C406595FEEA2AEE9B2C7 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A1E89EA7D33E882FAC87F3734E213F90 /* boost-for-react-native.xcconfig */; @@ -19061,50 +19569,9 @@ }; name = Debug; }; - E2AF7FF0C3309E61D4FC8B969FB92724 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 79A4D55FF0062E067DCFF0E1067C6CD9 /* SDWebImageWebPCoder.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImageWebPCoder; - PRODUCT_NAME = SDWebImageWebPCoder; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E2B482E47BD52FF62903ADE15AF9C4D8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B1787FDE362E0C1D9C9E64378237D915 /* UMFontInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E637AA34C49088946EFA99345E822C5B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D34FB7141F7D6F52432B3FB6DE243625 /* yoga.xcconfig */; + baseConfigurationReference = 642AA75C257DE2F60750F5EC280B372B /* yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19128,17 +19595,27 @@ }; name = Release; }; - E833DE3D9B95DEE370B77E7A4C36140B /* Release */ = { + EA5EF492E5BE2AB8CE93295724534537 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C305576E435BD4FA0D88E0D58DB21EC /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = 7779A040081D1009EEFE6D665AF6CE69 /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNScreens/RNScreens-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNScreens; + PRODUCT_NAME = RNScreens; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -19186,7 +19663,7 @@ }; EF6B775701403506119EF88B2F0EC185 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2AD4D906E61588532CF8284830D9781 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 4A28A67B93625EFEF127CCD6C509BC14 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19209,73 +19686,22 @@ }; name = Debug; }; - EF9052260C9104858117745090B0D269 /* Release */ = { + EFD9E99AC35E91CCEAE1E1EC956A4E27 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 877129353617CDE0C3EB6B2F1FE53125 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 301D183C8DD05677F98C95C9FDB0F1ED /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/rn-extensions-share/rn-extensions-share-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = rn_extensions_share; - PRODUCT_NAME = "rn-extensions-share"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - EFB01CFA755FC0CA6CA5E915109387B1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 898180F79F7C19F91F1D016E453CA2E6 /* RNFastImage.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFastImage/RNFastImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFastImage; - PRODUCT_NAME = RNFastImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F08939A874A079BC94AB2EBD591BA638 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BBA067D2D7D1701AFFB6786DCBD29DF8 /* RNVectorIcons.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + 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 = RNVectorIcons; - PRODUCT_NAME = RNVectorIcons; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19286,24 +19712,9 @@ }; name = Release; }; - F17C349344AD108161E34FA92B1D351A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 149CFD9D650EE9DE8BCE7FB5A93730C3 /* UMImageLoaderInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; F21134E5221C7858F0C07A275E43964D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6408973C73FB4221D739092765EF877D /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 0C2FD9668C4EB749F8F566792CA1A50F /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19317,9 +19728,34 @@ }; name = Release; }; - F659492CA10821D39C9E21B1D56ED3FD /* Debug */ = { + F2F11B73713C92533E2206544E4A90F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 80DB7593F4C27EA6E2F9E6C1B10456D1 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = 803F5BB971398F1B99E18A1E9A57A9A1 /* rn-fetch-blob.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/rn-fetch-blob/rn-fetch-blob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = rn_fetch_blob; + PRODUCT_NAME = "rn-fetch-blob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F56CC93C0CB174E8C3D9F7E9E1DB75B4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A19B16D6078F792DEB0B527CDF554F5B /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19334,7 +19770,7 @@ }; F6D9706C270B1DF00D0365B34B090AA3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D83686E46F6086A5529AE63D4C7DFAB /* UMCore.xcconfig */; + baseConfigurationReference = F06CB6AF08CE2DD16B25F5A2D05B643A /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19359,32 +19795,27 @@ }; name = Release; }; - FAC370E82C8A4A97EB151834FD45F245 /* Debug */ = { + F9ADB244D69CDE0A9BE5C12DFB1F3015 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 033D09EAD4BBA3E2FC82C71A34CDC799 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = DF8B3F08A79CC2F4B42C7F50852910D4 /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - FB58FBFBC505E532CEDC6F060E99B7CC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 149CFD9D650EE9DE8BCE7FB5A93730C3 /* UMImageLoaderInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_orientation_locker; + PRODUCT_NAME = "react-native-orientation-locker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -19405,53 +19836,22 @@ }; name = Release; }; - FB7B0A975F4F5E078ACFA74018C46B19 /* Debug */ = { + FE6BC247CC90FA5B16BC1DF5513BBE2A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C305576E435BD4FA0D88E0D58DB21EC /* UMFaceDetectorInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - FBFF2F745ED6F1D3AA4DC6108D8FE4E6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 033D09EAD4BBA3E2FC82C71A34CDC799 /* UMCameraInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - FF82AC7B2893B99232081B6748FC4016 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 446BC9F8022E9338DE5AEA7101664A3C /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = 8CB2C187AD2B3DF29B78EC22380187B6 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_keyboard_tracking_view; - PRODUCT_NAME = "react-native-keyboard-tracking-view"; + PRODUCT_MODULE_NAME = RNAudio; + PRODUCT_NAME = RNAudio; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19464,6 +19864,33 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 0120C68C978FAA790025CF4DB3A74886 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C02B5E6F8612A90F0F74B78520FBC0AD /* Debug */, + 6737586697D41A1245FAA2C25DF28F6E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0830CA2B9E670A205488D6EEF6BF0575 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C7690E9AFC80E11C7A68C01458D88D8A /* Debug */, + C0D3022AFDE18F5225A75EC77FFF3AE9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 08B094C3C12A260E199696096C0EC487 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7AC469F2DB8B8D04E75C86D5DE13FF8B /* Debug */, + 5F11821B958CE6376A8B56AD8697DC7A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 08C4767D793682C307862495EDFC6F37 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19491,6 +19918,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 0C8DFC747A7749CC30811514DFEDB0FC /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4BBA32EDFF9E909AB72DA02F95DC70B4 /* Debug */, + 2A2BEAE8D61B2EE08AD2F2F7EB27157E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 0D1C58C4F3C697682657D483AF1081D3 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19518,24 +19954,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1143A2D7A783596A5269C72FCB524DDB /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B607290854C4EEC80FEC36B08543189C /* Debug */, - 0619063FD214392278626B90374D5EF2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 12273C8ADA6DA114F5C1CDE5A7742A34 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 40BC9E134B787E33DFDACEE6AD94F0A7 /* Debug */, - D6BA3DE4179E64A8CA28DAB1F0013BAC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 13B185864087F75D556AC109B2D70BF7 /* Build configuration list for PBXAggregateTarget "Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19545,6 +19963,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1617AA69439D4B53CB1F551B1DE800EC /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 52255DAD6EC4A5DFBED43CEADE8CB850 /* Debug */, + 8A0C95022D7221F1FF2515B725013807 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 16BF9F6BB5D5854A1996C4570FAB7E90 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D2427912082D0F14AECFB11DC5841F06 /* Debug */, + 4C4FED0209E9802029D5AB8132D84DAB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 17528847ED7361712D5774B3F57F412E /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19554,15 +19990,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1C45A6E077A24EF4E073B52A5165E7C9 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AC8915300CD468370358E2EE45ABC853 /* Debug */, - 31F9C8BD32FF30E46B8E40E5B3069336 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19572,11 +19999,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 22041EDAE9711FF3C9FBABAB25C95D2D /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { + 1E4F71006A5E9687959650DCB6F78B43 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { isa = XCConfigurationList; buildConfigurations = ( - FB7B0A975F4F5E078ACFA74018C46B19 /* Debug */, - E833DE3D9B95DEE370B77E7A4C36140B /* Release */, + DFB2C94E2EF2311E31185E10AD891448 /* Debug */, + 76A8F59DA1ED2A555DCE72A323C8E12C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19590,24 +20017,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 22E1AB9A987CE36E33408E9E3B25DF26 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 75985455EA3321FA89D2DCA979887A15 /* Debug */, - 3FC28E317383C32799019404E74B808C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 24D9B83F068012C83916954E89B953E8 /* Build configuration list for PBXNativeTarget "RNAudio" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2717443D485FA25B9DB7D8D75F9DC52E /* Debug */, - 8A35715E29DAA04D2C462D501E070855 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 272C318C3C138518DD0B0FB5BF575E70 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19617,11 +20026,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 27B57F7BB71CBB7A6E16F825A449DCEE /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { + 29099A419FFECDA0A2D911ED0299E404 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { isa = XCConfigurationList; buildConfigurations = ( - 70821C864CF3F40C0F47933F25444327 /* Debug */, - B5F0346CC825CE818675D52F6D185827 /* Release */, + 73F7B1926784DABC6B32AE0318D6DF6B /* Debug */, + EFD9E99AC35E91CCEAE1E1EC956A4E27 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19635,11 +20044,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3B6602728029FF775A2E04149CC0F6C2 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { + 3B753FEABBE106DE3D92CF7CB5E3A9DE /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { isa = XCConfigurationList; buildConfigurations = ( - B2E00BD7E07F9520F9C8A74F0110A224 /* Debug */, - 8B344546BE137405144B45CD513AD2CD /* Release */, + 389F85BAE62788E1391CE711B140646E /* Debug */, + 49FD3EEE031F15C95824994D90203769 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3E55FBC1FF7B4CDE787C1EEE1CF809BB /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A79557873C30BCCF11856389AE7309FE /* Debug */, + 19F89AC2CDE5D39C5EAA362453FC7286 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 44C41DE2D7A7276376D6A1D1A3E26003 /* Build configuration list for PBXNativeTarget "RNReanimated" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 82F43EBEF3D0C4484C879D08289C3475 /* Debug */, + 4A983DB5E886A196A289F9328DA77FCA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19653,11 +20080,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 48B13F703D92F05EE65E43A214E49B15 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { + 4A2ADD19F6F2B784FC2E048825BDB0F7 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { isa = XCConfigurationList; buildConfigurations = ( - C38F7A9FCD1859915298974EEF49FA3D /* Debug */, - 19BF19DC887E9CA91A712BB31D5EB566 /* Release */, + 09EE74E4D7C67F9E2C1AD6B2FC73CFDF /* Debug */, + 98D3A8D2A89CC01FC366F75815BB6DDC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19671,11 +20098,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4FFC881777526637E4DE949C0E450293 /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { + 4C90CB7F5194C3812DCFAF7750C792D2 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8D59FFBE3186CA53BEA55D6D2A323021 /* Debug */, - BA1E18B5C14467D97C8AE0A6F693EB54 /* Release */, + A53D3419D2826E7BB3AC67A87DD4B2F7 /* Debug */, + 7DBDD3129841738736E177384117465D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 523F161EF0B5A84EEB74A67B9B933108 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 116CFDC3DF103E3D3A5FE8E08731AAB7 /* Debug */, + 8F2518B07E25FF184B802C9E876E52E2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19698,6 +20134,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 57D2F5D278345AC90D48692BC1A85E06 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 558D914922C84B7279D54311DC7CA529 /* Debug */, + 8177CFDC5F7245CFD31CAE2C995B28B7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5AE3722DD39C3B2C37D89B1AC2A0A4C0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19707,20 +20152,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5BFFD842DE66BB0B5DEDC4964ED8D929 /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { + 5BCED4F654633BF9E59006A69EF988B5 /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 518D846D41D35B233972F43428023FF2 /* Debug */, - 2DCE7D7220DA1BCF60012542012E4EC6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5DC1B01D447F44FDC9EEAFD1ADC81ED7 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B69C2CBD7772E4B4196B798289113179 /* Debug */, - C693CAB890E6C8E8A11937E086A4D1A6 /* Release */, + 82A9979CF33FB90F0075F65A5B45179B /* Debug */, + 0ADD29F3800CC876E2141B92C61AC28E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19770,20 +20206,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 677D079FB443A7CF635E1E0B6147F9E8 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + 66235FB110A9BBA941B7EF8D962F1E2A /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { isa = XCConfigurationList; buildConfigurations = ( - 521E3810187397EC8090754AFE4F7552 /* Debug */, - F08939A874A079BC94AB2EBD591BA638 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 691CAEA28BBAF02197DA09B7C48E4BD1 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97DCBE3263B2194C35635B8682E1262B /* Debug */, - EF9052260C9104858117745090B0D269 /* Release */, + 186D8AFC0338396BEB488B1228C48692 /* Debug */, + A87D75F7711369D93B01468818A651EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19806,29 +20233,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 71D68E7B761A15AC5A5E220CC4684FF1 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { + 7212019556D16F4FEB1A69D4110375F8 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - E2B482E47BD52FF62903ADE15AF9C4D8 /* Debug */, - 3B2BBF79BE9919CF52D4F50D31270F26 /* Release */, + C0EA64C7BBD3E2D9F17DAF0F2DADA4D0 /* Debug */, + E06635B1BDC06325BD09A60DF76CE007 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 744D376625EFF3C3AE0E2E8FEB85A877 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { + 763131CCC5F7AF48985BBEAA5B620CB7 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { isa = XCConfigurationList; buildConfigurations = ( - FAC370E82C8A4A97EB151834FD45F245 /* Debug */, - FBFF2F745ED6F1D3AA4DC6108D8FE4E6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 74F6A0D49660CDD8A01487E5BAC6E957 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2DEFDF24E5A0367B667E1EDD7751D0FE /* Debug */, - E2AF7FF0C3309E61D4FC8B969FB92724 /* Release */, + 672794A81C8A1701C07FA93B5E324A57 /* Debug */, + 29862A726C860D51D4293FFC0A71EE04 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19842,11 +20260,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 856A1DDE6B31DFB3C303AAF0B70FFC11 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { + 84AE61657B77E757CFF95C4648FD7E56 /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - F659492CA10821D39C9E21B1D56ED3FD /* Debug */, - 0CB8BE9A0D54473FE4FF9BF7A53FF860 /* Release */, + 2EEEA28B29E1E85557D0B908799C2511 /* Debug */, + 7C29FDE9DCE7ED5F4E24F57E35E820BD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19860,15 +20278,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 880E647D22523C0F5693FB64B167B8E2 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2A160CA80B6895AECA10AB85076D779C /* Debug */, - 38BCAE5F3287F9CBDAF9EF02D21FDE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8D2EFE0FE8311293CF2DE010A71CAA8F /* Build configuration list for PBXAggregateTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19878,20 +20287,56 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9BFD46A2FEE23D94E21B39E722DD7087 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { + 8E75800007B10C905F2F3339205EDCA0 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6C20E85B8C71621C66DA91709CD5C4D4 /* Debug */, - B691391D7C1C5A11DA274C22806DC3BB /* Release */, + 948EFCC9CE7FC0977E4E88D74385A689 /* Debug */, + 065E4648696EFCF22A972B28169B4174 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A003754E4AF8A791181CFEB2F4E03DC4 /* Build configuration list for PBXNativeTarget "react-native-video" */ = { + 8FF635902BCEFBA70804547FD5FC78D6 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3E4CD2D452BF8C6F9364150F3C304498 /* Debug */, - 0E5D6036164ACD5B4D2FAC36AA0BC1D7 /* Release */, + F2F11B73713C92533E2206544E4A90F0 /* Debug */, + 9B7F4192BFD092DA05A0DFB1A0BECF10 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9560F1A924CDB55B99EACAFCE8A4E7BF /* Build configuration list for PBXNativeTarget "react-native-video" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E1D2DD1E36EEA3696B5A96E6D9031270 /* Debug */, + 51EF56B0B7DA6BBBA83AC0B312CE095D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9B89466DB1199A1A9B31F96516DE544A /* Build configuration list for PBXNativeTarget "RNAudio" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FE6BC247CC90FA5B16BC1DF5513BBE2A /* Debug */, + 9C3D65BD8D88470BAAD2021B2B5E94C8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9F064E8CDDCF18E65A9E2560DE5E0175 /* Build configuration list for PBXNativeTarget "RNScreens" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9426981AAB58DFD95E4551A46C571BE /* Debug */, + EA5EF492E5BE2AB8CE93295724534537 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A02E8DA1A71584627AA07B343DC9E03E /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C471535D220018EFC8595F03D31F15DE /* Debug */, + 46027983B2883220946711FB3BDEC477 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19923,29 +20368,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AB0B8E68C2029BC4CB4B15DF45A3F884 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + ABE3C1971200B2D7795A4047DF7F7F87 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - F17C349344AD108161E34FA92B1D351A /* Debug */, - FB58FBFBC505E532CEDC6F060E99B7CC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - ACA2464F6560A06822A3F6787DAAF9CC /* Build configuration list for PBXNativeTarget "RNScreens" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B07EE8F0BA4A02696DC5CC788743D036 /* Debug */, - A6731F980F671D767378B82B148E716C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B0A09EB49826D3178D01D4B39405F12F /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9188A34AC0EA94F083F55C24A7967435 /* Debug */, - 48012DCE46B538EED4717AB353B67170 /* Release */, + AA95C1FB51202EFAAC1D9F1B29980F52 /* Debug */, + 639AEC4FF39BC0798A10F4013ADFDDD1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -19968,6 +20395,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BB252680610D12D89EC0B96A637F4ADD /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E01B488CA3D8EF465EBD106701D21099 /* Debug */, + 0D525F2EEA1244582A28208CC3EE547C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; BC00811E082341577790995EE25EA091 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -19977,20 +20413,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BE069F5C53FAD0EE5DF577FB48D1920A /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { + C0D5D3B2C39F1ADD817AE891EDC1C334 /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 296BAFAA7BB48D0EE949E33D353BA165 /* Debug */, - 50EB74121B568E1EDFC64969A7738AB7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C06FA3D8B2F0F8628CC6FCAA99583952 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2AB392BDA3CF470DE202BE960B98AC82 /* Debug */, - 9F039F3CBF2EDBE1C9C41DCED1686EF3 /* Release */, + 301D4A0AFB4E271C4C5736C134ABF232 /* Debug */, + 68134D4F7209F1E847302C256B09D7D2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -20004,29 +20431,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D10E3B26DD2E375F0C126DCCFE884F50 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { + CD09BB1E6FD96FA2FA376A4D249CF2BD /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9529B944D963AAA0EFB3CDD348137164 /* Debug */, - AFBF72E8BD2952AFF0499863A8AEEF0D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D3A0DE1FFD4489DD547F2E0F2FE9C08B /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 15FA45CF8C6F6E13C0EEE58875FB1712 /* Debug */, - 82079EFFC841A38574F00A690BF6DD25 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D46B55585290B4659F8761B1007D6074 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4267999638DA3279AED58231C8ED9395 /* Debug */, - D8BD4E489F0CB2B27B1E825DD30ED238 /* Release */, + 49791D280B4939BCB4CF5C8B1DF232D1 /* Debug */, + 5E9E33FB255EA3E4886AA33713E2C833 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -20040,6 +20449,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D62034CD8D094C6ED72C58F358462E7A /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7E4B0A6D253791C681F47F886219B5F5 /* Debug */, + 6D9FD8395F3CF2520B168D4ED5465E77 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D714EFAF91AF42119B673C282ADF2B13 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -20076,11 +20494,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E6A5FF89C1AE134073CEA0DBC34DE9C8 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + E39E7F241D27143E24B9EC5D0A41970D /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7E718702B68FBF99C0E86D9797603C9B /* Debug */, - ADA76BC3670F78F921107BB4E3614706 /* Release */, + 695FC28B5F96C26528AE1DA5C3B8B5DC /* Debug */, + F9ADB244D69CDE0A9BE5C12DFB1F3015 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -20103,29 +20521,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ECBB281AF0B016A31C460AEBCDF58303 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { + F3CF78471A5D6E16F3BD826377B73774 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */ = { isa = XCConfigurationList; buildConfigurations = ( - 08D68724298ECA9C17C60157BB1CADEF /* Debug */, - 5637423B8CDD78736315C8739979E52E /* Release */, + BCED88FECC169E6DA528E798F340E27E /* Debug */, + A61138BB62CE35EC214158916F04C23C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED3ED438D0DAF65E2DF30C7CF8E11F67 /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { + F5856B17A067784A44C76CC96870B91C /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( - EFB01CFA755FC0CA6CA5E915109387B1 /* Debug */, - 22D98825B59B1613AC8F377B92F303CD /* Release */, + AC73C2550FEB54FC9E3431FC76B09AE4 /* Debug */, + A0C1FE000580F380178D8A643CC9F1F3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EF2AF50264269DBB8FF71EFE4C92C04B /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + F593F12607C88B0638895B5822562B21 /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 66B5998B704B15091F8D61D9821167D0 /* Debug */, - 16A5B720DAD9445CFBAFF72704126E58 /* Release */, + 0E10269E0B0063665398B7BD15BCB5F4 /* Debug */, + BAC6F11C1C2C5417337C4FDB20681C01 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -20139,15 +20557,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F638130B9D656F63265F7F66994331F0 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CAA59E33E7DD0E77A9BF2E11708B85A4 /* Debug */, - BE2EA705764236DABA355710E0D2777D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; F7B9206E26DEB0994836EBA1FC0E2DE6 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -20175,6 +20584,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + FA43BC0F4AF37A196D6AD862DF15CF22 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F56CC93C0CB174E8C3D9F7E9E1DB75B4 /* Debug */, + 96F65A15FAAA3AC63806649F9A7881E7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FBC40A7F6CC2304CFC78A61E757FCC99 /* Build configuration list for PBXNativeTarget "EXFileSystem" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -20184,15 +20602,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FCFB887E85617D50FDB7FB1BE9F316BD /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FF82AC7B2893B99232081B6748FC4016 /* Debug */, - B3C8F9DC1BC7EC7A2D10E28894DF1ACF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ }; rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; 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 a9673b8f..e6384700 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 @@ -1010,6 +1010,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## RNReanimated + +The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +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. + + ## RNScreens 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 d2ffab7f..7a52ba36 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 @@ -1127,6 +1127,37 @@ SOFTWARE. FooterText The MIT License (MIT) +Copyright (c) 2016 Krzysztof Magiera + +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 + RNReanimated + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + Copyright (c) 2018 Krzysztof Magiera Permission is hereby granted, free of charge, to any person obtaining a copy 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 00dd9b60..02fb68a5 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/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}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/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}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index 00dd9b60..02fb68a5 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/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}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/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}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index a9673b8f..e6384700 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 @@ -1010,6 +1010,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## RNReanimated + +The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +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. + + ## RNScreens 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 d2ffab7f..7a52ba36 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 @@ -1127,6 +1127,37 @@ SOFTWARE. FooterText The MIT License (MIT) +Copyright (c) 2016 Krzysztof Magiera + +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 + RNReanimated + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + Copyright (c) 2018 Krzysztof Magiera Permission is hereby granted, free of charge, to any person obtaining a copy 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 84441fc4..e8dd41b6 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index 84441fc4..e8dd41b6 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +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/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-splash-screen" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" "${PODS_ROOT}/Headers/Public/yoga" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FirebaseCore" -l"FirebaseInstanceID" -l"Folly" -l"GoogleUtilities" -l"QBImagePickerController" -l"RNAudio" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-document-picker" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCoreDiagnostics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated-dummy.m b/ios/Pods/Target Support Files/RNReanimated/RNReanimated-dummy.m new file mode 100644 index 00000000..4fa7916a --- /dev/null +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_RNReanimated : NSObject +@end +@implementation PodsDummy_RNReanimated +@end diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated-prefix.pch b/ios/Pods/Target Support Files/RNReanimated/RNReanimated-prefix.pch new file mode 100644 index 00000000..beb2a244 --- /dev/null +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.xcconfig b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.xcconfig new file mode 100644 index 00000000..d2a246a7 --- /dev/null +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNReanimated" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/yoga" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-reanimated +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/package.json b/package.json index 0d66fc36..193626c2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-native-easy-toast": "^1.2.0", "react-native-fast-image": "^7.0.2", "react-native-firebase": "^5.5.5", - "react-native-gesture-handler": "^1.3.0", + "react-native-gesture-handler": "^1.4.1", "react-native-image-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git", "react-native-image-zoom-viewer": "^2.2.26", "react-native-keyboard-aware-scroll-view": "0.8.0", @@ -67,8 +67,9 @@ "react-native-orientation-locker": "^1.1.6", "react-native-picker-select": "6.3.0", "react-native-platform-touchable": "^1.1.1", + "react-native-reanimated": "^1.2.0", "react-native-responsive-ui": "^1.1.1", - "react-native-screens": "^1.0.0-alpha.23", + "react-native-screens": "^2.0.0-alpha.3", "react-native-scrollable-tab-view": "0.10.0", "react-native-slider": "^0.11.0", "react-native-slowlog": "^1.0.2", @@ -77,8 +78,10 @@ "react-native-vector-icons": "6.6.0", "react-native-video": "^5.0.0", "react-native-webview": "6.8.0", - "react-navigation": "^3.11.1", + "react-navigation": "^4.0.5", + "react-navigation-drawer": "^2.2.1", "react-navigation-header-buttons": "3.0.1", + "react-navigation-stack": "^1.7.3", "react-redux": "7.1.0", "reactotron-react-native": "3.6.4", "redux": "4.0.4", diff --git a/yarn.lock b/yarn.lock index 0d76af93..e0cc4b39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1287,20 +1287,20 @@ shell-quote "1.6.1" ws "^1.1.0" -"@react-navigation/core@~3.4.1": - version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.4.2.tgz#bec563e94fde40fbab3730cdc97f22afbb2a1498" - integrity sha512-7G+iDzLSTeOUU4vVZeRZKJ+Bd7ds7ZxYNqZcB8i0KlBeQEQfR74Ounfu/p0KIEq2RiNnaE3QT7WVP3C87sebzw== +"@react-navigation/core@^3.5.1": + version "3.5.1" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.5.1.tgz#7a2339fca3496979305fb3a8ab88c2ca8d8c214d" + integrity sha512-q7NyhWVYOhVIWqL2GZKa6G78YarXaVTTtOlSDkvy4ZIggo40wZzamlnrJRvsaQX46gsgw45FAWb5SriHh8o7eA== dependencies: hoist-non-react-statics "^3.3.0" path-to-regexp "^1.7.0" query-string "^6.4.2" react-is "^16.8.6" -"@react-navigation/native@~3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.5.0.tgz#f5d16e0845ac26d1147d1caa481f18a00740e7ae" - integrity sha512-TmGOis++ejEXG3sqNJhCSKqB0/qLu3FQgDtO959qpqif36R/diR8SQwJqeSdofoEiK3CepdhFlTCeHdS1/+MsQ== +"@react-navigation/native@^3.6.2": + version "3.6.2" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.6.2.tgz#3634697b6350cc5189657ae4551f2d52b57fbbf0" + integrity sha512-Cybeou6N82ZeRmgnGlu+wzlV3z5BZQR2dmYaNFV1TNLUGHqtvv8E7oNw9uYcz9Ox5LFbiX+FdNTn2d6ZPlK0kg== dependencies: hoist-non-react-statics "^3.0.1" react-native-safe-area-view "^0.14.1" @@ -4668,6 +4668,11 @@ gud@^1.0.0: resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== +hammerjs@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1" + integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE= + handlebars@^4.0.3: version "4.0.12" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" @@ -4813,7 +4818,7 @@ hoek@4.x.x: resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb" integrity sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA== -hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0: +hoist-non-react-statics@^2.3.1: version "2.5.5" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== @@ -8505,9 +8510,9 @@ query-string@6.5.0: strict-uri-encode "^2.0.0" query-string@^6.4.2: - version "6.8.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.1.tgz#62c54a7ef37d01b538c8fd56f95740c81d438a26" - integrity sha512-g6y0Lbq10a5pPQpjlFuojfMfV1Pd2Jw9h75ypiYPPia3Gcq2rgkKiIwbkS6JxH7c5f5u/B/sB+d13PU+g1eu4Q== + version "6.8.3" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.3.tgz#fd9fb7ffb068b79062b43383685611ee47777d4b" + integrity sha512-llcxWccnyaWlODe7A9hRjkvdCKamEKTh+wH8ITdTc3OhchaqUZteiSCX/2ablWHVrkVIe04dntnaZJ7BdyW0lQ== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0" @@ -8714,14 +8719,15 @@ react-native-firebase@^5.5.5: opencollective-postinstall "^2.0.0" prop-types "^15.7.2" -react-native-gesture-handler@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.3.0.tgz#d0386f565928ccc1849537f03f2e37fd5f6ad43f" - integrity sha512-ASRFIXBuKRvqlmwkWJhV8yP2dTpvcqVrLNpd7FKVBFHYWr6SAxjGyO9Ik8w1lAxDhMlRP2IcJ9p9eq5X2WWeLQ== +react-native-gesture-handler@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.4.1.tgz#c38d9e57637b95e221722a79f2bafac62e3aeb21" + integrity sha512-Ffcs+SbEbkGaal0CClYL+v7A9y4OA5G5lW01qrzjxaqASp5C8BfnWSKuqYKE00s6bLwE5L4xnlHkG0yIxAtbrQ== dependencies: + hammerjs "^2.0.8" hoist-non-react-statics "^2.3.1" - invariant "^2.2.2" - prop-types "^15.5.10" + invariant "^2.2.4" + prop-types "^15.7.2" "react-native-image-crop-picker@git+https://github.com/RocketChat/react-native-image-crop-picker.git": version "0.25.0" @@ -8825,6 +8831,11 @@ react-native-platform-touchable@^1.1.1: resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4" integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ= +react-native-reanimated@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.2.0.tgz#9219227a52a5dfa4d34c324596d6726ccd874293" + integrity sha512-vkWRHrPK5qfHP/ZawlRoo38oeYe9NZaaOH/lmFxRcsKzaSK6x3H5ZPXI8lK6MfTLveqwo1QhJje3zIKXO4nQQw== + react-native-responsive-ui@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/react-native-responsive-ui/-/react-native-responsive-ui-1.1.1.tgz#eb41839d4f3951ff025660185c36a9a9ce33759f" @@ -8833,19 +8844,26 @@ react-native-responsive-ui@^1.1.1: lodash "^4.17.4" react-native-safe-area-view@^0.14.1: - version "0.14.6" - resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.6.tgz#9a9d37d9f8f3887d60c4076eae7b5d2319539446" - integrity sha512-dbzuvaeHFV1VBpyMaC0gtJ2BqFt6ls/405A0t78YN1sXiTrVr3ki86Ysct8mzifWqLdvWzcWagE5wfMtdxnqoA== + version "0.14.8" + resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.8.tgz#ef33c46ff8164ae77acad48c3039ec9c34873e5b" + integrity sha512-MtRSIcZNstxv87Jet+UsPhEd1tpGe8cVskDXlP657x6rHpSrbrc+y13ZNXrwAgGNNhqQNX7UJT68ZIq//ZRmvw== dependencies: hoist-non-react-statics "^2.3.1" -"react-native-screens@^1.0.0 || ^1.0.0-alpha", react-native-screens@^1.0.0-alpha.23: +"react-native-screens@^1.0.0 || ^1.0.0-alpha": version "1.0.0-alpha.23" resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.23.tgz#25d7ea4d11bda4fcde2d1da7ae50271c6aa636e0" integrity sha512-tOxHGQUN83MTmQB4ghoQkibqOdGiX4JQEmeyEv96MKWO/x8T2PJv84ECUos9hD3blPRQwVwSpAid1PPPhrVEaw== dependencies: debounce "^1.2.0" +react-native-screens@^2.0.0-alpha.3: + version "2.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.0.0-alpha.3.tgz#af86f265b2fb4293b626cf4396db7743de5a54af" + integrity sha512-SA3uGrc3UM1V9y6gfVU1UPf1a3dMyQCj3p5J7y6g81Of8rV5Pc34s6fWzOKNAWgOiviAktZB1z7Jngdl7+acZg== + dependencies: + debounce "^1.2.0" + react-native-scrollable-tab-view@0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.10.0.tgz#8ce7908254685ee37d35df7d849676eaa1e81132" @@ -8877,13 +8895,6 @@ react-native-swipe-gestures@^1.0.3: resolved "https://registry.yarnpkg.com/react-native-swipe-gestures/-/react-native-swipe-gestures-1.0.3.tgz#4160f8d459627323f3a3d2770af4bcd82fd054f5" integrity sha512-KOouRzPB2fHFjVombsSdRfYo8SFeNVa4Ho4B5il87DuuF26sPNOtb3je+qaT/xVptedOsCzRPJGbWFMsaBApgg== -react-native-tab-view@^1.2.0, react-native-tab-view@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz#f113cd87485808f0c991abec937f70fa380478b9" - integrity sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ== - dependencies: - prop-types "^15.6.1" - react-native-unimodules@0.5.3: version "0.5.3" resolved "https://registry.yarnpkg.com/react-native-unimodules/-/react-native-unimodules-0.5.3.tgz#24615ae71615d9aa76f128595286ad5fc4709ed2" @@ -8968,12 +8979,10 @@ react-native@0.60.4: stacktrace-parser "^0.1.3" whatwg-fetch "^3.0.0" -react-navigation-drawer@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.2.1.tgz#7bd5efeee7d2f611d3ebb0933e0c8e8eb7cafe52" - integrity sha512-T2kaBjY2c4/3I6noWFnaf/c18ntNH5DsST38i+pdc2NPxn5Yi5lkK+ZZTeKuHSFD4a7G0jWY9OGf1iRkHWLMAQ== - dependencies: - react-native-tab-view "^1.2.0" +react-navigation-drawer@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-2.2.1.tgz#00bc5a9fcd80a519834f2db8a37aba9fc7f99d8b" + integrity sha512-FfGG27CGd2zimBYwICyURNpFkP5ggHNfgYLUnWZDo4FnpmPPFTPeYsEmfKeITD0Mg334CI23CLW8HSCuq5Mszw== react-navigation-header-buttons@3.0.1: version "3.0.1" @@ -8982,31 +8991,20 @@ react-navigation-header-buttons@3.0.1: dependencies: react-native-platform-touchable "^1.1.1" -react-navigation-stack@~1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.4.0.tgz#69cdb029ea4ee5877d7e933b3117dc90bc841eb2" - integrity sha512-zEe9wCA0Ot8agarYb//0nSWYW1GM+1R0tY/nydUV0EizeJ27At0EklYVWvYEuYU6C48va6cu8OPL7QD/CcJACw== - -react-navigation-tabs@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-1.1.4.tgz#00a312250df3c519c60b7815a523ace5ee11163a" - integrity sha512-py2hLCRxPwXOzmY1W9XcY1rWXxdK6RGW/aXh56G9gIf8cpHNDhy/bJV4e46/JrVcse3ybFaN0liT09/DM/NdwQ== +react-navigation-stack@^1.7.3: + version "1.8.0" + resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.8.0.tgz#52cb159371b64d20780a72ce43e9620adec2f2a0" + integrity sha512-J8ezJlZRxoXuxVH7Y9EOBBluoOpjgrFN0HBKMJyi8ctFEVDsEjjbsffhk6ihOeZ2um7dPYErzeD7sLjx8YQDzw== dependencies: - hoist-non-react-statics "^2.5.0" - prop-types "^15.6.1" - react-lifecycles-compat "^3.0.4" - react-native-tab-view "^1.4.1" + prop-types "^15.7.2" -react-navigation@^3.11.1: - version "3.11.1" - resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-3.11.1.tgz#ba696ad6b512088a97a20cc7e6a250c53dbddd26" - integrity sha512-n64HxLG5s5ucVFo1Gs+D9ujChhHDd98lpQ1p27wL7gq8V1PaRJMvsBEIsguhtc2rTIL/TWDynOesXQDG+Eg6FQ== +react-navigation@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.5.tgz#d4e16d9884cfd6bb2cda4d16e001227e2c859b46" + integrity sha512-VidRiSA2RvrgPlKs/7FNKV6pXEYXREtxiEl6m/Dmfb8x27amG6JRibzJC2mpWt4w0SAIGMUjHallRi3h9sIk0A== dependencies: - "@react-navigation/core" "~3.4.1" - "@react-navigation/native" "~3.5.0" - react-navigation-drawer "~1.2.1" - react-navigation-stack "~1.4.0" - react-navigation-tabs "~1.1.4" + "@react-navigation/core" "^3.5.1" + "@react-navigation/native" "^3.6.2" react-popper-tooltip@^2.8.3: version "2.8.3"