diff --git a/__tests__/__snapshots__/Storyshots.test.js.snap b/__tests__/__snapshots__/Storyshots.test.js.snap index 872906406..83b88dfc3 100644 --- a/__tests__/__snapshots__/Storyshots.test.js.snap +++ b/__tests__/__snapshots__/Storyshots.test.js.snap @@ -11074,7 +11074,7 @@ exports[`Storyshots Message list 1`] = `  - - - - - - + /> - - - - - - + /> - - - - - - + /> - - - - - - + /> {this.duration} diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9eb3c4b6a..655c4ce73 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -295,6 +295,8 @@ PODS: - React - react-native-orientation-locker (1.1.6): - React + - react-native-slider (2.0.1): + - React - react-native-splash-screen (3.2.0): - React - react-native-video (5.0.0): @@ -433,6 +435,7 @@ DEPENDENCIES: - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) + - "react-native-slider (from `../node_modules/@react-native-community/slider`)" - react-native-splash-screen (from `../node_modules/react-native-splash-screen`) - react-native-video (from `../node_modules/react-native-video`) - react-native-webview (from `../node_modules/react-native-webview`) @@ -563,6 +566,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-notifications" react-native-orientation-locker: :path: "../node_modules/react-native-orientation-locker" + react-native-slider: + :path: "../node_modules/@react-native-community/slider" react-native-splash-screen: :path: "../node_modules/react-native-splash-screen" react-native-video: @@ -701,6 +706,7 @@ SPEC CHECKSUMS: react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 react-native-notifications: 163ddedac6fcc8d850ea15b06abdadcacdff00f1 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c + react-native-slider: ecc7f4cb0ccb9fa1346707ce76eb8618c9c2b598 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-video: 6555881252c8ca039760e1cd6df28ac28ffb2baf react-native-webview: 9f588ea09ede9bd1f5443f4aa4ddfadeb51fcd28 diff --git a/ios/Pods/Headers/Private/react-native-slider/RNCSlider.h b/ios/Pods/Headers/Private/react-native-slider/RNCSlider.h new file mode 120000 index 000000000..483495ae0 --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-slider/RNCSlider.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/slider/ios/RNCSlider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-slider/RNCSliderManager.h b/ios/Pods/Headers/Private/react-native-slider/RNCSliderManager.h new file mode 120000 index 000000000..ef3a2d314 --- /dev/null +++ b/ios/Pods/Headers/Private/react-native-slider/RNCSliderManager.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/slider/ios/RNCSliderManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-slider/RNCSlider.h b/ios/Pods/Headers/Public/react-native-slider/RNCSlider.h new file mode 120000 index 000000000..483495ae0 --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-slider/RNCSlider.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/slider/ios/RNCSlider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-slider/RNCSliderManager.h b/ios/Pods/Headers/Public/react-native-slider/RNCSliderManager.h new file mode 120000 index 000000000..ef3a2d314 --- /dev/null +++ b/ios/Pods/Headers/Public/react-native-slider/RNCSliderManager.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-community/slider/ios/RNCSliderManager.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/react-native-slider.podspec.json b/ios/Pods/Local Podspecs/react-native-slider.podspec.json new file mode 100644 index 000000000..f8c7140f0 --- /dev/null +++ b/ios/Pods/Local Podspecs/react-native-slider.podspec.json @@ -0,0 +1,21 @@ +{ + "name": "react-native-slider", + "version": "2.0.1", + "summary": "React Native component used to select a single value from a range of values.", + "license": "MIT", + "authors": "react-native-community", + "homepage": "https://github.com/react-native-community/react-native-slider", + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://github.com/react-native-community/react-native-slider.git", + "tag": "v2.0.1" + }, + "source_files": "ios/**/*.{h,m}", + "dependencies": { + "React": [ + + ] + } +} diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 9eb3c4b6a..655c4ce73 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -295,6 +295,8 @@ PODS: - React - react-native-orientation-locker (1.1.6): - React + - react-native-slider (2.0.1): + - React - react-native-splash-screen (3.2.0): - React - react-native-video (5.0.0): @@ -433,6 +435,7 @@ DEPENDENCIES: - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) + - "react-native-slider (from `../node_modules/@react-native-community/slider`)" - react-native-splash-screen (from `../node_modules/react-native-splash-screen`) - react-native-video (from `../node_modules/react-native-video`) - react-native-webview (from `../node_modules/react-native-webview`) @@ -563,6 +566,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-notifications" react-native-orientation-locker: :path: "../node_modules/react-native-orientation-locker" + react-native-slider: + :path: "../node_modules/@react-native-community/slider" react-native-splash-screen: :path: "../node_modules/react-native-splash-screen" react-native-video: @@ -701,6 +706,7 @@ SPEC CHECKSUMS: react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 react-native-notifications: 163ddedac6fcc8d850ea15b06abdadcacdff00f1 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c + react-native-slider: ecc7f4cb0ccb9fa1346707ce76eb8618c9c2b598 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-video: 6555881252c8ca039760e1cd6df28ac28ffb2baf react-native-webview: 9f588ea09ede9bd1f5443f4aa4ddfadeb51fcd28 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index aff80bcf3..09740a078 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -7,24 +7,15 @@ objects = { /* Begin PBXAggregateTarget section */ - 0F1510CA64D3BD5A32C5357D5CB788FD /* UMSensorsInterface */ = { + 1A20EC96C3F4E5C7E0CCDF36A9A7C630 /* UMSensorsInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 50C806961EF27281C0A30B4549EF1AB4 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; + buildConfigurationList = DB25AFAA6C30ADF90DA09558214638B4 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */; buildPhases = ( ); dependencies = ( ); name = UMSensorsInterface; }; - 18CEE6DA46F6A35B632E30ABDA5F0368 /* UMBarCodeScannerInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 6EB6E5A39241D92C4588BA17DFE62C8B /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMBarCodeScannerInterface; - }; 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */ = { isa = PBXAggregateTarget; buildConfigurationList = 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; @@ -34,6 +25,15 @@ ); name = FBLazyVector; }; + 20ACC36C51798763EAC72B9C1A345C7A /* UMCameraInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = F77BADC8E8197BCC43E8184D9215420C /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMCameraInterface; + }; 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */ = { isa = PBXAggregateTarget; buildConfigurationList = F617CE4545CE4E4DED6DEC4F2D3F8F38 /* Build configuration list for PBXAggregateTarget "JitsiMeetSDK" */; @@ -85,15 +85,6 @@ ); name = UMConstantsInterface; }; - 576DA68F0B73651A1A5891E1E575843A /* UMFaceDetectorInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = C089577AD0FCF110B9A2F9691F28D573 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMFaceDetectorInterface; - }; 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; buildConfigurationList = D714EFAF91AF42119B673C282ADF2B13 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; @@ -114,6 +105,15 @@ ); name = UMPermissionsInterface; }; + 61DC549801A5179157FA019CF233ECCC /* UMImageLoaderInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 2EB6938151700D176C2A834AB3D38EBB /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMImageLoaderInterface; + }; 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */ = { isa = PBXAggregateTarget; buildConfigurationList = 5AE3722DD39C3B2C37D89B1AC2A0A4C0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; @@ -123,15 +123,6 @@ ); name = "boost-for-react-native"; }; - 69A8731022935CD8A0051D815C1867A8 /* UMFontInterface */ = { - isa = PBXAggregateTarget; - buildConfigurationList = F61D3F5521582C4B49AA10198889522A /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; - buildPhases = ( - ); - dependencies = ( - ); - name = UMFontInterface; - }; 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */ = { isa = PBXAggregateTarget; buildConfigurationList = 1CB324CFC7C9FDAD43D409360A8F980B /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; @@ -152,14 +143,14 @@ ); name = Firebase; }; - 828EDF29E4284793D2B3360CBCFFD7A7 /* UMTaskManagerInterface */ = { + 9975876BAD1912BA45C0884EBD2B2D0A /* UMBarCodeScannerInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0780BF645142B9C9987C66A07C0F577D /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; + buildConfigurationList = 08BA25339E19CD6D6B821A7BD201E44F /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMTaskManagerInterface; + name = UMBarCodeScannerInterface; }; 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */ = { isa = PBXAggregateTarget; @@ -189,14 +180,23 @@ ); name = Crashlytics; }; - C539BA294CDADF056F9D91ECDAFC2FF6 /* UMImageLoaderInterface */ = { + C28507E0AB8BDDBE28E4402421A533FC /* UMTaskManagerInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 96E5D55173FE4139CDC795611FCA353D /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildConfigurationList = 92F4FB6D4FFD61F329FFF1E07D366322 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMImageLoaderInterface; + name = UMTaskManagerInterface; + }; + C858A95C50A24DD90B46EB969A88DB5B /* UMFontInterface */ = { + isa = PBXAggregateTarget; + buildConfigurationList = BBCB38F53DB2B02065659F4935C197F2 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */; + buildPhases = ( + ); + dependencies = ( + ); + name = UMFontInterface; }; D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */ = { isa = PBXAggregateTarget; @@ -207,1733 +207,1745 @@ ); name = Fabric; }; - E9F5838E12E25D54BF4A88364E6D55AB /* UMCameraInterface */ = { + DC3CD746187C73A0CC8137F950A1620A /* UMFaceDetectorInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 26D8517FD14DC564CC0F4BCA4087F468 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */; + buildConfigurationList = D69E9E2D713EEFF088D1F11E0EFAF7D3 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */; buildPhases = ( ); dependencies = ( ); - name = UMCameraInterface; + name = UMFaceDetectorInterface; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 0022BBE927A92B83F6DC4EF3E5385745 /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E747E544FE41D1FA1F40085A81E68B /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 004C151DEA47D2B7274977550CB15F7B /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0D4E61E12A0F0835A7F11BBBAE4590 /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 004F5679B9467C475CCD10531838FAA0 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8F6F3A202816B146D6B3887E8AEB74 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 006364724B6D48A40FB5234700B74378 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89167B14F836AA4BBAEEE438D34AF41E /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 006364724B6D48A40FB5234700B74378 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D92CE5757DCC81A39041EE156BE503 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0076D8A7220679D73FCAA84F43B95212 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 2456373DBD4124FCDFBB6593C35EDE94 /* GULUserDefaults.m */; }; - 00B9ED595E0C6368BD6E897CFEBE0CB8 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADD59F006F86CBA814C6ADCD4DDFBBE /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 008456A0596E56BE037A5EB75FA4EE4B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 488B1323198BBB7167FB99F78CA5F329 /* RNForceTouchHandler.m */; }; + 009237CA17BCEB31C3A414EF2A763FBD /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F34E11387F56601E4A9365FBBC26BD /* RNSScreenStackHeaderConfig.m */; }; + 00B9ED595E0C6368BD6E897CFEBE0CB8 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = D85569CE9E86E0D31D3DD7D120A6253A /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 00DC26986FF691973A44B3C816474074 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B72979CC82624B5FF3546982CAB762 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 00FAD6C011B67C0B8057A2D664227716 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = 37F55AD87EDF0F0EB0097DC8502C8EDB /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0134B0060B3F4A5947134CBB740B9072 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A5ABBF17FD206FBD0911CA8C83D9500F /* RNVectorIcons-dummy.m */; }; - 01368A7C0F64AB46F26BE789ACF54371 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = A70E22ECB6B15884C8F7C9741D14A63F /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01368A7C0F64AB46F26BE789ACF54371 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C70E4F4F84A3BBC2D9AC5D616E6A75 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; 014A953E16242C5C2D97728BE5EB3FED /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF8A60EF2B6557E8474FC01E9AE5A5DB /* FirebaseCoreDiagnostics-dummy.m */; }; - 01941142727853CFEF90C47D388335CE /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 66C291D4A674C6356B137CA62D173818 /* RCTUITextField.m */; }; - 01AE786B599FAA2C8DDDC4303D9C6EF2 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6E072D1A8B997D42A8ABA653B90133 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E3296F23431878EE8DBA8146D4DCEB /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C247F512B6D089F48F0B57405F07C83 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0188B8C8A5BB45E4D5879D51F74D584F /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E700290C47425EDA596300E1E2BB70 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01918A318B1FC253AB2C934EA3AFA2C7 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = F57EFF2305EFF81E4002CF298FFC3C62 /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01941142727853CFEF90C47D388335CE /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 85C07E74D4E47FBB3E5FF5A65490616D /* RCTUITextField.m */; }; + 01AE786B599FAA2C8DDDC4303D9C6EF2 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA897E596B2C740768E7893A40025C6 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01F1D84FDAD0AF47FF1C2166C9A2D3EC /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D8DB52AB8BC8D53A94F65B7B505F9B6 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 021104542A2A5534A044E7F8EDDCC1AC /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC0D218879DC2E4C7EF682C9A6CC58F /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 023D47F751630348D3FFD2DFE8881F73 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 261E698D5EF014930107BA2CEFCFCD49 /* RCTImageView.m */; }; + 0202B8AB028F83370E4878C4B4DC1390 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4647FC77BCDCEC9BDA35FF261C277387 /* RNNotificationCenter.m */; }; + 021104542A2A5534A044E7F8EDDCC1AC /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD3AE619F6115E0F1E8E8903D084FFA /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 023D47F751630348D3FFD2DFE8881F73 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5165BB2F3F23B995426F2E0F87D911 /* RCTImageView.m */; }; 025C5E676828C11A8A6C602CEFCEF805 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2ABF3796381DC71CDB24205E1EFBB78B /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 02CC3115AB4B885AB679CB89CAA22686 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2961CB18FE72FDA85F971B608BA91573 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 030ABD4F94044E592D12A942802B36E3 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = C73A6840F412A81A8DB9E48578EABA3F /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 030ABD4F94044E592D12A942802B36E3 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = B175AEFB87A4E7D407570EB16C2C48DE /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0317CDBD45DD1F08482E2C1D2C55D2D5 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 22ED87F5E6F1366491F9C210B223CA59 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 03232E567032995A46888EE4085B1FC8 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B518BC9BD482C1913CE4D88CDFD9421C /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 031D8DFD88243CAD354187E46D82E109 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3704C27FD74B38E75C1781D6037E5CB8 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03232E567032995A46888EE4085B1FC8 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D30EAA254D1CCEA13F5AA247A872274 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03311832FDD91A029F016815F69BA8EF /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 003C643886A23AE5A8E8224D6C4A8C0D /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 033F52F3FB1A824BA8B065E3F893590B /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2615554DFEFB88ABE2F6B4CA84F63873 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 033F52F3FB1A824BA8B065E3F893590B /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B04B7CDB30D02904DCCB39CBC3DE6D /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 03625EE23D0D87639BBC3435094567CD /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = F0374C8E0FD7FEAB3F228A9EA9627A8D /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 036AA9097E22483112514FDECFC4486C /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C59BAEC2A7827C2B428990AD6BB07A31 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0386E1FBD971940B81D25F973803A24A /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA8325D11CF3749C94DEAE5C5085E3A /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0387046D62434788B32E1F10C4F5AEC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = E33DD9742BBB769FD756DB0981348B97 /* RNPushKit.m */; }; - 038963D60B4F377F74F832BB95ECB625 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DE0704E4E2DE0B2DCC750EDB922186CF /* RSKInternalUtility.m */; }; - 03ADF1EDB86C89BDD7F71BAEB50D34A4 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C81757F4727E41BA011562A6C6E56A /* RNDocumentPicker.m */; }; + 036AA9097E22483112514FDECFC4486C /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9C1F626FF8877516FBFB862421B3C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0386E1FBD971940B81D25F973803A24A /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = C66CDD629EDA64E404FC724DE3E45352 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03B1BCBB960C0747FF8037C28EF82574 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D2F161988458D19412B60282B754FB /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03DB95ED366A219D853C432C4E5C90F8 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 87BAE6CE5D53DA4379063B118627926B /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 03F89720B7D55FBEC1FE95EFF50DB80E /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4495468D6608A6D5DEB3E37481C38D69 /* QBSlomoIconView.m */; }; - 0403DEC7295C6F119D4B8D851F01B7DD /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A642FBB58AA3F9D54B95906489B7B6 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03DAFB92EEABEF6E5D35F5465FA326D9 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AC704E4FD573EA9E73D5021D9373A0E /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03DB95ED366A219D853C432C4E5C90F8 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 0292771E70F7E29E86D4A9BE9369BBCB /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 03E114C3A47A6F1C077E452550BFAD27 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E41E0822FF04C422F50F947F119B495A /* RNGestureHandlerManager.m */; }; + 03F616FECA1951463D23BDE3201ED087 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = AA740C812735472DC038E14F6EB9D27D /* SDWebImageOptionsProcessor.m */; }; 0415955DF1142B1087CD77F9631924BE /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 03A9A14382611EE57D1A3688AFD9488C /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 042E510AB7B8B3A6FCFD45D2ECD4C3E2 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 13359B7D749158627464F494D9325FD2 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04353AF56EB6D3320214CCA496047903 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A1C7060446B1512E55156C76E6934 /* QBImagePickerController-dummy.m */; }; - 0466AF831A3D66A6F521E173A178B229 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 6156004C6392EA98C2A26FF9DA3CD6C5 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 044B1CC92FFF35260332F678D3516D20 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 68BAFB9E39C43F2EEEFC0BE5F3B9F6B9 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0466AF831A3D66A6F521E173A178B229 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = A587D619C29B49E5F3678808DE478126 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04751C5988818B1F50D7C3C00D67FC77 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 73080467AF2B68971A5486C79946626B /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04C49A9A2936DBEB4D5A18A7EB4D34F8 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DDA5211D6D3A7556B833E5BE41C6FED /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04CED01005570B76BAD3EFBBB0BF88D9 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFB51ADA6468FC5D7E77E0A83765BBE /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04D42867F97350CF5A02761D6EEB308B /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A026A43479D39DF3888848ACC42BFE /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04F898F093B7468766941635C77DD78F /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 6109B9D8AD14CDB313D56E43185E21F9 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05351A5B8B896B245A1726ECA65BC607 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EE1EAAC2DA7A25BCB317A65363FB8E /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05A6801D4A6EBA2EDA73ADA05EC9E3EA /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7475466DD3CCCE81279999095390ABFA /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F1BCB4DE325D5DC2A39D0DD916E1EF /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E1ED833C1DF75C4BCB52EE680234CE3C /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F1CF758D876B4C0E3F396645C339E8 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5E566CC46B70BDC9A5B9B3461FEBAE /* SDWebImagePrefetcher.m */; }; - 061FE084F4B936A4DB6858EE9EF6A7BE /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A48830713BEA1445448426EEF1F37BD /* UMReactNativeEventEmitter.m */; }; - 0672627714725F5F4B31A77D8B19E42F /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F1988726E9218835ED18B388A00F09 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0531704A1D375385F616FC8BD4883A6B /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A9A5F3C5535351E3F8544690BF04B3E /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05351A5B8B896B245A1726ECA65BC607 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 83F947E072ED3E9387E79A93F2FFE181 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06033068D9977CADE35EBA77016F97E6 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DAC16BF13172C777975D9397D3E2892 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 061606055E4E6DB7617853EB5EC29124 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 840FA7F9C9DC617CC47EAA918C0EE0A4 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; 067C083E55ADB7E5FC14D731BEF521E2 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 012B8A4B73CD8B8CC9820DD9EEF631EF /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06930D83E74555DE9617A7065C1172CC /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D1B50F412563947401411DF8DE4D34 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06BA91CA53DABE644A260B9DEC83C5CB /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCC4B92A5289D7BAE0C5E6E84654009 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06BE59C306831426832003BCDF9B0D7E /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B10CD2AF0B7EF54D09EEDEDD29C454 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07490746DAF480BC2B33ADA45D34B879 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = C238953E538AED81F3041EF99B90B69C /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 079899D5F89F5E17D0C8018DA4F1D343 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0635E482AFC3BFB5E1DAC723E4935367 /* BugsnagSessionTracker.m */; }; + 068DD1B738E6EC4DBBECCE79DA8E2778 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D027B630B02D7D423D5976C3AA1D8E /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06AE64EB97BCE1C9C6E639407DF7CA2F /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDC16D0C716DD296F85DE02FD8092A4 /* RNScreens-dummy.m */; }; + 070E910323CD23FBFCA8B3FAB218D9DD /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FAB6B1FBC8FDE76931F66FFD83C17F5 /* UIImage+Transform.m */; }; + 07490746DAF480BC2B33ADA45D34B879 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3B11570ABCF37409FA06932D3E60BB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0773AB710576EF705AEA8834F4563E53 /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = DC71F32B6369186E82C096838154F02A /* REANode.m */; }; + 077B467C00DB28E78B5EFB130F73D231 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E5FDBD681335238ABEB42C82B94529 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0791D8EEF8F7552E241241A8A508EBB4 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D30D5B4250FE25C0D94E0FD37FCF9A12 /* SDMemoryCache.m */; }; + 079899D5F89F5E17D0C8018DA4F1D343 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3188AF56AC6B8527ED1258EEEB92C6A5 /* BugsnagSessionTracker.m */; }; 079F1D9242105C9266286C47710287D2 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 462345ACB484DD62DE15B2FB497705A3 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07A4345562C627EBDA0AA5ED26FEE706 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 9052C091A13022FF93718EE33BD00E74 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07A744281129ECED49B821816DE7AE85 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC7A02454BC02E2504060136A6FCD201 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 07DD886A3B6C302DC540E880451B8C1B /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01DE02F9F42C143CD38F32DEDA4223B3 /* SDImageAssetManager.m */; }; - 07E8AA3B3EA109E2A621754EF147464F /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C3F2AB2E31399ED485A9653BC34AF2 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07FE930F69FFC0E43C6C2DB7B3AFBC28 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8375F69358B3F33DAE5652BAB8B7FCA5 /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07A4345562C627EBDA0AA5ED26FEE706 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BB8E7820C05FA293B15DB42C067345 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07A744281129ECED49B821816DE7AE85 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 27DE5F16E149B92A111BF93078824B92 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 07E8AA3B3EA109E2A621754EF147464F /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = B1AEA9268F6C0565C9BBD92BD3302EF3 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 08602634F40722C30A90B6F3572B639A /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A7DDBB14A033959C0F800DF5E0E006B /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 088BF218B07C48D03EF2675C5D535264 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = F622D2DE360574F83D589D98519BBC8D /* FIRInstanceIDCheckinPreferences.m */; }; - 08D62F9615F13D27E69A22D105D29E0D /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF098084549987D8E0446F16671D4E9 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0919A5995AF8D80A374A0EB1301D0777 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = FD23012415E231DC86E456F1F2E83332 /* UIImage+RSKImageCropper.m */; }; - 092352A383E89EA3E2EF07CB1C034377 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 14C664965E856D444C32E6EFCBFBB314 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 092EFF5054C9A6770A3C0932AD4570BA /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = BA1A41E19C1DFD7E97E6D3A55723A0E3 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A3D21541EBBB35E2008C65CD61562D /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = BC6F2325D9C8B0EABE4B94C09D8CE138 /* Color+Interpolation.m */; }; - 0A0F91D1BA89EE30C756F0ED8208E650 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F435392ADE74924F22A15846C00814 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A2DFF26F8C1ED8DFEB68307E34B38F7 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 433EE80BFBA84B632B975E242C138631 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A58E84A00DFBFB68C13BF63701194DD /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 18CE38BE2770B57EAA2A6566473E5D64 /* REAJSCallNode.m */; }; - 0A61A0280672629511105BDE8539B978 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = B2312F8F4116173F59E62F4CA2EE1800 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A8D18089419F6AB4EE1A1D25EF185D2 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA6A199D7F1D517194CD33AA24C0DAA /* RNCommandsHandler.m */; }; - 0A975B293D68F98F6727366A3FE6842A /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 143530949B5565B2E4DBF2F0C672E989 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AB875BFF152EE45B7A6B5108ECAE7DC /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D86609CE01BC1D95D8904835F6234A5 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0902F1478C654FB94D809C1EE86B74AD /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 238F49F88720F70BBE776957C0856F82 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 092352A383E89EA3E2EF07CB1C034377 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD052E7CCF45103E6D1C0582B2DA182 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 092EFF5054C9A6770A3C0932AD4570BA /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5F2FBE21B93523EBC55629437D0524 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09CCB4E23F59E10313C868ACCA48F0AD /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A70A872830CB4F45C9AE8CF8CD4F12 /* RNCSlider.m */; }; + 0A0F91D1BA89EE30C756F0ED8208E650 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3029D4DC0AC884BB6E4D754EECC8EBE7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A2DFF26F8C1ED8DFEB68307E34B38F7 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B640A081325ECDC684A77D99CA5E40 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A933ECAF0DD0729A43FF0C283735C08 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 324EFFFFB7E3FE773B5AA9BA536708F3 /* KeyboardTrackingViewManager.m */; }; + 0A975B293D68F98F6727366A3FE6842A /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 768D1C1D036E29838BA35B8C648D5DE0 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AB875BFF152EE45B7A6B5108ECAE7DC /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C1B551AA5EE7780F8E2474E3B38B55 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0ACEE146071F2404A07F1CEA99CA5B3D /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ADE6D0B386951C4D3956BE297073C70A /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = AF4EA25442F8EC569DBAE79C2136E8F7 /* EXRemoteNotificationRequester.m */; }; - 0B5D18E46AAC74FB7BE5B84EDB8B9E6B /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F55AD6390B75E42F55EECD90216C7D7A /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B9D1CE5188E7A7FB602B85B7A071C29 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C039A0959DCC08B8A1F8215F71F2816F /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BD1FDD30C33313EC0F871D7D42B6609 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = DBBFC044221634764300D4A0C8191226 /* CGGeometry+RSKImageCropper.m */; }; - 0C1934AE17A9EFB6D9ED06938990C63E /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = D326E96219DBD79E0321A7440F88A33A /* UIImage+MemoryCacheCost.m */; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = E950A29E3193050AC0B092D929EC6165 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B67A2E90035830F4704E9B2100EFBD8 /* EXLocationRequester.m */; }; - 0C8B30504506B3EEA25F1D7199EF6C05 /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5204A27C7572AECD142E1A0DE5595F9A /* RNRootViewGestureRecognizer.m */; }; - 0CE75A7EF7CF2D560BA3A48546BBF0C1 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C82027183D5FAE25C74A7F14B79D1AA9 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CFFC0796941C41583D75A40559E9515 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AC88F8D973034AFBF86A3FB6B7E0B0 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D08AB6B2C2CE84F51F8570C652DDF4F /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FFED4820CDB638B5ECA6DDB9D6E6944 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D25E0439F577A20878487ED34A7674D /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C2532EF3342F72E6FD0A53291AD89A /* react-native-splash-screen-dummy.m */; }; - 0D4A75038095ED5680F82D9D5E5D245E /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = CA1F092C65DA8E6C48C6F21690506982 /* RNCWKWebView.m */; }; - 0D53CB24C7870644867FA7C97DB1D71E /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD9F6420889E1B436C90B5D1917C8BC /* RCTRawTextViewManager.m */; }; - 0D58538B8D4C6B1BA10A5BC530B8BE06 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 9874A1ACDC0B0D75CA7A7E561B7C821D /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B2D30F38EB2951F5650351BB4C018E6 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A865D606C4CA0995531443DCEDA94EB /* EXRemoteNotificationRequester.m */; }; + 0B9598A5F2CA683DCB051BDEA810C6D2 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABA183D6FFFA42C5E423362BC2BDEF7 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B9D1CE5188E7A7FB602B85B7A071C29 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CD85A1A16182E98DECCAB38F06C150 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BA7056A12946FBF0F1CA05B9EF774FF /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7568D285C4A32C88AD072F439F1EABA2 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7659A9886C605E8C2DFD4754FC47E55D /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C5317486003FB779185805AB89F9516 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01DE02F9F42C143CD38F32DEDA4223B3 /* SDImageAssetManager.m */; }; + 0C631B56D84BB38DC0844EBACC4893C5 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 320DEBE647C0963734FFEDEABC3A78F0 /* EXLocationRequester.m */; }; + 0C66B41EA80231C2F490737F8205DDFD /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C318184648BBC609663DBC9B2A73DD /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CFFC0796941C41583D75A40559E9515 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D0720A03F44D871C4C49E244474DDCBD /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D08AB6B2C2CE84F51F8570C652DDF4F /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E7AFA9AF8628C8EE49AAEDC4D633C1 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D1A984AFD341220DE895C67EBD7014E /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E80DB719DE56C04BDAA5BE08D9DE69D /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D448B1AB8EC665126D77B09A4B7FA9E /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 68914D9B9333FE850119533B03A85384 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D53CB24C7870644867FA7C97DB1D71E /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DE02A4528B7284FD296475B10B74850 /* RCTRawTextViewManager.m */; }; + 0D58538B8D4C6B1BA10A5BC530B8BE06 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = C3264A4CFF6025795AA0F7D1B85DEEDD /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D633EC67388BD0DD536442C515A5243 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = A23122D4E795CA1CF0BBDC0CF4BFD67E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DB0E0A7680BB2DA80600CFE5491E13F /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F47E31FF51A1B94473D5BF45014F06A /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DA367BCEE47D94B05EE4B2DC65122DA /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF7967DC82F7EC57B857DB11F4FA8AE /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DB0E0A7680BB2DA80600CFE5491E13F /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3822809F4715DBB18448113C994523 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0DB10DDD9AD5EB71B456E0F51F283594 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 856FD527FC55C36E11BDE85F2818B484 /* GULSwizzler.m */; }; 0E23972AD194731EF4E59E44A9B006F6 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 639F86C0ED902A3A8D4354820CCE4C5F /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2E1F7CF448428ADB75C74EE6DE19E0 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36080B7CB2AEFCBD257B089A4550153B /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E3BA0966440503BBA3BDB0864855DF2 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E0D53AE22348ACA5019E711B052F91D /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E3D7A64B7B7C9A1C134B565EE87E9B3 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 16F155C2E7E7876C921F3AF21AE8489E /* BSG_KSMach_Arm64.c */; }; - 0E5C63315C8DB2D26508CCB1C3189919 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 785E5FE77EF92CC9C6E38F9463296C8F /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ED2D0F123B56EBB0FA2E460D573B555 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5496E6F7A3AE3054CCDBA23677DF90 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2E1F7CF448428ADB75C74EE6DE19E0 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = C46DBC801B39B3629E99383D2216889E /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E3BA0966440503BBA3BDB0864855DF2 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 796AD9D4BAD8C89AA96891298BFD4317 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E3D7A64B7B7C9A1C134B565EE87E9B3 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ECAF0FBA9C4A3278CAB1D8EA15E11A5 /* BSG_KSMach_Arm64.c */; }; + 0E4C56CA8B8F2A15031CF5A11E501CA0 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 176CD31DC31EC631510B1386AAF45DA4 /* UIImage+ForceDecode.m */; }; + 0E5C63315C8DB2D26508CCB1C3189919 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB061E97DC409BD210ADA05D3E7700A /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E6635372599E36AB9CE1D850E24CE55 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = FFD90AF36B34F88B475E9503F22DFE01 /* RNGestureHandlerModule.m */; }; + 0EB077ED066ED39B5B43DD797796EB75 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E77CC43A4529AA5CFDB665DB5012F56 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ED2D0F123B56EBB0FA2E460D573B555 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B8E719671E9672B056B04B75865332 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F199BC919DA606852559D57EF858777 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 5326072DE8CDCC4347853332BC707607 /* GDTLifecycle.m */; }; - 0F1D8EA70A6794A97031303082FD6D8F /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7927368F0CB7A2A76765B5111B9FD877 /* REAConcatNode.m */; }; - 0F256182F1DABA4DA61747C775F0480E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = C006DA03186A2DFF16C749637E83030E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3DD2654FBA801720386B73168B7970 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0343C36A0B74959C83D8D8EF00965B /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0F458CD48019F190BF2EE9F1B310C40D /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 69EA2982D27D95080CAD783E0DC509E6 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F4853B280A08B9C36F9DF91FA6E4C94 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 891CFF73D9F0694CA8DCBB9731EB8986 /* REATransitionAnimation.m */; }; + 0F256182F1DABA4DA61747C775F0480E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF3E94632B3CE0750DA323E96733414 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3DD2654FBA801720386B73168B7970 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EDA3C3C1B8F449A6842EBACFEFB7E6B /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0F4C8C4983C4445B5C553966010D0F91 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = FD23012415E231DC86E456F1F2E83332 /* UIImage+RSKImageCropper.m */; }; 0F7D0326C38FA3CF8745C0A798D6ACE1 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F4A71BC7352BE4FFA255657EF331872 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0FAC5ABB17618768EF6975F20E4397B2 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = A494A9A1F1AC056C5AE2EFBD23136692 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD2D13B3C4BE4E33F533BEC445422F9 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B34CEA1C31953580CE189C9956C539 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FE4E1BB172C833072EE01A4D5021059 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC4205FABEABCC72C0DBFBB1CB885A9 /* FFFastImageView.m */; }; - 1013A79D857E519125B1735B10DC9294 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB6875849373E94B58E7EEE3A2B059C /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1022ED4E2E9E0A2B126D728901BA499E /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 352C6E90D068FB859B0ACAEC65A0F166 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FA10B7FD1A8E0C04A3A10F4963725AD /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FDB29DCF0D4B2416C0EDA4F21CB05EC /* RNBridgeModule.m */; }; + 0FAC5ABB17618768EF6975F20E4397B2 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = D537324255EBD6976E2E3677BF01FBE5 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FD2D13B3C4BE4E33F533BEC445422F9 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E0DE2FAAAB4E92DD0B93B9B36480B2 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FEA0BC25F4292EF60D7309A7468C1B6 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 362EAE15D8E274CF377A7CAC9850B4F0 /* RNPushKitEventHandler.m */; }; + 10064BD003F1BB203BC812769B3CC7AA /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3FDC1730E6A603C745883B4822E789 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1013A79D857E519125B1735B10DC9294 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E94807EF43C9BC49416BDE1CCC067AA /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1031D7750424C86A9D1239A32DDB48DC /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = D135D13B9F1E5B7D35C088287A29344C /* GDTTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107BF51166C8E00581BB9828B788ADD7 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB58AE1CC945754330A82381F521F82 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 107CD51CD5FD22E8DE8F0F74C86B5A74 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 618ADB85BC1D3C280EDFF3F4C77496B3 /* FIRInstanceIDStringEncoding.m */; }; - 10F8BFD41B75FDC410DC65D23B8BABC0 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA42074E9801DCCF7FCD4BF7D2249405 /* RCTSettingsManager.m */; }; - 11BC6CDFC3A17E472F4100A18B4985FB /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 858402B1090257CEEDC1F5183B06EC41 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 120A490C9035C6F2689BF47F1346EAE1 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 54419E0AFE78B1C1E3F0E33F8DCCB0D4 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F8BFD41B75FDC410DC65D23B8BABC0 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 90BF6F079AFF146787F059EE9E90B40B /* RCTSettingsManager.m */; }; + 1100B444F7C045055100BB1628C50D02 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F99343EFC769412760DB58F64D0EB345 /* RNCWKWebViewManager.m */; }; + 120A490C9035C6F2689BF47F1346EAE1 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = BB350FF912A6054EB575369BF4315FD9 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1222E7AB723CB2D3E5811C261AF342E4 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = CA47AC809E1A327630C1C1C635D41B55 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 122829968A162E17A84546B6266B9352 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F5CC037E0AA5117AD5590A3986C8AE /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9304735A76A1F46043D22855E7BDABD8 /* EXWebBrowser.m */; }; - 129C8C3A5ADA3DF757562B919E58A0B2 /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A7A515834AE7AD2E49E9BF5C650DB63 /* RNCUIWebView.m */; }; + 122829968A162E17A84546B6266B9352 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E29400EBFF41C8A6877CA5EF70C5039C /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1255914D1625926A46C5473AB1D5744B /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D653046FEFAD008DB38502F345EC4F7 /* React-CoreModules-dummy.m */; }; + 1283DAA1D9FC84DF5395D2C8E052B779 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B954849FD3534A078C18EC469CBB212 /* EXWebBrowser.m */; }; + 12CAEF644DD473EA4B8B38E3B56196C8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D43FBC97BD92C3BD352A78276098A7EE /* REABezierNode.m */; }; 12DBD85FDC2712722947D323D774B81C /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = EF86848722F005343E8F78FE98C72283 /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12EAAB51DD60C1566B3144F0C3682C5B /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AFEFDB824E01E0DD552C963341636A78 /* QBImagePicker.storyboard */; }; - 12F061F4A5F336BD545C9FD71095804E /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 747CAA38A4149C7741B7E1AD452C5C63 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12FA7519507285624A8F734D8A3939CB /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 052DE99DF3C947412D54ECF4268A6F03 /* GDTDataFuture.m */; }; - 1301B055E3B7F73D9E2A7E3760CF8C3F /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B491B310B1291337B82E8AD3644659E5 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1302F8D1E083CDE6A66BA61D881FAF97 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C318184648BBC609663DBC9B2A73DD /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13311C6D84581E707C481BFEDD87D2D0 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2240A04B699F4DF2CD4D46E9FE2DA557 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 135CAD5107C8A76102F86956026C226E /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD830F7E24DD3BD7BF4A528CBACE50 /* Pods-RocketChatRN-dummy.m */; }; - 135FF236A1066B7E1DC63A0F8F3B3DE4 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A873229028D1DCC282AA0FA849579CA /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 13CFA178BFF69DF2177FA3A3707C48FF /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC512E868EDC52D88DB5A2461800637 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 140816781649C365507FE080CFB60C8A /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0831E0CC52FF3C6413689E8FD108E7E /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13311C6D84581E707C481BFEDD87D2D0 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 814095D409CCBDE6158CF82E43903B97 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 135FF236A1066B7E1DC63A0F8F3B3DE4 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B7370628760C41318C9F9BA94424EC1 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 140816781649C365507FE080CFB60C8A /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF3CE1E3E4D984BF738CC28D9766E48 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 142DDBA72CDBBC8F357722E76EB54EDA /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 1DB5047C04D722877A25FBCE4FC3B746 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 14458A225BB772B05F20DE15A5B1C745 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 733430E897231501B7AC1A5824D74C21 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 143016949BB8BF93AED12376DBDA666D /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = BB35EE26A7B5D1F9026E9BB2B1E209A3 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14859B897482912002F69BF79FF58FBC /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4CF4E9B83E6A0F0D4D75A7E4019B96 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1485CA6750CD6675F5105694D2D34449 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 78B951FBA873AEA472DE157C249184A1 /* RNImageCropPicker-dummy.m */; }; + 14AD0E1946DE1F760DC1BB091B3874F1 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A85E3493CFAD508B9032DBD949EF72 /* SDAnimatedImageView.m */; }; 14C992D410FCB6E0B19C4DFE74646164 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0430C8616696B00A7A0874374292EAD8 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 14FCEE2CEB088210F983D904DF91583A /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4D92333397EC8D722390CF6007C9D0 /* React-jsiexecutor-dummy.m */; }; - 1504DF0839AB4798FC18E42CC64A54BC /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 462314FC5F61237B1DC57433E4DCB4D3 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15064F8A70DB97B4A6C745ED69742E50 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5803F4041283462B899282457DE9535F /* RCTBlobCollector.mm */; }; - 1509DF077B7CCB52B7A79491E3F69D30 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 986B2273FF3D42F53FA6563FB449EDE2 /* RCTMultilineTextInputViewManager.m */; }; - 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E89FA65752DFF12DB8FF3620228BE5F8 /* RCTTypeSafety-dummy.m */; }; - 15AC52CEC15E566EE5B2BC8C2AA552D0 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 897103098BBBD0BC1C556F51F19325F6 /* RNFetchBlobRequest.m */; }; + 14D4BC6D1274A2996E4B67778C551846 /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E027B867D809F25824981006F025D0F0 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 14FCEE2CEB088210F983D904DF91583A /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A6E4E7A72FAAFD54621A0C40455AE9 /* React-jsiexecutor-dummy.m */; }; + 1504DF0839AB4798FC18E42CC64A54BC /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C14C35D6045E684E2B1F0F9A25AEF457 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15064F8A70DB97B4A6C745ED69742E50 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = A315C9796B609D90D43C685E4EA40283 /* RCTBlobCollector.mm */; }; + 15083BA9F2E2B3EBAA95CAC972032373 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 38E0338A3D438DA2CB41C2A68A559F88 /* UMReactNativeEventEmitter.m */; }; + 1509DF077B7CCB52B7A79491E3F69D30 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D35AAF93E1A97949E0E0AE8298542CD /* RCTMultilineTextInputViewManager.m */; }; + 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C36FFD8CE4F2E096ADBA4F60C3B3095C /* RCTTypeSafety-dummy.m */; }; 15B612FE99D579BB1FF05C272D197F33 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B738E1F77AFDA1E5F4F8A5FCBF073A8 /* FIRAppAssociationRegistration.m */; }; 1606C1BAAC2E20C7E7E6A3CCAF15711F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 917E01F8BA3B049AA099103C8BB3A17C /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 165C347657B7E89878BEE13DFC66884B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 717BA94CCF48448A9C6B6C053DD5682A /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1688DCE7B7E497C99B4C3D7C60BF066F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 07577BE443FD96F28A10F0CEBA169AD3 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 06BC30FFF1D885CC49CF016CB604B726 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16943AA8A7CFF7E7A58D9C1DFC9A71CE /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E1C6993CD58D6C27C7696155B6B0A2 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16F85F2C619F004816564F8066341CB9 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E4FF71DC060298C1BE098B79EBC07E3 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 17104805472816902CDE8F88A03EFCD8 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = FDEE1AD8F9E20C171936D9D4FFBA1EE7 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 179348E5AB409BB6892159F01B22496C /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58CFBB54CF6999643E129EA34CBB47AC /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 929C056E8BC298F78C48EBD94A41B0AD /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17AB3A41A3DAFB6EE14EB49FC316F997 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = DF93D4B0A603CD0CF6CB0F2F77D43126 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE3260F5107E97CF76634BC8605C405 /* EXCameraRollRequester.m */; }; + 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBFA0F370BD6D4968890CC62018A104 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16F85F2C619F004816564F8066341CB9 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = B966670BACB863143BABBDC76DB14E5B /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 17104805472816902CDE8F88A03EFCD8 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CD01C76F23C44782B7EDE800DAEFFBE3 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 173D19DFD1087A5CB1F8BAB345A7FE72 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0578222D2693E6D7829071BCC888F1F4 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1776D6F3B4DA1681E910707B1CD1A2C4 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A0ABA32599E3D465E56709B73E34EFC /* UMReactNativeAdapter-dummy.m */; }; + 179348E5AB409BB6892159F01B22496C /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3552E8D6732E01D03C7B0ED5DD6E5AB /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 470D0C1264257708E0185248BEC55466 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17AB3A41A3DAFB6EE14EB49FC316F997 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A6013BD7261B152F8827C42F3209A5 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17B03B21474472F7EB23CCA083EB6CE0 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = FB39D550663AC710F87B3D67357AE1DD /* EXCameraRollRequester.m */; }; 17C8EE850EE3AEA00E515ACE095FBC8E /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CBACF7C7861F9B9DF318E9580D1FA9 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 180788C4BFF07B368B773E100D069B33 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 05928729358A05A5C29C585D4CFF8531 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1818CB61F7CBA5FEFA50850E8D607CD4 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F2C3DDC28B8D78EF6FB0C17C4AC0B6 /* React-RCTVibration-dummy.m */; }; - 184F9AEBEF57B3CAA4A402A62A631ED9 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3751ED84B089653927EE0C3BD844C300 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 955D7DFC004CCBDCA460799CA05F6C04 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17E1D089A1081AD3DC093EE621693D12 /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = C2685D27794E48145A8B4CC3712CB09F /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17ECD92622449D96BB05663209773017 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = BF0F3D1F61441D35615F1C6A9585B0E4 /* RNFirebaseFirestoreDocumentReference.m */; }; + 1818CB61F7CBA5FEFA50850E8D607CD4 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD2C2D7D646FBED71496665A5A92595B /* React-RCTVibration-dummy.m */; }; + 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6992B249E906E9D314DDB55FB579EA4D /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 185A55FADF48B3CE167BF5310ED45203 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B4368A77C5B67B94918F461B7CD6E7 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1875FC9F710D7CE0D6B9C3BB919D18B1 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 229809DDA12937FFE90714686E5E6758 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 187FF875F0C794DE627651247D173EAD /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B40D423A829C4CAE468061B860B9F55D /* REABezierNode.m */; }; 18825CEE99EC851BF8DBEBACC61D6D51 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14EB949A4D519FD9658B9141C98A497 /* 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"; }; }; - 189A8C608A6738A91A287587BC342EB2 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 13AC280CB2D4B839693796D4804F301A /* REATransitionValues.m */; }; - 18D4C889B62C750CB81615AE58007053 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A88D44D3DDCF8BB3222BF681C0B7D646 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18EA582429824349B2A698D290FFE86E /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = A43B34C48897A6C0958D0D49568F9AB2 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18D4C889B62C750CB81615AE58007053 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 089E67CCEA7344804852D0680EECCB5E /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 18EA582429824349B2A698D290FFE86E /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CE035586A5B959B240372A3A3FFAFD /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 190F8B4C8A04E11A00BDCA1057FB1EDB /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B9CB9BED0E87673E9A18E363E4817C /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195506397FAA1E491996E5C685E4D415 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = AB46787E2D8E38B23B6E70FFB59547A4 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 192021BEF25E0F1520CB7FB08C3BB46A /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = D242D9E89804010D15F96FEECDDC22FB /* RSKTouchView.m */; }; + 192B087E1B57A5B36BD21495D845D5AD /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB23644FB3840465CCE05DB366E9F9A /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 195506397FAA1E491996E5C685E4D415 /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 21CC0CC0C6E9F76EADAEF10F8ECC0AF2 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 198FCB093A9B9BF1DA57A126F2787358 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD92B2FED1728101BF962B17118D45D /* FIRInstanceIDTokenOperation.m */; }; - 19A150A023F610AD3C2ADB6237C3AB9D /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 68791E815815FE6D2E8622B75D8197FE /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C7AFCA552D26FBA80FA03468F7694C /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD16F1378DE6A5A0610CEE04CC51866 /* RNUserDefaults-dummy.m */; }; 1A0104B522DEFB57D4AA61C477C69E86 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = D44B1D1C9573C46A21A7539427E60A74 /* FIRInstanceIDAuthKeyChain.m */; }; 1A56960F5181C56C80438ADE507F6B70 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BDF8F94BE21E75B347EB965B23CB0DB /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A6C6EDB5B6D699B735CB7430E83E5A1 /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C8700E7C2E5477D0948D22AE0D0346E /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AFF0768CC152004C63C2E99578BFD63 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C3F1D97844E88437D05D57D6CD71824 /* REAFunctionNode.m */; }; - 1B68B0F873DB40781C12061BE667E2A1 /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6759327F1828D6B0EB2AEB250153BEBB /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B6D08B38202AA4E4B1CAD58E6EB3304 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9DE536273503BFD853C7F1E29AB5F9D /* RCTBaseTextInputViewManager.m */; }; - 1B7089EE7245CE852987E7230FBDA578 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 05C4A9697C1CDEC26FD3D27810AAB2E8 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1B8CE8C8481CBE8E4522E654E8B15FEF /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF61CB46D3614F3C454032356336A37 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BA6DFE784A24CCB6B70F766B6335596 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFBE77E59F03C19E6D2D4D175A6106C0 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1BA6E6A24E87466688F0B831D7EB563B /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE77AE93F9828AAA4A0E04CC3C99B4B /* SDWebImageDefine.m */; }; - 1BC8DED8FDB672811B51D3C5994C6365 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FBC5F328B91CDEFB67AF032281E6EB16 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1BE8130B7A748F6685440740D90F695A /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6501672F142BDD3D0892B1547EB5A495 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BE8F2D6456C1018F95ECC3E379ABA25 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CF4562602F7A58F59F5BCCEEBFE71FC7 /* UMReactLogHandler.m */; }; - 1BEAC4D07164ED107A0CD6960D57A36F /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF5B943A302C58530D06308B3737FD7A /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AD54030BBD3BE0C733A7C248A907B2B /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F2FDBCC499A258C9739CA6C2669659FD /* RNCommandsHandler.m */; }; + 1B6D08B38202AA4E4B1CAD58E6EB3304 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4B087C688838210B152C2E5C71B366 /* RCTBaseTextInputViewManager.m */; }; + 1B7089EE7245CE852987E7230FBDA578 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD3AA916097747CFD508EB73EDE8AD3B /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1B8CE8C8481CBE8E4522E654E8B15FEF /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 303CD0BEC481C3A8E4F57FEFC820A1E4 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BA6DFE784A24CCB6B70F766B6335596 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07CD09C8A6A3F9167C3016189B90C33F /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BC8DED8FDB672811B51D3C5994C6365 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F59ED721B3D197D78C1E979399CFC9A /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BE8130B7A748F6685440740D90F695A /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FF3F3F46A7DB709984E9DD4324FF9C /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BEAC4D07164ED107A0CD6960D57A36F /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D79935AE776F0D224387259FFA6493 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BEDFBD5879BDA230E6E83E370D7ADB8 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5076924655933D192AA6FCDD3500393D /* SDImageLoadersManager.m */; }; 1C0EA4058456B3D3762F435C2572EB53 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C042E913EF7610168C1114340318CB /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C1CB445FF4AB903370BFB36D5279158 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = C1329548FB5474AD5B664F1F97BCCC78 /* BSG_KSCrashSentry_NSException.m */; }; + 1C1CB445FF4AB903370BFB36D5279158 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = BF7B163C2F95C428582BD13412CB5553 /* BSG_KSCrashSentry_NSException.m */; }; 1C293C81A7131E0A6DF0D48746434AB6 /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 697914FE8988F30092D9412B40462E07 /* GDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1C849B66AE31D40851966035DD96C85F /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 67D0F8DB39EE904B29BBE0B7C76166C3 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CA314ABFFE7C81A0E1F03B8097446CC /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F4B73A4F25B12976065C5DC4E93505 /* BSG_KSSystemInfo.m */; }; + 1CA314ABFFE7C81A0E1F03B8097446CC /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B20AA6BAEC4697E70A009E491DF907D6 /* BSG_KSSystemInfo.m */; }; 1CB2EC2353CF09350338D1C77F3A2703 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = A9DB44425458313D2961C90D623E2F07 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 1CBD943A26A60CC472C6AFEC0098FF91 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = A69A0648D33E93EB9C57D9A2A5473B63 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 1CEC9722F8DE930445379902380BBD11 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = B2044019C1BEB77F7FACCD294C68D1F5 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1CF4D54E266674B85FEE51F85A316F04 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FC835CDE9DFEFF1104EF4F7E9A0474 /* QBCheckmarkView.m */; }; - 1D05C8453EB2B936720262319C77095D /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B63CD15FD6ACF9EE75F164C21D5CCB46 /* BugsnagSessionFileStore.m */; }; - 1D17CD40B7E48EF10472047F0FBDD573 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C635370BF7182A2F524F98FA6D49C2EE /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D05C8453EB2B936720262319C77095D /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E94DED88B2026DF21C5EA9CBF98D8E87 /* BugsnagSessionFileStore.m */; }; 1D3A9292C404B93E41EA657319C5A616 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C2FC63F50BF9DACEBFF72D70B396802 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D5C101F5B5A65F0C0C2B1FA642B767E /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 420BAB1491BAE6EF3DAB7AD4DCAD83C2 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D5C101F5B5A65F0C0C2B1FA642B767E /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E0F2C4335757E118D37ECE3F5B9C71 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D750A0E026ED58E7F757F3B866A0CBE /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8538B57397E0EBE516081FD6AB6BFC2 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1D949C6601A62EC6CAD60C9E7B50C0CC /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CDCFE1C23D3551F83EDE1AB76CD3B7 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1DD0ED35455ED0BD76AFF8FCB877673F /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = FA8CFC3FD598893FBCD003A30F10523E /* FIRDiagnosticsData.m */; }; - 1DDA17B2C52FF23F1018C659E14984A3 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD195C1C123E5DA826A6272C83A7D4B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DE82197ED50976304DE843A50E1FFA0 /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6517738E0F6018535C3900F4EB5D0228 /* react-native-notifications-dummy.m */; }; + 1DDA17B2C52FF23F1018C659E14984A3 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E52AFDA7EA67539C752614EBBA50D6F2 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1DF89E7727E0526C9F6958A6297BE82F /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 75CAA2DCEDC2FA87231E1A6876ADE9DE /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E33F5DBE2A1EC00BB20D16ECF677E76 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16730113239A4A5F7934D2D7C9DE36C3 /* UMViewManager.m */; }; + 1E33F5DBE2A1EC00BB20D16ECF677E76 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F36FF08D8F673DD9CCA9A2FB1935B2 /* UMViewManager.m */; }; 1E456BCB8628607BE1E2DCDBC170FAE4 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = C4F53A4FC2A26375B835ECC53525A2B1 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E508F3B7386CDE28DA2905F91165FA6 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 360A590D6E87D353A4EE548C36D5B73D /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1E64F85206A501B93DCD5A0EE4FF6775 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = F23AD859800CCD9D7CFB2F7165D4D419 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1E80A97AEFB836F9A67FD52F42CD29E1 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C579CA51C3922D215446012D3F26D0D4 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E4B12A5D0EF509CE877969DF0A5AC57 /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A5305A4D0C6F921BC5019A149F229999 /* react-native-video-dummy.m */; }; + 1E508F3B7386CDE28DA2905F91165FA6 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 58500076C2A5D52D9A891D88539791CC /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E64F85206A501B93DCD5A0EE4FF6775 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A54709321FF0E3079AA9191BE89CCA8 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E80A97AEFB836F9A67FD52F42CD29E1 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 408A5DE0CD4AF741B4F682725A422A92 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1EC6C064632F3A53BCFA60CF4245E0EA /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BDF4C7A324E59F6ABBED28DF6BA9AD79 /* react-native-jitsi-meet-dummy.m */; }; 1EE29AF938E8A2AA9DB15EC2CF341FA8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A2AB4ECA4F6C281EA87D59F9CF92CDD /* FIRCoreDiagnosticsDateFileStorage.m */; }; - 1F0874C0195461FB5FA31ACAF0CA7CE4 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 638CCE0BC7029CD374CA72DED5D873D9 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F213A396F09701C10F49BFA0DFABD50 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 840FA7F9C9DC617CC47EAA918C0EE0A4 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F433492BD742344BAB20B11CABADAC9 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5280BB5B3FE17AD8B5CF1928ACA583F6 /* React-RCTAnimation-dummy.m */; }; - 1F7D45563AC337CF84791FE70DFCCFCA /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = D6415C4D17B283E12255572B27EA49A2 /* BugsnagConfiguration.m */; }; - 1F93B9D5FFF2B89EED6DC77A368547C8 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C172FCA6DEEE2C4CA566912D635CF84 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FDF48C866CFCF03993FFF72133A70D5 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B4FDCD2AF7CCC1D861268702A52DB1 /* QBAssetCell.m */; }; + 1EFC8DAC85236D4B887499967C267F44 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = F07F58FD856FB1BFF513C515189ECC62 /* REAAllTransitions.m */; }; + 1F0874C0195461FB5FA31ACAF0CA7CE4 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFBC9DDA86B21E8D14382C51BA63D61 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F433492BD742344BAB20B11CABADAC9 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1DB5F3F6F6A6787C2F5CBDD8121B16E /* React-RCTAnimation-dummy.m */; }; + 1F7D45563AC337CF84791FE70DFCCFCA /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7E59F2527698A95ACF1422623B350F /* BugsnagConfiguration.m */; }; + 1F93B9D5FFF2B89EED6DC77A368547C8 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = DE435410187C9BDB11466D42CC3425E0 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FF2C3BBF640A90238FDCE88B9F4BDA1 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D1B4AB45A9F69AA7CFC94AF05D8DCFF0 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1FF7152C2182BCF256F788E2C13B34EA /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D894CF5FCF479436625E5C9AFD885DCD /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FFE812F135FF3C50666B45174BBC0E2 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D72A77C35315009550D2032B2AC4672 /* GDTCCTNanopbHelpers.m */; }; 200022E023C1CB715FE8A63069F76D71 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1F224EF68955C993387C63EDC7FF83 /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20151875DA84E676FF35DCED3A7A3195 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D4A7792216784BB7402BC5B2693927B3 /* BSG_KSLogger.m */; }; - 205430F5151F44149078DE31FA20E878 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F76730335FA5B44EB23F25F0EA6399DC /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 206B5516D18BBEFFBBC45813CC50E76C /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA5C9FC8CE7F44EFEAB0BD125AAE8CE /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 20BB52A2F1EB699503EFA842EA5089B7 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = F1254E34D6B5674E1F4A309A48A3BACF /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 200A2B7E28C4BE3AFAF84924D207774E /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A5DFFA2016BFE320CCF25B2F14A350F4 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 200FCA9FC3B1E38D2C33FAD78F3D3BAF /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 097AB8D08EBB1A7A3A56AB9611545E5F /* RNPinchHandler.m */; }; + 20151875DA84E676FF35DCED3A7A3195 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 962C1AB6161EF945BE8944A970CEA6E5 /* BSG_KSLogger.m */; }; + 205430F5151F44149078DE31FA20E878 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E1E7BA4A3443EF26263735A85DC2500 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 206B5516D18BBEFFBBC45813CC50E76C /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = C1DDFA30396E7F06B9B41D8458CC9FF5 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 20BB52A2F1EB699503EFA842EA5089B7 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 900FB825AE023D76B31DAB50D2C8CB0A /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20D2D943E25749537AFD4D44A90B515F /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C996D0B1566BEF413BA3DA73BFD68DC /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 20D4A05296D575EBF955DCD9EFF521E2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = CC5DE05F0AFDA59DEC6A3F5271D6E24B /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D803741AABCBEEED52F0ECA8D3AC17 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 01CA3635BAEFEBFFFA6086B82A4630AA /* RCTNativeAnimatedModule.m */; }; - 214EC2564186B97D27AEBA7850AC50FC /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 007D8E799734FFD16BA16CC0493D23BB /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 216A82DCB6AEC6E3FB639429BB553F0D /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2493FEB4824E177D1417D8421C1A2F3E /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 219872C757F207F7B935358706E19215 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CB64F4C7708EEA1503FD11E213386E /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A7B03038615161C7777396EA546882 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = CEA26965AD99DE602B0FBF3060FD7E1B /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20D4A05296D575EBF955DCD9EFF521E2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = E853FB30B5EF7783522F389558141343 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20D803741AABCBEEED52F0ECA8D3AC17 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E252D059C2B1C9BE8FEAC6F5DF380A /* RCTNativeAnimatedModule.m */; }; + 216A82DCB6AEC6E3FB639429BB553F0D /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = E36ACC53735840721FABFD95F3D485DD /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 219872C757F207F7B935358706E19215 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BF9686D2F9155663E43EB43CFCC35052 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21A7B03038615161C7777396EA546882 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9923E3FF71E04D45C0D53C11D10C1078 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 21ABF1293012F0600F05DF3D7ABE5928 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E739CA9FF7C24F8ED603A7F7FDFFDFE2 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 21B1823B4F7EEFEFF94E2D5D2E4F88B1 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C6587216CEB798C1574D2D1E737805CB /* RCTMultiplicationAnimatedNode.m */; }; - 21C35B80CAEA0A76691C779BA384B7D8 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E29358304887AE9D591F76515AAAE12 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21CE9B29C4AA417A5CF00AFF6CF34151 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9CEFD3DCD0332BD62EBE8135EF52B900 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 21D078D2DB6C6A953ADC6BACA3907A62 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E612B4BB28A3B645D685CF9AD20AC095 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 21EC7D3AD60270794C1F393D994EEC4F /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 02FBB5E3C8DE09C5BFFA96D906912258 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22159A7A5549EF28EF0E9E0538E1DD33 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C396D78F38FBE9F34D8848FC3FC43AE6 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 224C8A685B5ACC4524109290F80C0319 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D8E9C2ED083EC43BBDEA2F6E817A463 /* RCTVirtualTextShadowView.m */; }; - 22697CD62AE749AD709D12874316FF6D /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D3928D38A1480CB81397CE9AF06E29 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21B1823B4F7EEFEFF94E2D5D2E4F88B1 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A83882D0313AAF37C2A4D54EBBBBB26F /* RCTMultiplicationAnimatedNode.m */; }; + 21C25C1362E846E9D41C1891F8709B78 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 76CBA69B518FF6CA522905175CCDD3C8 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21C35B80CAEA0A76691C779BA384B7D8 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FEFBC926B9C42A6C9127AFCDCCF52563 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21CE9B29C4AA417A5CF00AFF6CF34151 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 688F7BAB1767EFBEE4C5A6C00B7E55B8 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21D078D2DB6C6A953ADC6BACA3907A62 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E6A3EAA2CEB3E4A72061242ECB63338 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21D1380BCFDA6BE759E1CCFC92E77D57 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = E8236B417937890374B572958742C510 /* RNFirebaseMessaging.m */; }; + 21EC7D3AD60270794C1F393D994EEC4F /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4349132399EC82C742EA69A2ECC9A05F /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 220D0D1BE5CE7CF40A927491C4C4D6D9 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7D0AEA76D3959679CCCF6C0D842F15 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22159A7A5549EF28EF0E9E0538E1DD33 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2915FC99A0FE5C21F4DC3DBF4E28B7C4 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 224408557C0A3586750FF5C0414B6524 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = F23A5223D449E6D72285B4B0B2352835 /* UIResponder+FirstResponder.m */; }; + 224C8A685B5ACC4524109290F80C0319 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1449F457259E3623C9C0CC95BC650F1D /* RCTVirtualTextShadowView.m */; }; + 2263C84D1396257CC134F53E61B0157E /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A312C8581F533EA4E0F3D026CC8EA0D8 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22697CD62AE749AD709D12874316FF6D /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 515B25B90FACCE492D6668944247CF23 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 227E798F6EB67F02AE3FB6227E466D98 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 66FAD49AB06A44C20B124AE7FB48ADD8 /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22898BD6C6A490182C188A14C72195AA /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9128B0A6BBC4FA4FC3C0558E586FE4F5 /* BSG_KSCrashDoctor.m */; }; - 22A4682B2E1611AA80A231CA6BDB8151 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E131BBE173EA23E9407F05606F398E /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C2D66683CF0C604D05BA7601355D1A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5076924655933D192AA6FCDD3500393D /* SDImageLoadersManager.m */; }; - 22F89F1EA04063E1DD855B1A2BDE0EA6 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD00E7094C0DE81613A44BC3728ECF29 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 233EB8A86D47194C1EAD871FE6884D64 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B74C2FE69C1503D7FD854A9BDFE747 /* 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"; }; }; - 23530E8ACACCDD2A168E071AB99522B8 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B920945C9CA21605C5876FFBA385F645 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 237D3CB3B6114C9CD0A393A3307C4CA4 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE1DA86EC3D99C00C25FD24C6220B89 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22853FE5E7BF3C6606DFF09C18C37929 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BDF60FEE17E709CB35EE0218CAE410 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22898BD6C6A490182C188A14C72195AA /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8779A69E8ED3BCE402A0D1D75DD8FAE3 /* BSG_KSCrashDoctor.m */; }; + 22A4682B2E1611AA80A231CA6BDB8151 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F20132D7EB54EEE4D41C35C5CD713CA7 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 233EB8A86D47194C1EAD871FE6884D64 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 50C83FCA97F81CD2A256DFAF0EB16CE7 /* 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"; }; }; + 23465CBD87D48F0364AB7DB86E3B3B8E /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E3751055589C0E0ABD0035CBA3B7080C /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23530E8ACACCDD2A168E071AB99522B8 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9F2D7EDF1165FFE6C810A8E2AD223A /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 237D3CB3B6114C9CD0A393A3307C4CA4 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = E6215D963897CA32672C31E35D21E9CB /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2398CE74DB96D877F8169D327199E01D /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 542E26EACF9AB19CE88301513BBCB1E6 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23BD7EAF0F4EBEA12B17AE7D21D916DA /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 733E09C1AB500D3C978991AD3B73AD68 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 23C0AF2354B1F30DB10F2CBEBF51F436 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BD75E609AA0C3502B1B05340881E5CE1 /* RNLongPressHandler.m */; }; 23E4A832066FED70A4A478B172974B17 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6810D3F090D3F566BDDB46637FC1BF36 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F33DCE3027BC6BC8AC0D769DA5F846D /* EXPermissions.m */; }; - 247A9E9CF0E893DE72FAE7DFB705E4A9 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 848E2B83890BA8EE18D6FBCE6A0C144C /* BSG_KSBacktrace.c */; }; - 24BA23655F5101418049B4B82461D725 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC301BADE666E324EBD0FA7B6B7250D /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2512FEE8990D6D42F338EABA386AC2F7 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1314D1DC895111A69435BB4CBD9E5B /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25407695DB500DD87235884421DF360D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 56669636ECF6C60B7CFB58F98AD71D66 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23F8013097B573BE28B9937E03288339 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2006D9CEECF56A6E7407AE287B9ACBB5 /* UIButton+WebCache.m */; }; + 24107EF95C1CA18B10A266B3CAE5E8EB /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DE0704E4E2DE0B2DCC750EDB922186CF /* RSKInternalUtility.m */; }; + 24725EF526B66947DFCFB06F8B0442D9 /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = F4B9B267B54CBD2384AB293D0B6ADCAC /* EXPermissions.m */; }; + 247A9E9CF0E893DE72FAE7DFB705E4A9 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 19081B37EBBF7137D3F2E9C99315A738 /* BSG_KSBacktrace.c */; }; + 24BA23655F5101418049B4B82461D725 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FBB8CF01A6472CE09242ECF61A59227 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24BA3625F222472CBE38A8C7D735712B /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B29B351DB6CB683B7DC26B9E75438CFD /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2512FEE8990D6D42F338EABA386AC2F7 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = AD59C7CAC3D0360FAF80F5BB137EB3F3 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2592A5FF8A7EAACC26FBC400F2A39805 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4CBA42441EAF3C431742FAEF9B224E /* GDTClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 259805457533172392A5D7EAF6541D6B /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5D8BAC63D29824374C381C0A96C727 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 259BBBADD7C1D83C44B3A9DCBDA7C943 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 573C44DE67D54268AB03CF5F639F152C /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 26339DDF8281477EDF4062465BACA4E0 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = F57EFF2305EFF81E4002CF298FFC3C62 /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2659330DBD7370573D1393130B43BB4F /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A31001672A2F92EBFE5A9DEB5FC1A7C /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26698CB3584159578B74F00DD586EF8E /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A400EAD23CF7F01C37961AE6ED25820 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26833E29DC727084826661273603EE92 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F8EEB9B8F005A47C23DDF619994FD898 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26C28223CAC9672D32891C06401D447E /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5526B1FDBD5CA54475C9028CA88C83 /* SDImageGIFCoder.m */; }; - 270957F405168211B69298CB2048DF0D /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 555B4366F2A241A2A3387D5C99717498 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 274F74D8522595669D50286B66527D70 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 48DBCDD7F88D72B627752289B841685E /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2764F6AB069F801DA98BB016E5058A56 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A32BC82DD9F90B690F521C2F3BF01 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27A0D7F32A4608E3E60FDBEEC68BD9E4 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AA363888A6630CBFBBB0BFB0F9D7D4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27AD52F67B0DCE2212BF541A9603B232 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = BB998A709396C02BF7801229F04600EE /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 259805457533172392A5D7EAF6541D6B /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A0D37DAA61E03392BA7F02ACAAC41B /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 259BBBADD7C1D83C44B3A9DCBDA7C943 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 602A3644EF21A16D3E3D1BA8774EA9B6 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25E950B6825249FEAD23F2DEAAF109EB /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6E322B12E1BDF5ACF57A39698E97C6 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2635E7A9A79F28AE06211C5C27079AD5 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = FC90F94D9FE8E4CA32C8E7817AA33EE4 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 263E395E16639909E2E7C11F5B2ACBB3 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D7D231B7CEF66B3DD619BE56A21D09A5 /* SDWebImageCacheSerializer.m */; }; + 2659330DBD7370573D1393130B43BB4F /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 626991F51C7CEF74F00A652A6102CE8F /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26698CB3584159578B74F00DD586EF8E /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E21E994004866473C8011040DCBA9351 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26833E29DC727084826661273603EE92 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8213AC3784718CE3BFCC44E6DB8618 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26E058DB69EA74E42EA8B6DCB0F15B63 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 262DEA6395C5645E1DD66157F9034448 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 270957F405168211B69298CB2048DF0D /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C77EC0CFA2E3DDC0C4B56194D96F2295 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 274F74D8522595669D50286B66527D70 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = C59C6349D81C03F7EEDEB0A96AC10880 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2764F6AB069F801DA98BB016E5058A56 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4304C5F259CB2753B13A67EA64AF8E77 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27A0D7F32A4608E3E60FDBEEC68BD9E4 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2221E19B5A55DC56755ED4F444D4E767 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27AD52F67B0DCE2212BF541A9603B232 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F38B127D67AE1D27705F8082339CDE /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27CF157255C447A5063775B5BE8A7CCF /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FAD53F1056C004E643B3770D456396 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27D5509048B564CA523E2A0F2A2BA5BC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C21E43A2EA60995ED257C9872F617F /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2816AFE7D0CEA6D240F30639E6F330BC /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D4A116FDCB5C0B181DD2B8AFC5501FA /* FIRCoreDiagnosticsConnector.m */; }; - 28460F084E3F76CAE4A73405858D93D2 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DFF749D95E264156BABFB798B5B5F3D6 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 287AF10671D2CB0A97D051B3DF0EA3BA /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F219F9EFB883772A4ACAAC42BC83F4A9 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28A1031159B38198922BAE52BBB278FB /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 171720FB8E3A6800073AE237427C9B09 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28CC9D12382FF2F86C71C861D4B967D3 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A9CF187EF6A44402D284557F5084EB8 /* RCTDiffClampAnimatedNode.m */; }; - 28CCB8A8AE578ED7E3DA0C35893B0D27 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71541F399B2685CEB9C5D006A9B20DE7 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 28E33DF680B70E0EFD1D1A84593F92F1 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 9617D5B43225127539083D8CD392617E /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 28E800F897C3FC5D0D8BCB0A35CF5986 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D7B7CB894CCA3FD5F353EB7F1B02EAD /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 296B737800FD484F10E3364A3E046C37 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EBE5488967F0F01EF6647918780E5D /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A2926C4D4165C17BD0FD4ADFA1C1282 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D4989713F879DD1DB017EFC27AC2E5 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A41075BCC3D7E19022AF88160D866FD /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A3D6EBD5C32E4A32F6B92C713CB468 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A4FD22248D4B1C68D48C3CC742B7702 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = CFEB170D65147AE6B399CAEAB51CDD83 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A59076ED7D1E3D7335B847D1E4C8DF7 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84CD02D1ED29A744F8574417D01384C7 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 28460F084E3F76CAE4A73405858D93D2 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 14FE50132160C1DB554C87DF7A672CE6 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 287AF10671D2CB0A97D051B3DF0EA3BA /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8BBD5B230414CE29DAEF2CCF65D3C4 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28CC9D12382FF2F86C71C861D4B967D3 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B0F536905BEF318E6603B7E982AEC40 /* RCTDiffClampAnimatedNode.m */; }; + 28CCB8A8AE578ED7E3DA0C35893B0D27 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F2C921620495A1AC94399F79C28C0F76 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 28E33DF680B70E0EFD1D1A84593F92F1 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F13ED7B4171BE1ED2A5115A996FA231 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 28E800F897C3FC5D0D8BCB0A35CF5986 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = A42D0FDB8F8C62FF5B672AA3EFF223CA /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2959EFBB218C0FC18C2DF152CD339EE6 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = FB066A2612D2603626E6E436B3E3AF24 /* RNSScreen.m */; }; + 298AEB8ABBC2E2F896AB7658449034D3 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F6D09BA5BCA5227EBDDC653FB0C9F15 /* RNFirebaseDatabase.m */; }; + 29F08ED274511A24C38D7FB969DFD032 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F318BE14ABEA04FE61D738CC7C58709 /* ReactNativeShareExtension.m */; }; + 2A2926C4D4165C17BD0FD4ADFA1C1282 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 296473E2F21E38B0A943E93C44167BE0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A41075BCC3D7E19022AF88160D866FD /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7437219240A85A6890B435A6BD3EAA67 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A4FD22248D4B1C68D48C3CC742B7702 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EBD15E57AFDBC796DD43C867F18275 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A59076ED7D1E3D7335B847D1E4C8DF7 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6D182072E0E72DD05C19C4B0E151C1A /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2A6007CC43D8EEA9B2BC68DD9C588117 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B99DB16193C464C8F88E3209E3808DA5 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2A7A8253FBDC3B1262EBDBD9CD028984 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B0CCA01C1EDB41C92C17E739DF8C675C /* RNPanHandler.m */; }; - 2AB52CCC40B0A20A5F5068FF4F9A7A97 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D27314E2CE64DC6C50A5B4E368AC25 /* RNTapHandler.m */; }; - 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 053A5D01A585A827EDB74B9253950129 /* EXPermissions-dummy.m */; }; + 2A897F010EF2FD723804179B5DA43410 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89622D97EB5A6A0A93097D9C11E42B /* UIView+WebCache.m */; }; + 2ABD5D9936F366E87BB7EA022DE746CF /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE72D43B8F970329574FF5746E82A2F /* EXPermissions-dummy.m */; }; + 2AC40A5BA8D3084CD21B21A0F237E3EE /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B64B30A08C37E5E989F9DE42621AA06 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ADC2C3A88AE68B7D4EC707A23E16102 /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E48BD2039041622413DB3C8530F6A7B /* RNFirebaseAuth.m */; }; 2ADF07B96AFD642FDDA0273C3FC90A9A /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D308F92D63F5310C32C3FA527FC5D30 /* FIRInstanceIDURLQueryItem.m */; }; - 2B308AE04FC4208E860752D4338E73D3 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = E49095A3107CAB8BDABD87287A631C8A /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B44D303C1043476B54B0307CFB7E1C4 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 45A41C6C7105C7C090FEA14850032BBE /* RNSScreenContainer.m */; }; - 2B4939DE5FD2554B20274F87ABAB3B82 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 00BF4BD90992B195EF34E8231C77E6F5 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B0EB5663C1599103476F32F2F5B62C6 /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DEF6640CD360A306E4CEAA4701104E6 /* REABlockNode.m */; }; + 2B1C9E632FCA3941726493973DCF228E /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A0A418D0FCD4E42A69851E89B779D00 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B7079E55F7DD7A29CFB71DECCE20D2A /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F2CB4CF11AA79755FBC5B08EACE06DB7 /* de.lproj */; }; 2B7BBEE60DFC6B43E93D0A2BBDBD2FF8 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 025D8E78DBAC11CB603533D28063F8F9 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B9CC455EB3417A7EFEBE610679A6E33 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DF386E1B9ACF1CF737FA57899C6F62A4 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BA75A28217EE3FA06B996528B4B551B /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 283F9DBC19BC9C368189DBC095F85792 /* RCTBackedTextInputDelegateAdapter.m */; }; + 2B9CC455EB3417A7EFEBE610679A6E33 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 10327B22A9211C045DEEF45D33F83EBA /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BA75A28217EE3FA06B996528B4B551B /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD89B666D9E83A7492C009EE55EB3EE /* RCTBackedTextInputDelegateAdapter.m */; }; 2BDAE2BAA48D3C6E8C983C126D1FF6D3 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A922BF86A0993A7E8561316569E94D3 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BE321A08DCB8BBD46BADC0025EE22AA /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A3FA7E5BA0595C9DB539264B6DCFA7F /* BSG_KSCrashSentry_Signal.c */; }; - 2C26317049B79F38AA56D9959D9C8D32 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB62C1A0405F3AABCAA51A572E4481A /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2BE321A08DCB8BBD46BADC0025EE22AA /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = AA426E7ECDAB07CBEE0161247F1CB84D /* BSG_KSCrashSentry_Signal.c */; }; + 2C26317049B79F38AA56D9959D9C8D32 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F88D4180ABEE65F387A1ECE8EEACA0F /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2C2AC1E8B0605625D9F2D5B5D3480055 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 65BC96FA2845738773136791804903A1 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F05A8F8C250E94F7535D77F642B34D45 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8C0165151B087ABE4E84B05011DC10 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2CBE448FB6CEF4C98AF0A90B1DAA3E22 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D3CE9E910139A9E291604E0D688B9F /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2CF29C03A890E6C1671A7BAD90ADEFC1 /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = A73627628EFEE6D6322ECC3295712643 /* RNFirebaseAnalytics.m */; }; 2CFEE3C68DF30B10733EB873C39AD7CC /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = C3AF44932E73D7712C931B302DAB1F93 /* FIRCoreDiagnostics.m */; }; - 2D465D6D29E2E7185E09C95FEEB97F54 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = F19DEDB8616807263EC79EBEC423846C /* RNFirebaseAdMobInterstitial.m */; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 241A26CB996A14E5B7B7320C51998079 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D9D34DC43886A53207BF9E80D3BF3A /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D3E0350CD36B9F510E95547DCFCB292 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 337873F86949C7C4D310C327B204F8D5 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E994FB97EB6FFCC56CF6946F5A5CBA2 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D81BB92368437B6F289EE74F75392AA /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 717BA94CCF48448A9C6B6C053DD5682A /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B567EBE7C5BA1D28508A4EF2F636E159 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2DB4F42CEBDC24A79C3C19B323720090 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E286A13145ECBD0ED5107D7555B7B133 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2DD88BB1449E72F02E3B37E8F7D4D41D /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CB55815CDD2D9C3A5E0E2D4B73E037 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E0CE299D4A86130368E30A7EE7F82ED /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CD2C98D5C802B074C47D5E2F5A1918 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E13FCA153AB796D1228E0CBFF9EB4E2 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E713F50EF0A4980AF38416D683468D /* REAAlwaysNode.m */; }; - 2E2FAEABC0476055F22D6A37003502A6 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EDCBD529E4082C773FE0393618BE743 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E77E134D22C67293A6E91F68E12908E /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E0CE299D4A86130368E30A7EE7F82ED /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C790DFDC67E8F7644F3DCDC4822DA35 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E2FAEABC0476055F22D6A37003502A6 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 951F78505EAED951CD2284309620FB88 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2E48CFD64F77098B08CC54161064C80F /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C3156725A520FE984536BAC0B9B7EB41 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 433E7A14ED637AF50AD5C722E03D35C6 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E58438215B0FAC4211922302CCB1E7E /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8D472469F319D98AE91F1C4AE4B6F5 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E79DE9457584EED03DA9E372EE60463 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = B59A6DEEF211CCB11CAE36FA5A530129 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E9268C4E4DF3EF35C3AA9037C88CC31 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 97526B3673A4306F0CC1E7CDBAD22D62 /* RNJitsiMeetViewManager.m */; }; 2EEF2428BF4748087D8E774D39E0A4F4 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B14E94AA3FDD62E6CFC30B229F0C23B8 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2EF50ADAD30A67413D8AE5E3A4BA0770 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 196B36500F41B8DEAD7E76153FF0F832 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2F532EF26684F4C1C81ADE05E45D95DE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 68E28EC045760162DF91A5E765362213 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 2F8CB5BBEDD63D2BCE8349B1E6EF736A /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8CD113CD3693946B31BF3AFBA15182 /* RNPushKitEventListener.m */; }; - 300C71ABFD378A1342C940BAD49E48BA /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E54DF39BF0279AECDF1DCDC0FCC927A /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3036ADAC45D7080759FDE8A391116E87 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = FE3D7A64EC1D8C73B06102101D283D62 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2EF50ADAD30A67413D8AE5E3A4BA0770 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8344E7F102F2EE936BEDAAF9260A06C7 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2F01678F4FB7BE6B8750374B4ABFE19A /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D6ED43B58AEFBC372DCDC2E5681BB0CC /* REAModule.m */; }; + 2F26400B081960194FB7F7B8911DFD25 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C5DD0E9F505143476813F6225FB978 /* LNInterpolable.m */; }; + 2F532EF26684F4C1C81ADE05E45D95DE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63104AEFC445FD38E122B6C6C68C0476 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 300C71ABFD378A1342C940BAD49E48BA /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D08EDBC7AB602789DB4A0724C29A1BEE /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3036ADAC45D7080759FDE8A391116E87 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 485A71FC626F9EEEF94BA07B7675EB52 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 3059407935B2C8DB01CFDE29A61E1AE6 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 0732121C18F63D3E514C8AECC08ABB87 /* GULNSData+zlib.m */; }; 30787BC4F5F2D1BF6C15CF616FD2EFF1 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5704BABAC31F1A4B03A97215E0566CDF /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 308C68231DF020391981C639B9479D3D /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F843C96353F8D06C7E74EEBFCAAB86D6 /* SDWebImageDownloaderRequestModifier.m */; }; - 30914BF6EBA4A680F93F061C1DADB29B /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 921AC7722F2C134D66F18F51A88B5E37 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30B264FF19160F7B84E522938128AD34 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = CA7FE353B17B9F6411D1B8CC4F38E112 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 307D33199D615C83ED03D92EAE27EFB1 /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B4AC7EF9E4C1C777093940A54FEEF8C /* RCTVideoPlayerViewController.m */; }; + 30A34B929331216E9D167F412E0C4733 /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = DF45282CC82088B38C36BA4CDD15B504 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30B264FF19160F7B84E522938128AD34 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DD10FACD1F6E9C9A3466FEB026007044 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 30B7FADFDC6C72E866EDF0B76639D177 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B8B868FABDDDED888EB3F265D4C82CD6 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30C44A3EC525F17B193F938EAB44F38B /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C33E60E4947C96317C4255B8D508168 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 310E3BD54847E2E10F7E89925580B296 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 61080DC39F2EA410E9C6C0EE6B8BF540 /* SDDiskCache.m */; }; - 31182E073DBF5B3E09AFD6F6664EA453 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F718A89C12CD95005EB2064AF63B331 /* RCTLocalAssetImageLoader.m */; }; - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E849D6F37E7174B6C155619799AA8173 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 312DCE7A6237A58BFB73D95B5B7016F2 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = C73A6840F412A81A8DB9E48578EABA3F /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 317F317351263F3E0B8D2BE1D386963D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6E322B12E1BDF5ACF57A39698E97C6 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30C44A3EC525F17B193F938EAB44F38B /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A1C7258B1CCDB977338CED770BFCAA0 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31182E073DBF5B3E09AFD6F6664EA453 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD10C63FD8C3B0F92A1C4622562F567 /* RCTLocalAssetImageLoader.m */; }; + 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 820C6EB1FE9A3579042D7EC1C2D07F7B /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 312DCE7A6237A58BFB73D95B5B7016F2 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = B175AEFB87A4E7D407570EB16C2C48DE /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31A575CE50A281D0F123B2947B4399BD /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = FA488407F572597916D559E4D9456C18 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 31DCF3C5777AE4C676E7D9C5BC268AFB /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = AF29E10D6D7FEC4BAE560AF2B8758531 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32206859790B56F683946A3D5A6E24D4 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E00F05CCF734A12CFC85CCF4150FA8D /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 328F4C888823EB806500B05A2CF90C7C /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 667562C93CE0E35859560D81A9D4C366 /* RNBackgroundTimer.m */; }; - 32C4C455405B9CD9EF755DEBE89A2CA5 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = BA98B31EA1738E56ED3968B7D41292D7 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32E684924D741517DCF60217D3427297 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 51BB6D545F8287FFECC34C9C10362B37 /* BSG_KSMach_x86_64.c */; }; - 32F4DA4E6EBA407A5878774FF15EC82F /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C3DEBDBD5F087F4D3F139931C71B7FA6 /* RNFirebaseNotifications.m */; }; + 32206859790B56F683946A3D5A6E24D4 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CF3E014B83894A46086EEF1BAF45EC2 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 327B95F1737F179A0CC8053108342BAF /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E807C30D97F33BF44ED62EE2EC129A31 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32C4C455405B9CD9EF755DEBE89A2CA5 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B38BD02AB9E2F1C2DD7C87C9C1C29F8 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32E684924D741517DCF60217D3427297 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = B65EA57CBCCBBC8C9DF9883AF667F899 /* BSG_KSMach_x86_64.c */; }; 33062309584EE5CDBC69FC6DE862E033 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD53A35203CF3EFF6CC520D9BB5439A /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 330A1B0D5843F9EF53903DD77EEFCB30 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 989EC3095E4875E3B1D9DBE132132CD9 /* RCTActionSheetManager.m */; }; - 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 430CA544C5F5E7E8812FDA2B74015881 /* EXFileSystemLocalFileHandler.m */; }; - 330E49E54FAE78E15DCA4ADBB77983F0 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FA51DC1EB4858AA16A2A500FD76C664 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 330A1B0D5843F9EF53903DD77EEFCB30 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D6E71718CF05849F6F1FE78A2D29FA /* RCTActionSheetManager.m */; }; + 330B6B072E57ED740584170F1D33629C /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED514A765FA95476629F27F90863201 /* EXFileSystemLocalFileHandler.m */; }; + 330E49E54FAE78E15DCA4ADBB77983F0 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 456D21985FBAAC445EA518ACD7FC8D6B /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 331413CBB88739C2CF43475160C1CA63 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A847512E7200D650709EF4EB3A8581E /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 333E72A60BAFC9EB250C17222C7023B5 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 154797C6FA63B16E3DAB026FD0AA9562 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; 335029A6D67395F3DF335ED8328DCDF9 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F8051770408493416D6F46068E61D36 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3354D8B4BB60FB17E7772B63D789D6D8 /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F60D3D8296982940975BE9B7E1DD3CE /* GDTReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3367B5E34D0DBAA5AEA10C99C612E241 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 435810AA44D25F78E402E260306A966E /* RNGestureHandler.m */; }; - 337562C487B9E34D6DE140597FBBEA0C /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F05AB836BDC07D1ACDC2D02D31A773A8 /* RNGestureHandlerManager.m */; }; 337D56ABE8516E491805EDA094DDB786 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 20D25FEB72AB445059B03572C15C9B5C /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 338E09B092953457F18D827F487CCA80 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF76970552CBF5D498B4B5ABE92861A3 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 338E09B092953457F18D827F487CCA80 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B3BE24A48A1D9CA5B75989BC05434C5 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 339BEAC0122D2F6CD6FFE6ABAE9D510B /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7AA8EBFC6653280BE650D85406DE1BF8 /* ja.lproj */; }; 33BFDF34CCF06F27AF5A95AF3D3A8CDE /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D5545D816557E486B76508E8813003 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33C91DE5F2A63897008170423C191BD4 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CA123E117105CCD6B185D40422D7DC30 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33CB5D3DD385D4617604E912AC04C551 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 27ED0005F17C8AD51E057BF21D5F0EC2 /* RCTNetInfo.m */; }; - 34283063F0F4280D8B9914E642BE5690 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E75F1AB38A5F35704552B1D2BFDB0C /* SDWebImageWebPCoder-dummy.m */; }; - 3435DCE8EEAFAF5538A2B4F6ABD01592 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF817AE61E87869DECD2007DCE20018 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 346221F6C6531271BEE337C4A880BFB0 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E047A854D579C83DD483BCBF81104986 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33C91DE5F2A63897008170423C191BD4 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 75540950BCFA42DA75C26F869DD36FC9 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33CB5D3DD385D4617604E912AC04C551 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B7C9F1E7E9876DD2D7144A6440C9A8E7 /* RCTNetInfo.m */; }; + 347A76405CAA22ADF8158EA7F89969BE /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CAF1D5CB0ADEF95962020EC540962C5D /* SDImageCoderHelper.m */; }; 349B8E6465493658CF6AF3C28F8E69F1 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13EF0DE8480A25A2F8C33871361144AF /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34C2FF6F97B984B18CD943E512743BC5 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A6BCBF8DFA9036607B10E1C54A7049E /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 34E5531AC0AA9747E78835A956DA5580 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = BB32D49DA0AECFC80F73D73ECAB81A6F /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34C2FF6F97B984B18CD943E512743BC5 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC75AACB595883AE4E22FA6AFC9074A /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 34E5531AC0AA9747E78835A956DA5580 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C9F5412F5A3835A295D24D8A97A3E2 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34EC0D3485B8D5995C3A7BC7246ACE2A /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B47472639633B31D60237D7C0887F1F9 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34EC45D7E05C7E544ADCE54C82C7F815 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E0F815BB889EF23EECA55DD1FD0BFA /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35274B076962B5B78F433966C9EB820A /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A400EAD23CF7F01C37961AE6ED25820 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 358A9BE1F23199F46F214591625352D7 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3E0310CCA25F3CD5B84308609151A1 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 35B224070CE7AB10F237DF265273F07D /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABA183D6FFFA42C5E423362BC2BDEF7 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36414710DAF820D4E5D3770D37A7E5B2 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = F75F01C3748354CB900B963E1E280814 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 369B3B50FEDEB672D5A25634765E6DE5 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D313B5438489B186AF71F622626DA9 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35274B076962B5B78F433966C9EB820A /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E21E994004866473C8011040DCBA9351 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 357088828785776706A83EA532953B34 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B729B046328B2A6EE040C99363F2919C /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 358A9BE1F23199F46F214591625352D7 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A6D1F7D5471A605585316C45965A95F4 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3633B40EAC16EC25EA07D85497092766 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB5C07CB50B14C998285A22697FDAC0 /* SDImageCodersManager.m */; }; + 36414710DAF820D4E5D3770D37A7E5B2 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B28CECD490AAEC029719808BB08E2AA1 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 367FC4B5E47896A78F68C909D1ADC0A6 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C90F8B55FB2CF1B17B47367293B1B6 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36861D554551565C34E51064E4364B41 /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0D512C42CE9CCDF55020F03437FB9F /* UMReactFontManager.m */; }; 36C08CBA266B36BF70CA1CE5CC9DF920 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE25EDFF0C6211BCEC52D37DA1703EB /* FIROptions.m */; }; - 36D6C69C0E2415D65232D1F12B1D7A80 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 05442FDE4805564614EA4952496C139C /* BSGConnectivity.m */; }; - 37567371A8063B507807E269926FFD79 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = BA389489AD3F66E8E1CB1FE46F32744C /* RNDeviceInfo.m */; }; - 3767695DFDF7CA03345FBE9C829A56E0 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D0D4EB434E2A7084401400859BE709FC /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3787849E17237AB188BAFCAC4E41F2D0 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 223120526602CBA7ADF9D35AC98D8720 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36D6C69C0E2415D65232D1F12B1D7A80 /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F32C5D2E3D2164EF0ADB79F9F9987CD /* BSGConnectivity.m */; }; + 36ECF5B7520E68D508B2162A3D849E3E /* react-native-splash-screen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3260BF7E931B31E949E7C3D721B7FA4 /* react-native-splash-screen-dummy.m */; }; + 36FA2F3649714EACC22363198EE23204 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7475466DD3CCCE81279999095390ABFA /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3766B617A231CE9182CFE241CE5120EB /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5526B1FDBD5CA54475C9028CA88C83 /* SDImageGIFCoder.m */; }; + 3767695DFDF7CA03345FBE9C829A56E0 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = DB7EACE0049552819B333B958E79B45A /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3787849E17237AB188BAFCAC4E41F2D0 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E87AEAFFB67B5CF35C599D04782B94D7 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37DD54840768E12258A9E9EABCB6ABE2 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F0AB7F33A2D3E8953623BA09BD091D /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 381E62687AB55DF94F2073E8C5A85A50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4341046B557301C8C52B4235329D3B0F /* RCTEventAnimation.m */; }; - 38249DCB0B6ED78C5A06B8562A87AB6B /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F879B1326B54C9F9A72C1A72B23916B6 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 382713909DA41D4E461C8CCE04DED953 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 777557749740C00BBFF089B62E1ED923 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3842AAF12EEDE99ED4C4FB6BC98845AB /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = E792A56960DE7B083053882538A55F5F /* RNFirebaseFirestoreDocumentReference.m */; }; - 3856F841675018C86435172CFC7E4458 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87FF5199DB4EA632F3780A6BF236F2EC /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3856FA6524A7E27D3DED0D3F3A599204 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1F8B3A353F4A7504F87F7A7FA0A072 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3881653F292441196D782D8DD92A6CA1 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C508BDB58C3C22D4B094C0BF786B3C /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 381E62687AB55DF94F2073E8C5A85A50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 66AC5AB614BFC56FA2DFDB93C7918585 /* RCTEventAnimation.m */; }; + 38249DCB0B6ED78C5A06B8562A87AB6B /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F7E762D4AD774C05D0E395BEA0CC92B2 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3856F841675018C86435172CFC7E4458 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A4010A3A634774189A7A8E5A42972A /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3856FA6524A7E27D3DED0D3F3A599204 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C11DF69C0EE078BCCE7FB3DDDDF1884 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3881653F292441196D782D8DD92A6CA1 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F1895BC65DDF8C4706B1C975B4CC9AB /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38AD4512BAEA16C8B031C7DCF55F2A8E /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 21AC8D494D1B3B82127CB52C30424F26 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38BBA21348DCF9947155442372A8E735 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 268BD99C64A6C861FED9E34CD3F6B278 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 38E4F29F7E182622CC2215957C62841F /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 167A459272622EAFCCF5329E8083961A /* RNFirebaseAdMobNativeExpressManager.m */; }; - 395E9867F38532BF9DA3280956498F87 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 670899587CDF9673DCCDFAD2A1E5407A /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3963D28AE4FB8DBC48097812CB07DB77 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46C1A629706A7A7377A90F7FF05E92BC /* React-cxxreact-dummy.m */; }; - 397C3EDD243353685F957F57C2240CDE /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F33097B3879E9851A14049D85599297A /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 398216CA89DB4D19E75576F65F1C9A2D /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BA9D50CE03C2E15E321FF935241AD7 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38E1C1F52DF88F8D0E18FE543CCF71A2 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F1BA7DE43D3D0C4634D5CD822FE1E90 /* RNPanHandler.m */; }; + 38F9AECB68EB72025C78D23033B894D1 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = D6A298CEB203F72FFD7EEF4C03CEF0AA /* UIImage+Metadata.m */; }; + 392499310AA24FCDFF62FD8A5EB05D4F /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = C05CC5F8381C9DB14E69EE2F32B2C024 /* RNFirebaseAdMob.m */; }; + 395BD425CB8387DBBD6FA3400F6D424E /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E12BE8126CFBA86063B52BE2F28A4BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3963D28AE4FB8DBC48097812CB07DB77 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 088BCC6DEE4F161C8D46C85FBA197D97 /* React-cxxreact-dummy.m */; }; + 397C3EDD243353685F957F57C2240CDE /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A77951D231C794FAFB6C55537A61AB8 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 39CBC50563C959FB5909CBA64A680666 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 35DE0F9D7AF1B2613AB7CE594AA8BC4F /* GULLogger.m */; }; - 3A05F957841DF8E40F3F912B22F6B427 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 239056C460BE84F42676DD046E24B3C9 /* UIImage+GIF.m */; }; 3A2CF9C00157FECC985B4C09095319AD /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = DF84CFF1949A27612BFB1D82133AE8CD /* FIRApp.m */; }; - 3A41FA077417FD269CE763B748DE3D7C /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE5820639989CBF86497FADC01C51F3 /* RCTAnimatedNode.m */; }; - 3A6B6F3DC9C032C621427568501BB58D /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6AB3485E97258DA51BC6AC13968E3D /* RNFetchBlobFS.m */; }; - 3A85C24766DCC1A2224EB8756A14630A /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F50D7622E84F5FA8AA25A055A69540B /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3A96DA81AD15FB50AF223023843583F1 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD0229375DE1D2D8DEA21B80ECA6388 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AFDD151E5107534D74663949B3864F1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 262DEA6395C5645E1DD66157F9034448 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AFE9B8BDADA084AC206DDE383CA207B /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 125140995B0A46D82FA3E4E85BE2664E /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B1FF2DE9FB1A71042F8B66B9524710E /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = E85C0C94B7D5FB5DC0F407F2600152D3 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B2118BCD0CD8A2A7D5A855464FD47CD /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B553459F4188715B5D1F719303295A /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A41FA077417FD269CE763B748DE3D7C /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F4508755C27EA5A8F372E205F6BA57F /* RCTAnimatedNode.m */; }; + 3A85C24766DCC1A2224EB8756A14630A /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DEC13A3F2DC6C25EA3A7167155F085A /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3A96DA81AD15FB50AF223023843583F1 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DDBB27583E14964AD06F48EF7433B95 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ACFAC948E79561C97CE3B024F4B3D04 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = AC6EB90480D4B3EB34ABC7A1B42F7BC3 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AFE9B8BDADA084AC206DDE383CA207B /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B09A09A09A14A32D8F6A1EA4BCD86CF5 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B1FF2DE9FB1A71042F8B66B9524710E /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E6E68957849C422C54B6F369192F12 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B2118BCD0CD8A2A7D5A855464FD47CD /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C904711D58A5903EB269B7546D9A0 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3B3855F510D8BB2023ABFC6A5628A827 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C5C0D606ED67278A6E886F85F26294 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B72BF5FC30C007BEC9A3127DFE5F467 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2B4AA84FFEAB4694F7306618ED0D5A0 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B765C62CF94BA0069CB9CE33FEBEBE8 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E8D3E5278A83053F6DE13F1F6FAEBC /* SDImageCache.m */; }; - 3B98D40D03F4A4FA76DDADACDDD2669D /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3A30D388BAB3491B25D05E1B0A71B /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BB7613A3A3B5DEB2C5EB61243ABAF8F /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 590AA17A070B587502226ADCCCE7B101 /* BSG_KSMach_x86_32.c */; }; - 3BE95ECF0CEDE952DE7EC6A5E31961A8 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 292E194053D8F2265C1B40218F834FBF /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BFD0FE33F7819DE244CBE645010C632 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D41375CE9A5EB189F9B8A07230DB4E /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C0C44CA17AA10A05AB42DA617FE2306 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C24F40A63FE451294206B6301FB2605F /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C4BBEAE55A37D985320BF5A8F7E3FDC /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F92EE1C0837EB379E32FFE7059BE647D /* RCTDataRequestHandler.m */; }; + 3B98D40D03F4A4FA76DDADACDDD2669D /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0EA55A3EB766A8C7BDF1D6C8B9A7F6 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BAC05A0D7898D72AE8045E52749C371 /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = BF51011F998488F833327B4F778815E3 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BB7613A3A3B5DEB2C5EB61243ABAF8F /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F79079216DFD84B53778FC99ACEBAD2 /* BSG_KSMach_x86_32.c */; }; + 3C4BBEAE55A37D985320BF5A8F7E3FDC /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3DCC7F66F4CB7C4E23F541CF25DF79 /* RCTDataRequestHandler.m */; }; 3C59E4210B09E27F847CC83CD91DB322 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7A95AAF7D65C72B05E14FDB3A23BB779 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3C5E2F8D2019FD31E4C9B383D6015902 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E749B8877B3B0EE7EEF1DDCF99DD0F83 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CB6842C4C314BEC0F57A1922A3BE4A1 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5979A6DCA021FC4DB90375F8BEAE9D2A /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C5E2F8D2019FD31E4C9B383D6015902 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFB8D4E03ACFE08CB9437838517BE61 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C6FD3D535492141E4DEDB6974934845 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3BC69DB1E1F0AE4CDA5D9513932AE8 /* SDImageCacheDefine.m */; }; + 3CB6842C4C314BEC0F57A1922A3BE4A1 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B5386C57A5649E0FE581E51C75584A61 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3CE0729079D17BAE2A3F5C0904B3FEC8 /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = E0CE7E539FABA0D0602D2001A7B3D74E /* GDTTransformer.m */; }; - 3D159BC7359816B6F847DD2854FC9520 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDCAEAB682B98ADF0EAA9C335C0131F /* RCTSinglelineTextInputView.m */; }; - 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = C0142ED749AF000C530635CF83DF425A /* EXSystemBrightnessRequester.m */; }; - 3DF82780CF55F81F013EBCC8EC0D8636 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3A48CECA6512C7D3DDE4E567D13169 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E0D9D530637D80E80BC187E766BF528 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 67BD77AEC4CDF83989C9357B81F0DB81 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E549B8B47A4E9622A5358E9C70F8F2D /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A3EFF6C0E63A4D349B6FD2C9549075 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E54F7DB97FEB6BCD18C3F926D0ECDD6 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2862C764DC067202223164258F2549 /* RNFirebaseAdMobBannerManager.m */; }; - 3E7551EFF7998500B299F84718DE82F4 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 19B762F877F3B152365AEC114E9BA027 /* RCTResizeMode.m */; }; - 3ECC831D5A00F19E3A8362C2E5F29A1D /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ADEA8E9FE8D76BCE22028D8E4F20EA29 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ED2D1ECE68A7F9D6EBD7286DF05D64D /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C11881E2F336517CFF4E6B6DDE7FCB /* ReactNativeShareExtension.m */; }; - 3ED3FB625207598D554CF1DEB893D351 /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 13F848E82CBE206FF89F5A4D545E95DB /* RNFirebaseLinks.m */; }; + 3CE5830B91689D4330EB28C51FEB7CE2 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B15F14FCD1BD1D9F4715F0A85828A79 /* SDImageGraphics.m */; }; + 3D159BC7359816B6F847DD2854FC9520 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9360D7604E1B47757AF6FFFAE266DE49 /* RCTSinglelineTextInputView.m */; }; + 3D3E47E5F83FB0562F67CCE9A4AAA4F1 /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 918F176DABEE0E1E9BDA1CB920965705 /* EXSystemBrightnessRequester.m */; }; + 3E0D9D530637D80E80BC187E766BF528 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 52DB8FAF7DC4188B475DA2BF3348D8C9 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E16272EB7A5437D67577467482937A8 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F6E8D371DD248ED3C8AF03A1F31781A9 /* react-native-background-timer-dummy.m */; }; + 3E7551EFF7998500B299F84718DE82F4 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F009FED027AA41F1FF3E70190A64945 /* RCTResizeMode.m */; }; + 3E9E11D92F8954904856D5CCF703558F /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C03F4FCF4B3C14746C09479DC5EA10 /* SDWeakProxy.m */; }; 3EDDBF55FEC78332628B99B7FCCF05F0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 69812BC4C62D9842A1B2B369C701EE07 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F5E15218AF798D177E4FD2650FA4044 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FE974BADF79553E4722E9189E9AE63F /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3FAC1DD0638669ADAACE3C32DAA02C81 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EBE1A045C51E644379FCA7BB5C1A8C10 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE6EC41C7923C788CA3EA2DC44A0454 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F849EDC739E04BE831BE236F2D01E5DE /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F5E15218AF798D177E4FD2650FA4044 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 849D393AAF94ED15EA20FCE6C8EC6CDE /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FAC1DD0638669ADAACE3C32DAA02C81 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 04826111BC5C1050A6C27A888F0E3333 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FD619CD7E4DA2CB1F156E46E5096A79 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E3F08E8D85F621758B574642044F950 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FE34810EC8E7C6F6D4C43797EE287D5 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 357C18207563DC20B8BEB0607FC45B0F /* RNNotifications.m */; }; - 3FFFC6E8E0EA3753ADCC980B209485CE /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 14725CAC155E8EDBB22A24BBCB965C25 /* React-RCTLinking-dummy.m */; }; - 400377F580EEB21962B955A22F181457 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = B62748FCB8AA588EF4146A7A670BEA5B /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40423A792261DD77258C96ABFE04464B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 21ABA09EC95E05879F07F584E19B8541 /* RCTInputAccessoryView.m */; }; - 4059B077FA6EFA4E5D4F941082D41326 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1218312F176527661BAEBEB2855444F3 /* REAValueNode.m */; }; - 40AE675CE30893125F5446DE5BBBFDB6 /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DB0BF3ABAA1B33B4E2A1F4166755A2D /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B42FE18F19C04AC6DEDBEA85C745980A /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 412D7EDE677541415E721E69A4AF4D22 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 679DCDE0317186020EA1B2CB9E3C5319 /* SDWebImageDownloaderConfig.m */; }; - 415A1D61E8F06727B6AA3BEA94C9FB67 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 654E140137C15F968944867C04CC2522 /* Compression.m */; }; + 3FFA628A2B0EFC3D59A63C09089CF1E8 /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 95903556C613988420F39A23941B6897 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FFFC6E8E0EA3753ADCC980B209485CE /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A2A5F481C858D3EE436D9073C04A642 /* React-RCTLinking-dummy.m */; }; + 400377F580EEB21962B955A22F181457 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA0E6804FF1FCBDC0A058AF72BD5CD6 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40423A792261DD77258C96ABFE04464B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39B9C7A84653B428A72EC6A02F1C9D01 /* RCTInputAccessoryView.m */; }; + 406A81E7393923B25CC57F776430A282 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B79E1416EC80D9D1EC2010E21C56020 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40AE675CE30893125F5446DE5BBBFDB6 /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA1668D38973502469C41356EA68A0E /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40D994106F1BA56A57A32E5ECDFA857F /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA47289C42019C50D000A4C806152D /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E3C084CB1099842368640A0CB2C6C2 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E21866F0A4564328F41C04A7375C05 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F8AFCAC8503727F79A88D871C8E6B73 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 414E2A6FCB3ECAF5FD17FFEF79C04E3F /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C61784B12D8A79261A0033FE525398 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 417DACDC0A7BC5F9A55B32734AF496F3 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4FCFDC62BB572738897A66AD584B1A /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 417E75BC5FE99415F33B4422E53E4127 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D674AF3635BF8CD90DB77AD3BD7AE1 /* FIRInstanceIDAPNSInfo.m */; }; 417F9C8A3AA8AAC9D60B25C6FB3EA614 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 297FB257FFE6A130856F3F4054BB64FC /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 418E45B1C68343DB0396AA4CBD77E8A2 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = DF584DF14D519DCC098367248F4CD3AC /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 419B3687A0EE5BD6AA2446011C690EDD /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = CA59BBE9E3A2CD7230971CE0ABA9D965 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 418E45B1C68343DB0396AA4CBD77E8A2 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BF5837839E6194054E9ABCD7CEED2F /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41B89098A007746270DD180D70EC71F5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 833C08ABA0B47B2F2829C8A2CC4C0F4E /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41D1E0B51D0E945795DEA849E1194D29 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FD0884FBF8E38AD7AE9679B92726379E /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41D1E0B51D0E945795DEA849E1194D29 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8038048702CEDF3937648E67111660 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41D8858FE972092F3CD14BCA87010126 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05E5EB9AE27C33ED8206D5EF0B639D99 /* 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"; }; }; - 42130750228185A9EE97B08A51897B99 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = BE25945B2546B4E805BC0E01903CC69E /* RCTConvert+UIBackgroundFetchResult.m */; }; - 422E7CEFC66A0706DB0D54C106E6A891 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3FEAA5996EBAB6C087D51EBE25F51B /* React-jsi-dummy.m */; }; - 4247FDE6A7860133AEF354B9A10F46C4 /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 6194FD1CEA962047434F7CD0840F0B3F /* RNSScreenStack.m */; }; - 426112F7D340323309E90FDCEDB6698E /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C5D7B960114F9BB1BCA58A7FA827695 /* BugsnagSessionTrackingApiClient.m */; }; + 422E7CEFC66A0706DB0D54C106E6A891 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B7898AA7D8104044FD5B914275DAC31 /* React-jsi-dummy.m */; }; + 4230B33B793DD7F193068498B61C7790 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4591808A27E5293FF8B06A4C667F8757 /* NSImage+Compatibility.m */; }; + 426112F7D340323309E90FDCEDB6698E /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 323531E7EEA6EDB775549645EE35B965 /* BugsnagSessionTrackingApiClient.m */; }; 428DA569F1EB3E48A5F26F0FF30A9061 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 5666FEC476C5C8C126B29D8F691C31AB /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 42C0CA41DF82BC302650393BC0CFF122 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 23CC7846BAAAD731E9F7FE1200BA32AA /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42C5AC349980DCAA96B4CBE42A459ECB /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 62EA1C1E10E897A9DBD203F76B2C0B6D /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 42CCA954EF0F8530C71111EE42C17698 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 622F4B1F83CB4C45EE4282F4ED21DAD6 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4361072A88F52DDD840BC58643BC5F68 /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44FBEF46DA69AE67CB7C4EAB355665B8 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 438551EEE33E812F71A2C54EDB74726F /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = A352EE81C4436FBC31BAC8A8587F313B /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43AB3456754BFBAB36302675C1F024FA /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 685F76DE22F8EBD774E3CB935D8B507E /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43B96C3301D8299F133883BFDFD36358 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = C39665AF94FBA346085767D7916412E6 /* RCTConvert+Text.m */; }; + 42B6C5035C034332E3A240EEFBBB1A12 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5406371BCFF4F1D5701E5CDC1DFA89E /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42C0CA41DF82BC302650393BC0CFF122 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7E0EB79A989D5675811DA83CD39CE8 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42C1C580277E78A76C5464921260C24B /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 327DDEB6AE029EBC2C4DBA834E12D41F /* AudioRecorderManager.m */; }; + 42C5AC349980DCAA96B4CBE42A459ECB /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = E6E3C07DFAE82047B7A3DED1C6A42B50 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 42CCA954EF0F8530C71111EE42C17698 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0592FF99D2221B5A116B08EB5E748496 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42FA30CFFC0B07F76D8E483D679E6976 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A56503F1822BA76BDB2F2C0943E6599 /* DeviceUID.m */; }; + 438551EEE33E812F71A2C54EDB74726F /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EA084B799B58557F91B1A20B1833B8C7 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43B96C3301D8299F133883BFDFD36358 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 254EF6D4178B1BA3A2BE5552311C807C /* RCTConvert+Text.m */; }; 43B97BBEA60B13CA069319A3757A4EA9 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31464DE3A10775862FD3837D89881621 /* GoogleUtilities-dummy.m */; }; - 43BC4B5718524A141126854098C2EF06 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = EF19086FC19FF73008D2D0747261BD3D /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 43BC4B5718524A141126854098C2EF06 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = DC68B7F4B92266490BFA50D965555855 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 43CBD73B6409385B3BA97C371970F1D2 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = D06DA09FF14C0C4880409B9CCF4AD1E4 /* FIRInstanceID+Private.m */; }; 43E11DA6D060BEADEAD736180B594C36 /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = C283455D40EFD0387D66378077728A45 /* FIRInstanceIDKeychain.m */; }; - 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 548EB0ABCA789B0DE2235B7CFE4C86CB /* EXConstants-dummy.m */; }; - 442933B0BCA72284899C8F62B2924540 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = B892F16336DEB00631BC8CD1318C62FF /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4430569F3E84B1F22368A37034A12C38 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BDB5FB053D69C8E59F594B9E914EC2 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 444ED64B3900960D287E3A90ADA16C77 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2190F81AA03361ECA2D6C94FF2E95F90 /* REASetNode.m */; }; - 4452BBEA7188E0E6BE79B3B7368E017E /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 607049354624AEE8FCDC45ADA3B250E3 /* RNCWKProcessPoolManager.m */; }; + 441CC59E05CD1798A940EABEC9260FCC /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B939876847B21A82571B25D28E764B8 /* EXConstants-dummy.m */; }; + 441D44E69AD70651B41223678ED2AFB3 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DA46B0664E3A7BB9E473F604D77A3A5A /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 444F2FA3206D326CA2521C819470DE05 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FD82944AED0B2CC7EE0E5823FB61B8 /* REACallFuncNode.m */; }; 44A56E8FBEA913137B22E0F48F692DCD /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = E77E169257CAC680599A408A2E8BD165 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44FB6A1BFCDEF27B9B786C9A7181719C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC9287B023487367544B583D62504235 /* 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"; }; }; - 450264F2621C656145265BD88DDA1CD6 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 372B94412F3E2A1C066996D0B590E620 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4550C54119E07298B81AEE01322E161B /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E6AD35E2827330F6D0FDDA7A31D290E6 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45570A40FDABD8CE955117EDDED09E24 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A9C9398573E80F194501E6D5C00F72CA /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4581C096EEE71878594E52949FF373A7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 65CBB5815C2C8E2699BCAD8FC3191639 /* BSG_KSJSONCodecObjC.m */; }; + 450264F2621C656145265BD88DDA1CD6 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A30312D3C8A05DEF298C324079414F93 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45570A40FDABD8CE955117EDDED09E24 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E31C7A72E305702E9CCB85842D3B9465 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4581C096EEE71878594E52949FF373A7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E47A155B2E333991D6A1083C0ECA6B /* BSG_KSJSONCodecObjC.m */; }; 45A40F884619367E2D134F45E8496BEF /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = A3A876813DB06919D844190B333A92C7 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9E339F522DAAB2B9E73F31537F8FFB /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4629EC0FE4E8F7582CCBB32CCBA19140 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FDDC07BDB2D69B8364DA6810AD90E5F /* RCTTextViewManager.m */; }; + 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BF77DE855490EB2B3CAB84571B3DF08F /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4629EC0FE4E8F7582CCBB32CCBA19140 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E64679AEF396D3F35E4AA50CD16311C /* RCTTextViewManager.m */; }; + 4639C20B562C9BD3992656B947B5EB60 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 713F6733E2ABB78369F7A460A62BBAB1 /* REATransformNode.m */; }; 4672288653A12A8ED1BD40835C8CA941 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = F6215914E5B850B4D3CA559D2EEF3623 /* GULNetwork.m */; }; - 4682E0139F8D33BE32F6FE05D0A36065 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = B89DDFE00E22E3A3906EFC459918A226 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4692A03F476391868C6362ED0C497F02 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA311510FA24986BC3AF19E0BE6D0E5 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 469496A4CA5DD1B476B64E3FBB700161 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEDE8FDCFE7CB914F5537D5B619BE8D /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46AE93B7EBF22B9B8B6E2A45FDD61CC5 /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E21D9A28AFC1190DFF8DC3300C0D8636 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46D4DB4D7655C9D518527A43C8BCAB15 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EB41230ABED447B9043E714CFCCD86D /* 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"; }; }; - 46F68B4279B30F206527B567E1195EE8 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = FA63D99B6021039B74156FB8E56D5799 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46FC4AF7BFD453794AEDCE9C42F7E1D8 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B072D8D73FB9454A1DF60D01B1086581 /* Yoga-dummy.m */; }; - 472A6ED3C76FDD642DF435E4526087D2 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BD0143DF5E499DCA1B23DAD0EDDC0E2 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 646BC1E0E6C82CE13BF3FC32B4E99B03 /* EXCameraPermissionRequester.m */; }; - 4756D1D81A6A4CAE5A7CA47C0E749E82 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 86DD38D171735C60E25CF6FA5142E9B3 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 475FBB59DE86E1E478B92C83E8E3FD60 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57ADC6FB12218BC5F731E66581C6A9F0 /* 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"; }; }; + 46E7A83AEE1F0DC564B81544E5420644 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D32857B12A71D2DB1E60612F24AB11 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46F68B4279B30F206527B567E1195EE8 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = EA9CE3AE065CACCB2FF800D95CC0352D /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46FC4AF7BFD453794AEDCE9C42F7E1D8 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B7059F69EAD9A2CE07C2E46A4237121E /* Yoga-dummy.m */; }; + 472A6ED3C76FDD642DF435E4526087D2 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D87F9A123B9BBFC9A91EB2EF5E8BE16E /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4731BED045D3896E9BEE44CC743EF406 /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9F3BC1E1EEAE5A26776FF66174CB90 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4747F8766746305A6925482005F441C1 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = ADD54A084CE2EB09BB024630C776C2B3 /* EXCameraPermissionRequester.m */; }; + 4756D1D81A6A4CAE5A7CA47C0E749E82 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C965D1C2F065529C14355435CA0507 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 475FBB59DE86E1E478B92C83E8E3FD60 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 037F10359ED1F2F1F86AC87AAC1F74E5 /* 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"; }; }; 476E15D7574C917AE318723BF604E8EC /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F990AC97A7898A949B63BA279F0E400 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47AEE83DB849E3C2B4A8B16F935B2492 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BF2BE7CA5ED6426D6B0787EBBFABDF /* BugsnagReactNative.m */; }; - 47C50D3D030A8341837A19DB6A67A4B8 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B045D0E4243730481AAA1CB77990DEF /* NSTextStorage+FontScaling.m */; }; + 478F25A2DCFCF4DB76AEBCCCF4B120D8 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F22BD4AA11C9AE735BF3D9A59AE4C137 /* SDImageCachesManagerOperation.m */; }; + 47938B02141292D2F96DB07A4C39A8A2 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C5E0474C43CB4DC755D7FD8CF4B490A9 /* SDImageCacheConfig.m */; }; + 47AEE83DB849E3C2B4A8B16F935B2492 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 824761F9913EDA9AD7126265719F39E4 /* BugsnagReactNative.m */; }; + 47C3F6A70444D2A9DD3F8FCD966FB96D /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B10DE72A90B654CE90479D0C40B271E /* LNAnimator.m */; }; + 47C50D3D030A8341837A19DB6A67A4B8 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = EEEA377DA97D9F91E87A79EF17EEDAFB /* NSTextStorage+FontScaling.m */; }; 47D26569084E23199966F0D962D65D0B /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B7DEDDFABCB0CE6A9C82FF73C5D61D42 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 488123B6785D8E54DBF3FE3B87BE30EE /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E70628CB7C4150E60887D1C06A324ECD /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 48286A600391C88EF3EE9B903C206885 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2B26B0E0BFD62EF816B83137A018DC /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4839BCF83BF4AB0B8BCDEC717AB95C17 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F1988726E9218835ED18B388A00F09 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 488123B6785D8E54DBF3FE3B87BE30EE /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8604AB585E4698708FF2BAE10DB5ED34 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 48AC3D5DC49DEEB5CAC44256BA5B5DEA /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FE7DDE360A8F7B4372072070F1C53A0 /* GULReachabilityChecker.m */; }; - 48E13BAD190035A4BAC59193F9FD58CC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 21848CA295A5871520AB6B6D9165D3CD /* REANode.m */; }; - 48FD91451DA44310A44523825F96B1C4 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A13DD808F30EFECEB6F8ABA4D0EA7474 /* RCTPropsAnimatedNode.m */; }; + 48FD91451DA44310A44523825F96B1C4 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7913B4457252FC17954FD25F596E57ED /* RCTPropsAnimatedNode.m */; }; 49249CD83D6535E94344F438513381BD /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AF829146A913FDC2D938895DFD18930E /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4930759E486069FC5A806A64CA118EF7 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C994142F48C355AF473A71D1DDCC1DC /* RCTBaseTextShadowView.m */; }; - 4950C7D57CBFE821D8622906BAC7F5EB /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 36BB7E4F3B4C59F2AF8FEA960B294326 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49F12FC5E06C1395A4FA589053C977C0 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C59BAEC2A7827C2B428990AD6BB07A31 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A02699F57A1E4AC27952C7A1CF7440B /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 84E1B2FAA5D3B051039B96F0883057AF /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A179F67B2211D5A0C4CEFF2808687AA /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 605635D6DB4B1BDBFEF5762CF7A64D54 /* InspectorInterfaces.cpp */; }; - 4A635A71C4C46F0F2C9028A9BCB3361D /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C8967EB8943C362A949D858A7313623 /* RCTSpringAnimation.m */; }; - 4AA2182966D257333C8FBA2D630404CD /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE5F5E7D3A709FEE7272B876262C3FA /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AF04CD7C7A366230D118DE7AF1793AB /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A08675E7AE166CE5245BAB36CD6FC5 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4926DF808ADA971D5119E801366D5AAC /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F5BA7A3078743A58DABEB3358FA7C43 /* RNCSliderManager.m */; }; + 4930759E486069FC5A806A64CA118EF7 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C71AEEC8638E61C8BB88F7C47F9E083 /* RCTBaseTextShadowView.m */; }; + 49581BF67DA0718808AF90FACBCFEE68 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 90C10BEDBE5D0FBCBAB5824ED64876AB /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49BAB94039B0EA806EB8F03B7A783E52 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = E5060233E24A626171E9CDA30D2D95E3 /* UMReactNativeAdapter.m */; }; + 49F12FC5E06C1395A4FA589053C977C0 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9C1F626FF8877516FBFB862421B3C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A179F67B2211D5A0C4CEFF2808687AA /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F70112DCAD03D609765FE3D7A9C0FCA7 /* InspectorInterfaces.cpp */; }; + 4A635A71C4C46F0F2C9028A9BCB3361D /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C554D24340E681CF504B21F839092491 /* RCTSpringAnimation.m */; }; + 4AA2182966D257333C8FBA2D630404CD /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = FD4676B30890AEC0B24DB8CCC806F930 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AF04CD7C7A366230D118DE7AF1793AB /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 723938913D85D0A458D185BF546C3F75 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4AF533E5A6AFF13467F5968EC8A6EEFE /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 59C46475F8DC2FF79F16B0C5AD2F49D5 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4B0E6292DFF93AF99A3211F0549CDFE9 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 86B2636F998D062D4D3FB9C112E7C761 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B0E6292DFF93AF99A3211F0549CDFE9 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 322E8C60FEA9CCBC1AB4509865A90E1B /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B163EB758F5F9C2FC21DC257B9F02E6 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7975AB85BAB4A3FEE13D5BB0F0F6C4 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B1D722D19B02DFF66FE43AE54A71453 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = FF21F2F302A776515EE5EF5560F277CC /* REAClockNodes.m */; }; - 4B35CB70798FDE7E4218999504975CBB /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D52F8088FD47E4E052367ED557DC9D38 /* React-RCTBlob-dummy.m */; }; - 4B3E9BAE33AA82157C4759FB936EB14A /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3850FE6ED692788F89481C551A0BD6 /* RCTTextView.m */; }; - 4B7D376C88AAA9EEE1BC5EA7E81239F9 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E60ECE7BBB4802FC81C5E70D6943F0A /* UIImage+Resize.m */; }; - 4B9CEBB534AF8FCE46F101F523358815 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DE6FE52679701DA0162920EC37D06F5 /* BSG_KSObjC.c */; }; - 4BA880BD319A702FCC7C4B193CBDEF3A /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = D253F0093B088DDC3E1FAF79F9E53D45 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BEB2F85653476BD049A68038D7779F2 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A9BE97ECA80E9C5D89BD55205F5CB9 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BFF28FD7DB1ECC151E935651B174DCE /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 438610B152172E5A494F3D6DAA4E51A1 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4C1D2C4DB4EEC2986197399B7E6E3E23 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1184C00DBE5F7A14064790275A9391F9 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C2D9B6E7C57A6937CEC0DC334D9320F /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 570C0007299E9E1EA2C8D258775A0AFE /* RCTBlobManager.mm */; }; - 4C4300CE48D312E626040A39FD5F977D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 69430BB7ABF514D7AF976308D4C4280C /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C6ED3E4BB6EC529B11AC77E776AD28A /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F37FD7F638A29BEFACF9294960E1A508 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4CAEB9BCA2013D736E9B57F5AE42EC69 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CBD8A933AC48227993F3E6E086E2D9 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B35CB70798FDE7E4218999504975CBB /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CD5E3607A8451B641020D97846A2ED1 /* React-RCTBlob-dummy.m */; }; + 4B3E9BAE33AA82157C4759FB936EB14A /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD875951C78D5AD5EA822E6C142A3D8F /* RCTTextView.m */; }; + 4B8E121A2186A6722406DCCA6F36F331 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B245A27EA2C46202CD0F1FA0B0E7B48 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B9CEBB534AF8FCE46F101F523358815 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AB6B8E1B5D2F391FCCE597EF62BD5EA /* BSG_KSObjC.c */; }; + 4BCCC933DDA5519526FB3941A6A63D1D /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B6461DDADD7F645B46FFC393866F9E /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF9A54D693A27CBB2E82C772B847AD3 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 91E17CCC3C8911878CBBFDA09D77A55E /* NSData+ImageContentType.m */; }; + 4BFF28FD7DB1ECC151E935651B174DCE /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D2B68E4943B8A61C084685652E2A34 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C1D2C4DB4EEC2986197399B7E6E3E23 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 10B786E7DFA521AAF68C76FD05BA1FED /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C2D9B6E7C57A6937CEC0DC334D9320F /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F6BA1D1347D191B766AD088D8EB7443 /* RCTBlobManager.mm */; }; + 4C6ED3E4BB6EC529B11AC77E776AD28A /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BAE11861EB7996A1FC6AD54ED6B522EA /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4CAEB9BCA2013D736E9B57F5AE42EC69 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A7905F32BD9AAD4B830701F643E48973 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CE4CA9C98A9A166CDB53B285910E4EC /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = CB5B3DD0CB25806244B3A979B3155F4C /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CF92FEC7E0E43011AEB755E85944BB3 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F18239004FC50F44B326951F19B3DB8 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 4D5EDEB0379E36E22184768FF6024CA2 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 1051CBA799A5CF2A8DAF5B1664BFAA50 /* GULAppEnvironmentUtil.m */; }; - 4D637EA0B53EA0EA616F73B87C6A7AC5 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15E3F338E2982D013E665FA5E6266A03 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4D698FF67C959030F1AFB8C8AE998DA4 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B72979CC82624B5FF3546982CAB762 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D6F846F346560EFAE7474B2E8B289AD /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = C6BBF10D0568EACF7D5A2AAB7D8F18C3 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D81C07DB9171EDC6A3426B7A6076CB0 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 541665DE9513D4D514E370DAAF58ECC0 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DE362F3947B0C00289BA2CB44436E1A /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E84953AFE58B0FC4F1D4094F3814DFE /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DE7D9DA27745ED5D4097B385EC00AC4 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DDCF5DC5900ABC24A22BD88B27AB2CB /* REAParamNode.m */; }; - 4DE8E4E744184DBE2CD473A8C7013B46 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B237DD7886D1276B43D93DD6D6227AF /* RNSScreen.m */; }; - 4E13EC5CD0F3010E777D440256FC5B8D /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD96DC68DA0234D68DF41799B3EF2E50 /* React-RCTSettings-dummy.m */; }; - 4E6C515D20FCA286E05ADC20B9C15846 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 846F375D1458E294C907D63EBB6CDE87 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E7B7C83BCDEA577820611550D970828 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 32336E7E9DC6F10F67D09C259843D0AF /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E8F029F47000CBA03672364EF5E3351 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD343076F797FCD752BE527123BF02B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EA2CD2903EFE4281F532299310D324F /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1739F947D1831ED31EDD3E0E5BEDE95C /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EB2647C1F0784677AFFAE3DDF9DB8DB /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = DF369DF3D4A9549CF6A59A917F768541 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D637EA0B53EA0EA616F73B87C6A7AC5 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 083C70C6DB4E3A1710E259E037B82400 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4D6F846F346560EFAE7474B2E8B289AD /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 283C5D55019ED083D12206B85906819C /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D81C07DB9171EDC6A3426B7A6076CB0 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FF55447BF7DA133631DB500A4C100D1 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D973FD00815398722A5E889FAE7F5C7 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E047A854D579C83DD483BCBF81104986 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DD2809BC0FC07DD00028735FEB200E2 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = D986BFF0D965A66AC92362F43D41C2BB /* RNEventEmitter.m */; }; + 4E13EC5CD0F3010E777D440256FC5B8D /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DB41263ABFD95C43BFFC5735B91F49F5 /* React-RCTSettings-dummy.m */; }; + 4E3A5A94E91C64C2465F5F43147C2D95 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 890376274E71B425A0FD4474A010EB57 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E3BC2E1EA96F73BD6D3C93767A93F12 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC40BA8E7644C1EA6B5CFC657FED9D7F /* react-native-keyboard-input-dummy.m */; }; + 4E6C515D20FCA286E05ADC20B9C15846 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 051176A1C38E22A5FC664EE9057EB6AB /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E7B7C83BCDEA577820611550D970828 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3A6653E26624B6CD7299EAA369CF15 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EA76BF83A668513A72EDBE19306AF57 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6BC107213029258D24830162129499 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EB2647C1F0784677AFFAE3DDF9DB8DB /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = E488C619ADAF6B51401EB7B66FBCAF97 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4EBB91E35415FF423D59491F260E8684 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A1F176888430BC1AB311F2BC345FD8 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F089D7F458EB673D74481E532B062C6 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9620F486A797F74612F033C661AAB532 /* FIRBundleUtil.m */; }; 4F1B88A1C4970DF955ECD048D7CEA807 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 492B962160A927B213CF7B01D9381AC3 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4F540F17EFCDEFB4DBD4C955B346FDB5 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DA884B5D6B9B7635794D7EFC0E4BBD1F /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F5F80D9D055E9C79EEE7B4BD656EC42 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AA363888A6630CBFBBB0BFB0F9D7D4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F92546677BE166D9D58C6F17C336F9A /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B8493A937517A7BD1D737EC6BD9A7C5F /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FA38D8C7157DA6912473A3DA7D7FB23 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 882D4B170328E113857BE5DFEE6EB7FB /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 500F161147E3065DAED82A78399F4A1B /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = AA740C812735472DC038E14F6EB9D27D /* SDWebImageOptionsProcessor.m */; }; - 502C614C35F81B593E114E125FD535BE /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 909A3B046942A94D6876AE056EA198D4 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F540F17EFCDEFB4DBD4C955B346FDB5 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1E3E0128769F0ABEE2F3D620C783A0 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F5F80D9D055E9C79EEE7B4BD656EC42 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2221E19B5A55DC56755ED4F444D4E767 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F8CA10AE38812BFB4C597F659160114 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FCAF76084323F3656DC28B8A4A5F326 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FA38D8C7157DA6912473A3DA7D7FB23 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B2DB10E781C0E10CF21B01D3AFDEBFB8 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 502C614C35F81B593E114E125FD535BE /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 96917C66215B265285950ACA7825FEF6 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50509695351A25E3573F2FD7AC34F31A /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D68BA31F7A8316C65DAF12030D2E88 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50747AE223523E4B74103CEE02C246A6 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4C8BC633E2A9B5A5D3435478D22C3B /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50747AE223523E4B74103CEE02C246A6 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = A4FC994EFA0383846B52AE19FD44C316 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508CB5A7BB45F928A4E78E3519F91688 /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CFDF5F9684DC7BB39145196CF4C958 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50A8500333976280906EE774EB7F7DC2 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8BAF21586610704DB775F365B3EFD4 /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B26DB63FD09FFC7F27BE72B9E29E24 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F5A0318ABFB4FDB7846C1DDCADF532 /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50CD9CD928E858B3E489C36D1C3B5D8A /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC0A3C6582874CB0EA2947C5DE21FC3 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50D552ED4A967F6755D64C875BC3CBB9 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 409028F4E885DF3E61D8883334A193A0 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50E764695210585A24387DBE433CD9C2 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D52DC6400A4CBBEB06A90984AF56712 /* RNFirebaseMessaging.m */; }; 50E9FF65FB86DA0D2E58BDD4BA69B2AD /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83959825E21EFF1BBB15737C72C4CD9A /* FirebaseCore-dummy.m */; }; 50F65A7405BEE517EC658FE55ED70018 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B2582FA56AA12026692189D9184C1D /* GDTConsoleLogger.m */; }; 513E985ABDDDF0D1E6521BE3FA2C248D /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 223E336948E0C73F4B0ACB503052AE15 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5173DEBA77CC026CE761ADB7052C0096 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C00F6ABD26FA24AC01558D1555972C93 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51832BF4AEDF2D9FFBB9779DB3F9A1D3 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD195C1C123E5DA826A6272C83A7D4B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5173DEBA77CC026CE761ADB7052C0096 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FEAAFF862DED77DB9918771B17FEFE /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51832BF4AEDF2D9FFBB9779DB3F9A1D3 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E52AFDA7EA67539C752614EBBA50D6F2 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5199BA4BAAB11B0D7222A09DE3D05E8E /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB18EB7E4432BFEA63A9D306E03CEAF /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51A7AF9FA103DC476D1C29436B83E374 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A92011A0EE4C2AA939C19D776A9A3FA /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51B1537EA9A2774DFAA5C9CCE30C1AD7 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EE07D4FF7C481EA57281ABF12FE6C5 /* RNFetchBlob.m */; }; - 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B37A90398BCCDCC233D0E07016024232 /* EXCalendarRequester.m */; }; - 51CCEC05294FE21EB4674EDD80F79104 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 09AE6C4847EC41611B376E9BB177F772 /* RCTRawTextShadowView.m */; }; - 5251E839853EA8851DEF6A51A9D3DEA9 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = B7C45FCE2881D036B56473739FCDDBFE /* BSG_KSString.c */; }; - 52DD1D1C18AD1306859A2E8B220EAF0A /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 41678AE01C98DEFDEC7EA8306AA69CD8 /* RCTValueAnimatedNode.m */; }; - 53387FD06762E2FBC84D8FF4C435EB9E /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC49E6D8EC9A413644DDAE2B305BC4F /* UIImage+MultiFormat.m */; }; - 5351E09175642E351430005A52D532D8 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AB56EB9AB0FCD6B15E62D038FE0A714 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 51C79C88820B5197AB3CDB9376396195 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D26DB87FB252B15E331D6F930A963F /* EXCalendarRequester.m */; }; + 51CCEC05294FE21EB4674EDD80F79104 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A8B7ADEEA796AF11EC7E388248CBE5D /* RCTRawTextShadowView.m */; }; + 5201F7308F5251C0E2FD76D78400D107 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C46AEA2932F58C285C763BDA43CC54B8 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5251E839853EA8851DEF6A51A9D3DEA9 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = CD2467C1288BCA5E636FC43A4A3C0D64 /* BSG_KSString.c */; }; + 52DD1D1C18AD1306859A2E8B220EAF0A /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = ADF73E0EA33E04D73A742E63C2D40985 /* RCTValueAnimatedNode.m */; }; + 5351E09175642E351430005A52D532D8 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5C693F401A6786650B9C4846F86659F /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 53581A99A4A6570482A63E527B128F59 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 2889DF8F05E40EE167FE8A782E1454EF /* GULNetworkConstants.m */; }; - 535C3529F613EF1C9F771E8ED8E1C833 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 270967510F13979B1EB6F3574EEC77F1 /* UMViewManagerAdapter.m */; }; - 535C97A48D6422570B25F65D60A76B39 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D0F9ED2E4BC0E3916B780CA5C9D622 /* UMViewManagerAdapterClassesRegistry.m */; }; - 535E793401A5C4AF4B3CE34F25E9548B /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1FC0DA8CEE8B98F69F2AC74A9D663C /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53752865AAC13F09268AAD96DFFF6177 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0C6606D2DA7EEA34B069ADD6667E0B0 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 538FD29A5AF83965FBA0A0A3D22B46ED /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = B40E4EF58D07B711871FFFF02676D5B7 /* REATransition.m */; }; - 53C4B0F4C7E89700FD57A4F84F52C366 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 688CA9964A0D2EB7CEC203851F00E7C3 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 535E793401A5C4AF4B3CE34F25E9548B /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CA3E6D370F2ECB6288A3097DCB1B7F /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53752865AAC13F09268AAD96DFFF6177 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 897B81FC343F10630CE773823298E413 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5393BAC29FADD4B29C5918F8D1435A39 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D09481BF6F18E719287E3EFE0A9893E /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53C4B0F4C7E89700FD57A4F84F52C366 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B0902612648A9CC62DE613946DFB33 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 53D5D5B4167585786C05375D4F27D95D /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ACAD788D95A67AD3BA519FA28D368C1 /* GDTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53D62A70A8AE75416E2E40EC6824300A /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D93050D6F9D827CAE6D7A7B952A30937 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5405424AACA46A4BD2DEFA3249D84ADB /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B5540FB20E231DD0C1B3C19AEF6296 /* NSError+BSG_SimpleConstructor.m */; }; - 540DFBC1D3FD6F5E21160EC3B01CC2FF /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EAC1B1DE473FB1605621FAF200F94389 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 54154B55895093959636E56F6EEEE99C /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 812EB72D39D58EC67F1D198219C875DE /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 544FF2E6AE51D35128BE5078CE197DF4 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE5378C09BFC55CD82F6C17426AE8F3 /* RNFirebaseAdMobRewardedVideo.m */; }; - 54B2CAB8FDA9EDF8ECCD35C5E0ABE537 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A9622D55AEFAE02CED2DFFB85F78F9E8 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 54B579504E1D3D57289AC759DD38020B /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 34618B48335451A86FD63245F8B1A2CC /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B5F5566A6E71CEF68924E53B0210C6 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C78FC1440F0A278101EA115E5D9AA22A /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54D4F6C2F89B67BA585309B8959B2238 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15047356F0303DE5403805E4517E1120 /* RNLocalize-dummy.m */; }; + 5405424AACA46A4BD2DEFA3249D84ADB /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 00B26F757EA0038680F1EEA17AF7CF0F /* NSError+BSG_SimpleConstructor.m */; }; + 540DFBC1D3FD6F5E21160EC3B01CC2FF /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4079524FBE127F51059B454848EA65DF /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 54154B55895093959636E56F6EEEE99C /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B52153CBBD22BF49CF15D438E5CA1E56 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54292DF7A332F7A2D06EEA33A8D7EC7E /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 40E1699400EC885C2215E13AD5198C3B /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5438272CB7AC2FA5723A8550998CE622 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCC4B92A5289D7BAE0C5E6E84654009 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54B2CAB8FDA9EDF8ECCD35C5E0ABE537 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 95CF7AF312F530A833E391F5B5BC9ACD /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 54B579504E1D3D57289AC759DD38020B /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB53AF2807DE4C1BE2C6EBC608094EC /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54B5F5566A6E71CEF68924E53B0210C6 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EFDE38575E7CD768F6F5153D43F0D3C /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54E84F04E32CCC28F897BF59306E7987 /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD343076F797FCD752BE527123BF02B /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; 54FF2E101D4C264550CEA1BE540171E6 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = F7BB7A5066213E49959F8E0552154F3C /* FIRComponent.m */; }; - 55D506C93250E7741FBD315EC6116F5E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 534D7E0FB2F0EFD8D7A082573E2E647D /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5605C330B121799EBA27F8BE4F2B8BEF /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1E4929834E80F9031A0E802E1E931 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 561B4750845964EDC17BE91FD1D3196A /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A40F56B2854F60A4752CF1C9494C1B9 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55D168FC1110B557814FD160C8A6421F /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F062B2A7B9D5314EB0614256530BD2FE /* ImageCropPicker.m */; }; + 55D506C93250E7741FBD315EC6116F5E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 865B91878CA5DE76935D0E9DB383221D /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5605C330B121799EBA27F8BE4F2B8BEF /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0254752783333425B98D8C4E0ECE2E0 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 561B4750845964EDC17BE91FD1D3196A /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB687651F5100F1D6FF66832A34667B /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 563D26F332CB9DC7C5F1B97430C18F06 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8726B4D11188B675EF6A4867E871EED0 /* RCTConvert+REATransition.m */; }; + 56582E63B567A3643CF5A1DDA80FA579 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A33F4DEB7BE332884109D2094D78BB8 /* RNFirebaseAdMobInterstitial.m */; }; 566AFBB16D10757E0FE89F41B838BE25 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A0E591B6628275C03D2CCD8991BFED /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 567AB7BA9ED6D7951398DE1254AD4420 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DB2BF5A4BB79C25434C6447445D7D0 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5706EE7EFA4593AA47330FEA9638C748 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FBF7783362F2FAABF6B7F8AD2FAFD62 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 571E1EA53535B415C4C4364B89CBCFAE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7A4EF0C373D5139F2F1CBB88FC71CC /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5789E04C07883D3AD048CF4E89B500D3 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = C5963C328E7C3559A3F4E49F6284D75D /* UIApplication+RSKImageCropper.m */; }; + 567AB7BA9ED6D7951398DE1254AD4420 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5DD52F954A895C482CC518B34C13CC /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5706EE7EFA4593AA47330FEA9638C748 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 086E2BE95ECB0C1F37BC9931AEA04DAE /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 571E1EA53535B415C4C4364B89CBCFAE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 33DFD6F5E83E20EC62C353643F987378 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 57C8A26C5E905E0B125AC142E720F5DB /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C077CC137295840C2A89B6EB5FA0BAF /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5841D76B68F87FD612007DC00D7A2920 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7A4EF0C373D5139F2F1CBB88FC71CC /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5862B0C376C9AACA0211FC764A66B7F1 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 58FFE1B9B4806FB71C38CBBC6739CF31 /* REAEventNode.m */; }; + 5841D76B68F87FD612007DC00D7A2920 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 33DFD6F5E83E20EC62C353643F987378 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58FB10130A817FE919AD483B69E925F8 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4A8DA48D85D2FA92152D838BCF910C /* QBAlbumsViewController.m */; }; 5911F2C36EE1970C228AE32A316816B6 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 31903A482DC8C2235D99A585FA8FDECC /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 595D85046F929FF13BCCE683D0805A6D /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = EDAA4916ACE76B6A069F9ED3C4ED339F /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59775D0037099876C7BEDAA541591344 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4EE097A0C337F137E5092EEFD7EB51 /* BSG_KSCrashState.m */; }; + 59775D0037099876C7BEDAA541591344 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 6038907C588C70ADD2420E99AB3A8FFA /* BSG_KSCrashState.m */; }; 599C79E2AC486198363DF63026441579 /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D51E61D6546C558B473DDD56522073 /* FIRInstanceIDVersionUtilities.m */; }; - 59C3E7066177B223E3A9B3D152B11E02 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE2E14DEF8ED843D0CF8135FEB889A2 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59D86DF9B75C365BEE6B352CA65C2339 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E198172F6749DBC8FFB5CC6034E4D8E6 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A05CF9E215BB1540C2111A7783F6C09 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50DBDC3B06FB28E4840470D3EA068F97 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59D86DF9B75C365BEE6B352CA65C2339 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9B4F51586AD13990EF48C0E859BAD3 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A05CF9E215BB1540C2111A7783F6C09 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90004C64E7AC8C5F453E97136DE3F46D /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A2FEA1B25DA5D3DB81EA2927DA1CB09 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 15BE0F71ACE3238A9003A48B3FD9FE33 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5A3483B2F62B1233A0E3B1542A4D227F /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 48702D847F7EC6147DB79EF8462AC9F4 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A361BB7796228216B1187B398A60475 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F55E551A8CB8A46CB7B81200E70D4C7 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4EDCEF7D33FB0A946B748BF20174EB /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = D441D8AF46EAB4DEC84B6D1DF54A222E /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A5743CF4E389A0A89510C2F769ABBF2 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B85A285352C374D520086FDCF7B0F8C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A75D23BCD436DE88F31A570A97F4CAB /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = E60EB5702F44F0338F436F0649EA09E5 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A83023D1299434D1918237AAEDE947B /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E54A85CB4B798EF35CB5F1903DDFB5A /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A96898E2F6E59D21B8DCDA23E48ABE0 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F106414321C52BC0328541629B8B29DD /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5A9C127A4F64203C3E05871E66A10FE5 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 835373FDECFAC8B72C5C6F5AEFC7A42E /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AA30030BC8E3342904CA0FC1962F447 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F1A807662FDC7594F91714855F12EBD /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5AAF223E5396DD2EC831E39E4767FB3C /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E399DC420F7D49BAA8DDEE6C78F05A8F /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 629BBD764161A3DE7E9C7942F38EA4EE /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD5CA5E9217E838A17B1E7036EC55AA /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CF3EC69826025014E5DEAD9152E01A0 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5ADD911E10B63E8FC05A01004C3540DB /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C8F9A5A7C2C2F1B6DA5E7EFA6321C9 /* NSButton+WebCache.m */; }; - 5AE4304B939F17A88B6C4244ED516EBE /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EF3CC92E1A8E488C018136E9006A28 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A361BB7796228216B1187B398A60475 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 59D9224D78413FA6939A17685BE0A2B1 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A3879983E2C10F5AFC69C65E5A0C1B6 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1CCD14AC1C4E747A94331D8F84AA151 /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4EDCEF7D33FB0A946B748BF20174EB /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FB31BB5B4A62D3E54DB083EDA5AB48 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A5743CF4E389A0A89510C2F769ABBF2 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EC942B0646F12A0A059FD5A98A5D90 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A6034725A17FF4DE28C67DB5042624A /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D0689946652037DEDC61C09241B31931 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A636D634CC388A51E45632BE62D4943 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D114FD897EF106290DFD60DCE5AF142 /* REATransition.m */; }; + 5A75D23BCD436DE88F31A570A97F4CAB /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 671C35428111A790E2458FE9998A2DFD /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A83023D1299434D1918237AAEDE947B /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = EF29DE5CC75A76FB44746AF24C5F56EA /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A96898E2F6E59D21B8DCDA23E48ABE0 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD37F8E15417BE0F66479DC5FD02090A /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5A9C127A4F64203C3E05871E66A10FE5 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = D720AAD1C3D47938F92F17D5543D342E /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA30030BC8E3342904CA0FC1962F447 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4614CEC3689CCBAC123D476AD20FCF7 /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5AAF223E5396DD2EC831E39E4767FB3C /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F987284A212602C3EB74A4256A9C99E6 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AD2D50EA0EA95CD2488782E90B478B6 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 4301BB611E9826F32BAD331C3D16F5B2 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AD5CA5E9217E838A17B1E7036EC55AA /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E2E81108D91A8697EA0DF075F910526 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5AE4304B939F17A88B6C4244ED516EBE /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A6C30E536A23E1B07A4E69E02E4520E /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5AEE52A5A72E036A8C066F41EF446DDB /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 969DB18DF135A3C5DF7F98551D9F1DC8 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5AEF5383C1B91A338DB666B3416E55DD /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = E4882FAE6F2C0CC916E6871F70A1A983 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B0C95E7BF3ADBE459D5E0C31135175D /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BB73A2FA7AABFB68521C902D59683FD5 /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5B2CEB07FF22AECAF505F521E88E2E8C /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = E5F32C80489C8EE4CB8C544D85360E3C /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B67AD91E66C582B344475F4947E8C97 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EFAC78F103E51CEA11AC34D1ECF0CB /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5B7FA7BE3E1F99E93599529C872DBBFC /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 283DAE7E7C078A748285F6E5DDC6B489 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B8A0EBAF1B94B7FE5E55162A2707325 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F2E4423240E0F98D08353BC08A7D0AB /* BugsnagSink.m */; }; - 5B8D70A5FDA1638D26417A9E1496F90F /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = CB80C73A069C4CD8C0ABD0122B0CECC0 /* SDWebImageError.m */; }; + 5AEF5383C1B91A338DB666B3416E55DD /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = C16651185D56E461B2641CD69A6277C9 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B2CEB07FF22AECAF505F521E88E2E8C /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = B56DB2837E25467FC361734ED1D506D1 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B4B116B218A344F3E183027E3077C45 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C5F0144054BF042A76CE92B837EE3C /* SDAnimatedImageRep.m */; }; + 5B8A0EBAF1B94B7FE5E55162A2707325 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A5161FDC4DDF6B300E9922DCE8B313B /* BugsnagSink.m */; }; 5B9BC4FE2C8655F5752E5909DF135E91 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C9368F4CE40D3062B324045B4952F2A /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E8177E5B34A0B1FAB6FC745856B935A /* EXAppLoaderProvider-dummy.m */; }; - 5C1EB3FCC8EC9B7CE8E693EF269E7658 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6E96DF9C6FDEC503DEC3366EC4D7AB /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3C5017E8709A39D95BDAE7AF3D04C2 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 114C34D8834697823FC79812526E14AA /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5BB34CCBE9A70B385C52BED43646111F /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C6B5F78323D0543F875939820026516 /* RNFetchBlobProgress.m */; }; + 5BE8C07E34ECDBE86416FD09E49E2950 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3A48CECA6512C7D3DDE4E567D13169 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BF763F8EF91BF90AEC8E80EDA35C4F8 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A68C5A47CB28A78B1DDD572FB4E938 /* EXAppLoaderProvider-dummy.m */; }; + 5C1EB3FCC8EC9B7CE8E693EF269E7658 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C9928DB0D3B6E6BF956DC2F870D65DC3 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C3C5017E8709A39D95BDAE7AF3D04C2 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5065787DADF8C7741F9AD62F09ECEE52 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5C69AF764C2C906245F2FB3B27984BC3 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = F43910CB743F06F295966C913C58D465 /* SDWebImageIndicator.m */; }; + 5C8B2D5D59E2A64CC900DAF977FCC571 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 442D354E1D153EB1881D58B965500CB8 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5CD2A015A7A05B92BF2F5E7D71D12B1D /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EA49FA427B1026577C7259B70565BA /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CE502F7F5ADC4C2F77013A953F9D1D0 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C20BAEA9855B28809BD0DC67FFBCFA4 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5D36C63A37E823B89AAB569ED5ED35FA /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F2CB4CF11AA79755FBC5B08EACE06DB7 /* de.lproj */; }; - 5D45E31CA233C20BE0B66629C2CC9FCC /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FAB6B1FBC8FDE76931F66FFD83C17F5 /* UIImage+Transform.m */; }; - 5D5AC98F858504014764C1F6F89B7C49 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B46C473A86E2ED7BF76C7AC7E5BB383 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D7BA29018680739DE57105640A48D7A /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F040E331E673F93B31ED42B854281C45 /* EXVideoPlayerViewController.m */; }; + 5CE502F7F5ADC4C2F77013A953F9D1D0 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AA3B02ED0E2FC50A81361F83A02655 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5D18B6AA3412609526C607763771237F /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = E4281AC9A6432A99115A44D5745894E5 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D5AC98F858504014764C1F6F89B7C49 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2A947BDA17676C34BEB6BF8910409B /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D7BA29018680739DE57105640A48D7A /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D232618FE434A9939EA3CABCD96347F /* EXVideoPlayerViewController.m */; }; 5D96F097503E7F4D8615528BB6C55CED /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 90DDCE0CF917557ADDE4F00557E21824 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC83DFFB4B5696B1065A01594551F01 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = B76A6BAAFDF07809B2715060E43EB92D /* QBVideoIconView.m */; }; + 5DFFD445B8BF01470DE2BA09EE37095F /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 00BB468BBAD5B831C59D3100179CC4D1 /* UIImageView+WebCache.m */; }; 5E0C04DA2367DFAB13CE9337ECF3D4B1 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DAE54E21F9919D9214332B4A4DF16DA /* 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"; }; }; - 5E127C7E9E2B3786E9E37204858EB0D5 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2D3908B9858F2CCF886405E3FF5E1F /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E28BF203F809F33AD99103DD1450BB7 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BD815B0A50F75539647B5A987D130B1 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5E2BD4CE63EE70F3C033D97CD9FDD380 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC66961EA27E6026AA4E22CBDE039D0 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E10CDD8CEA833C7CE26BECD73D83D96 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = CA4423B6415E6008203CC00F959FE0E2 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E28BF203F809F33AD99103DD1450BB7 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = D614058F3AD573F2A7754209D4309109 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5E2BD4CE63EE70F3C033D97CD9FDD380 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F524A23409C0190CE01E807B46A0583 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E2C96CDCC4F7D22F998106A11BDC1BB /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5D78BCDC74B623E9DD98FEBDE55424 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E3C7280509D78C6B01C5F2F975F4DA2 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6A05E24DF5C1BDADD225F4BA44730F /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E8B4454F4BDC73640CC19E4CBC814CE /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FCCD691B58ACED82B04848C9B9B860 /* react-native-keyboard-tracking-view-dummy.m */; }; - 5EA5321E522B0A79EDFE58DC64B02977 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F52746296A9DABDAD3FD8FDDC0DF9BD /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5EC89420418DDBBCA3DAD0AB146A052C /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEC2541110D1265792D327D918573CC /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E3C7280509D78C6B01C5F2F975F4DA2 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = A71D8DEC4ECF4D1A3C6BED3B29002E05 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA5321E522B0A79EDFE58DC64B02977 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 672DED78587155BE27785BCD295BE1D3 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5ECD87A0265E9566AFDBA7027B201F5A /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = E070640A397B53A09E64766337E88D56 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F03B044C0DBA7CD3F58A14F45BA064F /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = D7DC864424FFCD32B48738F8E72507CB /* RCTInputAccessoryViewContent.m */; }; - 5F0DD80C380B6D228D4A33595B3E84F4 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7005E4DA7F55B511559E8246168FE76A /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5F326640A40E351B65C24B5E01F7CB2B /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = FB55E6533C35670B3BF5EAFAB97011B1 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F6279992AFB146BF2BE1DE2FA807B1E /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8D5E9FDB2234F0FAF6B2E0983778CD6 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F893C23163105DD1120AB46B1F06E95 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B79E1416EC80D9D1EC2010E21C56020 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FA8B5F38C07C80F3A249A43CEBA64CC /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9856F95AC8C1232A931036A55559BC99 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBF988050AF716B9FAB37A30073D005 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D0403AE234D3440422D93C4C145063 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6007EA5A4A08D6AA479ECA1AA6A44E57 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = BB32D49DA0AECFC80F73D73ECAB81A6F /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F03B044C0DBA7CD3F58A14F45BA064F /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B082CD986165A04C47683859EFDB2FA /* RCTInputAccessoryViewContent.m */; }; + 5F0DD80C380B6D228D4A33595B3E84F4 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA9C3D4EF563AD23483E9A617B61E573 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F326640A40E351B65C24B5E01F7CB2B /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F689B9146C2260E11900873E6B7943F /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F4960548A78589D3E9E0FCDE4C73315 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F09B943DBEEA22CB24E4E991485DB889 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F4EEE53EC4CC94CCE48BC3B75C8D32A /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DD53F86550FB0BE5418DC5A34BF5BF9 /* RNFirebase-dummy.m */; }; + 5FA8B5F38C07C80F3A249A43CEBA64CC /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F6C067AEA3B5E66722BB2F4B2F7842 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FF9D123F4A64340C193046CC3A87F56 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DF01276E01BAEE60BCB6BC71D7F839CE /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6007EA5A4A08D6AA479ECA1AA6A44E57 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C9F5412F5A3835A295D24D8A97A3E2 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6017B2E333E17232E88A3D32BB8909D4 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 39714F1130FE6E7C69D6BCDC08FD2CC2 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6036E2EC46737FC3DBAA170E7D4B567D /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B491B310B1291337B82E8AD3644659E5 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6067BC213ACE4C1CE241E87E5FD7FA42 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B7113A458284B87A443CFA72AEF1159D /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 607DD665B379EFB308879B40E3ED9A82 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEC170555E63DA97B7F1E8DC2657DBC /* REATransitionAnimation.m */; }; 608B30A9766B7C7AD75855008A72B76C /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B649F5CAB443A7201C306A7708BE67E0 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 609BA655CE8EFF1990DA74EA42437886 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B1F8A8D75DBD0B724CBBC425403EF /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 609BA655CE8EFF1990DA74EA42437886 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D39E34878FF6A917085E027CEF713AA /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60A2B2C46ED8E112C9877A56AE722C40 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5762268C647C0466867833BCB4DA66 /* SDAsyncBlockOperation.m */; }; + 60F4A0A5A9196CB4E9B1C281CAEAF269 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BD72101FD43E3F3BF27A6EF4F77A2B /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 61000B636EA54B95FE41F513135EC7D6 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D02A7A1FD348673DF58087A42715BAC1 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 617F643AFD59C5D75813423ADD30B624 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = C6322163B7128CD797844F1CEBB989F3 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6203436AACAFD327B7D94BB6D356DFBF /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A3D10984774FF2D4A12FA7CC49BFFC3 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6125F6195F9894E784619E41005BF39F /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9DD018769C9C2FCA491ADC228A0851 /* RSKImageScrollView.m */; }; + 617F643AFD59C5D75813423ADD30B624 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 17D07F5ABDFE0DBDB4199E4C703D42F2 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6212B89D0A0CC91D1FAB6EAA7692DF65 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = A836280C3F38CFF7FF67BABBD4BEA94F /* RNFetchBlobNetwork.m */; }; + 621D14F204CE6318F21ACD2A82983BF4 /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE633745BACF3EBD7108AF4A16BF609F /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6293B34D59BC5B39CBB09D323E9D3FDC /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5301CA37CA62E448D5058C24D6839E4A /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 62AC4838477BDAB0ADE018869EB462C9 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C530D77EB7818C7B66D52A0E2D32F9D /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62CB8189A8DFDB52140C78C76EA04823 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = BAAD5D2CCF9D8C098D404B8ED9F844B3 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 62E9493C7A7BD2EBAD58E8F3893278DE /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0FA281B0BF713CBC57241C1246A488 /* RCTUITextView.m */; }; + 62E9493C7A7BD2EBAD58E8F3893278DE /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7689206C93F560E26943CFE9617C9BAF /* RCTUITextView.m */; }; 62EF05AD5396C78743EC5BDD2643D95C /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 707423AFCBDC0B47C1E6ACB5C2DFD98C /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 636AD3E42ABC1403BBB9385ACAFAE863 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B93183B0BF0D16902A3D146735FF9F /* RCTNativeAnimatedNodesManager.m */; }; - 637F48B06CDCBCD6F22F7839F61B70EB /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ECB420536ADF69CE9843B14210A5ADE /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638CEFB487E5F9D7E8D66C1FEE5C7DCA /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C402D82EE3109C9B95D9482EB7EC83A1 /* UMReactNativeAdapter.m */; }; + 634ABD1D7452802A705D6227379B5F2A /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3A83DF684111FFEEE34504A628B8E3 /* BannerComponent.m */; }; + 6368D2428AFEC80621CFC9C6A0C9FB0D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD026613F6C368C6DDE23BF30525814 /* SDWebImageCacheKeyFilter.m */; }; + 636AD3E42ABC1403BBB9385ACAFAE863 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 69266FF52681017738D79AD337F1A7AE /* RCTNativeAnimatedNodesManager.m */; }; 63935F51290563AEB8FCAAD00C5595EC /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D458AB4BED0D5249B67CC59E72E84D /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0182ABCB8A61B583B37098F2F4D3D3D3 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63BCDF27B599B64B28D6A46D624234E3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = C238953E538AED81F3041EF99B90B69C /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63B618B026D5A21D09E8A88A8B355794 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CB29B1BC3F0F78F8D1C1C0DDB497E5C7 /* REAAlwaysNode.m */; }; + 63BB559BC6DDA8726779E5435731BBF1 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CAEE217C9064C403AD1513A1CEF5D6A3 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63BCDF27B599B64B28D6A46D624234E3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3B11570ABCF37409FA06932D3E60BB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63CDECBE3D6BA4E69633D02C9E57A42A /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B34E0FBA56BA048EA914504DF585133 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63CF3331255C82F8397096D34A4CF8DF /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = DDF3683F3ED11F7BCF308D682651AAAB /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 63DF1931079EE301A7422BEAA101EC70 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D230EE1096F3D6F19088E6D44B8AD1AE /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 640012298102A07B297D5FE1C41DB5C8 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A320BC213025221920BC95CF58F90A0 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 640012298102A07B297D5FE1C41DB5C8 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = C0FF9EBF42A091996D87776E488252E2 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6424CE1B21FB118EAC797A1EFB5CAB77 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5429E388CD23904C491234D507B650 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6446867E20E972E64B5659B208B143C7 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F54AB51FA0DD69A7F9B1556521124DB /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 648C1E17FC1F41F1C1A708CA1A4C5584 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 49EC7C3EFAC13533502ABAE3EF8E95F9 /* 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"; }; }; - 648E8888F20D5833031D35F4F85AD4DD /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FCAAA12DAD18758896A64F4FEE3AB8 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 648C1E17FC1F41F1C1A708CA1A4C5584 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5210C15DEE265DA8D4B2700F80627599 /* 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"; }; }; + 648E8888F20D5833031D35F4F85AD4DD /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 87508584A37E6D35C7D3E93BBF88312F /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6491074DBBF2A3EE1448796EC326CB0D /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 2660A4836DBFBDC3B9829B71F2C14FA8 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; 64A68133486FD6417146155B801438E9 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 379B7B0654757D17D8631C931D444E9D /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64A6A8A57572DD34C738AF5B476113D3 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BBD63C212911F5113769ED657A04A00 /* BSG_KSCrashReport.c */; }; - 64ED3A5FAA7E4FFB06957894BCEC67DC /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 733FEDD8017B2DDE7BCA6BBDF2D8B241 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64A6A8A57572DD34C738AF5B476113D3 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 90EA3656AA02FED12B60B3C2760D83B7 /* BSG_KSCrashReport.c */; }; 650D89555B807E9AEC681EC6CD423A12 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7BC8B336978A727D8B9798D3960BD6 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6515349D38E65E826803CF232D7FC207 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = BF668DD35F7117FEFE217B1BEC930535 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65D1DC471DE56E0ADEB3C5CEDE68F150 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D69DCFC390F696D399C4B414606A91 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65D9F74674CD1CDF569A77E74C5F26E7 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F7DBA2F2ADB56223D8FC71E44FC92D /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6515349D38E65E826803CF232D7FC207 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = EEEB895662DE96CEBD20E82B6EC47777 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65D9F74674CD1CDF569A77E74C5F26E7 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = A956D49C949A66944DD951B70E947316 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 65DA5CA0B43BE1A8253C7A67256FC3C5 /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AB597237ED03CB3C5B0791C3310AF6F /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65F229D488336A7011978AC0403FF917 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 426C1C903F357DC2DE898B6998D0DD5D /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65FACF736CEB2C1BB3F8032FB195D1A9 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 60307B4AFB07C7D8EE7B8A6C85039606 /* BSG_KSCrashCallCompletion.m */; }; + 65F229D488336A7011978AC0403FF917 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = BDAC55589F3332BB022FA883475FF1D6 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65FACF736CEB2C1BB3F8032FB195D1A9 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FFE92CADD8BB91848EC9EDCC17CECC /* BSG_KSCrashCallCompletion.m */; }; 6614083802E731AE356FA666BE7013FB /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9E7EEC35ACAA2457D991913A17F23F /* FIRInstanceIDCombinedHandler.m */; }; - 662FBD091B641AD64A0EEC25AA4CF07D /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BB988E58B26A522972143B489F069A /* RCTCustomInputController.m */; }; 66527E65A382A6BB2FCAA7EA4E058755 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FBFB7E44F8612A1D992ECE31DE32523 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66636231DA050692C3D96586EBB31B15 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D6BC9496CBB29DC41F919B1A14940B /* RCTFileReaderModule.m */; }; - 66A4A7D00F1E4E2BCBFC150FAEB60E11 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 415C3BA01E823C90D60BC65AEB69F185 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66BCA4E1A7DC44EE98D3FF1D1744F5CC /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D682A46134B9317FB89052EDDBF2A659 /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66CC88B008AEDCC3CEB221646298A72B /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 062AE6550F080AD30620845DBEB0FCB0 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 670C1C9956D75C9518BF20641702A6A8 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9EDBD3BEDF444E97BA7E052508D06878 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 67CD6D758532BEE373D126154D26A0A3 /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0110C6251B29DF2D5A7919AB676C8FBC /* REAStyleNode.m */; }; + 66636231DA050692C3D96586EBB31B15 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0227DB71C3420DC0113502D006A4A25D /* RCTFileReaderModule.m */; }; + 66CC88B008AEDCC3CEB221646298A72B /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF14B74A8CC0D9D6C08BE83BA70E37F3 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F624491ED0AAB33271385778B93898 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 50D912BEE83F401EC7F3C3E61DFB801C /* RNFirebaseCrashlytics.m */; }; + 670C1C9956D75C9518BF20641702A6A8 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 040AEF129E02AA850F517523AB528D18 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6793C4DEBBCC6C5838D6A0072C417344 /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE24A6252BE72B1586F51863FC207AF /* RNFetchBlobFS.m */; }; 67EC503D6E3E390A859DB9AC74C64686 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 29EF9976E1FCCE2A476ABB169855179D /* FIRInstanceIDConstants.m */; }; - 67ED22D95C9FD71789906A1758236882 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AB7A8A247219B30EBEDAB3E29FA7F9 /* BSG_KSDynamicLinker.c */; }; - 689F5AEB8C37AA795EDF57DE860770B3 /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FD4960E636E1EF34354A4B03380DB08 /* RNGestureHandlerRegistry.m */; }; - 68A7DB696C4216A15AE38A20288DE2B4 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AC8F43EDEFC379EB58457C0B6156322E /* SDImageFrame.m */; }; - 68B0BD6F55FCCC49D648C321BD7D623A /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 777307D855D4921B8B3DA30B4BFB6043 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C287FECA03B2DD27950AB838AB4FD8 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = A22A14F0FBD25D1D6ED85AAF2766126B /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C6678CBDF5D435B8A2EC7AAC70EAB4 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F668C38D2AC42B82699C84A7F586C8 /* BugsnagNotifier.m */; }; - 68D1F82292ED12F36C87EF8FE5916F51 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 148980C89EFF8F652687014331586428 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6911418079370F89A57E161AEF1725EB /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 255F369A3756B80CD77447496371F192 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67ED22D95C9FD71789906A1758236882 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 53B33057E6F844825A392608BE674BB7 /* BSG_KSDynamicLinker.c */; }; + 68C287FECA03B2DD27950AB838AB4FD8 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A84978DE0E1E89B30C5C97F38DAE402 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C6678CBDF5D435B8A2EC7AAC70EAB4 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = E0E33B7248C8B3AF2B3CB7456AE68CFE /* BugsnagNotifier.m */; }; + 68D1F82292ED12F36C87EF8FE5916F51 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E59571941397FD13C41918D5184A77B5 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6911418079370F89A57E161AEF1725EB /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB48F6C4AC1F4B1FC53E75EE6D4F2CE /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6948C8D514B377447A15A08AD73DA213 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AFD44A12524FAD7F225DC2368126A3C4 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6963328DDFC9434C2CEA20638C4526A9 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DF239F485579D2099543B08E4165026C /* RNFlingHandler.m */; }; - 6989C980A34E97C31964B28A28B12E51 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = B76A6BAAFDF07809B2715060E43EB92D /* QBVideoIconView.m */; }; - 698B2D16FCF5E12A1AEF1EADEAEB109E /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 6318E4099A584F4D43F9DAC3EE1F943B /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69559C33B253A7AD9C8AAE860A8BD00E /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2FA9D7EE24227F85381B0AE53D99D9 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 699A3647F99D6D97EAE31610A587772D /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = C56BBE4016E34220AA76571A0BB89A39 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 69C1353D43F198AC2F8FF8B06AF10E84 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF8A9CBAEEECA935A9171CA8E13DAC11 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 69A3839E70A80A7A6B6623E054092F44 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 111BAFDBB7C4F2C621DF48841B7B999B /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69C1353D43F198AC2F8FF8B06AF10E84 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2A0F79159D885DF2A9CA0EDE92C9441C /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 69D0CEF50A2D9B50B92B2C4772683296 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 916FECB97E3156220902918176505F1E /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6A08091FDB521988F9EDCC9723456CA4 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = F19BCB5E384F48FB9A57967B08C70F4F /* RNJitsiMeetView.m */; }; - 6A0D2748750478853A7971544FB2360D /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3930DF44CA320210AFCD00EDF24C3008 /* RNForceTouchHandler.m */; }; - 6A15E5F4933916001AFD257AC5B29A1B /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CC89BB934369B19B9F46D39A46AA58C /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A37F100601DE67590E35A3D25D821D1 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 74D4650E4F3520024D7273E68F8EA369 /* UIImageView+HighlightedWebCache.m */; }; - 6A5C926A16DABC844336FB51F299A791 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E54F978444A7CEF84EE02DD3AAA36A72 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A75227A9638E3AD9CF6D469129D03A0 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = FD725E3DC813EBE48EE6AE23395DA6BA /* BugsnagMetaData.m */; }; - 6A7893ACD4924F81F6774A55884CCB24 /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F11F570308CDC853BABBEC38D47572C /* RNFirebaseAuth.m */; }; - 6A7901D5438782D99EB32AD95AEC6F6F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = C4BBC310691D1955EABB6CCD8E2335E2 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AC01B956D5D44F3D08EB935A928DC56 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B6461DDADD7F645B46FFC393866F9E /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A5C926A16DABC844336FB51F299A791 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA3856C68C5F8A48BB10AFD3B0B4ED7C /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A6F2F5C9B16F71089D82517D43CB6B5 /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC479D69351B2B7E0C3CA6DA7D281C1 /* RNFirebaseFirestoreCollectionReference.m */; }; + 6A75227A9638E3AD9CF6D469129D03A0 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 58292E45A2EFB943E9AB4F81A9DAFBC2 /* BugsnagMetaData.m */; }; 6AF54979B8410B311076E6D99ACE9227 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6687C4365A4AD7F30B423DE9083B9ABF /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AFE02FC6D56C37DD0B85369678D68F1 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB72724311908317E86E7679E0EB38B0 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD69AAD99CAD6A9F1FCCDF4C1B7FA7C /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B3C12BB17B7D3DE4D451143417A4FCE /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 88CC76C7B3F3D5DD730A169F26DF8B7C /* RCTObjcExecutor.mm */; 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 = 898A64B1A8A41E76DB7072DB08974FD3 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B5BF2F5DFEB5BCC1F0B601FB69D4B61 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 32CFF873DF3097D76C880151012A947C /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B690A1AD450BC998489A93D3DB119FB /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDC53720F88761FFEBBA22F25FB5359 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B831BB0A9883DA0B6EC69C7BC01C8BB /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D94FBC1079F7E257483B299E7C8C892 /* RNFirebaseDatabase.m */; }; - 6B987FEE83345F7C546FC3C8F4039225 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = DA2E1D5D2151B6E028039E086377861B /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = CA94976BBB1A2EF6CDDEA7C1D01F25D3 /* EXConstantsService.m */; }; - 6BF1678A17B31EB9AFCD005231DB87C0 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 661F03944A7D3C41BEACEE82E89C53AD /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AFE02FC6D56C37DD0B85369678D68F1 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C10B26E8680744CC63D26A1630737D /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E92B9655444917C4C3D9962C8438BEB /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B3C12BB17B7D3DE4D451143417A4FCE /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = BBA81E795A6F0688DB5AD415E880E09F /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6B51E21A9DF5B6AED5397AFF8B339915 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5E2445FF78346D5726D47D7DE79BBF /* FFFastImageViewManager.m */; }; + 6B522302A9BF66638B95BB21EF10F035 /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9F25122F07E1407B229BDD29286FF8 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B690A1AD450BC998489A93D3DB119FB /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD36DD5263D26827C95B4E786CBB1D5 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B6D12B595782269DB204B0B2FBD7DB2 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4BC994DC489A3C7EDB877728737AB1 /* RNFetchBlobRequest.m */; }; + 6B987FEE83345F7C546FC3C8F4039225 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = F6189AD074A208ABB7743C69A71F540C /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB06CB7446BCBD59FD95F327DF028BF /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CB9A3EC663CEF93B98195987545340B /* EXConstantsService.m */; }; + 6BE1CF0B7DB85D014556A7754C366C3E /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 8160262E898F5F3D158F2045C2DF848C /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BF1678A17B31EB9AFCD005231DB87C0 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F46DE3533C8BBEEB5EE0C96E5D60E49 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C22640B5700F54A8782D9863B890045 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = AE882515169016DBF6C94EB428CEACF8 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 6C313331E905110E725915EB39D5616D /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 614EE224B841DAED3A4E58F0593361FE /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6C50E9571D234D7FB4B03B8FDDBCDAD2 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4967F3875B9AFACFD314B94A3352D8DA /* RCTTrackingAnimatedNode.m */; }; - 6C6F8AEC5EEB35E7732FD5687A93B5DD /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A0D8670A8F4F0002D6099952104E081 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 26D28BA05D94E0E8DCFB49CD3794A884 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB2A53FFE8F661C8CE4FE65ED6EF44A /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A00C194F97F81C3428B538B51E2A782F /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB39C8B4A6830D3E5B5AD7D62A3257B /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 037A48AE57AA6B3C75EFEAD196441BC8 /* REANodesManager.m */; }; - 6D1922AD2D5B53AE36209F7737739C13 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 55EFBC31BDC682BDE52319F571FC8B49 /* QBAssetsViewController.m */; }; - 6D3F9876A7B825A3F91F52967D03CB4F /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C5F0144054BF042A76CE92B837EE3C /* SDAnimatedImageRep.m */; }; - 6D5CA15D3A9F16A3C1696E64BE2791B2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DA46B0664E3A7BB9E473F604D77A3A5A /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C3527F5F6E6A9A14107272A3F3BCC8D /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = F28D6C4FEE0BE4BF51AF475A033F11F2 /* SDInternalMacros.m */; }; + 6C50E9571D234D7FB4B03B8FDDBCDAD2 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FFA314ACF26BA8A22B70B868414BBD50 /* RCTTrackingAnimatedNode.m */; }; + 6C6F8AEC5EEB35E7732FD5687A93B5DD /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E9F2DE8B504A007F47938E3C7E03E9 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C7AAD722A04FF0283C3C1BD43FCEDAC /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C167A810E10F8D2ADE45F82BD63D7A /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C84B03183CD30A10EE1CD9C7AF467A9 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3E7841ADAE79D35AD4AF7D577350A7 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9C10AB5E2A4BB89E67347C40D9E1A3 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CBF320D04DABFDF805A59A2FB4E4ABD /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D0FCF77122C15DBEE540C0AE73564B /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CDB353D84A71B7704CE84127D0F5C00 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 249A16AFFF0ED3697855E03BDE93F40D /* UIImage+WebP.m */; }; + 6D03E7C52C3C6DC4DF7CE5A9274206C8 /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F882B0CB13CFEF5622FDEE9DAA4760 /* RNGestureHandlerRegistry.m */; }; 6D6306B6CBB2485CF0C8E9A187068EE6 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC4EA51D4334A74F17991DB1D8CCD57 /* FIRErrors.m */; }; 6D71A6D5CBB1BDEE1413910216E73651 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F366F5022D2BAA995F22199BB3C69715 /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D809E0A2AFBF0B3E07F94273FC75917 /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 005BC469630F6F7D66610C867DC586BC /* ObservingInputAccessoryView.m */; }; - 6D82A28EC10650BD00BA5932A280A416 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A32AE1FB919DCA6398458A35DEBF369 /* RNDeviceInfo-dummy.m */; }; + 6D779076F004733604BD3A311A008F9E /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5A1D0454F60706F38F9AB708FB86659 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 6D88F77B9828718B58B8F3C1C5D7F8CB /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D385CBD7A2F9A9DFCA2BE01040EF91A /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DB5D071BB0050839491D69413D49C4F /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A93992980DB6A5CF891405761F0734F /* REAEventNode.m */; }; + 6DDE4533780D6CF229F2F06D4A7DA8A3 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = D98E2682046148389942FB2F4195884E /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DEE5C2AED153DA00451F3FBB98322C0 /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 661C7FA60DF3AD34CCF2A9609932DCA0 /* RNGestureHandler-dummy.m */; }; 6E30F4324AE4B253140A26ECAEE5174F /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = A3CE88F6F24B9C3D2A67337E6C9E73B6 /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E3400348EC1A3F1C9A6F2D25AD41F5C /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CED7B95E4A78B2AD74DB8526ADD32676 /* 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 = 031092BE47CEE783A63FE732D8DCA106 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E40AB6CF0A80BACC8B38E08EA277FE3 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 159C23316B64E79F2A8F063074242D3E /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E4A80096B0B2DB15D266966F413266D /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B59EF3CA58F8B1D0A9B97CBF8626C28E /* SDWebImage-dummy.m */; }; - 6E4BF7852ABF14FA7AB8EA27DFA8AD13 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E8D94BF8D71ED99315114105FB7E17 /* RCTInputAccessoryViewManager.m */; }; - 6E55FBBBC6C40D0F914F54D9EA686E61 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD0B65F93BBF3D29E1F13C7E482877E /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E65F0987F2C575C2F7B62E21EA29F13 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 68BAFB9E39C43F2EEEFC0BE5F3B9F6B9 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E3400348EC1A3F1C9A6F2D25AD41F5C /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6D2505334E5CAA7740E6983C7152D01 /* 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 = 348CDDA1799F90ED5C9232B92D189CF7 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E40AB6CF0A80BACC8B38E08EA277FE3 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 71142CB1A6546739E568383522DE0BE7 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E4BF7852ABF14FA7AB8EA27DFA8AD13 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA24B3179112AD99B55821B6639C0A2 /* RCTInputAccessoryViewManager.m */; }; + 6E55FBBBC6C40D0F914F54D9EA686E61 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B6426BEF9BC191A6D264F6B5FF3379 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E9BFAD5B692CACAAC407E94819C5C8E /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C4674C2EA2CC570B332217582E8F8A5 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6EC711E581E00F8C6B5FF05427D713E9 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A1D2A2181A3CE2E6F5A205B199A4D2 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EB7AC51820D4700E5BEA04763A8FAF1 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF817AE61E87869DECD2007DCE20018 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC48C3E468B0870AF133C9C56204FBB /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F767E66C997D64788A852B5A4C3947 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC711E581E00F8C6B5FF05427D713E9 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B55126D1ACE18B20F722B43544B148 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EE7A59C2B7E04314E950AE6586DB66D /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55775B505429615468773F16305ECE6E /* rn-fetch-blob-dummy.m */; }; 6F4258691BBFBCBACDBEB1CE07169A3E /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E46CB1CAF8EA7964EFA29B3CC90A369F /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F4D999B319D99CA6C099BDF885C131D /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 58438B70BCEB13B2DD304246C8687E58 /* RNFirebaseDatabaseReference.m */; }; 6F4E8B663EB256B775EA2F06FC361A76 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = BA0AD95D9B63C03558D2620776EB94CF /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6F8DFD8C580C2707F7B8F04ED1E9EDDC /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 04455DB3BC054DF6D56C6BA001B5A7CE /* RCTSinglelineTextInputViewManager.m */; }; - 6FBD05BF831AA760226002C4ADDE10D3 /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D44A32F0EB4AF27997E7A836AF2409 /* REAOperatorNode.m */; }; - 6FC04935571C21478EC157B715438951 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C24F2D232EB58787DEA2CA30758659D6 /* RCTCustomKeyboardViewController.m */; }; - 6FE90C9F9C673C6B799AD612E9B10074 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8538B57397E0EBE516081FD6AB6BFC2 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FF758D08BB2E224DB1665885D61A5D5 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3BC69DB1E1F0AE4CDA5D9513932AE8 /* SDImageCacheDefine.m */; }; - 708413DCAA0BF70AA7E279ADC4B3712F /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D5065EADC6A4E0E4BD0D987857BA04DC /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 70C118C7502A16753C746515F819E801 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8884711445A12C0B14C2DF437F3EEFD4 /* React-jsinspector-dummy.m */; }; + 6F8DFD8C580C2707F7B8F04ED1E9EDDC /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9BAB4B0F8B046DAE01878D05A5CE2C /* RCTSinglelineTextInputViewManager.m */; }; + 6F97A88F12D41E29C22585CEF7ED3C2A /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7436D9950CD010952DD6E4419E0688 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F9C953DC4D23DCADAB2A8FEEF0316EB /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 48702D847F7EC6147DB79EF8462AC9F4 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7024374AFC8199460731E03253538765 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DED1CACAEB451C47EC522EB25E18197 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 708413DCAA0BF70AA7E279ADC4B3712F /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C4ABD0F3CAA7DAA9EBE466C7B5CB206E /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 70C118C7502A16753C746515F819E801 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFC53C424974B9D08B76BEB152BCF601 /* React-jsinspector-dummy.m */; }; + 70D01534F28E106109C6F9B76446FD42 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFC17EEDE91BFD2259D26B531A21717 /* UMViewManagerAdapterClassesRegistry.m */; }; 70E4098896C59ACF3FAA501809F6C871 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = C90497D51FA05FB28EEA809E24218800 /* cct.nanopb.c */; }; 70FAC5BC128DFF5CD80CBAB721D7365C /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E5E58FCCEBA49B80A23B5C666A867C0 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 71198F17B3DEE933A0C34D2CACC93AD4 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = F3BEC0B48A4079D97A09C0489F762EAC /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 711FF77D7CDFB3570001A7AB723737CE /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF7967DC82F7EC57B857DB11F4FA8AE /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713D5224D5B84D236054CC91E7529C94 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 83BF54DDED3A170953CABED79380A53F /* SDImageLoader.m */; }; + 710871959090D46CC6F017122CC80630 /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = C4639FA7A623FEC266F0F42AD07FABC0 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71563A590B4A408CD38D24B12C2EB8D5 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A07008413FB1170DDEE62B18A5EC2B /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716BD76790D5CEA0DC5765DEEED78171 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 580BC6FD478957654C4352DA4270E025 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 717BB18A43554B45B82D4E9A4C671EA6 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = D5050F9FA6EF770BDC0BA85B547449F2 /* UMModuleRegistry.m */; }; - 71D34459E829DC30B72D6FD945312A9F /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45B386987E971282C4135DE079AA4C5A /* 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"; }; }; + 716A6E0B43B60EBD63B3A90E9BF9748F /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8A850969CFD34854AC0C7407805547 /* RNFirebaseAnalytics.m */; }; + 717BB18A43554B45B82D4E9A4C671EA6 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 694F64CD9825A96F2B6A3AB4C4F08827 /* UMModuleRegistry.m */; }; + 719A326B8E54D59ECAC8E42791D8F4B2 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C50485C128CA353722F5F1B3C0F8B6 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71D34459E829DC30B72D6FD945312A9F /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520909E6F1DB53381A2F4692F64A8628 /* 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"; }; }; 71E0B0239A67555DE2C0B9F18E515634 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F796D76C61E14B0B17E5CA9360538F1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7219BDA57912F639EDE3430A5F74DA01 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 1428E0C6D6E05B3D675BBA4B17AE77CE /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 721CCB80FE551F890EBFFBD7B6BA80D0 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AA6E8D48E806E9A46EFB3DF6644B7B /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72207AF9A2D03E8CA4210385C522F56A /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD45AA3C601E1A3A45A712E8A9DFD90 /* RCTImageViewManager.m */; }; + 721CCB80FE551F890EBFFBD7B6BA80D0 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2C420D7F2E6D4DED08AC7B76252A4F /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72207AF9A2D03E8CA4210385C522F56A /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5342C16C3101FBE0ACAE60D36F9ACA54 /* RCTImageViewManager.m */; }; 72238A727023831852BF9A8C9B83C49E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58F01E0DA9B45DED9D4F770B19A26A32 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 722BF027563B1378E4BF629A83137812 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = D02ECCE46323D1937AF1BD582D5AFEB5 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 722BF027563B1378E4BF629A83137812 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 592178B1B0EF94EF3665948C843E9D21 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 723874281B7102822C9263F25B4E9AD1 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = A789BCB1B19C7F2CDE89F3BFAA434C8C /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72494C26A7F05205DA1CBFA4606E546F /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C6F52C73A69547A8F79B0ADD6616B8E2 /* SDImageCoder.m */; }; - 7265F7B20B99F28D87B5BB1C4DDC3B35 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A744A3A023AB3CEE93418334F39F4C2A /* SDImageIOCoder.m */; }; - 726FD782FDB88CDECAD9C1A7989222C2 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A738794D31D885B111B85A18CA1CF8 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7271CE173FDE85DAAA8CFCAE786F7774 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0AC2D50D7D2C791B08AD60C6B17CA5 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7281FD9F17AEE1BC32D94733E8702C03 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = BF7C8D82374ED918C8F4EC3C2D81AC16 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72938CE2CF79C1AB1EFD9CB2D676968B /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = DC92291832A9A80C8FEF22C37FAD5B20 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 726FD782FDB88CDECAD9C1A7989222C2 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 67333B747BBBF99A63409BA5A4F50B36 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7271CE173FDE85DAAA8CFCAE786F7774 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 367C986475A9A537EFC8CDCC4A3BC405 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7281FD9F17AEE1BC32D94733E8702C03 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F008C2096AAD3E48E565A923B3C959F /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72938CE2CF79C1AB1EFD9CB2D676968B /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B6F9AF65BC3DF419019CD1F6D5C7FD /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; 72BDF84A85955FC2E2BE3DBE9395CEC2 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6F4ABB26BEC546C406085DFA89BAB2 /* FIRInstanceIDCheckinService.m */; }; + 72D9798D56C8DE6DFE22294860385340 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C68A2B91D1AED6521A531F3459A593 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7319A3F06113062284F479942B40FC7D /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B19ADD5978A26E9F7AF6C3706F00ACA /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7330EDA8FFE2FFB6108BD38FD271465B /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF6C088310EEF30275C9C3B4DBC9F25 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7330EDA8FFE2FFB6108BD38FD271465B /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = E357A9E3468005C08D78222EA5BF427A /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7351B6E93BF34663CA0551A948647BC6 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AED658B9BBE1DA1AD0B2B7A7E2D5BA2 /* 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"; }; }; - 736E35BAFB0071DECDA8619C52CD5A34 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDE5499A2030945932C276366A4F22D /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73B66CA537D75EAEC7AA15EFB4281366 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EC98255645D800D93AA313FBD7A2C65C /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 736E35BAFB0071DECDA8619C52CD5A34 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = BF7953BCCE360D2618A6E81464C9CBF4 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73BC222F96DC7059E988EC0D2EB7779C /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EAE60BDB931F4F21378EB2E3AAAC3FD /* GoogleDataTransport-dummy.m */; }; - 73C40A83129D4A39779C47D6F3831BFC /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = C04ADF14DB99C7990B47F00AE3C4E79E /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73C40A83129D4A39779C47D6F3831BFC /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 223A26DA213F18FC7C7E42885D9A99D9 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73D033F9CEE14D56C8F1AA5DAD320F8B /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E11ED6DD9DFBEB329CE7C94D5C2CE7C /* RSKImageCropper-dummy.m */; }; 73E56E4F2078B208F760010D1C081DD5 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BBF36F839AFA87F8CEA19E8669A7D4DE /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 741A12B997EF965E34AEAFBA94A51CDE /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 044393F552A853D58562756BD01C24F7 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 743B2CEDDBD3E20063924A3A069585AA /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 98738FC7EF9E6C189DFCD03F8F0586F9 /* RCTBaseTextInputView.m */; }; - 7444A40B1B537F90C7C63E07F94D1518 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDDC2FA9F4DDA2DD7852488C0CE7446 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 744F6FE700AC897DC7D1755A132AEBF2 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 375519D93ECF9CF39780B72B9BF6F8F9 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74549267BFEFF05E61F6131068DCD5FB /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C34CAB6AAC0E0EB79854BDD52EA02A /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745F8A401022814F8ADC2FC6A74AC43C /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 683059112877707E522BC088D2CF1657 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 746A438AFE2400D25E5AD34D3EA23FE0 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C90957C7667D5B970F4C8D60145A5B3 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 747528194EA554B8A2DCD66DA63D1541 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4612EC95007C01427A34C2518E174B /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74784B99C1D415BBD5E340C94790771D /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 731770A748AEAEC1DE4DC296EE81C262 /* es.lproj */; }; - 74D5A67AF1B5CD8D5F70D4B21B377940 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5A68431CC08DEFE993FF0DE9CF6989 /* BugsnagCollections.m */; }; - 74E6B1A9117E10D900B596C8D8769C40 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2ECB2C5504539A433653C059A976740E /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 74FBF6D41E92A7AF6B12A11DDA54DBF1 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 64C97CACB57042717A809EDB0DF68C63 /* RNNotificationCenter.m */; }; - 7509BF17FEA74D4B07021F4BB62EB49F /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E706CE3149E69838539A935D471359EA /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75505B0473CE52D1EC6FD0662927D4EE /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FCAF76084323F3656DC28B8A4A5F326 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C56082C206BF8B76E902D42B784C1DD9 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 756C704F3468D971059E9D9E6F2A4AD4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 149234285FE52788DC286C2C1D089708 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 741A12B997EF965E34AEAFBA94A51CDE /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDEC23949AC5984BC3B70A8D6A139173 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 743B2CEDDBD3E20063924A3A069585AA /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = A96AECE90BB6412398E60DEF2787602A /* RCTBaseTextInputView.m */; }; + 7444A40B1B537F90C7C63E07F94D1518 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4777204F4F989143F12AC93DA2222CC6 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74549267BFEFF05E61F6131068DCD5FB /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1118FCF08CD4C32D8E8F7A5AEC855C7C /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 747528194EA554B8A2DCD66DA63D1541 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C22A2FE455E18549F0EFD785E0A787D5 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74922EC9C53DFC205DE4BB27A2871654 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = B89DDFE00E22E3A3906EFC459918A226 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74D5A67AF1B5CD8D5F70D4B21B377940 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 736E5BFC7AA18EFD5D61640A0B3E5416 /* BugsnagCollections.m */; }; + 74E6B1A9117E10D900B596C8D8769C40 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0B12BF1EBA314C216124B51B4360071 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 752A23D992E9BA8F9A248D2855FD9FDA /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE86784723F4144BE01CB7C0F53157B /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7545A3A0653FCBD3D89FABACE4377A67 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AC8F43EDEFC379EB58457C0B6156322E /* SDImageFrame.m */; }; + 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D379DFB07FA428C583F158CED89EF3 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7570106BF161102128638495CAE72BD2 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 619582124D825EFD58499AE14122B7BA /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7671DE80D363A885CCD01409AE9AB7E8 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AA27D3D45E7947A6CB774F5D94FA3B0 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76966825AFAC7780BEC02DDD768998DE /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9EC060AED3BF6D73D4CAE2EA0E4653 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76AF9F9853821414CBBAF755E1EE9634 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA11A77806199EF2A7B33609893BBBB /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76966825AFAC7780BEC02DDD768998DE /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C07694D2B245EF25E64FCF4B7F1D11 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76AF9F9853821414CBBAF755E1EE9634 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = E8397DD952C9A43C7C8FC313818DCFFD /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76D1C4D23092C8C69F0FB8B8A8C0F5B0 /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3C64D8E7C1BDC8E99A1ABF53D7CBDD /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76F10CB96CF716082D34A52B2D7C1ABC /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 17644A6B0E396AF4AD0662B27777DFF8 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770616B87C5433432ACC19B941AADCB3 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD79F3E8B7334FE5D9E4C46AAC88A28 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76F10CB96CF716082D34A52B2D7C1ABC /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB46B1B44451A33D3B8DE6E18D06563 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 770616B87C5433432ACC19B941AADCB3 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9306B1DFCB1591EF86A99F9426F249ED /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 770F6A0BBA21C9FD5198F2B515D23673 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = F208206AA517C463DBC7F8798068446F /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; 773DF3823FEB72512772C62E4829E473 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7B56AF292E8F7D5A9C9F485FF4716EF /* GULAppDelegateSwizzler.m */; }; - 773FEBE5BE25C0B804379C17F12165B7 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FDCC8ABD7A67A253A07EF146FF0B6D1 /* BSG_KSMach_Arm.c */; }; + 773FEBE5BE25C0B804379C17F12165B7 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = FA07B19E0E8762926BDE4994917FF625 /* BSG_KSMach_Arm.c */; }; 7767C0E3952BBC08D1308CF4E06820F4 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5FFEA91E07D363F41AE15ADD8C866D /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 778A5738B819A022DED1FE00F7C74ABF /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = 099698855A327030936F87CEC20A807E /* UIResponder+FirstResponder.m */; }; - 77C74C9B2AF8379451AF689E364BE9A5 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C62974E05057B212D7CA11B18B225453 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77DEE4A9F5F1BF10930B258677445AC7 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 27136D2D6F45008E8D66DE0E18B49BB3 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7831753803D3307385C9EE8489298C10 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 538E1380F02205A6F58F796C494CF55D /* KeyboardTrackingViewManager.m */; }; + 779CBB39DA892A3590DFDD18FAFD71CD /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E8D3E5278A83053F6DE13F1F6FAEBC /* SDImageCache.m */; }; + 77C74C9B2AF8379451AF689E364BE9A5 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 637776B45EC598AB2E12428F0314BE07 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 785991A68E98C37DE3C394FCDC94C615 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 70060452D67BD5EB97DD07492D5C0009 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 78756A15BD7FAFFC65DC14928C77CA27 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B606BFDE50C43337BC6D7B158FAD3C /* SDWebImageDownloader.m */; }; + 785C9E4F8EBAE6B0D7B3D41A6DB31CF5 /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC0A3C6582874CB0EA2947C5DE21FC3 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7882A0C218AB456334FBE9D8B43C6D4C /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 818C1CF8DB2C1051B3F456E59957FCC9 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D63A93F7ADBFA07F80E9681BCDDB72E /* EXAudioRecordingPermissionRequester.m */; }; - 78C7BE01307B56D8E27C8D4B623C74F0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 248035685EB19D1B3F5667BF8645BED5 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 788E47F479CCF6D3A34CC75949338D86 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = D434EDB1CBB94586CAD133E0226092CC /* SDWebImageCompat.m */; }; + 78BF1F947D28284C6C5B06636B83AEF7 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3851F8DE144842E83C5784DE07BFC3C6 /* EXAudioRecordingPermissionRequester.m */; }; + 78C7BE01307B56D8E27C8D4B623C74F0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = CB024C04D7B170FCF14F61D0EF25E017 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; 78CEFE0EA22D795E0505D916879037DB /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EB0D3E0EBAD4857DC375821F6C639B7 /* FIRComponentType.m */; }; - 78EF4351C660BF653179E4C345408F04 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC693D103150FEFF9C68DEB994CBE35 /* REACallFuncNode.m */; }; - 78F2D3E258BE2CA611731445F337D6E9 /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5566964AFCE43B80771F95B85FA4C68C /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78F5673FB2E5D7BBE1FE9F0EC7C1D9B8 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EDF2247D0E2B94B1E4D798890BFC72 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 790B06A400EAEF418D89FA213589513E /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA6D5CB12274E3E0BAA73FEA0B758A7 /* RNEventEmitter.m */; }; - 7927B8A57D7C0B8F77737CB047B3209C /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = DAC88AD06AFBA35B7614B2892CE1862D /* RNNotificationUtils.m */; }; - 793686E6F8F9D34CE66F6FD40B0AD062 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 621E16A73348549B7BE9353D22D6702D /* ReactCommon-dummy.m */; }; - 79408783455312BF09818A9821A0E821 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = D7DDA4B923909E2ABB26250538C84B76 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78F5673FB2E5D7BBE1FE9F0EC7C1D9B8 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2AAFE3BCE2D8BF461E130215F79A58 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78F9CCD2A124865BC6BE28FA8C5FFB0D /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 408D32E188D2E62C96020CA5DD19439C /* RCTCustomInputController.m */; }; + 793686E6F8F9D34CE66F6FD40B0AD062 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1E0EF912854B870EDA451156DAD524E /* ReactCommon-dummy.m */; }; + 79408783455312BF09818A9821A0E821 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F71E483330B2F6F5E7C68F6034BC042 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7956F82E4FF2E7C95F619C7D46C46EC6 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C664245E83B7E6B08825366B395D2E9 /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 795B1CBAF4B0CBBE30C8A0BE544C16EA /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC5ABC27E695D934677BECA7F9216F6 /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79782026EB4A7CFD97D18887D4A69187 /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = F12C31B209356772EBED28609068E257 /* RCTConvert+RNNotifications.m */; }; - 797DD49F88C7649EE8E4BDB9DE7FC7CB /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E8BA406F1554548B86334FEEA49CD21A /* RCTModuloAnimatedNode.m */; }; + 797DD49F88C7649EE8E4BDB9DE7FC7CB /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A692A6760042806A72B6B78341A5D355 /* RCTModuloAnimatedNode.m */; }; + 79A571884077EC7A9EDD0687DFB55FCA /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AD340991395E58CB3BD13AB6321BAB89 /* UMReactLogHandler.m */; }; 79D771190DC28CC5FA02B46AAA902880 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D3C3C38EE9A9D054EF043CEAB28068C /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 79FEF77F2B50481498F13E270FA06498 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D027B630B02D7D423D5976C3AA1D8E /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A7FB20030460975DBD48FA2D446C441 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F1D6B5BBF0205EE9E40237497EF704 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A811D78E1C0BDF618A788391D1EDB9C /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FD9CC0B318912FFEC6798E5431C6C273 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79DD83400D0231F868A9E642DC5F0217 /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B2E20EB27AF90FDA3BE466A092A1E6 /* RNCUIWebViewManager.m */; }; + 79E71DF901F17EE89363E5DE5F318B82 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 747CAA38A4149C7741B7E1AD452C5C63 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A811D78E1C0BDF618A788391D1EDB9C /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9525FFC58DF5B3F9D3349825031B6B /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A907775D8693790C443C198381D1025 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = CB5AFFF5AA989115573980515B16C98F /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7AF24937D7341C2A66D668D181E52E4B /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A87AC62844575266891A5467856DA092 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7B14E77AABC5F26A5B4DCE1962254933 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE37BEFEC43603EA71DA17AD6DB6EC8 /* RCTTextAttributes.m */; }; - 7B1ACF015C0596D4C32457CF4A4588E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B7CD90ABFA5CAD203DECF9778DF221F5 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B47B5C1E117C44D046318E3D42BD8D6 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 53CCF119E6E87F4352F1C3330BC95C59 /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B55C57DA5E1D5ACA52260D3029AD5E7 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA72E64A0F57F58993904DBB63B6CF7 /* RCTFileRequestHandler.m */; }; - 7B80BB9709BB2CF9B1F4746EFDDE6110 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7AB55ECDCC1B343952FDF3AFD1C899C7 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7B8479CBAB465FDB5E5A183D79269CA5 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C7082E79F2AAB8C5DFA3C141991F6634 /* react-native-background-timer-dummy.m */; }; - 7B98535A8C22F503BC7B0AC71AD79763 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C99A3FFB6500F1978BD60C43BDD8BD /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BC5D031DAE944FEB8B8592C0ECB8254 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E2E32840FA665638BC0BDAC13FD8BF /* RCTShadowView.m */; 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 = 000EE617F442AA338B46300173F67B79 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C0E098EFE7EB53DACA3FA5E93BF77F4 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07E7EC48E22A55A891407DDFFFC66381 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C1D1C7794BB256107A6242FAC286FFF /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 034BF2C44FD02FB17FF3F13F5D6A2AD0 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C2A67008A35621FBF38CB9C2D078C22 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EFA17A1611483E4CAB28842BA66A59F8 /* rn-extensions-share-dummy.m */; }; - 7C7CADD66F525289C297AE184A6FDF5D /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = D242D9E89804010D15F96FEECDDC22FB /* RSKTouchView.m */; }; + 7AF24937D7341C2A66D668D181E52E4B /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A0CD3AF4A7F53CAE0E39E8EAC4B862F /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7AFF71A215860C99999E29DBDD39CA04 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 085915EAB73892F543C2C9766B384A63 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B14E77AABC5F26A5B4DCE1962254933 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A2C61A298E71B81F7C2935B8D42FBD9 /* RCTTextAttributes.m */; }; + 7B1ACF015C0596D4C32457CF4A4588E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7175128E077E3EF62B988CA39F960080 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B55C57DA5E1D5ACA52260D3029AD5E7 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A8468DB9060B094D2D1C039409143720 /* RCTFileRequestHandler.m */; }; + 7B67D47F251F0F0CC02431CB9F0534DD /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = A1E6CCE1C4E0CDC7AD28E5F3A7612FB7 /* RNPushKitEventListener.m */; }; + 7B80BB9709BB2CF9B1F4746EFDDE6110 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20CDE0518610864395B04C00F6A6D817 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7B98535A8C22F503BC7B0AC71AD79763 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D32FF28E7A64038833FD0A8FC32EEE /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BC5D031DAE944FEB8B8592C0ECB8254 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99201A2B5F3010E9D4FF9D92B58D6689 /* RCTShadowView.m */; 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 = A5D633BFFB1CBE9A05C51896744099AF /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C0E098EFE7EB53DACA3FA5E93BF77F4 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = A03F323AC963C5F9713FB05CB5C482A4 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C1D1C7794BB256107A6242FAC286FFF /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CFAC967A79F25505409F6072E5115C09 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C443502003B4F41B579AF127F207538 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D99E885968A8992A94D938134F8728D /* REANodesManager.m */; }; + 7C62558B1C0BD9118F10DD025D65C0BF /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AFEFDB824E01E0DD552C963341636A78 /* QBImagePicker.storyboard */; }; + 7C80448B0AA5AFD9B4F7544524F7AFEE /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = AF4A3D421395311BE5314411D0119509 /* Color+Interpolation.m */; }; 7C87A0BA4406932C036C25C471937D6D /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = B505E3E20E9E415F54A53A88DD9B0464 /* GDTRegistrar.m */; }; - 7C89C234A3184FD5F79B0B7858B84CBE /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDAA17195D4BBD9B343F6A16B797EC4 /* LNAnimator.m */; }; 7C9959418FC8DEFE5344262BE5E14C57 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 439E3B1335B2E9CCEC4C49687CB5BABB /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C9F0F588A7354BB1EB8A568061BDD19 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44F9738EAD6E7B2FDBDFCBA059106659 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CC70440A76A2C6E9F08A1C75BCE5503 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = BE305D50A851A552CAE374BCF1D4F77C /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CC8556D44DC05010EB50BF43883B967 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BDA27416F0DA8CF8FFA27D15F81424 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C9F0F588A7354BB1EB8A568061BDD19 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 399A68E54FBD2DFD3E9F6196EF7235D2 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CC70440A76A2C6E9F08A1C75BCE5503 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F96B0EA309BAE565D0277162ED347B4 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CC8556D44DC05010EB50BF43883B967 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E062766419CA1A721C0490678A645B81 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CE4895AD4547B94B6722C7AEE8EB0D6 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = D96BD324BC6AA09D887B41C25B54DA7B /* RCTConvert+UIBackgroundFetchResult.m */; }; 7D0FEEC462C260D07B9020311037887A /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C4ABEED1209A2F9E1A8AF5F5560F17A7 /* FIRInstanceIDKeyPairStore.m */; }; - 7D2C70695A3A8E32A12C640BF348CF6E /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C60C7CD3A7A4ABE97A9B002D3D67323C /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D3AA7A70DA7DDCE7FC0B4238C9DD447 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F530C4CBF8BAADC5076ADD050B5A0E /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D819301BFE77D37A00BAAE737F55116 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2489B797C034EA15440E2359F3B894 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E0089C6834F13618E371CDBF21ECFDB /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A0229394953FB8D15C30C1E490DAE9 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E7124056E5C06DD2D8BEC1926598CD8 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EE294603FDA5FE8E479D40E580BFCD5 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E99C537DA1860FCF8A01749AF2170A1 /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3AA4CB7AC17CEF05DFB7A28CADC8AF /* react-native-jitsi-meet-dummy.m */; }; + 7D3AA7A70DA7DDCE7FC0B4238C9DD447 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = A1A54823AF83984397AE5C5FA062912C /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D819301BFE77D37A00BAAE737F55116 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = DA53A2B2A403E5A2465CB69245A7137A /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DBDEAEA64B54FB34AD06D0595D25CDF /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = C087694BB376ED453FB63A4522C3519B /* RNFirebaseFirestore.m */; }; + 7DCA8930C38937067687EE718FFFDF4C /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E268346A6A0F84E150C9B54CF3A2507F /* react-native-keyboard-tracking-view-dummy.m */; }; + 7E0089C6834F13618E371CDBF21ECFDB /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 753F4722AC7A21B9AFFF7D385B1E4300 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E0ABDDF44B88296C3E360C39764B53B /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B21B898F5667861279833D5CE1EFA5F /* RNCUIWebView.m */; }; + 7E7124056E5C06DD2D8BEC1926598CD8 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E68C3B2A19A447E2E8AF9623C5B60FF /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7EF283AB71EC430A672EF05EDFAC61A9 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F26D92BC9188533EC4BC0A385FC9464F /* FIRInstanceIDTokenManager.m */; }; - 7F6B1DE969ECB7758AD1F8339724ABED /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CE9E319DBD115CBABDF32645507EC8C /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F915702EDEFCC5EA2E1789A76B5E8C4 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = EAFF7DF58471BC362F2D2DAF2215797F /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F6B1DE969ECB7758AD1F8339724ABED /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = EA26737B64DA8B0E470B5FAD586E734E /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F915702EDEFCC5EA2E1789A76B5E8C4 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0773D017973CEE43D72A6E368B2DD693 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F92E5C5FC0D4A72D699235EBB72FD43 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AB9B67B0F639DA759FC1B0841BC6A9 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FD56852BBD4EFCEB98E751926622F20 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 00EF36DE5D9D90994CB5B6C86E95A087 /* RNGestureHandler.m */; }; 7FDA2E290B7302CCD1F95EDA0B57AA51 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 467333A9ACE774CF8AA2FB7428A96541 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FDD9B64E2C1E2DC4B853256EC7FB1E3 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 21D313B5438489B186AF71F622626DA9 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7FFE3E50F543939A64CFB94D5314A518 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 8612CD6D1972BAED1FB3DDC784637F7C /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8022D5C496701EA42FBECEE66644EE95 /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B53B91A0A095795C5B103601EC9091 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803053E81096BDE4B074A94A935F84BA /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB92CB13D90E6A63C9449EB4A3D5FB0 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8075DC731E37445F52255CAA3A228522 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EE49F2E42B57ABFF7A9DC176D440F76 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 801A727C2D967329D919BD544AE5A236 /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E1FFD998677DB7B67FF075D8014A0C9 /* RCTConvert+RNNotifications.m */; }; + 803053E81096BDE4B074A94A935F84BA /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 934DD91A3CF792E1F8567593CB98CC43 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8075DC731E37445F52255CAA3A228522 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = A8634C8D66A929C8D8628EF7CA25E19A /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 80AC5B0498F2D2CCEE4DEA1CA335C6A2 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AC1EC82016B61852F34E2AD946A78FD /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 811F9D1679A5BB13D632F247E4C89162 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 47155E3446D20E771443CE350B3B2C19 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8137F4B4E4C8DB968926C58ADEC3F896 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C171DAA5581762934238E562AB7204F /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 813979E524DE1FB65D5C77C4DC999DEC /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF475FBE73DECDA301043F705C1DA1D /* RCTVideo.m */; }; + 8137F4B4E4C8DB968926C58ADEC3F896 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 968719D8E3DF4AECF88DA45662FD3801 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 8182F2E263B427AA12C4AF390B885D17 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C9B544BB234F46215C3B5CD6D35C0E /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 819D0F93428068B08237C1383A8FFEF8 /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2023A72C011E18F05C0BF471D42E29E2 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 822708633940172314602DF0134F63F3 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A5306B67950A6E590FF79ACF340E2A72 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82604B7ADAE3AE58493DD4DC52258BC1 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E93C236783610CBE74D685376947EF4 /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 829AB544D5632D7C444A13B57AEE4C9F /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A0A418D0FCD4E42A69851E89B779D00 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BBD6475B1A213B38450FF96A13CF6C /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 66811F873C66A7948D2771AFCF65C980 /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 822708633940172314602DF0134F63F3 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2566AED6ADCCFF960A9E804B5D929C36 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82604B7ADAE3AE58493DD4DC52258BC1 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E472440EB32ADA68E70C758083D8C6 /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 829F448C2C71FC470926ACC2381D6C1F /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 05646E7F90C198219717B20CC4C26836 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82D66DDBCCFEF0D5650BFA9CCC49D9FF /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 834C0CF6461E0E142AD1B6C6166A0AF6 /* NativeExpressComponent.m */; }; + 82F32AEA785688975825A119A1FA4C46 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = CB80C73A069C4CD8C0ABD0122B0CECC0 /* SDWebImageError.m */; }; 82F9B54A62E5D0DFDF2791B03C17993E /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D26DCA8456FCC2D29FBD25DB58BA91F1 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 83408F01EBA71440E6C97BDAC6DFD142 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = D624A4AC905CEE30FA3E4438A36E08D2 /* GDTUploadPackage.m */; }; - 835E28E6AC8654393480EBE31B99BBFB /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 406F0A8AFBB83E44E858A26C5A72FB5A /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83761E62E577F2305290E3E62A0B92A5 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = E42E8FF004760A273B45C14DBFDEA993 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 835E28E6AC8654393480EBE31B99BBFB /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 741A30330F8B8BE2AE1D228CC9CE8AA1 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83761E62E577F2305290E3E62A0B92A5 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 9571D80B373311B7D3D985725DC8BE22 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 838FC3FEE030FC85C632A5D99A7F80C5 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 1026922C2622230E82FD9EE8866BC4F1 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8392D2B78CCAFDFF0BF01136BE4D4601 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7918836174A9A268DF3E61CB96E07382 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8392D2B78CCAFDFF0BF01136BE4D4601 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 482862C6592AECCBB77951E3DA54D7E0 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83CBD6741F2817605776207A9D4EE8A6 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 1046F11C1EDB6077AF33DCB81D11A5DE /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 84003E317DFEEE51A73780169483DACB /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 189A3D8AD937A8E7324DDB7F335FCB40 /* GDTCCTUploader.m */; }; 841BD4293BD63E749D78D404D4E2718B /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 381807F28CEC843BE35E44FB6440F1E4 /* FIRInstanceIDTokenFetchOperation.m */; }; - 842D83DACEB91DA0700B8A1E4A0A0CC9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2B26B0E0BFD62EF816B83137A018DC /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 843C5C971393E98ADA0A22473480760D /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BC1336B0F1DF0B8B9A4478EF9E6918 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 845A994AD06C3A97A7E1B733653C29E4 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D4B6FB15B01DC3C783B0006A9433CB1 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 848E360DEDAB6A5661F407BDF4257129 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = D14790922BEA06A54EC252F69D7A7774 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84CEC174E821208CA9C957603D18652E /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5790CED5B5C3ABB8747E23A56375F84F /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 55FEA42274B43F7959F933B6E7D0768C /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85352C34EA357F9E8590AEE100DDFFEE /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC5DFE0E717A0A6D92D453D6251387BB /* react-native-document-picker-dummy.m */; }; - 856883661D0E61CBA3FE13895FDCF032 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3221FE00A1602F823985FCD2723820CD /* RCTAccessibilityManager.m */; 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 = 3091E2CFFC0B4A1C7BD3C4D9B28DF2E6 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 859B985A52815D5B3710FCC5292CE486 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 783D3A6D2930F4F2E252E0843414B1EC /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 849836AA5D7AEFC4FD311670F0D6B730 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 753222B99C242663283588B2503502CE /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8510FB0284D6EE2E719723E2C34BF085 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 89945D9C14CD238AB6CC362EB0755CA3 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 328D79AE72BFC77E112778EB15A0E9DB /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 856883661D0E61CBA3FE13895FDCF032 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FFCA69F53B53E2EBEDFCCBF6F8686EF9 /* RCTAccessibilityManager.m */; 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 = 0106B72F9B4492E5E77A1DD80D02E281 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 859B985A52815D5B3710FCC5292CE486 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A5070258C729533EC94712BF4A3A27 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85BD460F8B1B4E17F96A2C0EC0F2450A /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA38B6848517A310AF94496522CC706 /* REATransitionManager.m */; }; 85C2EC99B56CFD98C2CCC5F32FA58F0A /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB913031D891F3545DE175B7E2F52F2 /* FIRInstanceIDKeyPair.m */; }; - 8602CCD0C12D4FD780963C9E743D19B3 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 147617E44F9FF00DFBA646A5E61B5F6B /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8619C76EE9C70B2C7B1A34946ABE8049 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D402CA1FF2E44253F8C2FFE4C71CC15 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8626A1CFC0742525F9CFF31AFFA90D09 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = C5E6C401811F8E8E72A347413A20E31D /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8602CCD0C12D4FD780963C9E743D19B3 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC7C99D0F488B0249EF49D1E101E006 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 860D7836838FDE532D3A7370A40E07DD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B606BFDE50C43337BC6D7B158FAD3C /* SDWebImageDownloader.m */; }; + 8619C76EE9C70B2C7B1A34946ABE8049 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4B5281FBC677085B8ED090B2AB01C6 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8626A1CFC0742525F9CFF31AFFA90D09 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = E65AB3A85051F611773A24AD8CEE8914 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 863AAB1CA898185B9132D1C836F83202 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D58FC630FFE050A850F08A7BDEAD0A43 /* RNDeviceInfo.m */; }; 8649A76A297D2E21447A67155DF34A79 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 89E6FC9046CF63FA2BDD5D4FE972D3F8 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 867BF4180E86B2C5639CA928E0621152 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 624EB0EC80205CE1C8038C4BD5935FD0 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B755EBF064CC633CD0FB942E32ADFA78 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86AD40358DDB91830D0A460517F0C1CC /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 502D139D75DB561ABA2CA2FA7B4C8FEE /* RCTDivisionAnimatedNode.m */; }; - 86C2CB198936AC2FA3B2B21E0703A1ED /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 68C80B33AE1B6879EB74CF8842CB14CE /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8650E04E46B4659B7E7C6F8D0DAFE25F /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 064DB26DCBE9742CB2838FA98F139348 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 867BF4180E86B2C5639CA928E0621152 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 85891543719EB94BC0F828B999795FCE /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B6A8B330F159C6B6785E2F89171516 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86AD40358DDB91830D0A460517F0C1CC /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0635421E8C06C7016BA64443350B929E /* RCTDivisionAnimatedNode.m */; }; + 86C2CB198936AC2FA3B2B21E0703A1ED /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = A90BD36B46343F9BCDD0FE9DA6CD1495 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; 86DAEF8820731D1C15928424330BA767 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 98365AF226B34BED76B8944130B05D00 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 86E13E7B5BCB2E1F8295C5A07406405B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B6C8B68076FD1E21202C5BCD2F3EF78 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86E5D60C7FFF21EDED11E21AD50A0DC6 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 13295BC400A5F4F8C1621BF5ED23EA2D /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 86F8434EB8DE15DF6DEC783682DC831E /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D0BAD9FC243B9AF0FE127E76E95F46F /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 879AF62492BB818164FB39048C9533EB /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B53FAAD75C0C6369D832431E85667CCE /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 86E13E7B5BCB2E1F8295C5A07406405B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E20B05B6DC11AA8F3A183FCE44F0E179 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86E5D60C7FFF21EDED11E21AD50A0DC6 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F6A0273BB39AE3B4E643AA18384F6E /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 86F8434EB8DE15DF6DEC783682DC831E /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F525073FEFA0D921B530CC130C4C2040 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 879AF62492BB818164FB39048C9533EB /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C703036B18420138A3BF721BB532C8C /* 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 = AB30708B801882F0388B037ECF55C75A /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 87A62425770DFDA0D6DDE71681E5DCA3 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 499C5CA01A8F491E9ED436E6171BB50D /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87A62425770DFDA0D6DDE71681E5DCA3 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E19B53D8ABF516FEA265CCD54C1E91 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87C0AFDD0C123254C67D3773E100C383 /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EF4B222014C5EF4DE3A0DC1A7BF55 /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87C76493F9252F67A0006C4AA22F6C09 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CE7A098C9C5162CB3078666808F04D94 /* RNRotationHandler.m */; }; 87C77CE28E3EF45AEFE750BB7575FFFC /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 162A20965F55A7F42EBF98FD66CF91C0 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 88214E5E2A114ADD3EE51DEAD80359E6 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A04E2393782BA1C44DD03CD92C6AE13 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88214E5E2A114ADD3EE51DEAD80359E6 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = D933F15460A30E35E49150B66D9A2279 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; 882B46F5C2965C2DD4C1F4916EE5E1CF /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E320956FCADA646E2ABEE42F32A6DB3 /* FIRConfiguration.m */; }; - 8863BCB634FC78A220CEF2C4A8D502CC /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D7D231B7CEF66B3DD619BE56A21D09A5 /* SDWebImageCacheSerializer.m */; }; - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C70A672855707370603108A8BB354B3D /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88A32154F34FEF17860B42BA471D5C29 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 935271ED504C7B694762B790EAA3118E /* UMReactNativeAdapter-dummy.m */; }; - 88C80D8900DD191B23C09295A1A411CC /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA993BA85D5B32B217BF12413874098 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 884DD30C0CC78000C130ADB731432FFB /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 74D4650E4F3520024D7273E68F8EA369 /* UIImageView+HighlightedWebCache.m */; }; + 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1656BF768C6097C5186585595AB179F1 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D7C88026AB05121B84B45A84F8AEF7 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5904C6DA9B41E1F507CFFF5C2815DF5E /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88F20E46B225883D2B2A5457A006D8C9 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 55777AADCAB36748790FAED06062D2F0 /* FIRAnalyticsConfiguration.m */; }; - 88FA13F1D8FA8BA39D35E071FC0A86AA /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E495DC27F8820E0F7C1E39F2D71739 /* UMCore-dummy.m */; }; + 88FA13F1D8FA8BA39D35E071FC0A86AA /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06CE8795F3EEECFF5D8A97F80026E215 /* UMCore-dummy.m */; }; 8930132E132D64934AF6AB53407AF4C0 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EDDE346EC979FCEF409700FA05BA63E /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 898B86759EBBAA914DBD50CD1736B3CA /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = B7D880AD3344988E75DB2D19B5008257 /* RCTTextSelection.m */; }; + 898B86759EBBAA914DBD50CD1736B3CA /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = FC94D48DAB9B03A2B1667F11F246B0A6 /* RCTTextSelection.m */; }; 89B1C58AFE4D079F1775D9AE2589B02E /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 006CEC4F93311B953E62A6EB723739C9 /* GoogleDataTransportCCTSupport-dummy.m */; }; - 89CA75060FE539EDBE97F3994A88E83C /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B92333BB5845F760C448E223DD5AA8 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89CA75060FE539EDBE97F3994A88E83C /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D33760CA6A9B42CB118D7E69CA1BB12 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89CDAEA204DA1341B986C199502BC4F0 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = F3BE6A89C0B0239C7809E9B1FF58C15D /* FIRInstanceID.m */; }; - 89D3C452A34A703CA62770C2A9ACBD0C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 72173F0326F3F2CF6249B84E3909FFF8 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89D7D74CD55EA011F6710173BC8B653E /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 093A24227EABDA8622F866E729A0EB3D /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A222A382DE9E434A7D147C66D2595D7 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CFF7D36BBFE7BA1BD9A53678FA8A3B1 /* RCTConvert+REATransition.m */; }; - 8A2E928AD77641900A8ACE4C4CFA1E07 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9882D6F1ADD55B531AE6C0DA506CCC /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D3C452A34A703CA62770C2A9ACBD0C /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = B41C2008BC5C5AF6889FFA469005EF88 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D7D74CD55EA011F6710173BC8B653E /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E133271DAE0A84FBCA777D3B378CDE0A /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8A885CA9B621D1B647CE2A6E5365DE12 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1608DCB703A1DAA8318175F1BD6D540 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AC5698C17D587B15B82ED4ADF4D30E6 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E131BC3D68CD4CF4E45F8A5B77A0C0 /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AEDAB6C56143F3E1C0DECD71DED9F34 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B1DB83D9D53946D698A41481D8841122 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B27DF2F5D797272544439898E34E729 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F17609A13F48A6EF6EC0D3BC5F9A3A /* RNNotificationCenterListener.m */; }; - 8B607A94E30E24C67C5166B4F09875A3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = DAC7475ABC0A021C153586AF1B38843D /* RCTImageUtils.m */; }; - 8BBC06827C654B4FE81138B01A00F628 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C61BF98CD40D21619BD6FFB97EE88B3C /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BE187447DC42D9B8C88D6E2BF5F6139 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D488F72CE205F7975B1AFBD3F1D1A201 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C26C66BE52E4E52ADE666FB7506D039 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = AE94B7C81FB439C90658524538A54B96 /* BSG_KSMach.c */; }; + 8ABB8088BC5F087B5A726534B1A409E2 /* RNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 67423DC50218E1E54FC6C873D8C970E2 /* RNSplashScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AEDAB6C56143F3E1C0DECD71DED9F34 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DBA968041B33CBDB848C57CADFCB062 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B607A94E30E24C67C5166B4F09875A3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A69EC87DE779F802E81A38A5ECDF0542 /* RCTImageUtils.m */; }; + 8B9619CB4B41E20ABAA3D865DEFBA6EF /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE2E14DEF8ED843D0CF8135FEB889A2 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BB667431406A3992A619E34334C5C1F /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 6555C913B9BAB497F17AA1E34852C7F5 /* RNFirebaseInstanceId.m */; }; + 8BBC06827C654B4FE81138B01A00F628 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9267E62146A5F6BE4151442308CA0C6C /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C26C66BE52E4E52ADE666FB7506D039 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = E93E3F523A221B2D04945DF6B978816B /* BSG_KSMach.c */; }; 8C3844F23E883CC4C3AFA8F54BAAAB69 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 17301E3B0DEF204F7CEA173D05669137 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C7889755432A664D720800616832C66 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A110CE3C880FAC45F8BB586761603C09 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 959E4F2F20DD331569989D41276051E1 /* EXContactsRequester.m */; }; - 8CCB58F61CCBA457A9F9AC2F2BD1760F /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 30BCAF63832753D77F69F7D14EC383BA /* QBVideoIndicatorView.m */; }; - 8CCFAE8AD413F51A5E12D9BF2B2579E3 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = F39D87D87782BE2F3483A8F92024F25A /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = BDDBD2943A9B87E4E890E45468BD30D4 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CED141149EFFBAD701E9AAF21C0D03C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D442C11B07C66C9018E78AF1F7D796 /* UMUtilities.m */; }; - 8CF595FE626314CCFA783699D5A3AD36 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F325369DEAC2F9F3E8BB72E3CB27E587 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8D0F057AE881259557A6AA0E3A2E0530 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5406371BCFF4F1D5701E5CDC1DFA89E /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D220C34A63C202CC199E15B400F33E7 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F98E1DEFE3A940C12562B76C495E364E /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D42EE01C40816C2E740C026F7632029 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D30D5B4250FE25C0D94E0FD37FCF9A12 /* SDMemoryCache.m */; }; + 8C4AAC83FE6C1887DA581D39F0E92EF1 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FB336B843A7FF03BD6F065E8577F16 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C55AC4C804EC4E432254C178EE78349 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5FC1F72D7AC7D39382EC5A16D029B23 /* RNCWKProcessPoolManager.m */; }; + 8C588222595D342E962FC5A582185959 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CCFE1D3C116FCA574C5BA376EED857D /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C7A15FBAE7271D2AB49E08463F5BC95 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 829BC1E634AD92575E341184DF81B4FE /* EXContactsRequester.m */; }; + 8C8CA5484FB60CBE2C8FAC219DC476CC /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E6395AA693709AD413E9C250F44B1B4 /* RNFirebaseStorage.m */; }; + 8CCF716E3DE4A861612F5CE0566DF1C8 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 29F5B0B9714C01DE4F040D12DA423359 /* RNJitsiMeetView.m */; }; + 8CCFAE8AD413F51A5E12D9BF2B2579E3 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = AF69B2788948BAFF9F11BC593753A1CE /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EEE6107293CEDB87E02C1175846D4AC /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD89B8A522595BFF9AFA024ABCC64DD /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81AE13227654D5A004659D815B53ED32 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CED141149EFFBAD701E9AAF21C0D03C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 327D4E097792B0D7E984609A475821A0 /* UMUtilities.m */; }; + 8CF595FE626314CCFA783699D5A3AD36 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B5F6F7A85AAD8B576223876EA4DAF3 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8D220C34A63C202CC199E15B400F33E7 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4992D1E3BB4AAA062AF3D6A20ACE20 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8D8C90B91DB286AC93C129B102A9BFDA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = FE3DF4EF4E5A90A23B9E0451A9EBDFEE /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DFB3D919F98A9929F9D98A33D9B6F92 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 20C407A2DF0A8582F2F15FE345DF3003 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E12F102AB2E9838DDE6962237785645 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 635B30421D1D064749AABA2E40F9BF36 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E412E8EFFF7AF9D9DE06F5741936067 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = A43BA5B3060A78F4C17C697796E5B8EF /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E4CC3D37EE715B039C6809126E738B0 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F14E4F9E7E375BE6FE42E2D25CBE3C26 /* RCTInputAccessoryShadowView.m */; }; - 8E7641CCD61C201FE0E7B7C31B803614 /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = A70694F5A4C5B5EF87E255F6DA6125A9 /* RNFirebaseAdMob.m */; }; + 8E12F102AB2E9838DDE6962237785645 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D625566F6B0B66D0B84F7CE461181CD1 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E412E8EFFF7AF9D9DE06F5741936067 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA7E41356B202D2AAF425DA4C1CFD4D /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E4C6AE7849C3F9AE2F631AED937E085 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C898270C2A5042B6754D6D47840F98B2 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E4CC3D37EE715B039C6809126E738B0 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 52C2F79ED06AD6552EF3DFCE05C400A7 /* RCTInputAccessoryShadowView.m */; }; + 8E810E13BC2C68F95B3F02B3416E6508 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B59EF3CA58F8B1D0A9B97CBF8626C28E /* SDWebImage-dummy.m */; }; 8EE80AB91ADA3A9A2C6253A49BE3664D /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B19B55600A8123A16887CADB6BCA677 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F224476D1EBF85E0ED56DEABDB859CA /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 74ABABBA392724CE895FBCE6CBFC9966 /* UMModuleRegistryProvider.m */; }; + 8F224476D1EBF85E0ED56DEABDB859CA /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C6A080F72E0C069E38C78E887FCBE3 /* UMModuleRegistryProvider.m */; }; 8F2FFF7829D53299777DCF5ADBD4E4F4 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A26BEC640FBC7DD1CC203FD1899D261 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8F3B79F769C77B1242AD6920F841972E /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 008220F7548BADDA4DC0EF2CC64FD05A /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8F3E78E2DB7AEB8C9FB6BFCDDE9C7089 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EEA510D50642D5063ADD2D6ED11895E4 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F40F8E91AF47A8CE35FE966A7E4F767 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DED1CACAEB451C47EC522EB25E18197 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F467DF6B02968F89BEF4985911982D2 /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7E2C6308D8C8DD2F1341FB8F321FD4 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F6CB9E0DB86EEAD23B6D15AA3A1A546 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA11A77806199EF2A7B33609893BBBB /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F467DF6B02968F89BEF4985911982D2 /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1BD2F50DF18FE5ED7C72E83716E65D /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F6CB9E0DB86EEAD23B6D15AA3A1A546 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = E8397DD952C9A43C7C8FC313818DCFFD /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F954BFA8C27E1B462B557A6C591B8EB /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 222730D89A07F1BE4758382C6BEF2D7B /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F95C811580055653F64AA077EBECEB0 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DCAEB56D8DA54613340766690167C0 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F9B46ACE8331F537048C4F1D64DB2B3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4D11DC428728370935140D16D3665C /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FE04A0459B6CACFE4ABBE0DE4743CA0 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 333ADA951A0BEE1FEAFF5ACE35B8ECF0 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9043B2D3BBD4A6EBA058D4EB4B2F98F2 /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F18861E692F6A345A9D6CE9475B5C0 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F9B46ACE8331F537048C4F1D64DB2B3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D80B4281E7298F19B86BFFD6EA3F7D6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FE04A0459B6CACFE4ABBE0DE4743CA0 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A32AB72267265F805CD29C9FFB6C8A6F /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FE9B21B2DA451562098C795355F8B33 /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A1CCB2E5BB689229893C694A91986E69 /* REAOperatorNode.m */; }; 9058DE52F6CC41428189AEF7EF397B2C /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 686BCB212BE0B5A111429F866D9C6411 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9083F0DD66AC0A6293E242F71A1F047E /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C7B88829D8E0B885962A90EA64B2BB /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 908414B78CCF6FC21F968321B231E11D /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 83BF54DDED3A170953CABED79380A53F /* SDImageLoader.m */; }; 90891F4884E27C8201EE582CB7949F16 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 40327D76B5CC7390AFCF86048D3C9213 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 909311DCD5AC14FA25CFC5F733A46BD9 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 92FC18EC6AD15E95D5C55E9E231A2178 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91359B220D66AA1F73007FA3F3D46F5F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 176CD31DC31EC631510B1386AAF45DA4 /* UIImage+ForceDecode.m */; }; - 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EBA5025778E228CC965FAECB1A78CBA /* EXFileSystemAssetLibraryHandler.m */; }; - 91CE90410CE67344FD8186B34DA73AD1 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9BBB92DF15F0771D6FBD1458871EC8 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 909311DCD5AC14FA25CFC5F733A46BD9 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 87C3E8AFE756ABF4431F28522D6E483D /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91446633BDBBF72BFFE0F45182D49D33 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9546DF69B4CC09EADEF24BEB47E75BD9 /* EXFileSystemAssetLibraryHandler.m */; }; + 914672A11F55BACCEFAB96F2C368CED4 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 748E68FF8F0584C3062AE3DBE77FFA1E /* Pods-ShareRocketChatRN-dummy.m */; }; + 9157186A75D4431FD43B60041BDE5D08 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 62FC0D9A893E1C26DA9028096D218532 /* RNNotificationParser.m */; }; + 918EF4853F5F2132EC7AB48D75B45404 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 033AC1510813433A9DDE9514B0765888 /* REAJSCallNode.m */; }; + 91A75A38C6CF0908CC9CB6B4EF04F376 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6902B55DC67EC99096B5A420E190FE67 /* UMViewManagerAdapter.m */; }; + 91BF9AA012F08FF8E19B090C3614728F /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E229AE471DE8CDDEEC7790DBECC166E2 /* SDAnimatedImage.m */; }; + 91CE90410CE67344FD8186B34DA73AD1 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 22ED763355770BBC79AAEC73275AEDF9 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; 91F98C0368F0FCC6306D4CA7B4CE4131 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = F01130C986BAC60F5B3ACD416FBEBDD5 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 91FD01CCAEB23BD7D2E398810DA2457A /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DE7628942074E2E9FB76E1CAEDE49271 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9203BCD0B116F6976200251A5B486DEC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = FA70C0C21F424E0C40C6162AC449CFBE /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 9218C8F7BEA79C4D782778F9F35203E7 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5843D5D3667FB0238E3EAE2D7449E82E /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9221EBFF705DEC82498E5FD3C8356E3E /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = BA1FDDA89F369E09845E91BEE4980D7F /* RCTScrollContentShadowView.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 = 3A2F76867CD64DF89F23D6837328260E /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9224A3884DD4CB825C7274874C350B68 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 70308215C1175325A3EBB9B449C9828C /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9218C8F7BEA79C4D782778F9F35203E7 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9534F07FADA47B419ECABCEC7AA8D01A /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9221EBFF705DEC82498E5FD3C8356E3E /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A725EB344FE2497DA6219CB96064308B /* RCTScrollContentShadowView.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 = 2B9348B0B8CBA72D05C1AF8A3B993D3F /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9224A3884DD4CB825C7274874C350B68 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 224844280A2215AE5AC984FC13876E8F /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9236E6FDC7D9E5ABDCB8899FC8447FD8 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C30F3FE99037DCA79CBAF49FF4BAAC59 /* FFFastImageView.m */; }; + 926420B66A2F491594F4B8BB3612917B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B22E5237A551120F5B084752758535DD /* UIView+WebCacheOperation.m */; }; 926DCB75CDCA4224082A5557643B8340 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 317F124D9FDC5A216174EF9257BC9A35 /* FIRLogger.m */; }; - 927064FC2115385FA31FD9F4FFC99E36 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDA3645A898A8276498D93C1190AD6B /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B17D558A523FEFDBDFC18946D5B0D2 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B22E5237A551120F5B084752758535DD /* UIView+WebCacheOperation.m */; }; - 92B728E7535FC4E71B88CCF542D0F202 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C6EE9F84C091C7D9933B6592258344C /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92C2AEF73A677FAA099C9FEE64DFAA10 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EC07CD6EAF5BAC50B9F7AB1B4AF6026D /* SDWebImageTransition.m */; }; - 92C47060A7FA2A54595556C87BBC5E08 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 30540B5CD8D8D67A88C3FBCFED33E27A /* BugsnagFileStore.m */; }; - 92DEBEA9A386D7889CB3E74FC7704DA3 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = DE721E39C1F43835E859AE29B93A0629 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92F3DB9D5A0513868F3EF6B2D8A51C60 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DB010F05ED85B59E18461127BDA2011 /* 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 = DC5012D88B77C31B39BB274BFF3219BD /* RCTNetworking.mm */; }; - 932C059F1E0DFDA1F7D192C2E8056114 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = DB2CC93EAFD0652A1251BE276258BCAB /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 927064FC2115385FA31FD9F4FFC99E36 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C2B05E59A0DB443A4C77B5C71318714 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92B728E7535FC4E71B88CCF542D0F202 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 004E9D49CC5B7F1F9087DC5A407D3614 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92C47060A7FA2A54595556C87BBC5E08 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 9038C45424832C44D1BA303679C4A9C3 /* BugsnagFileStore.m */; }; + 92DEBEA9A386D7889CB3E74FC7704DA3 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = A4FF41E2D54CA70816320DF10584485F /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92F3DB9D5A0513868F3EF6B2D8A51C60 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F15F0193BF14ADE2B475B302CA596AA /* 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 = 60FD1451615F452B8676BD97A83F2DC5 /* RCTNetworking.mm */; }; + 932C059F1E0DFDA1F7D192C2E8056114 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AA4AC4D189B6B223822DD7AF6C95818 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; 932C306F1F748B77A388E1D22BFB051A /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 256BB2AAF671BDAF194B89E664B8B1F8 /* glog-dummy.m */; }; - 93CE32A20E5A7C1A793E1FB529882268 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D6D30F732919276E067AADAB490563 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93CE32A20E5A7C1A793E1FB529882268 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 61907AB761300BC6069FF6CF1CADCCDA /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 93E3441ABB65B7C821BCDA662B2768FB /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 152184A9ECC7559175B56605FDE9F997 /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 94013824F6693C27E33A308D811AA546 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = A3DF66B8813204A50D7529342588A70C /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9404963E6D9C501EDE2BCD5BC72FB37E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FF28A7F6F22A3B7399C451705D661E /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9427D44CC1F4CD3C12004EFE5480EB10 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B0F39B93057CE24A18A54F67CDAF722 /* SDWebImageManager.m */; }; - 943BB824B50B2E7F576F43C4B11F3FAF /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D00044A78AF2C669000B43E09D48157 /* RNFirebaseFunctions.m */; }; - 9443D841371B81DDCEE8703241BA0BAC /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = CD662CEDBFD96BFA0736A129B582B0AB /* RCTProfileTrampoline-x86_64.S */; }; - 944C86F14C0127649AE14497D7D8BA0A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 92896B4FE27A8B9CD1DA76E16BDFB022 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9404963E6D9C501EDE2BCD5BC72FB37E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2900F0F8F1082C9749FB78957551B30E /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9443D841371B81DDCEE8703241BA0BAC /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A3A6191A360D54C99B28EAD9AFEFACC4 /* RCTProfileTrampoline-x86_64.S */; }; + 944C86F14C0127649AE14497D7D8BA0A /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7740BFDC7D18FEC805CD563920393092 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; 944FF9384860EA20586A25FE9FF6C62E /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B8004FBFD4A41E8A292CCE60BA84510D /* FIRInstanceIDCheckinStore.m */; }; - 94629AA299477F3F9E3ACD77E8AB0ECE /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB21DA40A7D7B3E1D6A593245AFE04E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95483100E9100741D75C9EA5E0C7AA3D /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F837651F5D08E18CB65FEA245D52D31 /* UIView+FindUIViewController.m */; }; - 954FE445339ECBB6E7129578A9ED98A1 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 523700F193E295798F5EC922B95231DC /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 94629AA299477F3F9E3ACD77E8AB0ECE /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 402991739B2BA48DB11EB4AD065C9698 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94962F7E32459EAC7806EEE1C40768B9 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B10CD2AF0B7EF54D09EEDEDD29C454 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 954BAD89B5BDC5FD38EA4F22214EE496 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BCFE9AE193CB7F119DAE4E60130527 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 954FE445339ECBB6E7129578A9ED98A1 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36E378F02C67275D1D9B87C7C3E58A96 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 95559824769C8A828EE38FBB74F3F973 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 81838BAEDB803D84068CB99C819B76B8 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 95577CE9DC0BAAF6EC37C1288ED1C00C /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4700497CB6F7892DEBC975C55A151D91 /* RNScreens-dummy.m */; }; + 95EAB924CFEE2871187691531B954154 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 27136D2D6F45008E8D66DE0E18B49BB3 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96076E208AD3EFE443BD2A9DAE935BF7 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBC68448703CDE6267CE03CD9A96945 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; 960BB6A747C122E41D0F93EEA6E0624C /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = AA2FE9A64387B0D50B6D9D4F7B45F847 /* GDTTransport.m */; }; + 961539BA564EA2776C0A7B2899CB5DEB /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE8177DC4F1608AEB00679E36664832 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 964ABA3C96E97D837CF19EF6ADAC7E3F /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EA819122B8F26A2B33A282E42FDB70B /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96524DB391FA3D7058641F02E5B32F58 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B9B966CF0670022DA229F644227B1B /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9683C31826946F3BF96B99A025D056FC /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CE243AAD7E2688A6F06CD4B9E4124DCC /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B4F4E21FCFAA146F6F5F35DC41CA71 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AEAF91E2DB5B6A939D80226C6461B2ED /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B98E1B9F5AB6BED217E29BAAF82FC8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 56505B21ABD3B3E95EB5A96E9FBC65C9 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96C83EFFA6F79A96FEE6BED5EF788142 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F965DCF885F1426E09025A2E6E691E96 /* RNFastImage-dummy.m */; }; - 96D1F45BCCAE2836A1FFFECE8571FF27 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = BE862BF36C8861440009B6D78B4F44C5 /* BugsnagHandledState.m */; }; + 96524DB391FA3D7058641F02E5B32F58 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 773EFEACDD1369E5751F2091FA268F32 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9683C31826946F3BF96B99A025D056FC /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A000CE45F9CCFDDD9CFD331C8BBCF86 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B4F4E21FCFAA146F6F5F35DC41CA71 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 127CC9BCDE4DA36501BEABA9A77B33F7 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B98E1B9F5AB6BED217E29BAAF82FC8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 636A6FCD534106FB89A77A39DD04C29D /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96D1F45BCCAE2836A1FFFECE8571FF27 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = BA8573F9D8B98A429B4420E99AE8C840 /* BugsnagHandledState.m */; }; 96D3ACDC9FE404F697EF785FAD078FD3 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 35CE46312490F4C504F7DEAC11D569DA /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96F48986ACA0DDDECA750B733AD58D5A /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 61976DA468A2E5DB64CD0A3450FBEE31 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A00442AA0B1FADE223DA97EBAB3D838B /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 973784968413BB9308E233CA2512A8EF /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D84FDC058A1FD39DBDD29372DB782E3 /* UMNativeModulesProxy.m */; }; - 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0EC6831411EEB8A8213C4238F8CA1D /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97B13A3AD8AC7ACB15086E390558CD9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 52EB945050F8273FCC2AA02B3FF3D450 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96F48986ACA0DDDECA750B733AD58D5A /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD4906BBCA7D69622FCCD281B79D746 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = C92C9E62964970B6A04B3561E36DA6B9 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97443889B7A09D780E9887A0033EC7E9 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F7EEEF9E634653BAFEE012C9C06A8A90 /* QBAlbumCell.m */; }; + 979FE135AD6F5501E856E33EC5CA8E15 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D33D58335582BB85148D489420C578A /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97B13A3AD8AC7ACB15086E390558CD9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2F165AD0176060EE42DAB42BA8B6F9 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97D064D865A60353B7C736205A370BBD /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C074F0BB1DC75EFF07E654DBDA12A59 /* FIRInstanceIDBackupExcludedPlist.m */; }; - 97E790A3FC1FA90CA1CCA5B216E62821 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B03DACD4D293CA5E131B244DF380A361 /* RNNotificationEventHandler.m */; }; - 98018E40ADAA6790B235AB57C3513983 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76575E3B79BFD3AEA8E0A0C627421865 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9831CCEEDA0AACB20231D40C03DACDD0 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A85E3493CFAD508B9032DBD949EF72 /* SDAnimatedImageView.m */; }; - 98469F2152D28A08969776F6A4092C8F /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = FFDC942E37948825AC39ECEFF5C5AA17 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 986352EF8FC0F7AA7FB688747682E76D /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0534438AB319701CE76AD8A253D6A792 /* RCTVideoManager.m */; }; - 9875D0858E48960BB7CD31B152B7B855 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C1A507BCEB82D132645DA32F46BAC87 /* RCTReloadCommand.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 = E597B6B237F0736D5C201E27C53A3F5D /* RCTFrameAnimation.m */; }; - 98A532821AB98B62050BDF90003E9C51 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = F28D6C4FEE0BE4BF51AF475A033F11F2 /* SDInternalMacros.m */; }; + 98018E40ADAA6790B235AB57C3513983 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7151B064D0701C8165F9ECA71E1432 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 982953F3DFB6D7F37465FF977442DAD3 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6226D3BCFE1A5844DE28DCD36E1BCF2A /* RNTapHandler.m */; }; + 98469F2152D28A08969776F6A4092C8F /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = AD943F4563E9E5ED20B7D4BA598A1D16 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 984DD738CE72957F2C7EB08998D95DB5 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA80C061C157CEFF00F487068FF3B26 /* RNNotifications.m */; }; + 9875D0858E48960BB7CD31B152B7B855 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FEA8377C58D1EBE7C5ACB10DD05034 /* RCTReloadCommand.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 = 266585B90A470F714AFA3072ACC7B343 /* RCTFrameAnimation.m */; }; 990BB1DEB3F600D896D5B6CDC343E258 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F8DF71502293584E778A7A547B9C0C /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 993B1B14E6A0E34BC5DAD43E7AE297F0 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B504985165E0E100AACC1C8170B53D9 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9966221A016720B9EE0CF33068086756 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = C006DA03186A2DFF16C749637E83030E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 998FBDAF9CDE335B0D3711382CB1A645 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B967F67A9A47EAE957BE83BF7A08F9 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 999FC5F496B026571EC6B14A034D209E /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D409D02ECC9D15E6DD381481625E516A /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99DDDDF4A2E5D42BDD113695B814D0E4 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = C17A7BC9744C2846DB65A6B7FC5AC80B /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 99F5B542BA327F7EA6E4D9BEB1DAAE8F /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F70832FAF8D00BECAEBBAEEF9757BF4 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A02C7D10BC6C19C23E53FBC64E1ECFF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = CB24821F8D92E1785823CD7E825ABA72 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9966221A016720B9EE0CF33068086756 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF3E94632B3CE0750DA323E96733414 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 996EC2C9A758449463905B33B79DBD21 /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFF642B73D51498B002FFFFB8CDD831 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9977883F73A2DE7D6430A426046B5501 /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = B4BB6136ECD3FBC597C5FADEF034127E /* RCTVideo.m */; }; + 997DCF59517A7F9B8AFE99F9B0D1C591 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = B375B5C0E992CE165C6F7A2AC1A49D5A /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99D6D35171DF162C9DD0D86F633012C3 /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 35572205BCCD950267FBF322EFB1A278 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99DDDDF4A2E5D42BDD113695B814D0E4 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = E26D22A5A7C9F212C6C19AC2EC2A9C0A /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99F5B542BA327F7EA6E4D9BEB1DAAE8F /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 25E8160B38B1BF575741A1E8CBD91ECF /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A3099BF1A3303D97FF4B77EE8FA453A /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = CD66EEAD4E79983350DCD51A38F9617C /* firebasecore.nanopb.c */; }; - 9AB4F6875C92E1798A304A926741343B /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7C64A9E80DF537ABA85966CF90017B /* RNJitsiMeetViewManager.m */; }; - 9B951038237159AC22318AE21C572AA4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A3CF386E760B431AF279467E1DCCF2FF /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BA9DE0A4FBB2114482FF1303AD3EF4B /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = DCBE288F57E819BDF9FC650A6C8F0D36 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AA3D8AFEE99D5CD95FEDA82DA7C3660 /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FAB87817B1927483339922E5CE7D3AC /* RNCWKWebView.m */; }; + 9B4265ACDCDBC89D891B486E20137348 /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B91D4B7426A36265A0038E1DB93DF04 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B835E2B1D02DF1C914239127A8C6A13 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B50E6C8B976E37B1ED9C9BEF64B7B5E /* RNSScreenContainer.m */; }; + 9B951038237159AC22318AE21C572AA4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE263200ABC41A5BB6C4BBA64445B6F /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9BDCFC848F4DFD1BF8A53CF29164196D /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 40741D638131EE00D291EE5ED5ED0EE2 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB6B0D132877CF3361A6436313E5619 /* EXHapticsModule.m */; }; - 9C627964726A53116F4C89946FE65B82 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = E1586535F11C552CD5FCA9E225D102FC /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C75A78B30DF7E6F46A8D7DAA755F9FB /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3736B4D92E8195168EE3582062C4457E /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BFE2169EAA3316293826CAC055BF75E /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 639819BBAC77EFEB3FAF89EDFD1B74D6 /* RNNotificationsStore.m */; }; + 9C2121F5D96BDE54DA8B179237762DE2 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C37F88B0617BC05B371956CE8F4767A /* EXHapticsModule.m */; }; + 9C2F60420226A0111B07C40209B6FFB8 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 161E6B4993A51A7567AA66F65067710A /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C75A78B30DF7E6F46A8D7DAA755F9FB /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA88D44BB304C41B21D6146D31F533F /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CC8AF94995AE4B94A792BD1BEA1358D /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 707555184D304EC85645A35CF7314FA3 /* GDTUploadCoordinator.m */; }; 9CD9716DD336B98D69841069C775A17B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FACD71042E4D857E776DAC66755DD07 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CDFA0146999D7C28645CB9F90B05188 /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A0F10A4C41270F2BF95014C327852 /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 90064060BB25376D466498BB22259FBC /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2125B351CFD8EACD7DFC37E6DDD36B /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9D37DEF72A22FD1A72198F1C269F29E9 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 40FEE1DB8E538F394A0D1D2D409109B6 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9D4DFE39AF6C01860D2AAE22FA3813B9 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = FA446B698417568D5BEB49568655AE65 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; 9DA03626CB8941609E390C7618C2A9E7 /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6825336D6AD10203C5BD9D6A22227590 /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DA7EE268BCE3FF43F201EF8D4B6955F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E61D1F9C622B0200284D9B1D2CAEA105 /* BugsnagReactNative-dummy.m */; }; + 9DA7EE268BCE3FF43F201EF8D4B6955F /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9B8D4F44E64E3A24258D8F671CA2FC /* BugsnagReactNative-dummy.m */; }; 9E1B95C86133B7162A822F044D8A3C76 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D8BF6F101EF44148652F03AAACE03D /* FIRInstanceIDKeyPairUtilities.m */; }; - 9E30093D2EB07DA80287548807D526BB /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4F98F9A79C65BE96594A6A62ACA28D /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E7E3ECA43817F2533DCF75144D453E0 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = BF7C8D82374ED918C8F4EC3C2D81AC16 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EAF96097F7C9D6864B180F7C1355EDF /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81AE13227654D5A004659D815B53ED32 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ED509214D9902A26629B908DD863808 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 784032A5322B124C5B6599C68C0F8947 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9EE096AB3039E309BE9F295CCC7527FE /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 512147BD01A00A9A399A9F21DF93F432 /* AudioRecorderManager.m */; }; + 9E30093D2EB07DA80287548807D526BB /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 259AFCCA7BA4E9ED3A04D630B9042BE8 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E7E3ECA43817F2533DCF75144D453E0 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F008C2096AAD3E48E565A923B3C959F /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED509214D9902A26629B908DD863808 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 663B03D6DACCF85CC2F1AF70E40EDD0A /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9EEFFE4F5B6FA066318BDF0BCD0B12BC /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0428FAB1B198A263768D56F4A20DEEFD /* FIRInstanceIDTokenDeleteOperation.m */; }; - 9F18ECCA1790C924472C0CBDFB421C08 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECE1F925ECC0E51F74CE044F6D1AA39 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F59B5E787DCCE4694FA7FDD16599DA8 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = F1808C91B566577A489B240322947C38 /* BSG_KSCrashType.c */; }; - 9F87EC2899A32885BC96D1F73A78357F /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A832916A078966CF057416B5074A3D43 /* RCTImageCache.m */; }; - 9F9500DD72D147897FF71A3FE891A5E5 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = BB95A42F1DB412AC51C240029BF888A0 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F18ECCA1790C924472C0CBDFB421C08 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 646F10A059CF2BBF806AB2FD8A8ACC77 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F59B5E787DCCE4694FA7FDD16599DA8 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = E7034F7C402EDD861F56B4B03E1D2290 /* BSG_KSCrashType.c */; }; + 9F87EC2899A32885BC96D1F73A78357F /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C6202B18734FF1CF3FD1579CA43F52 /* RCTImageCache.m */; }; + 9F9500DD72D147897FF71A3FE891A5E5 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 533FCD942561E5BC07E97751A1ADB979 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9FB5323418E1EAEB28FCF70C427CD296 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = BA4E478BE1D462DDEE6877421281D92C /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FF37705DD6F36F8D0B31B5DCCF161F3 /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F684B0B3F92BA579D74956F3636C84A /* RNSplashScreen.m */; }; - 9FFD8F1095860972C91388E79894DB12 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B6589BE603FEA2993B00F22AA582653 /* UMLogManager.m */; }; - A0A9805973D107A3AE03D182A3A1F7EA /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = CA28D65097E457C8F388D75083A9111F /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FFD8F1095860972C91388E79894DB12 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C8F933A182C911AAC19FB38B9DD646A /* UMLogManager.m */; }; + A080C89C52B6EAF4CC14F6629B60F0EC /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 13359B7D749158627464F494D9325FD2 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; A0ADECAF3438ED32F69B08DDF30BF4D3 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED632F7A0BA00A16F1DDFE661F91ECD /* DoubleConversion-dummy.m */; }; - A0B21A8FFC448CA07A0173E8065DBA4F /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B15F14FCD1BD1D9F4715F0A85828A79 /* SDImageGraphics.m */; }; - A0B88D46A78F2FF5E0096456B6408FFF /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8129C9C241D72DBCD91B3FF571A91FE8 /* UMAppDelegateWrapper.m */; }; - A0EF8DCDC1591E13692B28C9A9F34F11 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E8890B903CEC07A38B5E97F6B26123A0 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0B88D46A78F2FF5E0096456B6408FFF /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = F6C9ACB1ED76F649150BB6FBE8EEBF60 /* UMAppDelegateWrapper.m */; }; + A0CA6759FB25261400660F9CD6A7C0F2 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A9A7FB2BD977E7DE692419AE299EBD /* RNGestureHandlerEvents.m */; }; + A0EF8DCDC1591E13692B28C9A9F34F11 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E0580412CBDCC6CE9F8952FA23CBB013 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; A157CA36BC537CC9E89D6DA27974AD72 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = B36C118383F797CE788925AD6AA6D585 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - A17F3275729078AD008C25F8F2C7F77C /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 07233EDA1FC3BE41EB1F2313D8F020BB /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1941A826F689FA16724D3C0CEB50724 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 38CDD663F2229741EFDE605F49D55F74 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A17F3275729078AD008C25F8F2C7F77C /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD0EA602EDA3D8C6088CAC0DB321B9B /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; A196C02C3B3FA339D33D46ED6BA072E8 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = C243618E51AB390562FEE55114C657DE /* FIRInstanceIDUtilities.m */; }; - A1B06EA50F276D2CD90D664F7088C959 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E4FD2442C70128644C7D019F1DCA17 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1DD6248165A14E9BE84518A3DBDF6E9 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F2E0C3D4F7F3E5B307FBEFD9725F1EF /* BSGSerialization.m */; }; - A1EF1A44275F86776A7D9711767D32F9 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 68C53D78F5C0E4A6985095AC54E666E7 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21406DD08E735F678E9F090099C47E0 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C444E8C4FFBDF6017C84D102EF653A10 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A1B06EA50F276D2CD90D664F7088C959 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B4C13E30C7598F50C8E7B1B8495C43 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1B22D1FA9EAAC30586729EAD64C1F29 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 733430E897231501B7AC1A5824D74C21 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1DD6248165A14E9BE84518A3DBDF6E9 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 294A2F9EE39E299F73724555981237E2 /* BSGSerialization.m */; }; + A1F069A360973568BD06D505E46CFBB9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F843C96353F8D06C7E74EEBFCAAB86D6 /* SDWebImageDownloaderRequestModifier.m */; }; + A21406DD08E735F678E9F090099C47E0 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7640311CCD6A969EEAB9A8F134456D4F /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A261D1444B1E8A76FF80961913092EAC /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F2FCDE8CF5AE5EED96CA8EA9AB1354 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A26C65DA4E90553ED01198F57B94D9D6 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 058C156343A4AC8BE485A77F1474F9B7 /* SDImageCachesManager.m */; }; - A27EF607EF11107887ACB1B2B805275D /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB21DA40A7D7B3E1D6A593245AFE04E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C999CBF0CDCCF9350B0C0A8215830F1C /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A27EF607EF11107887ACB1B2B805275D /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 402991739B2BA48DB11EB4AD065C9698 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 15808698DB5FA5624C08F418F3E38DEB /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2B1FFACE7567768C3FC2CEB3CD9499D /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B012452C7833FDA989026BAA5BB17E /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DA7C793A6EC92ED4DC9668657C2B27 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 423B876C208915B2CB12806610E72380 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2BCACD8EA23E21607E2B81D655C81FE /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 82A45093CB9A7521E5D4DFDE161F0934 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A2D8BC4F024E788E74788958DB114D6D /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E788ED0D0E971350B6AA43A6E9EA1C8D /* REABlockNode.m */; }; - A3411BDF8205A778C85663247380FC37 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A365A488B320F4811CB15565335096B /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A36AE41D52A9F968C8688EB5B2614D14 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7F70906ABA2A6F5B30D5A3EB40CE4A /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A36AE41D52A9F968C8688EB5B2614D14 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB6BD2743551A57693D54135A79F3EA /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; A3899A422351CF681012352754EFDED9 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F5776A6462FAB1D3EB2498EEABA6EF42 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A38FEF0CD3E30E7CFF18870BAFC1FAF1 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B6DF641E271B5C0C994E22FB503DDC0 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A39BEC2BD0ADCF594EAC8A5BF30A4F94 /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A5B59423CA8D381C4BBD432AE6AD75F /* REAModule.m */; }; - A3A4A064100A12ED2387C3EACE12D7C2 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 675E5D49D53D73187019A27801C41869 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F852CEDE307141D58790A6953B2FECB /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B90C63A7501F3F979CE7E695C5CF75 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 027DEE4C1512F5E35E4ABBBC3D80CADE /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A41CCE6BEBBE0CA021C67C1D69BE8DA7 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DD79C048F2F9C16126AC0E71B625506 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A41DEDBF062AFD04FBB39D84A983272D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDC91519F1ED4F6AEDAADB17C5A4FDE /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A38FEF0CD3E30E7CFF18870BAFC1FAF1 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CF229ED11A083CDA4527C64D1BA6287 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3A4A064100A12ED2387C3EACE12D7C2 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE95EC8444AAFB03F7FE114C2E843F7 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5C0EE0C98FF9A0FF0A5504EC99EAE1 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A409DC2F6F7C671355EB0D64C90C36B2 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E34AB1399218027C5AEEE6C1C1CF1CBF /* RNFlingHandler.m */; }; + A41CCE6BEBBE0CA021C67C1D69BE8DA7 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B2F96E518043A4D3022737A75038E58 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A4761DB2D2A5B63958C30662452B5F57 /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0C6FB99018F4E0AAF0B8118F8839B8 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; A478B88053C971FA3749431C59577E83 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = CE94ECF312F6A0B42B6BE768C75B7482 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A496FF8B0833F966E8C4B8DACA462DDB /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = ADACD95D8F6382B1FD9712DE89344E08 /* RNNotificationsStore.m */; }; A497FB482F032365646003FF4688764B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1C56BE80AF1FE8CE01A1E6B7B9F51FE /* 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"; }; }; - A4D1AC72E2F6BDACD5C201246CBBCC90 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA247F5974A6677929F9A981DE7CEDD /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DCE185030300E41A470AE199ABCB22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B35119F4088DD54E10619963A15ACA97 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A5245F8132375FC9C92D2D5BE5D94868 /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DC2FD8AE0197E4115A8D2A9B5EDB31A /* RNFirebaseRemoteConfig.m */; }; + A4D23BA4DDD3B004F7F310EC53985C0C /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 99729CDFF37F42DDED350263D0E42D3F /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4DCE185030300E41A470AE199ABCB22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 785C61796F78DB526B072365E707BE1F /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A4F00E55D9D63BB685EA3CADA98EECE9 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 296F8A7FD519208A21674E51D1C0CE43 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; A55A2AA9ED8DEA86F1FAB5D7D8903F2C /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9826242AC190D52FE58337BBE37A4C4 /* nanopb-dummy.m */; }; - A55C24FA208312D46CF87FD5853FB9AA /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 9BE194BCBF94E09172E4340DD7686E24 /* BSG_KSCrashSentry_User.c */; }; - A56C50CEC7725897661EFBAD374DA115 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AB9B67B0F639DA759FC1B0841BC6A9 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A56D474B2B75A4FFA4FBE9F69CF5437C /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 25E04E81DF3771994D1AD16A26EDCF46 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A57FBA38708D3D49E038F09E3190E0D6 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBCC1EE518130A7BEB24147271BD699A /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A58F08F163593B4D07A2AE698F990BC9 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 514E0D016C1BE2F8E682DF87C7BB3240 /* BSG_KSCrashC.c */; }; - A59BB1F31F21D4D8A649DE0F022A17BE /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 88D32AEAF24B72B853AD03FC0774B285 /* RCTProfileTrampoline-arm.S */; }; - A6284294E40579F2DA118DF27AFD97F3 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC26F9789EA7BEED081317924D62931 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A63002202167319878EE8A8DF68E0A18 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAA1B093A4DB20F9F31584CFE7262384 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A63FB356D9F55E74A4EFD49D8D269C52 /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D27A7F00D229731BC7F62D6A8F461B /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A63FEE2D803BCBAB24BADA5B88EE49C4 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A97663093C451E51C1285AFBDD4177 /* RCTAlertManager.m */; 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 = A731CFCEDA268A9E7D5B827BCA3528E8 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A55C24FA208312D46CF87FD5853FB9AA /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = C3ABB767E7D0F0A2026A5988C9CB9915 /* BSG_KSCrashSentry_User.c */; }; + A56D474B2B75A4FFA4FBE9F69CF5437C /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 571509FBD5A178E21F4FAF37C1B05DD0 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A58F08F163593B4D07A2AE698F990BC9 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A880D903F821EC36957012A3DAF2B5A /* BSG_KSCrashC.c */; }; + A59BB1F31F21D4D8A649DE0F022A17BE /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = E0E760855E39C6C5C08569D010DC6826 /* RCTProfileTrampoline-arm.S */; }; + A5BC9AABE9198BBC0184E50B359E93EA /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DC9692B6A5AF130DABBFF2D58A3996 /* RNVectorIconsManager.m */; }; + A5F55BC3C703A5D00FB0AAE609B28A49 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C08B23FB89DB1782574F4D2254B1FD /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6284294E40579F2DA118DF27AFD97F3 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = BB31185D47198BCD575DCC5BADE985BD /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A63002202167319878EE8A8DF68E0A18 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 943AA9E1DC120C730F5571A901624687 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A63FEE2D803BCBAB24BADA5B88EE49C4 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16332955B78FC5EA10D62AB24EB4806B /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A6435182756A3CBC87FA8D44A1A73628 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C9DB8BF63FD3C91D64D10E08852C47 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6485E16CD304950F41C08C84960F353 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DAD8D09D3DC63E895C4561C086B91AA /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; A68A07EAAAC0205BC3CE6313B6FA44AA /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = BC24DDADEAFBD94E4143A49973415FC5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6F29F923CD8B7663A3B1446BB8F4192 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC839280346F1C3CBB79D66A0473331 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A712234B9A7A5984D6D8DF3B373BF3E8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FB336B843A7FF03BD6F065E8577F16 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A799D2769C65005F19BEA2BB6DB53B70 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 942CE26A8AA3D8D3B39ED7DA35A07AA3 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7B4081CFE560DF41929CD190B0E18D7 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = A86B86337D02147402852F004802F71A /* REAAllTransitions.m */; }; + A6A0B39C751A934355EABFA30FE15232 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5757EA420E39BF342F4C1CE3E3F92003 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6F29F923CD8B7663A3B1446BB8F4192 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 81316070F7FF9BFFE936F238E4996919 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A71574E48B8EFDF6202B338B5833EF1D /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA30E9C59287B8292D81BC82434F385 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A75A50AD6E6F43741546F5CAB5E77147 /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 955801E9D59202815C2A1E31717E11ED /* UIColor+HexString.m */; }; + A799D2769C65005F19BEA2BB6DB53B70 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F1546EA59107070CFAF22176C5ACE9DC /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; A7D325ABA622F9D7D56799439D272EA2 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7AA70902F993F49F584014B81ECF7583 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - A8264F2A2D4914201C40B91100B7C2BE /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE6F4AE4A52E0402C95624B31731A16 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A850323E93ED4EEFA8FE1A1D774DF7DA /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E1AD7FD4DC7B341AB680D19921759D /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8561ACC0F8EE4AD506C0806EDD28E5E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E805B6A93E2DDE62578C56D49A0CC4E /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A874F38FB572811F49B996D76A7E1D35 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 445640C4E059EF5BD5ECBBD9FF01EC39 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8884B64FE7F01C2BC171BA9721A8281 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = E730F5A0625FEFFE5532EA912AAFA8F5 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8968682E0FA6CE487A329EE245CE866 /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 58076B1CBB4B83F6FC127CB8A4EF4CF4 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8A4C58599FC553160B594E4A6BBD860 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C11B859C9B678D377691DAB7053CABB5 /* RCTDecayAnimation.m */; }; - A8A648552B907AB12CBB0F0988191FB2 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6F14FE5674A24CE56D53EDBD32640F /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 045BDC76AABBB9A6173613CD6C96D9B9 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8F813367283E61EF989A9161DC3F79B /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 62823C0EE64253C9C2D22C7DC7268CF8 /* BSG_KSCrash.m */; }; + A8038A81077B32BE345E66B26D4F984B /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C49201D18F034E4E1A4CD86E2E9DF43 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A850323E93ED4EEFA8FE1A1D774DF7DA /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = F24169FDAA1A7B817048D96FCE78D3EC /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A8561ACC0F8EE4AD506C0806EDD28E5E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91A13DD01C1483BF68BB5902C4B82C9A /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A874F38FB572811F49B996D76A7E1D35 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 55DE636F8FFADCD10F3AADCB66D7EE1A /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8884B64FE7F01C2BC171BA9721A8281 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C72860F59786ADB5F3953DECFA10E8A /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8968682E0FA6CE487A329EE245CE866 /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC67F505ECDC0AE173DF49D34B6FD31E /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8A4C58599FC553160B594E4A6BBD860 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CED1BDD79FF49A385F677CE8E04EDF7 /* RCTDecayAnimation.m */; }; + A8A648552B907AB12CBB0F0988191FB2 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5562817A06A03289CFEABF4C1E7587E3 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C190283F68DF23971125DB4DA006A6DE /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8F3BD97434283EB045E63FE22416A1C /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A92011A0EE4C2AA939C19D776A9A3FA /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8F813367283E61EF989A9161DC3F79B /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E55140B46D34E4E76879CA22E6D965B /* BSG_KSCrash.m */; }; + A8FD89858C04BEA96B2908E012EFCD80 /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F97BE6B2A4B0E898B0C2E3B793FA496 /* RNReanimated-dummy.m */; }; A924B55918143BD56D787E62B2FD3129 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = D8322329471A998422CAA20E7C3BDAC2 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9259A030B103BC6C003F7809B560F9D /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D82F1D2804E0B1108D45AADFEE32BF6 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; A92C327E57D9A9746F7176FAE308E23D /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FB899140A93A07307991F163CAB9FA8 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA0C7390010136B9FEB8AD0112D8C60E /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA08CB7743F937D23C1A6C7D8FBC27B /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA0F716DF4C2907DEC44755CDD57AC23 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 49088C0902F6B970C7555A3B4255F85C /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA37665ABF39EABCF4356FEEDD2F47A3 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6E96DF9C6FDEC503DEC3366EC4D7AB /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A997847770EAEC3E84E314E1D9D9F050 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 294B31C1BD032FB26D3B0CA142612940 /* RSKImageCropViewController.m */; }; + AA0C7390010136B9FEB8AD0112D8C60E /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = ED508C7F81080365D80934F358525523 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA0F716DF4C2907DEC44755CDD57AC23 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 77287A959C440034AF5B80898819EE2D /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA37665ABF39EABCF4356FEEDD2F47A3 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C9928DB0D3B6E6BF956DC2F870D65DC3 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; AA6FD30C2E41C5828D10AC115BF0D278 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = CBAA112A0946E2A10349054B42CCFAFD /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AA78A3D95AEFA991A1D04CD8150B96BE /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D4989713F879DD1DB017EFC27AC2E5 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAFF072BFB3AD8990391E4781B0ABDFB /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4A8DA48D85D2FA92152D838BCF910C /* QBAlbumsViewController.m */; }; + AA78A3D95AEFA991A1D04CD8150B96BE /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 296473E2F21E38B0A943E93C44167BE0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAB3C64967CF7762F13463B967E5A8C1 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A744A3A023AB3CEE93418334F39F4C2A /* SDImageIOCoder.m */; }; AB1226A0DCFE6A926C88AC6DCB647095 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 77134938C96318C3C12BE76FAF9D228F /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB135DF9642F966197BCCC01EDAB267E /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1D0D6043DBC36E460388414B674120 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB17B27EE83377D706D7B16A334B1D16 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA5B7A03641BA8B2DBE29A614E7770D /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB5088155ED951C7FD8AAF83A8E9D712 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3505D6FE5DDE3A48D66A447E8A218EF8 /* FFFastImageViewManager.m */; }; - AB86BCB2269C408A867C16E19B0F615D /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69C07DFADC33ADB0F48C471F4D398D37 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - ABB47A42B6AC5FCC66D51004653F1350 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 170093C4AB07780A25C833E08EFE2CC0 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB135DF9642F966197BCCC01EDAB267E /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F78CC0F2B9807DFCD699032AC00DAE /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB17B27EE83377D706D7B16A334B1D16 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E9BA6C256C0C4E9BF165FBE355297D1E /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB86BCB2269C408A867C16E19B0F615D /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 093915B30947C213AF85204D81E77A79 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; ABD5CE7D3CED819A1F0A08FFACA97498 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = B41F4F764DC26EBAE2BC6EAF72039F73 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABE81D6839086AEE70A51A5594D0CFE0 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C5E0474C43CB4DC755D7FD8CF4B490A9 /* SDImageCacheConfig.m */; }; ABF126106FD8D877441956C3AF553EEF /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 00FCAFABD8C04326617B681ECF1A75C4 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC3D0C5CE1A3373A92A08FB233837183 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FCAAA12DAD18758896A64F4FEE3AB8 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC28D64650409C040114EB9EC4BB9F65 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 72093E2DD44BEFCCB2DFA440371228E8 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC3D0C5CE1A3373A92A08FB233837183 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 87508584A37E6D35C7D3E93BBF88312F /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC3ECDFBEA3CDCBB977447EA43F9EC94 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F940FA029D297F79EA65AE9373A3A4C /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC6AC70E3EC8B0747B28E02CB723332F /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 390BCA19F868BD4F10CC42800D2F720B /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - ACCFA8651243A8B66223A58FB5C4D7B1 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 03DBC959BA24FFD4FC5267A7255E3E29 /* EXVideoManager.m */; }; + AC73A772B6E4B93ED0CA595DE3A2071D /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 36BB7E4F3B4C59F2AF8FEA960B294326 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACCFA8651243A8B66223A58FB5C4D7B1 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 428DDC26B4461E1116B41A6E80E74252 /* EXVideoManager.m */; }; ACEF93717CED6920932D1505DE58206C /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FEF4CD89A0D3A38ABDB59E2DA0A6050 /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD19DA25FCF49041BAC3ABA2D00FC9C7 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C50485C128CA353722F5F1B3C0F8B6 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD274B1478D7130D4EDD4B3DB34A50F5 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D43F8333E425C69C7EA7AF77DEF7F06 /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD508BA5069D63AEFF15EA839B5BB84C /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4085B6FA8C44FE634A2DB999BF874CC0 /* REAPropsNode.m */; }; - AD88DEDA8565688B7C3E17153C316CE8 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 47B0AFF0D32D5B238B0338E82F823051 /* LNInterpolable.m */; }; - AE1666A5931F876EA711E4C94CAFFEAC /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 77892E1E84595471F5AC0F2C036E5F15 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE16F2E116CF727AB4FBF36B47FA7D65 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ECA4B460688DF2142CF64C2256B71522 /* React-Core-dummy.m */; }; - AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BC00953B7AD898175C78AAADBD317D /* EXHaptics-dummy.m */; }; - AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 091C9C23AE69F9B2BA8D31111118D209 /* EXRemindersRequester.m */; }; - AEC280D821AB359C87BCCAA4A4D87401 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 105510FA7F0B670B5EAC334893288FF2 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD659469C93B6654C4A69598A1B9EFD4 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1739F947D1831ED31EDD3E0E5BEDE95C /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE1666A5931F876EA711E4C94CAFFEAC /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFFC7D58604BBC72950F361BD4C5704 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE16F2E116CF727AB4FBF36B47FA7D65 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 13C156D81FCB4C385C033E8C4EDF3762 /* React-Core-dummy.m */; }; + AE50881383D99425658602348D1744B0 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BD5EB8A5D25CE55D1956695A7B852A4 /* EXHaptics-dummy.m */; }; + AE7D278EE9F11AA3ED431B5EA6CF3A4A /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C24F40A63FE451294206B6301FB2605F /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEA0571AD000EA6F97808A38CED466A8 /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F141F83123E29BF2D4DA54386D4B0A8 /* EXRemindersRequester.m */; }; + AEB186269235815C8DF493864BD4E66C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF098084549987D8E0446F16671D4E9 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AED273E8F66E7684D03D18B051397BCA /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D08656AFB12B1B8A7ACFC93CEF37C3 /* READebugNode.m */; }; AEFDDCD92E687A0A93BAAA2AB9DAEFFF /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = B2FBAEFB40E64FD069B21BE4C67A4573 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AF022183DB5643AA88BA1630D660D050 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 07679B01ED7717BDB95924F0A1F4636F /* RNFetchBlobReqBuilder.m */; }; - AF07DC460999AB4BFF7D68C7F4CDCC3B /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2742C515451DD6FFE912AF6EA16CFB7E /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF0FFD08DBF08FDBBB31E9A2D9827874 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE6E262234A5B14E7A484374795580D /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF26D3721EC5B32FD3C4296FF0E9B3A2 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7AA8EBFC6653280BE650D85406DE1BF8 /* ja.lproj */; }; - AF2C1ABC93380B8C774D3C99BF7F62BE /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 734C761D4996E224062F7055DCD5AFE0 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF4FE70F938428397637FCC5003C6BEA /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9EFCA7F769A8BC9D4D8F58E29BB442 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF8FD141A5FEB2589C65CB1252690EE1 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C3ED87CC99B7D13CD7CEFCF9E532F865 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFAC1BCF2C50C04F7A4E16EEA743BFAE /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C5CD2DE6191D4F0CFE7D02E8112BDF /* SDWebImageDownloaderOperation.m */; }; - AFD60F1F9A071A589DEB71457DE0E5BE /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4EB2F545314F1957F530FB31F7A15D /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFDFDFFCA805C92A81F86DEA7679902D /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9DD018769C9C2FCA491ADC228A0851 /* RSKImageScrollView.m */; }; - B008ADEBB4CF38279CB0C78ABD752ABF /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E21425C37E960C1E29E2D3EF3300F4 /* UMModuleRegistryAdapter.m */; }; - B064A8622C91C82E64FDD2CF08D54A68 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 5779614F1165F296705D5FD393E39B60 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B088FCB60A195E4353A2905299393ECB /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 72260382C11F2957645F698766C838C2 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0ACE29A69DC1F07E9F6DDFB138F4955 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FCAA8376DED59C1A32771B7C0FCB62B4 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF07DC460999AB4BFF7D68C7F4CDCC3B /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = EE7A6DEA4196881B413D982CE976F849 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF2C1ABC93380B8C774D3C99BF7F62BE /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 630B742972CDD499319FA20798FB1A61 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF4FE70F938428397637FCC5003C6BEA /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3C3B34B430C5110D6ECA8AC89E77CB /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF52E748092B4686FF57989D1A00B647 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FDE6FC24CA6FD99661AF0F51B8C7B92 /* Compression.m */; }; + AF7927A5902A1D2ADA99AC6580D7C8A5 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = BB5E57A9E7B638FB025C91640EA9091E /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF847AC36507B8E4B3830FD715BB65DF /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFBF632115CDAFBCC595684733B6E22 /* QBImagePickerController.m */; }; + AFD60F1F9A071A589DEB71457DE0E5BE /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 023429A0922DFD2EA410102940065E2E /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B064A8622C91C82E64FDD2CF08D54A68 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6606B31ACB6D1DF6913A91D100540E78 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B088FCB60A195E4353A2905299393ECB /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0CFB7FDB3F12A179ECE1207107AEDF /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B08D10166B6A05914119E189F75DE945 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = DB003CD9BCC36FA10245914812D13F61 /* RNFetchBlob.m */; }; B0B0B766093210EB3266CFB15B7F110A /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 182E5CBFF1ADD6815DBC3A699C232952 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0C085A3F810D1DA5D4D8A71E7C82093 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 42476F7A64AA7BA8FFB35920F1FE9AFA /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0C09BB7F88322A34648183983BEB7AE /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A2541978A1B839254E0ACB3701F3FA /* RNNativeViewHandler.m */; }; + B0C085A3F810D1DA5D4D8A71E7C82093 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AC3946928E623A55388E0AE06B0724 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0C6CE52F6B01F1F09CFF56FD6CA0EEB /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B4FDCD2AF7CCC1D861268702A52DB1 /* QBAssetCell.m */; }; B0E28F82AC12DAADBCC201F6E686F0D8 /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7A559B4DD56A2C54D401167202A9DF /* FIRInstanceIDAuthService.m */; }; - B14F855C65B222E64F60DADE67D8F328 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE3DD005F902CB0572F5B9E859A7D7B /* React-CoreModules-dummy.m */; }; - B1562C94F7F2F8FA559A33B3A7EEE92F /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E726FFE91602139913C1543A7328C450 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B1852295BC692028AC2EC543F325B5B7 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6262EB2DC13516A6F27E6AE25484ED7D /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B11B0787119EEE4BA520A2DE9B34DC89 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0858F2F3E6ABFAF2D036305F20EE806D /* RNAudio-dummy.m */; }; + B1562C94F7F2F8FA559A33B3A7EEE92F /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E522079B68C75FB3790277CA1913D4 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1852295BC692028AC2EC543F325B5B7 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7251510672B1DB67D427A4C26383B136 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B19F2B637F6B23E5352C351E7F9D5AEC /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6262D56D601609A89D3D28DE908AF9 /* GDTAssert.m */; }; + B1ABBDEB73DE5ECF1C018A429182A19F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A37ACB5C507F041AAE0534B4FADD8F /* RNNotificationUtils.m */; }; B1D79119AB2B168F02963667EC88474C /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DCACE25ED518A4FE235A08301F8121 /* GDTTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; B1F0D8BF7A1CE374F9985295E86695C3 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 43041710CE45CB1D44DCD54827A736EA /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B210B05CE757D6B2C0CAD0004F0580DD /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 476900FE80EACAEF08215CC16E6D35F7 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B224294B74504C684A1E3F27DE4E9B72 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = D6BF450B1CF01327AAEFF3843EB2693E /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B210B05CE757D6B2C0CAD0004F0580DD /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DBD6020E707D300022517BB1B58B05 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B224294B74504C684A1E3F27DE4E9B72 /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 4447F1919ABF0FEDB61E72511F95E8FE /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; B263A4FE744BB18A7C7B543C66725FA1 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DC84424F7C7384C711B6162C8CA2ED3 /* GDTReachability.m */; }; - B272B8251BB36633F22FDB672A7A408D /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = C92DE7A07F2E756DF5DFA76B0D7364C4 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B272B8251BB36633F22FDB672A7A408D /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AE1B9B98F69048EE3BE437BE5A2BAD /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B28FB5C2B9C4CBC645885F8C05CD93AA /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3EF098AA019316090F1DC949AECF3C3 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; B2CA11C70BAE56E96D0654BA8607AC75 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3D69B72CBC306DA96F67BEBB2E852631 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; B2D6499450888707D3DFC50BD9E94F80 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D83FD833133BF0578E165633F10E99BA /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2E03206695085DC3C168497F94704F0 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B9992A0460441B3092B6F393EF92483D /* libwebp-dummy.m */; }; B2EA82D8CDB5F846D0716ED5A1804CC6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E3CB6BD41583CB5AFC7913B38BB7F166 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3115B87C80669BE7BCEE8EA9E0B631C /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = A29119C8C6D95E3F37AF1DF85889B7F9 /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B31CD0738D82D0522E9C83D882E03189 /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = D0EA0D0D64A4CC345586C1291CA087A6 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B36F0C10FCF0FF9A3B8DCBED999BC250 /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = DC43EFFCE628499967009E8FD1F6CEE3 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B35806686CAFADB300F92B144E5BEB05 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B96F14739423169C9ABAC285ED23FB2C /* REAFunctionNode.m */; }; + B36F0C10FCF0FF9A3B8DCBED999BC250 /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = DBABA096A184E70F1347918ED6057A3A /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; B38A6F0A02BF1929884827243D4A23E6 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0667FB69F570464458FD6F11209756 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B390BD68076518967ABFC3435372468F /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 242135F551E8566963FD257AC3087ECB /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B39755CA8A7B816B6A57EC29087BD956 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = B453937127F6A3D264A97AB9C73C0ADC /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B39C95558EA3989B03081A2253FB1C98 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = A60CE7222FA178C7A80B5DDE6B86BDA4 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3DFC49CD5F1B7D91916567EAE8F3306 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B073A051EB57DF54349C9150A67DAF60 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B42156B732ECB50C8C3D80656704AE49 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 91E17CCC3C8911878CBBFDA09D77A55E /* NSData+ImageContentType.m */; }; - B4300BF68D8E5E64E24CF0A04E77F888 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F3169BDD19657EB912EB0AFCBC7E40E /* BugsnagCrashReport.m */; }; - B480BFFEC12A900116E4600D0AF1F5E3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6131DCBD0941A1053295C68236B7F087 /* BugsnagUser.m */; }; + B390BD68076518967ABFC3435372468F /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 173BDF635278296F3AF22AB4BC2D71C4 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B39755CA8A7B816B6A57EC29087BD956 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 36FD87C3118611DE27C022DE468F9C36 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B39C95558EA3989B03081A2253FB1C98 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D0616F90D23D72D48EC49295F127593 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3DFC49CD5F1B7D91916567EAE8F3306 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = FD98ADAA64E7DBA1192EE72EB9CCC7D2 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B40BD5B08C5F37B686B8B75D7AF2BB31 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = B892F16336DEB00631BC8CD1318C62FF /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4300BF68D8E5E64E24CF0A04E77F888 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 128C9C2235E36C46E31786B1D9AB686F /* BugsnagCrashReport.m */; }; + B480BFFEC12A900116E4600D0AF1F5E3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = B28F58A540CC198AB0F035EBF15FDF95 /* BugsnagUser.m */; }; + B48E2CCE061D7A50E5A644A517DEC6B8 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C8F9A5A7C2C2F1B6DA5E7EFA6321C9 /* NSButton+WebCache.m */; }; B4915265CA25AFBEF72EEDAC5372E840 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BB87A95912BAC4342CAA4890CDDD056 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B4A3399023F50BC19169CD876CB48031 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F3538797FE8EEA93D334B393CDCC1865 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B4CB74E561AC6D58BF7F5AE56B71DBFD /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 694F7D3AE7294FE7C0CB4A0BB574213D /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4ED9D24026C8748415A9A0E86F9DFE9 /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6207FF278A70770958D7291B4E8519D2 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4D07FE0ABD022A856043C244702F8E7 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F64A821DCA45FCB0FDA406A097715F36 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E14482736093AAA5A617353E5530E6 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 387F298177CA3EA44C0B917D04206888 /* RNFirebaseNotifications.m */; }; B52794F72404F5BA7A79A2DBBF596CB3 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F0CBF29BAF39819E8063CD2CD648351 /* 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 = 5EC56145CCB711911DA3B5DF3880C2DE /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B54942BBD25A3BDDB5B490EE1828291A /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E04AFC8B5440DD13FAF59D1180ABCD9 /* RCTBaseTextViewManager.m */; }; - B58807C392160EE39BC7AA15605D3A44 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = FE402DC8FD228C6CFD011F923A0A9354 /* BugsnagSession.m */; }; - B5F9CF4280F9F25C03855C5C4C2E6908 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 70CC6D385F847CB566E86D0FB0277B36 /* zh-Hans.lproj */; }; - B6435778C9CD17E5119C42E0DEF5BD88 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3320F558C62ECF22D6E07B490B492B /* RNUserDefaults-dummy.m */; }; + B54942BBD25A3BDDB5B490EE1828291A /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D02ED994932250529D1ECFC1C635EB2 /* RCTBaseTextViewManager.m */; }; + B58807C392160EE39BC7AA15605D3A44 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 596855306B03F3B4A2DD95BE1867ED42 /* BugsnagSession.m */; }; + B5D8BDF39047EFBA32E3C76B72433721 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FA1A893EECD86461870FDF97D6BF7328 /* UIView+FindUIViewController.m */; }; + B5DC85CC89AD6F0004B9A75DEB77808A /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 731770A748AEAEC1DE4DC296EE81C262 /* es.lproj */; }; + B5E4472C88EDE39DA890E7621ED66CA2 /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4A07C90519C71693F3B4EA5FF5BA22 /* RNFirebaseUtil.m */; }; B64FA42E184A0EE28D65B959449C49FA /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C141CADBBAF70D872331E10985D3F6 /* GDTPlatform.m */; }; - B67CE29038B7DCB160F3DBF14D9B159B /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0C01DFBB5346F4FE6D03839E067D94 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6900486138E7775C632F7751EDC426C /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = DFD1497E7A315817235A43F4C5B958F8 /* RNFirebaseCrashlytics.m */; }; - B7222026AE68D842EFF653D9C697C8AA /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2006D9CEECF56A6E7407AE287B9ACBB5 /* UIButton+WebCache.m */; }; + B70DB730C66A48F364A0B26D1DC09E2C /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = EE7DD9BDF83E7E5AC0DBC9681243902F /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; B724AB793386F487E48DAC082B773D56 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = ED10B73795E82AA9A70F0B015CE551AD /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7253BE61EBDD783BEDD27B260F45F72 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 243DA0557CFD54737FFAD26E98C63D90 /* 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"; }; }; - B73A9E09AE20B315197ED28B306E6ED4 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B9E7C7E39B38F721D1296C3C14BB49 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B751A02B30D18743B395748B47369240 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A85BBF1BB8607EBB7E6BA89D2278165C /* React-RCTImage-dummy.m */; }; - B797753627C0FEF13D81AB9DEC73B859 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D3BB9A691B6348607528B84A81C4278 /* react-native-keyboard-input-dummy.m */; }; + B73E83EC0BB7855E875B1389006A1974 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = C20B4C566C1CB5C6DCE02D4331AEDCA5 /* NSBezierPath+RoundedCorners.m */; }; + B751A02B30D18743B395748B47369240 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F0EB59D626301EF9780413294E1351 /* React-RCTImage-dummy.m */; }; B7A4D50989E610028B3EE3816B474C3F /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A6120CE8B30F6445F609BBCFEA429081 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7AE915798FC8A54F00BC4C5A1AE2C16 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C5214D438E6FAA8D6D4D0BA99046C8 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7B34A392B6BEBA270B4F0F1D677AFBB /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A4E202763AF3FAE6CBFC04895E4DF1B /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B7BE7365C12CE18D05FCF973032A5288 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7529CCA7472FB72A593D6657998C2972 /* UMExportedModule.m */; }; - B7E191713420F3EB03D1836E0997B08A /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB466F74ACC7EBC0B496B85E36EDB3F /* UMSingletonModule.m */; }; - B7E3983B43DC39D349CC5B9134F905A7 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 7799616C7D51CD10922AEC96A99941C9 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7E92F65D6D8DB51A87741D0D3B8A641 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80A15382E98BDAF0193A36F6DF062EAE /* FBReactNativeSpec-dummy.m */; }; - B832AF604B54B0734598D42E2A33EC6C /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF76970552CBF5D498B4B5ABE92861A3 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B877D8EAFAA81B89E513FB5A0E30B97E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D139AE1030A1F5EC0E6E808CD2B05A /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7AE915798FC8A54F00BC4C5A1AE2C16 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B259593F9D547106FB3F30A6DA60BC0 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7B34A392B6BEBA270B4F0F1D677AFBB /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41DB07B0FE238587641AE37FC810EF38 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B7BE7365C12CE18D05FCF973032A5288 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = FCE9B19FB2BE228D19A8BD11712DE8BB /* UMExportedModule.m */; }; + B7CE5FCA7AA8E2D236A961F14EFDFA5D /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C5CD2DE6191D4F0CFE7D02E8112BDF /* SDWebImageDownloaderOperation.m */; }; + B7E191713420F3EB03D1836E0997B08A /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AEF61B09A2787EB4D0A8704092EBEDE1 /* UMSingletonModule.m */; }; + B7E3983B43DC39D349CC5B9134F905A7 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AF73921B9F9ECFED74B6282E800864 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7E92F65D6D8DB51A87741D0D3B8A641 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E334B603767855C989813E3ABAB1E68 /* FBReactNativeSpec-dummy.m */; }; + B7EA1D458F6107CF966E2517705E0306 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = B67C0CBCF0E90DB1A7017C4FA305DE0F /* SDImageTransformer.m */; }; + B8127A01E20EC6131A3EBA9B926C4E53 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED8C940F8E8DDE214BE270A19913EBE3 /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8171D9010CFB9BBA179F1AF8BB08F44 /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 989BC77CF8221534E57B282D294A01ED /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B832AF604B54B0734598D42E2A33EC6C /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B3BE24A48A1D9CA5B75989BC05434C5 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B877D8EAFAA81B89E513FB5A0E30B97E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 879C6F11683F003A88E1923CCA6A186F /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; B88A0A26402BC9E1A8E97FE2E26AC658 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 903F529DD0B5A860A261EF800674CC7F /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89B48C8C6AC9E45E892B0C80469AA01 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = BD8F473C3E4A3FE6CA53CE1F5D981D40 /* RCTProfileTrampoline-i386.S */; }; - B8B42FD5C70E21484DA33C68C2E0A1C6 /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = F99A39C227A6240858090253465A5496 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8C0F8DE132DDA4B2F67765BBDA8962B /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = A159C5095F4FAE2AA8E5AEA2CBEC07D0 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B8D54BCB392771F1341A446EF705A11A /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED6BF721FE2D996FA29368D4CC4C8D9 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8DC823E24D623D3FDC3F640788107AA /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 753222B99C242663283588B2503502CE /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B89B48C8C6AC9E45E892B0C80469AA01 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 8E4DC9CDEFA3BFA9D66D3028B789ED0E /* RCTProfileTrampoline-i386.S */; }; + B8C0F8DE132DDA4B2F67765BBDA8962B /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F619548AA9E40FDC745F4454D70AF50F /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B8D54BCB392771F1341A446EF705A11A /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7B307A5EC29928D22835F25742D9FB /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8D87B1713F7E19537642985B0C60E2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D93050D6F9D827CAE6D7A7B952A30937 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B916B3917C76187F87EAD76CA8E6CBD6 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B18FC37DAD6A1911E81799C435ABCA /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; B91C99470A466DCB57F620ADB4FE86EB /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7F800F4B8A79178A1AA514238E791D1 /* 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"; }; }; - B93DB7B6014BD4CFE1D1BAE72F4CFE81 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 294B31C1BD032FB26D3B0CA142612940 /* RSKImageCropViewController.m */; }; B950C322F3047EBBF4113A72B21A774F /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = BD1DB32E582E29C18BF49D87015CBEE4 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B978750E310B1EFC8978F3069655AD8D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD026613F6C368C6DDE23BF30525814 /* SDWebImageCacheKeyFilter.m */; }; B97AF74B8C78A7B156347B3161BFAA59 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C086608DBE5E51714F538B940CCC6CB0 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9BA03782C529AAE1D395BDB2AD1BF2D /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E36693084136459DC362AEAFB76F6C6B /* RCTVideoPlayerViewController.m */; }; - B9DB5D7FCC93DC54E4E7846B29589F67 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 915233203EE7BF13D1BE60EB4BA67D61 /* RNImageCropPicker-dummy.m */; }; - BA2BA93F45BF4301FBCAC3F28C14D5C6 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B93D14FE376C2D5027B5831039438CF /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 699BB416915EB4AE3895CE56D70ED1AC /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2C02AA76F1FB2454B36184BBF289B7 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF802BF200B9669B9C5B9B36BE04EED /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B9AED6705DE9810929FE647ED54C5FDD /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = B02DC5C191DB17A8380FDA900D2E8271 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2BA93F45BF4301FBCAC3F28C14D5C6 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 0829073BD76AFEE3A2CFFD66B29BF97B /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 77700EFF4EBE66F5D89706A3135525C8 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2C02AA76F1FB2454B36184BBF289B7 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 931681268015C0047A72B0ED60D76B30 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BA81D44525A35ACABD8B3E8F71FC9D25 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1286014EEAC46A520E1958F1CA19D658 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; BA95A5A4B386EF1F87E97D4723CE4816 /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A7C1893545DE6FC1C76C8BE35DCAA1D /* GDTCCTPrioritizer.m */; }; - BA9B9F43FA5E794B386F4D8FE15B4E82 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F22BD4AA11C9AE735BF3D9A59AE4C137 /* SDImageCachesManagerOperation.m */; }; - BAA16ECB1EA31F1E5CD745A86C8EABB5 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 77EB216CA8013141E8A00A4CFB2BCDA3 /* BannerComponent.m */; }; - BAAEB56CF1A1C6D7A438B3FF975AB675 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 810F63F23555A8505AEA8B76EDB18D76 /* BSG_KSCrashSentry.c */; }; - BAC002FFBC9B1606318D4D232F2599FA /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B76D10F3EE89D60E6C52C27971C78A43 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BAD934141AC43CAD1092B240F575E77A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = B828E567307694BEA54DFA798D446AEB /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BB18BB236876B5B16E190ACD6CFFF443 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E131BBE173EA23E9407F05606F398E /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAAEB56CF1A1C6D7A438B3FF975AB675 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = F058A857DDB39C58AB33BE7B1C1C0BD7 /* BSG_KSCrashSentry.c */; }; + BAC002FFBC9B1606318D4D232F2599FA /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 98FB4DA2EB47173ECD945B14F82115DB /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BAD934141AC43CAD1092B240F575E77A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CC65A93307B2D7038545E4C13358DE98 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BB18BB236876B5B16E190ACD6CFFF443 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = F20132D7EB54EEE4D41C35C5CD713CA7 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB20E3FA57C3CFB200A022C2699E0E36 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = EBAF04E0EFEBDAD178CD963991D99AE4 /* RNDocumentPicker.m */; }; BB28C8FC324F6E7DC7CBC08C55561AB2 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D43C8A38081ADC40A9B7B7E25641967 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BB4BA0C2D66AAA500D8F5DD46CE86DA4 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 02EFCB261C6AC928F019AEEEF5629A8A /* RNFirebasePerformance.m */; }; - BB68D8CE4C2514AB303A6456ECB02E10 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F832139EA227D044E2A897B5F71A8A6 /* 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"; }; }; + BB68D8CE4C2514AB303A6456ECB02E10 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CA79E096453F2D77713A980508E9B3B /* 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"; }; }; BB7D75B8EF99A177AEF43F4ABDB6BF6F /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 739E0508F5A2D5CD2A1CFCF34938CF78 /* 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 = 2C32B052B44BFC07034F114E70AB7F1B /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB8E14BFF237C231C5CE75B4A5ED45F8 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 82055F34960F45D2A53AF2E6478EE6D7 /* RNFirebaseStorage.m */; }; - BBB3AF86D9A57584E0DE9F9AC94D6F1C /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88B164D86751AE69B80EA5FBC5EBCE96 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BBB45DECD3CC6B6572AFA48E286727B7 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = BD28E838ADCCC65E5CCD3E96ED69CA63 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBB3AF86D9A57584E0DE9F9AC94D6F1C /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5A4245F80E599C2F6A152FA04512DBD /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBB45DECD3CC6B6572AFA48E286727B7 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 68FB7C547A7EAB60C8B3D1D4CE3FEE51 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BBE39282FC1B75D6C1F0D8D0EDFA356E /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B981FCD55F6C462368D3B10E2A0858F /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC262B655003436CB6D8AAB91B4B9C26 /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = A302DCC4C64D912E6521BDAC89150910 /* RNFirebaseFirestoreCollectionReference.m */; }; - BC3429185C81201E4F9AC011F09EB015 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E07BF8060268F6B80602BEEB58F34AE /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC3AEC8DE083424803C1D951FF0E8DBC /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED5CE9B9F397590A36DF9262A13DAAAC /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC1D60D995ACFCEBA6B1E4B7ABEB2155 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FDE9600E417CE270AC3D29349502B56 /* FFFastImageSource.m */; }; + BC3429185C81201E4F9AC011F09EB015 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C339C56143096EFC836DD8E3EDC590E /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC3AEC8DE083424803C1D951FF0E8DBC /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06474F33DFFF694A8A309933C48BA294 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BC3D81134170ED1976402FA1EE7BA66E /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 520BD2BFDF3E2EAC4DCCF3B609AB1ECC /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE6EC439C25D0A82CA82156AD5EEE148 /* EXWebBrowser-dummy.m */; }; - BC8082294AC06051F7A4F5F4EF7F0834 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = CE84BAF378592FCDBBBE6A223C68147D /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC9FAE508B76E1CFD09E5D0DC614549B /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E91E1F32FD136A4D2C4428C141222543 /* rn-fetch-blob-dummy.m */; }; - BD1861ABD08E99DA48A4BE65C072437E /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 362B34AF06E4DD3B78721CA41E49802C /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD226B5FFD7A515527D472528F5E7555 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9007A3F44B14BA7EB90AA3B61B6EF21D /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BD35B7BA8E51058AF1E912577253475C /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3904BCD27523736FE542F13F3E9869 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD6DC23F7C3DF8D8DEF86073146F7E16 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F067734D13880C265E549D01BE5C90B /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD8944E7BE58503B26E9650876DF3A10 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0472AFFAD011F413CCDA441B58E96DA6 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD91ADF4A736023C776F039224DE9069 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 73EE8E27AD9A38B22238BD2AE9CF4AD9 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC7823D69B7FA18696F5C13C6A9149A6 /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A788A8D2F5DDE2B422BDB85BC3F7E97 /* EXWebBrowser-dummy.m */; }; + BD163B9276A77A9158A72E7AB5BCF33D /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = FC9205A5DE3370929D8E6BB9F606BFF3 /* RNFirebaseAdMobRewardedVideo.m */; }; + BD226B5FFD7A515527D472528F5E7555 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4873E13504CC0440AFF788FD4FD5E2D8 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BD35B7BA8E51058AF1E912577253475C /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC65B40CE3B5A6EB0011F2833724B28 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD6DC23F7C3DF8D8DEF86073146F7E16 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CAB057FDF972A8E5E1F72B9217DDB3 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD8944E7BE58503B26E9650876DF3A10 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A75624919D83FB48745F37353FEEEB /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD91ADF4A736023C776F039224DE9069 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A82C55B5393F6282F1F21611A54891C1 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD96962F1287E1881FB2DE5EAF26D526 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = A3D5289F74ADD6D8D0CDEAC499DB826D /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; BDA73F2EE1C869F55AA9D921203DC75B /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 26BB5340327AF9EC3F93E6476F06DE96 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - BDACF30D2C09E7903937EE57532B4CCD /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CA631A6A406987E1F1B615C640440C9F /* SDImageWebPCoder.m */; }; + BDCB52932C4679795035F560E5867F63 /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D8AE2DEB2583B95D6F4F531545BDEB /* RNBackgroundTimer.m */; }; BDF6D72BABBBD8B0C3C90BD616038D57 /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1BD9925249F7DA2EC6690AEB514594 /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDFA7F65D8559361150F26D91DB04966 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B34E0FBA56BA048EA914504DF585133 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE0913DC51C23EAB2DC7964C76029B63 /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F263017750569A21246A8B421C3DE4 /* EXAV-dummy.m */; }; - BE43CA9847677066725416E42DC62AA2 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = F43910CB743F06F295966C913C58D465 /* SDWebImageIndicator.m */; }; - BE4F2F4EC40A2DE9C8542BDA0081019A /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BD0359DD585004F232BD4CDB009979 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE8A4D47ACCF56722EDCACB3F75344EA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = D6A298CEB203F72FFD7EEF4C03CEF0AA /* UIImage+Metadata.m */; }; - BEAAD2FF8C5C76F65BC62A458856F9DD /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 26573A4207CED9E4E90197F447B19B22 /* BSG_KSJSONCodec.c */; }; - BF0B999AD90767EC0F5911A1FCC0E249 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 112771E1E5793DBF74BBA1D3C35DBFBD /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF1D5170F7973D80FF67422D861904C3 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 654CD9BC492EBAE43E9EA12BDD165166 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF729FDC14286C669FBC8B838D63EAE0 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F7EEEF9E634653BAFEE012C9C06A8A90 /* QBAlbumCell.m */; }; - BF75905BF7E2950305718479E7F164DE /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E5464CE38D349D9F878E77068C3BDD /* REACondNode.m */; }; + BE0913DC51C23EAB2DC7964C76029B63 /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62DE192BE1973BDFD25019D8768BDBF7 /* EXAV-dummy.m */; }; + BE4F2F4EC40A2DE9C8542BDA0081019A /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = D9FF47579FE0B14194FDA39D0E2C300E /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEAAD2FF8C5C76F65BC62A458856F9DD /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 1019C15497785752A07B306C627C3481 /* BSG_KSJSONCodec.c */; }; + BEB3438684505F52B8E9F731E544A893 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE77AE93F9828AAA4A0E04CC3C99B4B /* SDWebImageDefine.m */; }; + BF1D5170F7973D80FF67422D861904C3 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 8705B839FB0FCD4C0D2ED455C440933E /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF7061C1581FCEA86982039836063601 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = DBBFC044221634764300D4A0C8191226 /* CGGeometry+RSKImageCropper.m */; }; + BF963CC3AADE3015BD34C3530D482CAA /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBB4C11C8FC11E87DA0B362100D1D82 /* RCTConvert+FFFastImage.m */; }; BFA4A4BB1C3EAD3C592403CE215F3BD7 /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1382DC070FB19644170F810B1E8F05CB /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C19F8522831D2F9EE9D4A1147119D41 /* EXConstants.m */; }; - C0038DF8EB5666DEC259C37A978A8737 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = F5837167B5F75D49720A052BB368408E /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C03CA28B116045C383FF1990E5408F62 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A76A4D55D86753F3914F46B5D28F56DF /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C09E6D962169E80BA183543F54F8B386 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = DF5F4B608EFC5C937FEACB0CBC41C0EB /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0C722C84427618D9AC64660008F2CB0 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A19795EAC0B7536DE3AE5708DF3161 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFA6C5534A882AADCE296B3F57015E2D /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = AD00E7094C0DE81613A44BC3728ECF29 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFA7A4654650FB793752DA93BF2AF797 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0101D57D155BF159458D1448D4EE78C5 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFBCC581E7760D12F9A9CC7C06E6295F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 087862A13C20A181E0AF934EE2E10B7B /* RNFirebaseLinks.m */; }; + BFED0E108BCCB32ADC7B04527528CB87 /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 511D9182E1B99FA52E9524A144BFC4EF /* EXConstants.m */; }; + BFFDFE8A2314100226B764AC69F9BC2A /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 97F5879CF9BB3C2F4E0E92F183F7EE9E /* REAClockNodes.m */; }; + C0038DF8EB5666DEC259C37A978A8737 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1819FABFDA93F472B2F8256D7A846AAC /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C02731765C31039F9F27D7DBFF6D7491 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B1708E062D3FBEED2F814A1AD39D3AC4 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C03CA28B116045C383FF1990E5408F62 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF186F2375686D2AF94DFA310B9891E /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C09E6D962169E80BA183543F54F8B386 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 72537F381CF278E6D4ABFE115A784A21 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0C722C84427618D9AC64660008F2CB0 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B892EA530F62ABC29C35F863980B3295 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0E2071C1ECA238C47C90E7041CEB933 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F2AB94D41A0FC7FDD1AC7C9B2CE6A8F /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C109ED916C6937AC2D8340A1582B920B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D2E9B4F61167441A36D7C78C495831 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C16235A0EEB806964287D284F7F2A003 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C1EE15A8B761F2506CEEB138AB56FF /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C18D8E34DB1582FC5FDEF7E48C3EEB8B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 849BAF286C430F04B7D2003F3CB677AB /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C18EF986E95F296B48B6DDE56AE93411 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 55D743C038051CB87EE180BC8E60B8E8 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E6B75C132C07BC882F7FB5588848815D /* EXFilePermissionModule.m */; }; - C1E124452174B7CF949C9548EF1B9FDA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E89467B79F5AEA684CCD03E2E26E8CD /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - C1E183CCF0FE5E7BA17519F7D8DBE714 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 336769B7563A1B1DCC963621A000BDB9 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2006A5D2895FF6D8ABB1DF9BE4E1442 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB8B5AFBC405617B0FE9B0EF60CFC4E /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C242CC955318D5219A87E0926CA4517E /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C116E1E40DDEE7F544679616A954A8A1 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C24B361D2E53B6FC074295653682C2C4 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89622D97EB5A6A0A93097D9C11E42B /* UIView+WebCache.m */; }; - C2B30862E5A04B45BB4CA5AF70899963 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 225C36ED67ED12EF2B47ABAEC5FAB890 /* en.lproj */; }; - C2CE5817E5A3F269A0FD553CE3680CAD /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A778999F163DF9687DA14B63BB982F2E /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0E94D189F4BA2F01EBD53E3FC7C0818 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D548C4534A5995C0150220287FFFB9 /* RCTVideoManager.m */; }; + C0F8E25BA20AD1DE089B37BE6121FD83 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 57C97855EC4698DC1BE6E1C20238998B /* RNUserDefaults.m */; }; + C109ED916C6937AC2D8340A1582B920B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ECCFC2DC49D7BB992905F8D18415D4A /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C11364735B5092210E3D229953EFAC4C /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C7FAC38BB6898466B9F04891309BADD /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C16235A0EEB806964287D284F7F2A003 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9EFBFAB69B15FEDA18ADA8C7809859 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C16D58855DBCED9B9D38A574A5538E4F /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B777DB60365135C3317DAE8E8AF141 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18D8E34DB1582FC5FDEF7E48C3EEB8B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFC20B4F6B4975A92E36C31FC2F4C8F /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18EF986E95F296B48B6DDE56AE93411 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6735E4E22890CE220393AC11268606DF /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C198AB42A29594802AA8D6276A808FD3 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A991039C72F5A7B53C1AC3085447846 /* EXFilePermissionModule.m */; }; + C1B821211740A88E9BE167CE607FABE5 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C60C7CD3A7A4ABE97A9B002D3D67323C /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1E124452174B7CF949C9548EF1B9FDA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AD80F586DE534B7F251CE3D6C371D48 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + C2006A5D2895FF6D8ABB1DF9BE4E1442 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5154214EF629E649F991A273660CE81C /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C20B12322EA7BA7FD0BA9130B0C7D0E5 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C9E5C84BDB19E01B604C03586DA684 /* Orientation.m */; }; + C24DA7F3EE303D7DDCB1B4398244491B /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D7C55751735EBCFBA4DD73DE70AA67 /* REAConcatNode.m */; }; + C261CD9BB5E0281C213C5ED705928DA4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF55B8A50C5DD76CEAFAE979C532BA6A /* RNDeviceInfo-dummy.m */; }; + C26BF5478C96D386AA95A40DE2BDA320 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 30BCAF63832753D77F69F7D14EC383BA /* QBVideoIndicatorView.m */; }; + C2700469116560DA1BDD4B949519A897 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E290CECE90737DE1852F8F5AEF7026E /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2CE5817E5A3F269A0FD553CE3680CAD /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E58723A496343CBFCA88DE3E6B075D52 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; C2DE26D47E707CAA4589E78A87278B68 /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ABCFE9547A5AE597F37A631616A9329 /* FIRInstanceIDTokenInfo.m */; }; - C304D7E30AA471BC7CD95868C479A6C2 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B4200244D0E1FA1327DCBBEF6454A66E /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3452B1D351D9AED0D75E763E3F0DE01 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 320B535A141FFFD6BEF39B9029F0ACE4 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C378199B2A1553A91F63D0B0EF654810 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5284303ED4B1250943EE4429B2E83C86 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3818C6FE9834032A85AD7B3A90CC64F /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A7F87FDF79F9678F851C843789F9A7 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C387AF6A6FCD4C3D2605DA9FB258ABA1 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D45C6ADB8D3846C42DC09C2AEA8357D /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3A95DB9763C9376D012DEB5338A507C /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = E70AEED73E5DE6CF2AE2300263552226 /* ImageCropPicker.m */; }; + C304D7E30AA471BC7CD95868C479A6C2 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = ACA3AA929E62F71B2AFE6316A5B579F4 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C32DACAB4EC62E9126B07CBAB5A5B411 /* RNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B0113B53630D81BE7A32A1E61A4D37 /* RNSplashScreen.m */; }; + C3452B1D351D9AED0D75E763E3F0DE01 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D75A886A4175082C6781C6CE977E84 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C378199B2A1553A91F63D0B0EF654810 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BB9EE275530B41D9BEED203F93F754 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C387AF6A6FCD4C3D2605DA9FB258ABA1 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5F05B28DDC2DD77D3275F9510B8891 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3A96644FCC5441F8B37594E09244E0C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A365A488B320F4811CB15565335096B /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; C3AEEA83F261D9DFCD9F17A8D7B37534 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C997C0CEE444EEC9B8F029D7578EF0E8 /* 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"; }; }; - C3B18638E36B914CED4C0B2A8633B019 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A3F710097376D90315825E107D5707 /* RNGestureHandlerEvents.m */; }; - C40FD81E5D11B4DA2C7D81B13481887C /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C03F4FCF4B3C14746C09479DC5EA10 /* SDWeakProxy.m */; }; - C438B90BF3A2FED6B786A1275F9160A1 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2331104210C979BABADA961D17D1043D /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4462F68BDE45F02AF989E67AF99231E /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E6F18BD52E0CF9769F64BBFEAE8487 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C44D49051AD4551ED6C10C78CEB7F622 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = D78CF1A78FD76E950A83F5B95A112877 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C419F4E7F0DBDB0B7583701C90D3E42A /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 239056C460BE84F42676DD046E24B3C9 /* UIImage+GIF.m */; }; + C438B90BF3A2FED6B786A1275F9160A1 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D8FA446CDC6EBAB9D7B58D48E637C1 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4462F68BDE45F02AF989E67AF99231E /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD6621E041C80E2E8557009B22A7C8E /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C44D49051AD4551ED6C10C78CEB7F622 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43705BCAA96A692A9B79259FF28D366F /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C45B9CE58C772716966E57A69062A1DF /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5919331AD8EB2FF4A5D182C439088392 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C46A3970394652E4ADFFEBA167CEA729 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = CE84BAF378592FCDBBBE6A223C68147D /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; C49EDC286FDF8D55B5A4387356698054 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C05C779C87084783B793457477C3A6FE /* 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"; }; }; - C4B3103B8805E253238FE1D1A9924713 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 311DF445FE87CE1764573708E7F33CBE /* react-native-orientation-locker-dummy.m */; }; C4B8591049FA21E7FF731DF7A1B0EE1B /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 32CE682E91330200182757D64C7AF6D4 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; C4BFF5390AA1FF9DB4B0D8707540AA47 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2039DBBE60C4912C8410E4A052B98B /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C28EF8A33B5D66709A94473097642C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CE79154F117485E04A02BF0BB2FBD4BA /* RCTAdditionAnimatedNode.m */; }; + C4C28EF8A33B5D66709A94473097642C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FA20B853E49011AEC69C5E5A1077431B /* RCTAdditionAnimatedNode.m */; }; + C4E099F6F1D34D24219E2F9C15CEFC93 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8411CDBF6CA20A603A7CE7074AE4FE77 /* RNFirebaseFunctions.m */; }; C500FB8AA7AB3E5D115E9589A148D829 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 47031BF79D2E1BF1C495D42F59F447F9 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C519CB9EED743E56774BB65931169DC0 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E74C5A6343AC38E3B80858DB0A032A /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C541CD171EC65FEA09C77EE0960A4117 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5757EA420E39BF342F4C1CE3E3F92003 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5751E6D88E003B8D12DAF7011B41192 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C532BE23168A8EECAAEA83EC098617CE /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5C09B4755C31B3DAD4605AA42C3A556 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C8333BFD44196B4A0FFDB65E076AE5 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5D8C1855FA91D5A667298ED2500952B /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 82D3AFC1AB29B1706189ED814A87A1E2 /* Orientation.m */; }; - C6550E9C9F4EB89AAE698A5B7D403CFD /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C19C1705E6E1858A1FAB0C46E6D5D455 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C519CB9EED743E56774BB65931169DC0 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 30727861E86434E2E4890D87BB10D7E2 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C544041C3D04DDDCAE0C0101E4C59EBE /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A3EFF6C0E63A4D349B6FD2C9549075 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5751E6D88E003B8D12DAF7011B41192 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC307A742B60D2AB0633354DC7A5CA9B /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C58AF812D2CCBEC6C176EBD409BC42AD /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C3ED87CC99B7D13CD7CEFCF9E532F865 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5A2F9E86A7114D06D2C5EE27041B1D9 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D1B50F412563947401411DF8DE4D34 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5C09B4755C31B3DAD4605AA42C3A556 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7505CDB153F87410785E444595A32116 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6550E9C9F4EB89AAE698A5B7D403CFD /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 325879D705EA379DA6576D57835AAE4E /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C66F02A9A969980F69AFC5623853E78C /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = A6214712C3EB9E3D8B2A1BEA3CA123F8 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C676CCDB48EA3F533621A7DC149748EF /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5762268C647C0466867833BCB4DA66 /* SDAsyncBlockOperation.m */; }; - C6A39E866431ED3A78BA2F20114EFCBD /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = A569B97BA410C7A58E9B388D00B34F34 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = A27244A05409F207F84EAB5D36DF078B /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C6A39E866431ED3A78BA2F20114EFCBD /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 176DDDFD3824AF946A1880F5D31597F7 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4C5756CDD650D16063F8B5E9F042651 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; C6B820384E4D780B742E4436010840A6 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F1CBD4F98D6441CCA71EF677581938E /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; C6C8F1AE93A24FCB0D5BDF66854A9BDF /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = C4601302469BE8B655C4CB0CEA21F8EB /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E217026BE6CE05A87DFE1FF928532E /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = C9CF53D2295282EC9ACA6DB73EE9A9B2 /* RNFirebaseInstanceId.m */; }; C6F32154918997BC7F56754265E1C434 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B774D63B4F6E5F7EC56C9CCDD17B8E6 /* 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"; }; }; - C6FE9F098ADDCD0A85E2BB5765A561CD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EA56701034E43E1D4C2BA343E80A18EB /* RNRotationHandler.m */; }; - C70537C53C34538D2857F90F153A29A5 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 16288A6D374DEF57B30DDCE361394DDD /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C721BD6A873D84D49CDD78FD37099BD5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E229AE471DE8CDDEEC7790DBECC166E2 /* SDAnimatedImage.m */; }; - C733BC88163BEF1A8F0C336871708485 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CF841B7F2C4FFE5C70AD8200D90F5E5 /* RNGestureHandlerModule.m */; }; - C73D114FBB6B71DD449860DB08EDCB27 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3245588DCAD4CF71DF8859685764FE8 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C74C9D861A6CD067815C3EB190669A6B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B9F2D6E6E268BD7EAFB3C8CB4365D1 /* EXAV.m */; }; - C75B97A18A335BD8F694E89D55AB022B /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B340C1A9DA24640121D255A2C50B247 /* react-native-webview-dummy.m */; }; - C794D0851E8B0D983AE793DF56C6AF67 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = BDA7BDED460EEFAAD058802B9AFF9917 /* BSG_KSCrashSentry_MachException.c */; }; - C79E3DAE37AD7FB3E0DF294C9165D627 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 81B41AAAAED8392AA5AC9A581DA3B2A7 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C7A37DF658A8C7A3B3F5F30FAAB53484 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E9D69B7D050FED48575C2FDAB456FC0 /* BSG_KSSysCtl.c */; }; - C7F22AC94EBA4B3CC96FF9B0801C1A19 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 44639F16D9241805FF9247D183D975FA /* RCTInterpolationAnimatedNode.m */; }; - C80DD48A6CEBE5DD88FFB1CE9B33C668 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E2FF06653AA04F58C3E3B1B8700E06 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C845D45DF7C9C18E9F8AFD70CB2A3B2F /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD77FDB21D05219BDE06CA6527AD066C /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C84A07935DDDCA77CB8D1C0D8C0E7787 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD426134D4E904003CC3897BC3E4CC /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C84CCD82B9E0D241F48CB5DF44DB98CC /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A86255F4E6C0462CF3200D4B4285015 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8BC76DDC8042224F82FC3ECDD676BDF /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2B78E982AE24449641F5EC876DD0C5 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8D6E82888926F1333C7015C81E896B9 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = E88864F2F461C52C9E0228247A522A1C /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C92AC2AF7DFD077CED40A20F40EFA3E1 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AA097205FBBC44C4B707D0448061EC /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C937B1637142756FF666A7F4D311BD08 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2347462D47221E766C95EF43C86C5097 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C73D114FBB6B71DD449860DB08EDCB27 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7554ACED1214DFADDF0B46A44D085BF4 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C74C9D861A6CD067815C3EB190669A6B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 189445D1D8255104F69652A281605CDE /* EXAV.m */; }; + C7798CE2C4A3EB2A298A1F21BF023AAC /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10D34A4E45842BAC3670047A21888091 /* RCTCustomKeyboardViewController.m */; }; + C794D0851E8B0D983AE793DF56C6AF67 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 468289CB679A68DFA7B43B4416772021 /* BSG_KSCrashSentry_MachException.c */; }; + C79E3DAE37AD7FB3E0DF294C9165D627 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 97CFC0AFD5B501FCFC89B4702C9FB886 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C7A37DF658A8C7A3B3F5F30FAAB53484 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F7DD691CC73FD58463DADDA806A7A0 /* BSG_KSSysCtl.c */; }; + C7A9985D16C0F066036F6FFECBF03402 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 052723ACB794355B27AEF5498BE2DC12 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7F22AC94EBA4B3CC96FF9B0801C1A19 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 805DC9A31F674D73C859F5BA8BCA972B /* RCTInterpolationAnimatedNode.m */; }; + C80DD48A6CEBE5DD88FFB1CE9B33C668 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = D9305687DEBB639C4D134B7F74401C1F /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C80FF1AD14618C0FC65C3E0EEA1CEC0A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FD5DF7AB34503BA12776A77E1B85EC7 /* RNFirebaseRemoteConfig.m */; }; + C845D45DF7C9C18E9F8AFD70CB2A3B2F /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 704D0D2927472BE869CE00DE9BDE0925 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C84CCD82B9E0D241F48CB5DF44DB98CC /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 56BF8C68FB1C601619C37B220E33031B /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8BC76DDC8042224F82FC3ECDD676BDF /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 87DCCF23BA17D1C37000472107B08443 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8BF2C47588C5C3EBD0F8F778DE24E8F /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0AB7BE36B1E9A1B9FE4F3B7907E70FE /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8D6E82888926F1333C7015C81E896B9 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5019659ABFFBFF83C69E40485CD79DF5 /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C92AC2AF7DFD077CED40A20F40EFA3E1 /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DE6A10A748FDD430402F30F30524700 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; C93D7B23ECA16F049F11E5D081E75E14 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = F163EE2B01C6048029A8C258CCE35581 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C94247E1CB50E0A227D8359DF2479715 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4D11DC428728370935140D16D3665C /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C967FD26FE20D22557BF95585DF28333 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = EC7B045962DCBDA2CAE57D022600ECFA /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C94247E1CB50E0A227D8359DF2479715 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D80B4281E7298F19B86BFFD6EA3F7D6 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C967FD26FE20D22557BF95585DF28333 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A95C13B5C83B0BD1A625452476DD17E /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9B19639B538D1626BF0278E9108137C /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 585D998B4AFBFCCC1B052DF5DEAC44FF /* SDAnimatedImageView+WebCache.m */; }; C9CCFC48ADF5F9E61EA0535ACFC2E4FC /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = D241BAF87527D9716051AA18E4DBF848 /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9DCADD64BA0867C9E873C447738788B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 59F604DFA78880738E3AA81560E5CA53 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = D58829D210FBE20929D48359B702D2FA /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C9DCADD64BA0867C9E873C447738788B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C24929DE3926214EDD2B82FB1108C3 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24586579931C72212A9648907BAD31EC /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; C9F6FA78C31CA00B5CB0BBB00645A435 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 7237D29A086F97FCF1812CA76E6A005B /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CA17CE2B9CCD3AB56E8F53E93DF87A75 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B8D6A01971F78DEFE0CD090570F95BAE /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA6273CE848DD9203B83E8FEB56D6750 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 5059A540B10068188B439D59A4DE311A /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA7077D134A2BEF1B76EFD8464D7170F /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = C20B4C566C1CB5C6DCE02D4331AEDCA5 /* NSBezierPath+RoundedCorners.m */; }; + CA17CE2B9CCD3AB56E8F53E93DF87A75 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A5EE7D6FE701B4B2EAF9123D60FA19 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA6273CE848DD9203B83E8FEB56D6750 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 939B5B51B1043B250A2DCAA3E30F2CDD /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; CA9EF0BEB6DED07C10AC4FCB9AB9A6E4 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23945AE455FE8A652FE6BBDBC951C80A /* Folly-dummy.m */; }; - CABB9D0D3C317CE3ED463CCB991EF9B3 /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B84B1680F89719975011E6416792F81 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CABCE5A528698C4994E71C5F739EC415 /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD45EBEA139064AED165C8728AD3B8F /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAD2FEE94308EA6D6F66AA1E5BD2E372 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C46D38E4C93D5B3539F30546420B42 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAD2FEE94308EA6D6F66AA1E5BD2E372 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2291F6AF5147D1A072DE833D6DED9CAB /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB451FBD339977E44FF2FC313068B5EC /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ABF06EFF98B586023CD5C1E535967A /* GDTStorage.m */; }; - CB6860CC7CCE1A8235426BB0D7A8C408 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 748E68FF8F0584C3062AE3DBE77FFA1E /* Pods-ShareRocketChatRN-dummy.m */; }; - CB9ABE8B1B52ED2580748DDBBB6CF552 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9312678C01E526ED0B774C6976B0256D /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB9ABE8B1B52ED2580748DDBBB6CF552 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BBEF9C3CD95081B3B869B7EC6AA6BD /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB9B4086D0929208AA2BEC070F8FB687 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E0EBADB3266F14B8F9AA096F1C694C /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBB2DE25841E36F0C9FA55881DE5D2C5 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = AA470EA710A5F74288B5F21FC07BCF6E /* RCTAnimationUtils.m */; }; - CBC8E6DC1EA72C467D818144735AB115 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 31505D7E478C6717D9019F338B7D7376 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC016D11CB0B903371D47E4C999262E7 /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 955801E9D59202815C2A1E31717E11ED /* UIColor+HexString.m */; }; + CBB2DE25841E36F0C9FA55881DE5D2C5 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1108F3B78D0177DDF154D73CE373EE6D /* RCTAnimationUtils.m */; }; + CBC8E6DC1EA72C467D818144735AB115 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D846D93FAEB4B21E0FCE12127CFBE41 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC0BBD3916353136CBA198B6311DD1E6 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 225C36ED67ED12EF2B47ABAEC5FAB890 /* en.lproj */; }; CC136DC5A3C7ED75BD7DFEB71259EFB4 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 168A4C5601B9AD27D7DF994108D20189 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC2951479ECB3E208779F6F65C3044B4 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 20CC8B770E14F95BEAA6B4F19D4C8D1E /* EXAVPlayerData.m */; }; - CC4A7D31CE59889AC9FEF68BC9C0071E /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 473E13BA68BED6C6934E6BEA919A48BA /* FFFastImageSource.m */; }; - CC5557FB1662E0F790AE7202DDF44EDD /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA35732043AF03C1D0A9D11AC79A10A /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC75D2243F7E6AFECF4997EF059D0223 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7436D9950CD010952DD6E4419E0688 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC2951479ECB3E208779F6F65C3044B4 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = C7CED257568C26037E9876B6E4BC83C1 /* EXAVPlayerData.m */; }; CC77D119CAD95C17FC96F9A40FDBB52E /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B8BB4AC2E8267C70BB5CDF6D7A7542 /* FIRVersion.m */; }; - CC98D8D476BA9CC47140550A6075FC8A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C11D9AD667508E1C876132F985D006E8 /* RCTTextShadowView.m */; }; - CD36A5AAB550D3BC1D6A3D332173F9D3 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0820312A31421442ED09E1FB27E3C800 /* RCTLinkingManager.m */; }; - CD6152400D958AD525D4A40BE6762532 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = AD19AB2D04A4025DA68CFA7186527E2B /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC98D8D476BA9CC47140550A6075FC8A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FFFCE4157E7DDA4480D47D082131FAAF /* RCTTextShadowView.m */; }; + CD36A5AAB550D3BC1D6A3D332173F9D3 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B49CF758D8F29619381E06B3FB11ACB4 /* RCTLinkingManager.m */; }; + CD4FF8FD7AD04EC4D2A8F6EC1EF0C5DA /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CA631A6A406987E1F1B615C640440C9F /* SDImageWebPCoder.m */; }; + CD6152400D958AD525D4A40BE6762532 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B092140ED660B266DB97704383B187 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD79008D1F8A28F701291D1C15A00AAD /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 11545F6E5F7FD4878D93E1D04A3922B8 /* FIRInstanceIDStore.m */; }; - CDA6C3FEF27D2E1EE78C69784F828575 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C577DE9EA19FAAD3F409D681829FD7 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDA6C3FEF27D2E1EE78C69784F828575 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC73F4546ABFE2F67B7193CDAAAB73CE /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDE4913B813BD81E8122E2CEEAE60DB2 /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB4E2B4AF464E7342771C68FD811EB2 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDEC6F8011D38D0D75C4B85823C33320 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 897395768F034BA6189FD9BFAC41E096 /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; CE1AC1D3FB716EE5B282B086AA1EDE20 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EB17217088DD37350938B661FC2266F /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 370690606EC6E87A207E7CB5BEA4E5EA /* EXReactNativeUserNotificationCenterProxy.m */; }; + CE1ECA32CBA3CF786BEF05B223268130 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC49E6D8EC9A413644DDAE2B305BC4F /* UIImage+MultiFormat.m */; }; + CE399A301E038CE8427A92FD187093C7 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A53367ADBADFCEB1A65499E0D8EAFB /* EXReactNativeUserNotificationCenterProxy.m */; }; + CE3AEC0217338964D043D847B1058468 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = B2312F8F4116173F59E62F4CA2EE1800 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE49C6DBFB71907BCDD194AF834A7E12 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A7F87FDF79F9678F851C843789F9A7 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; CE72EF385B8B27FF89B34D0E2D52513D /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ECA289CB3857AC397416A99A1A6D535 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE73FF87B3497B9C2E47CA1E1DFFD327 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F12B5A886730CA701E2EBAE36994EC5 /* RCTTransformAnimatedNode.m */; }; - CE860D19234F4C89BC7BB3532BBFEB27 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6D6243FE11718BAC28BE6A7C3E6C22 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 528773AFBCEA42047EB6F0E82F212864 /* EXAppLoaderProvider.m */; }; - CEA62BF927443E9C17E52A13E3AC36C1 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5208F48E163A362731821F358702E567 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF0286A6E0CC7679CF99B308E04E4ADE /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 67787BB26327FECAC3B79C20BA2A917E /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF0E67DAC4A754BBF45976C68070CCDA /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 2169C4F6CF62640E8A8C6746DE13EA26 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF1AB10E419D45F4EF401BC0323BFDE6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA8EA011464D1B5C848FBEFC83CE3E39 /* React-RCTNetwork-dummy.m */; }; - CF3406D791E19891BB828FCE9638F000 /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52E1132DF7C00A30BF68B69D98F050CC /* RNGestureHandler-dummy.m */; }; + CE73FF87B3497B9C2E47CA1E1DFFD327 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 039470D30185643144F278D25C0CFE13 /* RCTTransformAnimatedNode.m */; }; + CE860D19234F4C89BC7BB3532BBFEB27 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 580B5510357F0FA688D1F66930D23066 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE914509B01236ABB20E6682E2829DB7 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 488B474FA9A41EAE854DD8BCA4362E3F /* EXAppLoaderProvider.m */; }; + CF0286A6E0CC7679CF99B308E04E4ADE /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6A938041CCE2432A0AE407FE8AF835 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF0DABCD21C191FA18BBD8474347533F /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 058C156343A4AC8BE485A77F1474F9B7 /* SDImageCachesManager.m */; }; + CF0E67DAC4A754BBF45976C68070CCDA /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 12141F910BEDA16579CEC2ED944C9C61 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF1AB10E419D45F4EF401BC0323BFDE6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 388F9AD3900BC3E0CC570C9BA0118F59 /* React-RCTNetwork-dummy.m */; }; CF87AB953CDE4EE55C8901F12A14A823 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 334A031760F68DE8E2D86DC920B5F7D9 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF93E498CC6BAC3062EC7B41276187CA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7261F4174CD03563769037064F258351 /* BSG_KSSignalInfo.c */; }; + CF882C108CABA7C3DD8BC7CDC05A8720 /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC81ECFFDB79EB32FB2FDE9176E38F0 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF93E498CC6BAC3062EC7B41276187CA /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = FD73F4059AF9E223438E529DF7A2F384 /* BSG_KSSignalInfo.c */; }; CFAB74EAFB7B0A0A423B9306F3ACFFA4 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B1C9D8E7DFA59D6BEAA4A8614867F268 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CFB205F189F2953E75114499C0BB7C3E /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B85A285352C374D520086FDCF7B0F8C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D06DCB5DD3A58961A8E8AF6124156DCF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB5C07CB50B14C998285A22697FDAC0 /* SDImageCodersManager.m */; }; - D08C6F69F27666C4BA2E172D33C0DB5E /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 185432325FE3B0675502832919F97685 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D090FB52E9942246C55C18C6053FD92F /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2E78275ADC02B7781684C3E99ADC46 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0A9CA55F68A2F9494660E78305F2EE0 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E66F6A0C7DDAF93995ACACE4BCAF0B /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D12BE20B8296A82DDB11C7787F9EEC6D /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EB4B1B4A9B45B1CE1D2C9A894199455 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CFB205F189F2953E75114499C0BB7C3E /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EC942B0646F12A0A059FD5A98A5D90 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFC5461A9B3EE726B8C55413EB58B630 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF46A5658324D30A7CDF480D809F704 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFED1947B6CAAB7601A69E26C0B40F45 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 242FA318110D5D23813B762E43E094C1 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0328A8C2C99C16B8FA8797EEE7A4836 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B0F39B93057CE24A18A54F67CDAF722 /* SDWebImageManager.m */; }; + D06852A1D91C1FD7B71AB700E57C874D /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F50377399111FEE8E8AC0721AE4FE73E /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08CDEAAEF06209E81BAAA03E8C40998 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B583E1141E0E71951CF970914FECA1EB /* UMNativeModulesProxy.m */; }; + D090FB52E9942246C55C18C6053FD92F /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = C430D6B48BF9A56C9EB7C641D89564B7 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0A9CA55F68A2F9494660E78305F2EE0 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 456143B6697C349EF1EA552A03304AE3 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D11E361991A3366B525E27AB77274745 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CE8EC7ACF0AFC2BCC09A6031B2B4BFFC /* RNNotificationEventHandler.m */; }; + D12BE20B8296A82DDB11C7787F9EEC6D /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D15D68451EDED2467B35763CE633432 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D12F6FDBE47E1E7BFC5B3DACC4027A58 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = C63DEB6C4A8E1B3FF493E2FF4CEBFF6D /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D1A32A5EB8B9D704912FEFA270B4A62E /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9E9ECC868228D37412CCD7DEA7CE22 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1BD50A58983FB0A7E47454A87F91C15 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDA5B0B693EC04E2E1A909067E02BE0 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D141EB6EB6101998C039B38941B060DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A768B8A953D220D369B2B07FA8259F /* rn-extensions-share-dummy.m */; }; + D1A32A5EB8B9D704912FEFA270B4A62E /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4227A09837BAA05A3AE9D1082C5DF926 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1BD50A58983FB0A7E47454A87F91C15 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C183D65484AB97F1C7519B1D473A656 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1C72B88329D5D9933F505969FBC538F /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FC134CE28577924FBA0E845DE9301AEC /* REAValueNode.m */; }; D1F4F693CF545CCC290595DF6EE686D6 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A1C6CCA9D9DBD22E97F8F734DC256A /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D202A39393002CDD09E58F652661FD4F /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD713AAFED28AF583BD2D64FE89BC5D8 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D210982D916B651CD6DD871EE6D77681 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 794D9C91799055313BD7AD8652AE800B /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D213E26583E236A858E085926F5BADF0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F6808A0964F33A10D3F334501ABD86 /* BSG_KSCrashReportStore.m */; }; - D217C7E5B52C2C6702490ACB0DB34308 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF6C088310EEF30275C9C3B4DBC9F25 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2209C0C3FCBCB80F35566F5D0E21B77 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0369E1124555667E8646DBBF07490844 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D202A39393002CDD09E58F652661FD4F /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A45DB86754B226D0737B62E3C31621FB /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D210982D916B651CD6DD871EE6D77681 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7B920B1FD293829C9A2FA9714DA286 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D213E26583E236A858E085926F5BADF0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9A68AF764561268F380644198B5630 /* BSG_KSCrashReportStore.m */; }; + D217C7E5B52C2C6702490ACB0DB34308 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = E357A9E3468005C08D78222EA5BF427A /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2209C0C3FCBCB80F35566F5D0E21B77 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C739D8EDF67876820304548AC123C324 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D24BE4CCDFB62743F85801293E22F8AE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F55AD6390B75E42F55EECD90216C7D7A /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D254799F912BAF289D21E7D8B98F46F2 /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = A676286CAB723B813821319E7F3DAD3F /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D25FA9A9D5414F9A8060A8D6BAED0626 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B259E547F8F4BB2DB47673E43EAFD93 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2DC7C33837CFABDD27C12D7800DF38F /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 9770701D00AD7BD0ED5458AFB97AFE61 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D25FA9A9D5414F9A8060A8D6BAED0626 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C9F32E288C377170A84391DE3C24A50 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D29D74D07CF36C576D3A5C8BC91506E4 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB8F235B2D29DCCE52C82BCC487034F /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2A53148881ACDA9D46E5A816ACE2F86 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1898123769B7B8FDC4A5CBD11FA809DE /* SDImageAPNGCoder.m */; }; + D2ADB7B46A7F411A4271C4A1293FA574 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E52397915EAD1B9A3E238C4124253997 /* RNLocalize-dummy.m */; }; + D2DBA3C3B3EBE86D0C60B127B3DBEFBA /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 55729E44789F357E9DFF4E004C7E5C3C /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2DC7C33837CFABDD27C12D7800DF38F /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C68AF6107F6B7B7DB4958CB9F2EA6FF /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D2E11DF07AAD7072CC507F7E383B4FE3 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A99024BB3B4EE55C6A3ED1CD817CBF /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2EEBDA9BCA01102E3F6ABE6C3A97AE6 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B7500FFE33613A53567F24D90D17D351 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3204BCC8FC561DCA4B1C49092426FC3 /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3283319DCE73232B5789FE6261D8B0 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D378A9786AB4E247E08941965BA8D894 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89167B14F836AA4BBAEEE438D34AF41E /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37E2B15A6B1B4104E0549EBD94BC4C0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E6F18BD52E0CF9769F64BBFEAE8487 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3D3950E865EED7F402B6FEC3CEFCC22 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C14B476AA97AC9B5965F8675044844F /* RNLocalize.m */; }; - D445888D4E4F09447067816A7EE107DC /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2A8A4DB39D76CF60BB6EC3314F228C /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2EEBDA9BCA01102E3F6ABE6C3A97AE6 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDA95F445BA612CC646E06A605227E9 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D366B1A415A8D188556EFD89B067EEA2 /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C6A0AFD7E09AAC4A3AA35E6F0175503 /* ObservingInputAccessoryView.m */; }; + D378A9786AB4E247E08941965BA8D894 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D92CE5757DCC81A39041EE156BE503 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D37E2B15A6B1B4104E0549EBD94BC4C0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD6621E041C80E2E8557009B22A7C8E /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D4459E62F87603773F4B27E19B2D780C /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D092DBFCC5CB2234422DF2728F3722 /* FIRDependency.m */; }; - D45D4794468B8E9A5B5A517A6F312354 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 80F397D34E7300F8F00F22CAB82A16DC /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D45D4794468B8E9A5B5A517A6F312354 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 90E21009BC714006C387637443AE6B61 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D48077AD3B49A588423560183A9FEBAF /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D8D0CA6E66E84D101882B52AA7A338A6 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D4D31AC4B663B98BC3BDA691706B54F7 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = F426FEE4424D23704CA948BDB5BEDB8C /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E339A238C5C19A933FB40E580AF7A78 /* EXUserNotificationRequester.m */; }; - D50517B878EA523C1179E31ABD24152C /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 73BE4E2BD8191FF1A806D5002828337D /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4ECBFB97245592DB4156EB77244A90F /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = A0567BD7292058E0B82D697D52147070 /* EXUserNotificationRequester.m */; }; + D508405770FB70C6AC8F51E6DE59EDFF /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC1745FC3EDE42F3A560AE65CBE2849 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D531EF8C633DB512CFA35E6DBEF714BC /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AF57766243F49EF324CDFE66B372E2C /* RNNotificationCenterListener.m */; }; D53F382A3D3DA2FD3C31DE200394F712 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = A6BCAA732F3AD64A60113CD253E36D9A /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D5564204A7F5D87194DB1669E7DB1AFA /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 4049ADE92FECBC403667D3A0C2152CD6 /* BugsnagBreadcrumb.m */; }; - D5738A71F184742779E1DCA4C168C0D0 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = F748C1911393D3A68ED133957A913FF9 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5564204A7F5D87194DB1669E7DB1AFA /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = D3E3B51156A68A9A07965D4C50CE8050 /* BugsnagBreadcrumb.m */; }; + D55BBD0B0FC54037A6C130F61E74E977 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BF868AF1CA3630C36493C0F530ECED27 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D56E2D9C46141D1F2C24BC3F0B6DBDA8 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF322AF97C655AE4AA823818E4B1D7F /* REAParamNode.m */; }; + D5738A71F184742779E1DCA4C168C0D0 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8523D39D950B27E69E151626CE1AB85A /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5904C11D3F52C440DF5DCCCE833DE71 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = CCFF7C53C3F65EAEFBB65DD3DBFD0080 /* FIRComponentContainer.m */; }; - D5984168E9066237F6EB8B51D45C4BB8 /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = BD138F8E84C692E0B4161D3612F0BABE /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5A1F0739FA2E7580ABB46D628B6566C /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC8110D8F6EEF1C21845076F7100B10 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5CDCC6CC59E312C8FF44F4CBE53DCA1 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = FF1CA10439430CC049CD5687B975EE75 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5FBD20D854A8276A9E6B76B9E0223AC /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9320BE88E741DEC5491727C41EC8630 /* RCTAnimatedImage.m */; }; + D5984168E9066237F6EB8B51D45C4BB8 /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E63D8AB152AF724380C61892E2ED7D2 /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5A1F0739FA2E7580ABB46D628B6566C /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D11BF3B5B3EE2C87C55B931C270BDA5C /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5B4DBF3AA10EA1A2C27AC001287865E /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 55EFBC31BDC682BDE52319F571FC8B49 /* QBAssetsViewController.m */; }; + D5CDCC6CC59E312C8FF44F4CBE53DCA1 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 16A53AB741930DECC26188BC5AA3C3B0 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5E5ACE69EF8853D83CEF33B07FBC7B4 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B03401611E7C1DF1E567F44E4916B3A /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5FBD20D854A8276A9E6B76B9E0223AC /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = A0CF32B10C91420B1570522E10992CF8 /* RCTAnimatedImage.m */; }; D602CA83D7A250B11256793383883037 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 01BBD07444D25289FF0B81B0B59ED73D /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D63E0FDC977B7D37E5E7B0FCCCDAA112 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C65C4BC155F8AE8FFD112237503535 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6869B73F40E6FA4A63D140138EB7758 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = A87EA7E9759D4E10D3F233F2428356EF /* RCTProfileTrampoline-arm64.S */; }; - D6932A9841270C9656235F236EFF4D9C /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB71B5697E561D8A2B1717AC483B5AB /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6A7D6407BD62DAE7B2747257F51E86F /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5AF6B43CFA93DEBD14614EBFA674FE /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6F91C8EF14721DC18121C0A00F2C00D /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E12BE8126CFBA86063B52BE2F28A4BE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6694455A00342EF6515375365C6CFCA /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4495468D6608A6D5DEB3E37481C38D69 /* QBSlomoIconView.m */; }; + D6869B73F40E6FA4A63D140138EB7758 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 357474CF8AAD4563F83C55F5CAC24DBC /* RCTProfileTrampoline-arm64.S */; }; + D6932A9841270C9656235F236EFF4D9C /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5979F2A313B60D345CE639883301C742 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7182C0FDCAE8B97CE1BCDC7866C69FE /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C321C88AD1064932674547B58CD6BC8D /* GDTEvent.m */; }; - D71B1565BA5D8F4829F30D0077517342 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFA46D343260CFCD8636C9260F0491C /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7363537E5B2BE48278077E2AAB7DB45 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = D8849FF2FAA7B4ADE1401764D456AC4F /* RNSScreenStackHeaderConfig.m */; }; + D71B1565BA5D8F4829F30D0077517342 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 99B23E3EBAA821EAA1E5C95A11B26F98 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7344A3C0B38CA2F0B4BD28C4F5602B7 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 752D8F4C1A2637E63BDBF6394EE1B052 /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + D79106A22E77E2CD2E0AE6AD9526DE62 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4A548709834040A93E5741CE5D828E /* react-native-slider-dummy.m */; }; + D797A1FEE886D0D916BF378DB9158854 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE9735D71B5CD9FB4D7D210D773B985 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; D79FFAE4EAC3A02B6B035E2C6F0E6004 /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = CADAC6F2BA25DF61057FF0ACAA1F600E /* GDTStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A0241B4D7E9A2491A09B85016D437E /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3029E18E24246B70A26D3FD217BFCE0B /* react-native-webview-dummy.m */; }; D7A3D6DECC6A88ACCF265FBFAAAE55B2 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 61DD778AA260EFB0DA87E2250F978CB6 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7C72219BFF46D3BF6B9D3C56A382981 /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45FB1312D81FEEB70794428B63278243 /* RNReanimated-dummy.m */; }; - D7D7A86887D107BC1353D15FF525A8B3 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79EC6F19D4A58C5FB85C74142CA592BD /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D7D7CD8789416D45E1DF082CE613AB6A /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D415352E3499FA04B015C1827EB89DF /* RNBridgeModule.m */; }; - D7EB87D0FB19A22450DFD9D023957035 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D666C4436EF461909F1FA890E75B227 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7F108D103506455129DE40090117A9A /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA1E6F5DA1C5B7BE02C7F9FAA2E7D246 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + D7D7A86887D107BC1353D15FF525A8B3 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F1785279879E43093D534EDCD9482936 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D823909993E47E39D171FB7EBE48A08D /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A258F7F2761793B8CDB477C0D07F762 /* GDTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86C3B91E4E3C0C7AC7738F355805577 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D97FFC28C9414B95D589399763961D4 /* NativeExpressComponent.m */; }; + D86544704FEFFE6555D5C0415788EFAE /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1EE9C083EA2418A2A278B502CC848A8 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + D8915AD3A55A1051B64201C24E64DB38 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E86D10B109765FA3A9CD134DEB466EE0 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9125A7D468ABB6DE8D4717AD1450093 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FF30C375154C57FA408D39486AFEBF2F /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; D931F1A1D54357CD2450DC7D8A6DBDEC /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A1F9DAC3DFA902B26DCF0B7DD354C5 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D965178447273AEB9F1772E747F8BA48 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C40A12532E5FF027E698CA648F6AE6 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D970D9CBA98D3E5730F5DB4753F5C6D8 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = B67C0CBCF0E90DB1A7017C4FA305DE0F /* SDImageTransformer.m */; }; - D989A45D67FA9456F6E6848A119C5D73 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E9CCFBD3A7AF692B506909FDA846C710 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9962F5C0C9C3EBE39511FC3B26AAC92 /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 730986CBED7A03B02DAAD3CB7CBFFB05 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D99F6D603AF73E8B5E6D32234572F07A /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 38FC85EF33B83764ACF58D59A2FF5A26 /* RCTGIFImageDecoder.m */; }; + D965178447273AEB9F1772E747F8BA48 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C8BCF4FCA57CC82870D0288E2B5F10 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D989A45D67FA9456F6E6848A119C5D73 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A8BBCDBFAD6B877B49AE5E6FD41E37 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D99B00E3FA7797DC2A4967BF06CD979C /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F5BEE9DEB9C9B3477B898BC2936D4A /* REACondNode.m */; }; + D99F6D603AF73E8B5E6D32234572F07A /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 34DA9C34DD83ABC8C72C6F90801C5A1F /* RCTGIFImageDecoder.m */; }; D9B8D3BEAB811A518074FF96EB5E2E8D /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 59BF1BFAFF7BD1B8B372FC1E31A781FB /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9DA78B1DF94979A023785485229B705 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F9329624C946422F472DBDA7AB265A /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA337624A33B97155CEE95E6FCFD1875 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F435392ADE74924F22A15846C00814 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA4A515A46C261023212C348BD2B3CD3 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3DF2419CD1889E2B7759D0212C1489 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA8C387EE4EF6B4384DD7468046C80FD /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 21F17E06C2BC683EA3844510D8BEB780 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9DA78B1DF94979A023785485229B705 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9140D46562590D1E8B0FA108379E8D65 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA15A29E617656747F9F9848A907484F /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB8A9816C1DACC8365A1125042E9C11 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA337624A33B97155CEE95E6FCFD1875 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3029D4DC0AC884BB6E4D754EECC8EBE7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA3E2FBE7641317BB1E93E51373020E1 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA247F5974A6677929F9A981DE7CEDD /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; DAB02821C84F2BA4426C6DD3AB7D22EF /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F1792F185C1EFF989F2C94A71008E24 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB9CFEB6D5A25D239801565F53AA55E /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CE98B91B77E42906684C87AB8E0800E8 /* RCTSubtractionAnimatedNode.m */; }; - DAFADAA97E53638A213F13FF37F3897E /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1367958180570BB91AAC503D0DA52EA5 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB62D7A4AC6477F0A47DC730E0E5D6D8 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E29358304887AE9D591F76515AAAE12 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBA674449470ED2F334F61914E16C3EF /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = A5C0990F7808701C0C84DB9A1A691EFE /* BugsnagCrashSentry.m */; }; - DBFE9FF3F1580DA80CF64B2AD984D1E8 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BC1273027B89903D2FA02EED7206E7B2 /* RNVectorIconsManager.m */; }; + DAB9CFEB6D5A25D239801565F53AA55E /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A30DD57FB6A1A322BCB5BD26BBD168CD /* RCTSubtractionAnimatedNode.m */; }; + DAC0DCD5DF9FD789233F783E871491FE /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 89EDDF470744860FEB131F2C09AFDA42 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAFADAA97E53638A213F13FF37F3897E /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2305A32EE0749D31086CEBECDB2D0FE7 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB3A3D5F6B4667FFBDFC308C6977CEB5 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B338DB1CE645F77FDE0E81222708029F /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB62D7A4AC6477F0A47DC730E0E5D6D8 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FEFBC926B9C42A6C9127AFCDCCF52563 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBA674449470ED2F334F61914E16C3EF /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E2E3471C868C0AD5C395055636C70D6 /* BugsnagCrashSentry.m */; }; DC1370F458358C5BE438A6A0ED227DA6 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 4976912BCBFCF8892B39B53A8E444D45 /* FIRInstanceIDTokenStore.m */; }; DC158CB98CECA6B43EC601E2B84B64FE /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2454F868C3BCD08C06BCF642E31EBC55 /* 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"; }; }; DC68D05D6350E5C93111DED36C4508F9 /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = CBE49B902ED4AA80540702944BFB6633 /* GDTStoredEvent.m */; }; + DC7155D0655B284ECA4488B85A8AC4C6 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E199F711D4440B07981F439BECB6F1 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; DCAC9CE673B917B1F1772C266A09DC72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DD388E5DE9378827564BFDA3922FD5C /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DCBB73EBB05EB003A73D9DB460FBB176 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C763F7A19E5C62201E3BFA66067DB8B /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DCF91B80EE862FCF703B507D0F53E941 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 740AFC452E3C0DA7FE00D399D41B3C8C /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DD0004006C191E2E809A5E088C552265 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = E0FE5E4F949A2D2D334FEB6417F012D5 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DD459A309FDE3AD6B6E0958684A9C991 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC6A8BB06D24B48DC4DC36CF9EC67D2 /* RNFirebase.m */; }; - DD8725C3B6985B7230D09C6699BAE658 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D72A5086705F3BAFEB1269EBE778F566 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD930A4AA46CFF94437EB53FC9AD23A6 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 00BB468BBAD5B831C59D3100179CC4D1 /* UIImageView+WebCache.m */; }; - DDD9A7ADF40528228C8FB6ED7EB5CBB7 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FA30C04F08AEB225F3EB7F744A92F7 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DCBB73EBB05EB003A73D9DB460FBB176 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9030D3ED68F37D23CE302E783411BE87 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DCF91B80EE862FCF703B507D0F53E941 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 53437B5339C52D81D91461F1361628AD /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DD0004006C191E2E809A5E088C552265 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6070E6EA6D29F8C1E4F58BC4F716B616 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DD33B49820E4AA0C4B9B316CCFEFBBBB /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD01E8BD3B0B67A395D0598DAF3F1F7 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD8725C3B6985B7230D09C6699BAE658 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EEC77540511784E37C331AB20D4DBD /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDD9A7ADF40528228C8FB6ED7EB5CBB7 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C25F8D8F1183ED914976B3071FC9A5B /* RCTConvert.m */; 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 = D5E13D2F2560B38BE6E926B65D649D7C /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DE18DC12317A634A52985DEFDA7576D5 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A1C6C1D4F09382123FB6187EE8CF02 /* RCTNetworkTask.m */; }; - DE6406EA03AC88187348881599BA0059 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = EB44D8F303D45D242103CDB25BF48DBE /* BugsnagSessionTrackingPayload.m */; }; - DE727A9FF9D83EE77DD68BFF31C0B154 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A60CAAA7F985AC2622D11572F1A620A /* RNNotificationParser.m */; }; - DEA6E00F5D99B6BA8F80C9B63103C86B /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2867C037657646F9A287C781D9B5E438 /* RNLongPressHandler.m */; }; - DF0872DD879C871B1A0027A72ED6F3C4 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E760992B2650089B51F63143D7E9C3D /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF2B4FFD1056894F3C09D7E80C75D4AA /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = D4CE9E92E07ABF17FED46F4750B649E2 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFC9626E44A3BB97940B5EB1ADD22F9E /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C743CD5F6E78B0DFEAF3C1C92EF55E /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE18DC12317A634A52985DEFDA7576D5 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B37CEF1B5C409891A426EF17A5BB050 /* RCTNetworkTask.m */; }; + DE50674BA730137FEBB92C007ECA7DAB /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 728CE0419461B961D176D79650669EBE /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE6406EA03AC88187348881599BA0059 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F111EF6C998146B417B27002157C45 /* BugsnagSessionTrackingPayload.m */; }; + DE8F4905AD097BBBE0B3B4C6A5A81408 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A4331698139734F99049964B2DD973 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF0872DD879C871B1A0027A72ED6F3C4 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 273CA956EA2999827DDB31D0BE548E01 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF2B4FFD1056894F3C09D7E80C75D4AA /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B7CB5DAB327026B497A9AC0A4EB325 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFC868FA2E85EECB94C080B8A5467D83 /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0750D4B73DC173D99EBE29BBE0157A /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFC9626E44A3BB97940B5EB1ADD22F9E /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC2449DF3C6213C58139A282022C455 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; DFDB9C30D67ABBEE3C6D103E6B4B373F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = F88C750675C9707168976614308EE3A8 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; DFF94299EBFD53A2C967D837D2E906E1 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E3D0280F0405F05E16163B124B4575DF /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; E013C99C68F6C512DA43F88FED52DDFD /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 51EF53A19386A399A55A782B560B7CB0 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E027BB1783A267300840EC554FC08C90 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 535112F33FC1AAD3056ACC632C03B0A6 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E02A84DFE301C23D8C24C8E3CB035A75 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECE54435AD5DB72830CE00AB61B4E70 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E038A8B1A450AC9DA147B0189FD28E9D /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D5927AF267515C77C90FFAAA11F663 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0564AB539B435E69120A1274D90EC4B /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E75C50F92E130F88D4B6358253C445 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E02A84DFE301C23D8C24C8E3CB035A75 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = F0CEC95F759E134DCDD4E19A3A2EE923 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; E08D5ED498CB4DA17CBB17B92FE36331 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = 19336C598B620238AAF4F39C4762C445 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0903EBC44926604586BC4965B53E08F /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FC79867D3EBAE9C8077300734E335FFD /* RCTVirtualTextViewManager.m */; }; - E0C8FDD5F991FAE4512A623DBBF0F9E2 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FAF41B1B290E8EAE555F939966E563 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E104345B26D010F0EF3271C1FD85097D /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3168B94989DF6941033689BD8D948B62 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7B0C7D5C08B338703C396DD3B57ED7 /* EXDownloadDelegate.m */; }; - E14135FC1B928B179065F46E98AB35AE /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA31621FA1C8B1F40AC093EBA9775F25 /* EXAudioSessionManager.m */; }; - E1E935FCE6261A9AF8AF65236CE642D6 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = B06EA9ED33D7A432E1ACE38EA9409FF5 /* RCTMultilineTextInputView.m */; }; - E2350E979678E34F41717CFBCAC1BD16 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CC97112575841E4BF0BBEB424C56236E /* BugsnagKSCrashSysInfoParser.m */; }; - E24F9A620D46F9B6C5DB1889BBDB6ECA /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 144544B37718F5DFA20D7004986219FC /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0903EBC44926604586BC4965B53E08F /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DB1F18BA5BB57CCAD55B4931F84C2A4 /* RCTVirtualTextViewManager.m */; }; + E0AAB3E1967C7F3F5E4B83E408C9EBB7 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 921AC7722F2C134D66F18F51A88B5E37 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C8FDD5F991FAE4512A623DBBF0F9E2 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 26CACC88DAC748A5F629BF65F05811BF /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E103BA3C652B15B4FE76731B5CEE03F6 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = C5963C328E7C3559A3F4E49F6284D75D /* UIApplication+RSKImageCropper.m */; }; + E126D849B2811DAB3717ADEC424D7657 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1054CE534B1AA840ACFBC967EA0CE528 /* EXDownloadDelegate.m */; }; + E14135FC1B928B179065F46E98AB35AE /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB25596468D7B800C8EC4065F1FA387 /* EXAudioSessionManager.m */; }; + E1C60548FFE4EAF53208BDF46A5C8841 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E42B64B0442DDB8AA54EC4ECA7BB35D8 /* RNFirebaseAdMobNativeExpressManager.m */; }; + E1E935FCE6261A9AF8AF65236CE642D6 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 420CD35617478221BA95BABEFB70A80E /* RCTMultilineTextInputView.m */; }; + E20293BE8995C099895B8B1F3495871A /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3536E3B9F48C303FAEC67706B4D8E6B7 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E2350E979678E34F41717CFBCAC1BD16 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = A96856A0800AF867102FB333ECAE8C23 /* BugsnagKSCrashSysInfoParser.m */; }; E2B7A1B54C0403C79E71E3DE34AD8B7A /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FC5F4A4B0F357892B3C1FB0277C118D /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E2CD9D3A8917D6DD7B74E8BC8B2AB7F2 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D84BF71B3FD7D916318D8AFA3EC8C5BA /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E30665E574F2E9D1081E636C81F287C3 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A938235B3F79C2932F1080A077DCEA /* Bugsnag.m */; }; - E30727892AEF7B1ADFA78BAD69758821 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BF2586A232E616FF99C351820C4FEAC /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E366F346297EEF488244AD806BD9610F /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF7C85CADD71560CA8EF5F077926162 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E39BDCD2741BFD90D1A0824A14908949 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = A5328265B65371E9D6B710194CAD7C06 /* DeviceUID.m */; }; + E2CD9D3A8917D6DD7B74E8BC8B2AB7F2 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F003ED816FC8A9E95D36A5BCCB3BCE /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E30665E574F2E9D1081E636C81F287C3 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = EC101901ACAF307E37D834D05D976EF4 /* Bugsnag.m */; }; + E30727892AEF7B1ADFA78BAD69758821 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD3B9175DC4388521492F10BC3C47E4 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E366F346297EEF488244AD806BD9610F /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CD19907657AC2538E303AD2EF0AEDB /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E3E7193D979125C005FF9F15A1A135EB /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4076DF0A469809876ED5AC70A29FBD75 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E42E9A01A68A527BA80C78D9969D267B /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1822EF5AE7B426E443FF51DA80C445C /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E461EFB4D5C63B31F8700C5137F650CC /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF27DFEF0E55DE0F3985BBF40FDD829 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E46411FEE5DFC4B164A1A35FF2A8ECFD /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A74365ADEC5F621E9ED8B92BA9D9B15 /* EXVideoView.m */; }; - E46A2B42C88A799049645529347F7402 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F01B7C0C00084BBB6DFEC5FF1F3D1B /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E497753603A03C75821AF582991D8F61 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E14DC5CD5C28CA59A5678EE181FBFC /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3EA45E694E3979375C5326BCD0A8276 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0BE689D12CED12678638FD555066DF /* RNFirebasePerformance.m */; }; + E42E9A01A68A527BA80C78D9969D267B /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55FC3AE96C1D1F30FB8729DA8D64DADB /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E461EFB4D5C63B31F8700C5137F650CC /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD1580D79B2A3DA33170CA77689B1DE /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E46411FEE5DFC4B164A1A35FF2A8ECFD /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEAE2AC26DA02A603A1F16D4309D583 /* EXVideoView.m */; }; + E46A2B42C88A799049645529347F7402 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = F16C2063C605F887C6442E624E97A2A4 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E478FC14AD04D53FF43C2F00C9466BF9 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 171720FB8E3A6800073AE237427C9B09 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; E4988068F00F7F1B67427233470219DC /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E72F0A2702F526EF198EF77E5D41D34 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E4AB22518922D98B2FEFB1CEA32411CA /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = C38027A5C41130D4A36A41863AFE03DE /* BSGOutOfMemoryWatchdog.m */; }; - E4B1A0B26FC926A4E8CE913C4A432BD6 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 363E6F052C48D3F0193DFD739D5B2222 /* 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"; }; }; - E4B634ACF30454A780902FCE677FD782 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6D6243FE11718BAC28BE6A7C3E6C22 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4AA279233DEB52AAB7301B7CB79307D /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE9CA46093DAD9047A73167917D6484 /* REAStyleNode.m */; }; + E4AB22518922D98B2FEFB1CEA32411CA /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 069B9535894CC437500AA6970438E007 /* BSGOutOfMemoryWatchdog.m */; }; + E4B1A0B26FC926A4E8CE913C4A432BD6 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 44115FD5D671B0E1C4224B512FB712B6 /* 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"; }; }; + E4B634ACF30454A780902FCE677FD782 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 580B5510357F0FA688D1F66930D23066 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4CEFCFA79DFFD90EA4F0DE27E440B6C /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E75F1AB38A5F35704552B1D2BFDB0C /* SDWebImageWebPCoder-dummy.m */; }; + E4D08837050D207C3DF9058329FEFC4F /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E42EE08627BD2012BF134272A222A90F /* REASetNode.m */; }; E56A382EFCB1212FE0C79493D0A3A9E2 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA862307DD6E020CD13E3A0E6861D2C /* GDTClock.m */; }; - E59F4AFC94DF72B95C8EF8136FC5C394 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA5B7A03641BA8B2DBE29A614E7770D /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5A9CC432046CE42AF86D16145F197FC /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 30198F89533E567DE6EDCC4C1D62CF34 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5ABD4952D52B981BDF0C6EA2D571A1E /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0672CC33362C8EA9E2EC7642931B289C /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E59F4AFC94DF72B95C8EF8136FC5C394 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E9BA6C256C0C4E9BF165FBE355297D1E /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5A9CC432046CE42AF86D16145F197FC /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = B92FAB8C34849F2ECB38D6CE52E75380 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5ABD4952D52B981BDF0C6EA2D571A1E /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC746C5D0AB91F60A711E652203D98AD /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E5D8C91086E97408A4280CE36D002303 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECEF1925EAEB2CBA95247490A09FA6A /* FirebaseInstanceID-dummy.m */; }; - E5F255FF4F6E16C336F83E7BD03120A2 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CA10FB1E0DFFF0B0FD133DC021512D3F /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6317956C4C7AEFAEE35CEEF41FB1C75 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D33198940256F0ACFB9163452F4A40 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E634411D2ADEBE157C0B9F1CE5245BA7 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E0A1BE111F61B60F675C339CF757757A /* REATransitionManager.m */; }; - E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1E4A406BD935C2DA57253C04A20DC4 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6D1B1C16D945352963DBBC3AC35FFB6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF84AB54A8F38ECC2DFB2FEDAEB68B0 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6E86F3404E7AAC2CF68668C3C426B94 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FBDF8189F61B9E0CAA944B2D73AC6FA7 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E71EFEBCE16C30905CD1EDF4534D68B7 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C66417A8A5758738388ED7AA58B30060 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E71F59E0DA3F7D14E56DCE0EDA82EC8B /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 10DEDA49051F0A402D01324F03D9BC16 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7329071AF145A5BFB2DB92B8615ECAB /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A8518561956A95E1342CFBCF21B6FC01 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E754433A855300E3471A960649F23ED3 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D06BEE9895A2305CDB2C4ED3A1E97B /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7621D8D8EBCA46BE9FBC7B1DB679578 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13E15D09E335BE6074D12F5BDB1A19EF /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E7A7A41616537D8DAF37284B12EB6F86 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B1E064D2E50907DD555F51A6E9449DF7 /* RCTImageBlurUtils.m */; }; + E5F255FF4F6E16C336F83E7BD03120A2 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D91201BB120DFA7F3D16F1D44279C8B /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6317956C4C7AEFAEE35CEEF41FB1C75 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D277ED473E132B5BB08A24A531A2459 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E69ED3A00B9F4163731C6D24B66D0C6F /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DDDFF4E93D6FF61A793208796DA2E7 /* RNSScreenStack.m */; }; + E6B5795FF7682CBDA63CCD59D0F77A97 /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 571AE852B9CCB22D43C5255D662ED14A /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6D1B1C16D945352963DBBC3AC35FFB6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE8F193C9C3921426B447F0D48EB916 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6E86F3404E7AAC2CF68668C3C426B94 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCA51DA8D464334EFF78166D2707057 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E71EFEBCE16C30905CD1EDF4534D68B7 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6967C5211464DF9E81F208C4417D10F3 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E71F59E0DA3F7D14E56DCE0EDA82EC8B /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = D4004E6539B73F70F309F6CA3B8BBA3A /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E724075127B90A7950EBAE8838F8D04A /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FC835CDE9DFEFF1104EF4F7E9A0474 /* QBCheckmarkView.m */; }; + E7329071AF145A5BFB2DB92B8615ECAB /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6937F539FAC6368C143760466C3198 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E754433A855300E3471A960649F23ED3 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1736828DD92323F6CAC9BBA918DB2022 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7A7A41616537D8DAF37284B12EB6F86 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C25D6F8C29DF9DA8B1C005C128B04811 /* RCTImageBlurUtils.m */; }; E7C34B87DC7FCB383BC57216BEAD94B4 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = D7840E936631EC0CDC218A200B993CCB /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7CA73D48928C3D6473047FF478B1256 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BC42A9111822AFEAABCC60C8796759 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7ECF1DC7FAF27B4F468120EA69FC3CB /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C652809A4EF604F7132378D11C07B20 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E83F2B21A9BA6422B24618C9BB1584A3 /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0BF147CDC3863A03E6AD4CDCD05EDD /* react-native-video-dummy.m */; }; + E7CA73D48928C3D6473047FF478B1256 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B467BA07B4CCC6325F30CAB2BC56F9 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7E5C48296A9CC9DDE4DA5540329B3E4 /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 164FB0C39E919F2AC47815389A0FF99D /* RNFetchBlobConst.m */; }; + E7ECF1DC7FAF27B4F468120EA69FC3CB /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3132DE79F995E19F96B64715A5289A /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7FE378800D558A2484949F182D6D1E8 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48CD830F7E24DD3BD7BF4A528CBACE50 /* Pods-RocketChatRN-dummy.m */; }; E86169365D2CF36E06692F2CA8B48644 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 51EC25D6C6A162A67D36BEB029A41A95 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E89850E58EF9AC1E0B8B793A66B4E83D /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1FD61059ED51E365EB8C98830DA1DDB /* React-RCTActionSheet-dummy.m */; }; - E8A20343B7709790456A9B7A97749D56 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B8D6A01971F78DEFE0CD090570F95BAE /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E872139A14C8D0D5591205D3C4BD4775 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 38019B7D728089DE409145EAE88A98B8 /* RNGestureHandlerButton.m */; }; + E89850E58EF9AC1E0B8B793A66B4E83D /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6377CE1E69DA42888216AAE8713E1D79 /* React-RCTActionSheet-dummy.m */; }; + E8A20343B7709790456A9B7A97749D56 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A5EE7D6FE701B4B2EAF9123D60FA19 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; E8ADD9FF1D22894886D0DBD93EAB58F6 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = B529D6561C8E09398A4D6B2FD6D4356D /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D743770042CD9C6CF68FE5BD483250 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5564BEB590405246294DD1CBD8BFAE3 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E8E90EE4CBF2FF2E51D99D1F64BBC0CF /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = B22C08575AEB62A243675DECFA9C489C /* RNFetchBlobProgress.m */; }; - E8F368D64FD92104A334BB047D78DC14 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 343B4074993DCF17EBC2939439C15A10 /* RCTBaseTextInputShadowView.m */; }; - E90D89D913D23E6081C58A765F3DC2BF /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6355702DBCA100421558425DCD6D8B /* RNUserDefaults.m */; }; - E93C93B563929FA6F35750D095DC6D42 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A9382F9E14149B5BF4108CDC945FC934 /* RNPinchHandler.m */; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6947B19437ECB63258DC7F7074A020 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9E1124F01D54146BCDBA6186131A250 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F01E326CCE406D2A49E4A10396547317 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8D743770042CD9C6CF68FE5BD483250 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C4CC1925AB8CE0AA9162B3555C47203 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E8F368D64FD92104A334BB047D78DC14 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A5CC92C269E4299548E5EAC7346CF1 /* RCTBaseTextInputShadowView.m */; }; + E9580E3FEF243AAF7A0A41F695F158E0 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 68C53D78F5C0E4A6985095AC54E666E7 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E125D74C3CE63B809C72F8815706750 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9E1124F01D54146BCDBA6186131A250 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6852A729FE1DC97B1B5B85E2E42318A2 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA4EA907999C368EFFB0D9B659A32B7D /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 449F86CBC2774A4578C9500DDD652047 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA6891F186F6D0A4A43ECADF38ED0A4E /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D8057B8F868DFB438C6C5AC816A6B7B /* RNLocalize.m */; }; EA7AE374EEA24D06EBB84EBDC187CEF8 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BEB0A7E7B4336A14038F4285B9C119 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA952E6CE62C2EFCC36A3105B19E5FA7 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = E5AB4A66A2FE5D8764C6EE9096C72518 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA987062FEAB0A5F32418E727A81CD12 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = F1EE90878DDB3B66274AE580B748C31A /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EACC0556D8730EE9B6A66DA5C669E1E1 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5244DFCF5A940640FC0A13601331116B /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EACFA3C20D634B4751CF36B41794752A /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 1397DBF6218AA62653DBEE59059B323B /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB1CF03E2649714EEFFFC0310F7F0CA8 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95A6CF289CEB268659DF4520A94F2054 /* React-RCTText-dummy.m */; }; + EA952E6CE62C2EFCC36A3105B19E5FA7 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFF458B1EE2DAB517A39337B06F3D4E /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA987062FEAB0A5F32418E727A81CD12 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3921FEA6E4E9DF38DC25DB73EB353A0F /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EACEFDBEED85920BAA3A99D9A455201D /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F100A357FCB4DA5ADD5EAC844EA1DB /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EACFA3C20D634B4751CF36B41794752A /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F64307F0EE1165D748D0C38790F8D39 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB1CF03E2649714EEFFFC0310F7F0CA8 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A95CE7354EB8FD867D9365662CFEF77E /* React-RCTText-dummy.m */; }; EB5EBE499F86CBEC104916F420C11BD4 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3C0454A6AC4B050222DF1E587BA9562F /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A726284EFD20935D731C08A511D713 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D474EE1D460D6A47D08D7C277CF6737 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB84C96FCA76318795D1CCA9A7E47337 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = B7B56761649607E003E9AB43AFCAB488 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EB89A1D3EF25464F1B626707704E6C99 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF64F723099DEC0EB5B0C9F5CEAB3B19 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB95D5462B66C8CF8FA836B71DC20022 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 21C2FD82F3EF2E1D1385E4CF77E0EE21 /* RNFetchBlobNetwork.m */; }; - EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 184A5FE6720285DD234352C0BE668DCE /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB315C78D1F1D6E671461C723D0AEA6 /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1617C6129814BD692F81CD11B543090D /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB7D00E275E9B10ED1F60E8E267AC76 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC11BC507A7E2C29D98632EB8C9197D2 /* BSG_KSCrashSentry_CPPException.mm */; }; + EB89A1D3EF25464F1B626707704E6C99 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A692288C13E0B38BBE3BF475FE48AC13 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E3E954B1C78D24552F438E212E5691 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBB3F764C43A8275BD3193F3EB968CD3 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EB522040EEBDC5D6B12E41D66921B3D9 /* RNNativeViewHandler.m */; }; + EBB7D00E275E9B10ED1F60E8E267AC76 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 189A3065B407FE53DCC747BCCA5A41A7 /* BSG_KSCrashSentry_CPPException.mm */; }; + EBC95D5EA79BFE084631937F7DC6ECF2 /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0B0AC351305830464AA022D630F1A1 /* react-native-document-picker-dummy.m */; }; EBDA10C96D8A27B909F8DB3B0A7C32F1 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = A7DA224DDFAA6C4A9C02670A8B4CDEE3 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBDFC15B5E2A8280B3DBC83194407A70 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C3156725A520FE984536BAC0B9B7EB41 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; EBFDCBB17699B2B9EF9142B4B582D8BE /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B84861B5F138BACEBDA0F0D992379E /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC0254F1806EB104DB3FB25F248DCE18 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7384F92614915774FE7D143644A6AAC9 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC0302D2F7EEE71FBBDF53808DA6BD90 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB5F55088374969C34AC879E3F596C0 /* RCTImageShadowView.m */; }; - EC15CAE455E3FC4F59376DF02511FFD2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07E594E877E1F9E3658BFC8FC4381506 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - EC32DAFDA84025DDCAE462C92724B3D3 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABF9E15E87F25B75581ED9825AB0A90 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC35B0A1FB34DA8646484C0D21C0DDC8 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = BD5288BA61AC1F0A50A3CB5E7F211A76 /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC5E4034C85E4881E6BB75D8AFF68D6B /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 270D91A8FE15937EE7AAE531B81CA808 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ECDAC834C27FE214D2F761520BE9C48F /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76657910171C675682A5C4E4F4BDBEFD /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ECDCF64C7ED251B52033301A407A0E89 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3162609F6B6850B1DD8A9479CC18DD16 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED2626790A458132F88E904C665E24A7 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D2425D4C3CEFC71CFF79A3F397658994 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ED54271554C158A243D0D86BEADFC5D1 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 341CFFF0DD947EE9C0719DB50875B42B /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED6133B6222E081FC679CBDE1EA4ADFB /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 585D998B4AFBFCCC1B052DF5DEAC44FF /* SDAnimatedImageView+WebCache.m */; }; - ED8457448E87C986B7B5F51C3DE39EE1 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA657D183021628BF32ED7BF4CCAB778 /* RCTHTTPRequestHandler.mm */; }; - EDF46B245B435882484D77489A7CAE91 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 537635F4708B126906D062515A1BE3A1 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC0254F1806EB104DB3FB25F248DCE18 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E02CB38755E079473B8393106D28D76 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC0302D2F7EEE71FBBDF53808DA6BD90 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A92B8CBB2B4F648904A111CE755E02CB /* RCTImageShadowView.m */; }; + EC15CAE455E3FC4F59376DF02511FFD2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 064CF00929F506B5C16A7AFA6434DAA3 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + EC32DAFDA84025DDCAE462C92724B3D3 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E675361AAE40510061F67D83E176DEEB /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC5E4034C85E4881E6BB75D8AFF68D6B /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C176D130CEBCEB861121E60CB70EE892 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC8222062989F05545745DF3B1692B47 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 573BAA8712B029CA51700CEB2B4E9FFC /* RNFirebaseAdMobBannerManager.m */; }; + ECDAC834C27FE214D2F761520BE9C48F /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B77E884342DF33312B62EF4C44904FB /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ECDCF64C7ED251B52033301A407A0E89 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6390BC90E47BD15A5C60B3A7B150FF2E /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED2626790A458132F88E904C665E24A7 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6594D986C0242CB0747B62B495FB7D2D /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ED54271554C158A243D0D86BEADFC5D1 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 433A1C6838E0DDE997AC12A082CE28E9 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED8457448E87C986B7B5F51C3DE39EE1 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 38A8B8DBCAF9200BF67019AD6331E4BA /* RCTHTTPRequestHandler.mm */; }; + EDF46B245B435882484D77489A7CAE91 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C1383512642C64241EEE20966562BC /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE104EF6EF79C1AF1275B962BD8E1913 /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D702FE70CFB27360A4CAEEE7801519 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE3FAFD07B502D3D10E589EB1F49A62A /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1286014EEAC46A520E1958F1CA19D658 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE6961B0755474332F4C717B0A901405 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = D54E02ECEE3BC2207FA1DC90CA0D0CE3 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; EED6B6003D213CAE58C690B80D6A447B /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3800256FEB699AAE2BD9C7A5D738A61 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + EEDE8FF1300DB9133719CFA17194DD6A /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C6F52C73A69547A8F79B0ADD6616B8E2 /* SDImageCoder.m */; }; EEE61B47ECF7B948D4ED9B19FED7245A /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = E27287031B8AAEE45985814B4EDF8D08 /* GULNetworkURLSession.m */; }; - EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5553B7B08BF84D52C10343090077F8C9 /* EXFileSystem-dummy.m */; }; - EF0E83F7909A2744CF3999F264F04D63 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFBF632115CDAFBCC595684733B6E22 /* QBImagePickerController.m */; }; + EF057C036B7B732BC9F983413A29C1E0 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBC755979C5A7924B239CE2863F75D2B /* EXFileSystem-dummy.m */; }; + EF65466E0A6218827A53048641EDA9B9 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 105510FA7F0B670B5EAC334893288FF2 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF8033FBE008CD4B0826A361DF15F3A2 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 00C3D0C02296D11958CFDD6C18DC5CC9 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EFB4D1720D3D650A93EE3192A6015BE0 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F127787122244C4AFE496D25DA31D4A /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EFD288EA85F0CAD64D49673283FD90EB /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86147824685623C46CAC743FC1BC6364 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F019A4847E7D297D6E3E9638E55E3C37 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D801AF3D252F806D05976A03102E51A5 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFB4D1720D3D650A93EE3192A6015BE0 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7485AE21263F1EAD59FC0EC29B1E0746 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EFD288EA85F0CAD64D49673283FD90EB /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B35C2375B0BDBEE35665BE89369BD0 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFF42EFCFFF4346E8CA3E2F612EF3419 /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4A537036E690116369ED1A7139C397 /* RNRootViewGestureRecognizer.m */; }; + F001BEC1281321BDA8CF8E526944F0B6 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F1D6B5BBF0205EE9E40237497EF704 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; F06CE2C5BB5EF02B82AAC45839664EF4 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = F69CF9A88B972BDA0B631489A51FA8C9 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F073B8D4B0C87FFF7C2BDDF26A139B69 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 96243305842B41AB0C1D76426C6B7583 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB72B65B0BEA4566579C1EB76647D3C /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F096AA7B4567D9D99685C9CF3CAE2CF0 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDA5B0B693EC04E2E1A909067E02BE0 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0DC12692AA0EE5463A30FC644AE38AE /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 80D2C1289FD39DC69D87397ABF0C0CC8 /* RNFirebaseUtil.m */; }; + F073B8D4B0C87FFF7C2BDDF26A139B69 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F6F11A3438C1786042201FCB6F48F425 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F0793C60985AAE719C83456D98F72E43 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F10EBBF271A5C17909B497669ABB1AF /* react-native-orientation-locker-dummy.m */; }; + F08DA1A849CD7613B336A0D6DE3C2959 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B93781B6E6215940D2C45F3021A57D4 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E2572AB54BF9B7FB572DE201025FD845 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F096AA7B4567D9D99685C9CF3CAE2CF0 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C183D65484AB97F1C7519B1D473A656 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F11F15E67165DE77897C120245B43443 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 25219089ECD7A480B5DE42C670CF85A2 /* FIRInstanceIDLogger.m */; }; - F1424A1293EE0DCB96A18BD776B99419 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50F0B6C3B6D69AD7902BDA15767E48CC /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F14406C79BE2DD3B10F16F32546490BF /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C5607C6880FF5AC845BBA1B6B5C8278 /* BugsnagErrorReportApiClient.m */; }; - F152A6FF625ECBE6A0D4079810D9E1F2 /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A68FBC3F5EF9C484CA4B97ED5D841169 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F18C6A42BBB20C687A600E94A3EE947F /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8919E809C87FE25026647AC644A90B /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F195F37E1508FB25A159A19FCF996735 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = CC91B809615D4E91E1703E046ECAD0C0 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1D070493E5656BE9FC5AB629099172B /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 161E6B4993A51A7567AA66F65067710A /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1E939EB07AF9ED79AABFA6CAB1F5300 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CBB6585A54119A963A82EE7A8977AF3 /* RCTUIImageViewAnimated.m */; }; - F1EA883FB1EB4A3E878D4CF627C09FA1 /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 83968FC1BA6EDD62503BFB82F0CF2238 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F134EFA9CD0062E6C998DF0037EB72F0 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5E566CC46B70BDC9A5B9B3461FEBAE /* SDWebImagePrefetcher.m */; }; + F1424A1293EE0DCB96A18BD776B99419 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 09B9056BCB2F198CD586DF02C9B512C8 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F14406C79BE2DD3B10F16F32546490BF /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 88523BA9FCABA8FA4C9A8281D5614E37 /* BugsnagErrorReportApiClient.m */; }; + F14AF65803C5CAF2196E33221D53655A /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 822881AE272AC5C252C4E77E707917ED /* react-native-notifications-dummy.m */; }; + F195F37E1508FB25A159A19FCF996735 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C62F50912E7175CEEA64A388983E2A /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1C5558BF66995BD9BC7260F7EA93C11 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D488F72CE205F7975B1AFBD3F1D1A201 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1D885B9FC9C63D56FDE45E3FD948B79 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6468CB1AF106016844379DF9EDFEA947 /* RNVectorIcons-dummy.m */; }; + F1E939EB07AF9ED79AABFA6CAB1F5300 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = E194BEA87DE42633F40C49F3CC880329 /* RCTUIImageViewAnimated.m */; }; + F1EA883FB1EB4A3E878D4CF627C09FA1 /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B803CDFBC04274DA1CB860853C7FA16 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1FD68E15FE818E00E17128C880C5E09 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F94067DA969D6F3842504F53A004124 /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; F214324939EEA0343308B64D185B9042 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC93079540A2CF676920D653638C93A /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - F2A3087B710107E8CB64DAB0531FD50D /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FA3BE52D5B6B778A172B4ABEF91CDA5E /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2C34A56A1C0700D6F445F3A974B6585 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = A32507C9D76151FE299DB8B28FD56011 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F255944F10323FB89B05A6BB5677E1C9 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F2A353865B9068634A8FBAE1D3D951 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2C34A56A1C0700D6F445F3A974B6585 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FB5FFDC017E9F9FC3010FB31DA41483 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F2C98165A8FA083A0DDF7733AC494C84 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 239FC6258A10F4BE3AE91C77A1843899 /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE42650BC9F9DD8A115629E10981D07 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F33AEBE3286997EAD09436A9DEF418C6 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2601F820D5E847840E1912591E645E44 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F2F6F02B1856ADC0493B59A86843B567 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = FF4271875C7366D121A7899419331EC6 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F31D8A02F03F23EF9856F565522178F1 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E1583AC547B404027CEAF606A273B06 /* UIImage+Resize.m */; }; + F33AEBE3286997EAD09436A9DEF418C6 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D0B0AC23130020DFD03C69A6F01E5E /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F35835EF76DF0D2C2E044A8C0EFC6E6F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F1A29AC7DA5F298C4A90EC9EB83C60 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35A872F3BA1F729B506C0713062EEFE /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CAF1D5CB0ADEF95962020EC540962C5D /* SDImageCoderHelper.m */; }; F35AE33B0AF486D966DAAE3DF3D3AF16 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A47B9F50F1E6DBA2952451658BDF086F /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F3686FEE5D124CF27B2FF1ACA5473EFC /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 0959F01729617BCA7738ED90704D2BDA /* BSG_RFC3339DateTool.m */; }; - F3C74C887E1D8A6B86440B5F8608A748 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = EFBAACF6D899685F64842CD8C4FBEC17 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3E692ACBD207395831D2614DAFCA56E /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2F39FBF9AB5EDA8A7A4EED2F29C886 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3686FEE5D124CF27B2FF1ACA5473EFC /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A9C40BFF02D1EE9D5008324828F05D7 /* BSG_RFC3339DateTool.m */; }; + F3C74C887E1D8A6B86440B5F8608A748 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A65BC4051DB982C35995939C56F0BAD /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E692ACBD207395831D2614DAFCA56E /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = F138E15A64C2BB3FBFFF4D1C69650BE8 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; F40206DB1B71EDAB31FE7A4A03B7CAEB /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C1DA9B4716807323AE0A260B2DA23F /* NSError+FIRInstanceID.m */; }; - F41BCF9545BC61123388E136032E0180 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E5FECC1F5F4E9A59CEE4D8563B9C00B /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F41BCF9545BC61123388E136032E0180 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D79234504007F0295963C1CB8C0BAD3C /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F434890F1D9A24331772BD8C8EB7EDAB /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 042307CE4FA1BAD3E18F2230F29FECAD /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; F43528B974BC5C6FFEB30AE822522370 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E0145F79BA0A88C2B2E2AF8F48357CD5 /* GULMutableDictionary.m */; }; - F4374CFB8BAAC3F2966173A0480CC17C /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEB737E34428B67F981BE7321E784390 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F461A6CD6DDA2A3B94B6A7DF3025FAC0 /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = FE11B451448C087FA000F8E536798238 /* RNFetchBlobConst.m */; }; - F46353E39D50C93AA76E18F52910B39E /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECF4FB380846056FFCACC5105C7D2F4 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F46B3BC4521420E067205659A1238907 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D8948C8DEFDFA24AACADDEF258199A1B /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4BA1534E3629487CF8727A4CFF6DE8C /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B7793B4F35FA95A3ABCB95271121067 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F4374CFB8BAAC3F2966173A0480CC17C /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3632802EFC91D400CBC0B003D6B8CE25 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F46B3BC4521420E067205659A1238907 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 101162B1CCE2A849A5F52258BEEDD4C3 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F47C2CDEA4CD00A74B900FAA6FACB376 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EC07CD6EAF5BAC50B9F7AB1B4AF6026D /* SDWebImageTransition.m */; }; + F4BA1534E3629487CF8727A4CFF6DE8C /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = B6087DB38CEBE42F95249DD2C8645BA8 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; F4E72B5A2CB83F73E28D1E08126AE703 /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9472CE3E2730202F2CDECD98CDCE9805 /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F55C44ED333331C73E6C7B38D8239110 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0E607CD388A6EF6F47C1056271F105D /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F587C46ED76DCE6F8C5A2A6446F8C0C9 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 851E1E9DA148DF8D8D054D99847AE8EC /* RCTConvert+FFFastImage.m */; }; - F5ADE4B6AF3645CB1D4258B4C06C731D /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76575E3B79BFD3AEA8E0A0C627421865 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5B0A1D10B21B41373A367AC3A1572AE /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = AB726F23F2EB8BFD8AF3422843E0CDB9 /* RNGestureHandlerButton.m */; }; - F5E09ED5CEA69F68E6751F5FBC3FBF9E /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFF64BE17DA431B947FAF2F59C45554 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5FCC810114C5D2B6E6704E133FD45E6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C40A12532E5FF027E698CA648F6AE6 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6265A1DCD2DC8052C15E0B479BD5457 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F59812770BCBECF98FF23E95AC4DC27 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6364C12D6C96C83555D89696DF2534F /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E747E544FE41D1FA1F40085A81E68B /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F64B035CC44755FC76B2E3A55B9E5A63 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 023E4339966E9E2E9FE67C2EB7C47D1C /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F66A36CBF9154237D67ADE57BF46077D /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F77856DAB02054287753021638745EEA /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6777677EA9EEFCC41327FB7A3A573DF /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F69A49ED8D00ADA1F8ACFC1B2460DB0F /* RNCWKWebViewManager.m */; }; - F6DBAD3838DD63791170710A09C3DE1F /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BEBF59797D0B7EC87BEB87BD2C61525 /* RNCUIWebViewManager.m */; }; - F73FA153F050570AE522EEF850B8D52F /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1898123769B7B8FDC4A5CBD11FA809DE /* SDImageAPNGCoder.m */; }; + F4F4A9C94E6A3C1F788EFCFBA1EB7974 /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA4FEAFEF16E188F407A9C115F0E4B9 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5001A8B8E5F2537A037A7913A13D154 /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 91202E08A405E3A2F367879ABCA8D9BC /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F51FEF7E78E45156F01AC15749D841FA /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 68791E815815FE6D2E8622B75D8197FE /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F528FF5AD2A49AEF7C6BDEF16A3F1329 /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 717F57A0FD757CFD34BDF9428123A51B /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F551D20539807F5502AA74BF23EFC700 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 61080DC39F2EA410E9C6C0EE6B8BF540 /* SDDiskCache.m */; }; + F55C44ED333331C73E6C7B38D8239110 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB55463DA7484F2BA93CA8928BBECC5A /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F591B853B55A248B1DB44F6B4D167EE6 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C50C43FF0FF5DC539B9DE5CF389CCDF9 /* RNFastImage-dummy.m */; }; + F5ADE4B6AF3645CB1D4258B4C06C731D /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB7151B064D0701C8165F9ECA71E1432 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5E09ED5CEA69F68E6751F5FBC3FBF9E /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = C7079265D36BC501A360FED126673409 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5FCC810114C5D2B6E6704E133FD45E6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C8BCF4FCA57CC82870D0288E2B5F10 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6265A1DCD2DC8052C15E0B479BD5457 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = EB842D9BDA48D22718E0697CB61A915C /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F688726D357F07E23680B892AE8B0C9E /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2384D8A9AA8A3E22A917892CE21AF704 /* RNFetchBlobReqBuilder.m */; }; F754EE115D83928D0C65BC06781D363D /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 576722CD2AE567DB24DD7AAFD2E8E596 /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75A233D7D1082E856303D5F2A1ABB4B /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1BACD3937D40014ACF5DA3EB4AD9F1 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F777CB36A3DB922C16D4E0DF9E869D02 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46AEC60604B39AF805BC6D5EB27D7555 /* RNAudio-dummy.m */; }; - F77EB338B29D522697682ECE82D6B026 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DEFE7EF20F15D8C51FA1E7BE5ADF72C6 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F7910EE39AB49C2F0C938CBBE12986C4 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 469D5CECF9B14CB47C6628F2E5875A5E /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7C337F3A172D4076B531EDA90507B70 /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C07C15B7F0C2D6C1ACE5FFD4AF40A5B /* RNFirebase-dummy.m */; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F72F67AB9685C072917A0880F7FF11 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75A233D7D1082E856303D5F2A1ABB4B /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 227189023C3F46D621DB4C6C30DD5544 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F77EB338B29D522697682ECE82D6B026 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C99424DBC5CBF352E17756160F7F77EF /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F7910EE39AB49C2F0C938CBBE12986C4 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF90E23E1B37226F3C59F4F2545D36B /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7C4E24FA0D8AA6C97C8781BE1F9145D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A3FB519472DE9215BFC0DA8A491339 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = A60E2291F8539F075DAC574A9073CF5D /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; F820FC5D04E496FF37B057F3DFCF5012 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 905B90F210D75C516DE403526B73DFDF /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F82697836D9AE99150F75C1B7B0774F0 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = BF868AF1CA3630C36493C0F530ECED27 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F85A019D0A3889F3461D4DDA9C44FFA4 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B47472639633B31D60237D7C0887F1F9 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F82BE4818CF0D4513F23B484A58535E8 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = D326E96219DBD79E0321A7440F88A33A /* UIImage+MemoryCacheCost.m */; }; F85DD47AB63EE9B0EEF0D8DC0905C5F7 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 10847032F4ED7BFB69E4BFFC3D7B2172 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; F864CE3C245F1BDF3E4A177FD9F45C2C /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 14AE3EBEE6F9577E4FEEBCFE6AAB9C0A /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F87A3BF95E7446B5B99766E9C302829A /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3704C27FD74B38E75C1781D6037E5CB8 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; F8AE6C3A4F28C464C3E322BC0978D266 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = C8411FFB4C7500F1F655210A66B725EA /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8FB6EF79109094E20648C02C1AF70D5 /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = EB6BD9F82161C104132984C6A19CCE8E /* RNFirebaseFirestore.m */; }; - F9C2BB28591A076E36672FBD0442D3B7 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4E913B523C487FD14DC53DB97C143B /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA21263FE4761F60D9918267E1F4BF39 /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F190B64A2D63DAF1E694C5F3D806C8E5 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA4FA85B9A88C0FD3FB359BC27F174EB /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DFC4812CE6BA6F03A4828EA600CD1D1E /* REATransformNode.m */; }; - FA6EABF83D3684185C6CC66FC2E335BE /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B20176F5FC22BE9655BFB17EC6839A9 /* 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"; }; }; + F8E54AA5971251A0DF78564ED03731FE /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D682A46134B9317FB89052EDDBF2A659 /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F997476100DCFCEAA5F6286AAD7977C4 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8972034304D09B5D6866FBB30D9D0E91 /* UMModuleRegistryAdapter.m */; }; + F9C2BB28591A076E36672FBD0442D3B7 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DB503FB5801900F0318A6AF234168D23 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA429A85F9CEEAF6392536787CA0D116 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 69430BB7ABF514D7AF976308D4C4280C /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA6EABF83D3684185C6CC66FC2E335BE /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 1233E3242BE7B85FD7D1723E9901C49E /* 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"; }; }; FA904D41DDF9FE427C44CD13F361A82E /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E415B0B6A609C1AC519942407F98DE6 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAAA4A4381321DF8667536FFAD08EB9F /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B59E19CC78621D2F32E9443F6F98BA0A /* BugsnagApiClient.m */; }; - FAB0EF3C18B74021B49828C6CDF8E712 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 718030F226E89CC6787EFA1EEAAB6B33 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - FADE2F045119FB3BFEF532BF3A9D0851 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 249A16AFFF0ED3697855E03BDE93F40D /* UIImage+WebP.m */; }; - FB4AB320A3A091BA11CB74F37DDCDA88 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = D434EDB1CBB94586CAD133E0226092CC /* SDWebImageCompat.m */; }; - FBD6BEC2A103546647AA9823214F58CF /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = D0AE346535487551E03C418FEBE76792 /* BSG_KSFileUtils.c */; }; - FBFCA9621362CC0797EFDDCE64F1ADB6 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A453ADA31088DEF5A67519CD4860BF /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC1F7F5DBC47731A5750AEB5FE40CE1C /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 6227D6DE69C1C5ADCE8E7EDA51391EC0 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FC21BD7486444743C90C7FF5B61FE53C /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B33784A2108D2D41D6C7D2A4F9F0FC8C /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FC37ED605930506D625B8462E7164877 /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = E6E88CCF48AB30F6305AB96E4C0CB8C7 /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC75E77295BBFB0847AD3C907CD14E86 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E11ED6DD9DFBEB329CE7C94D5C2CE7C /* RSKImageCropper-dummy.m */; }; - FC894F99330026EE2760367CF100EC41 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A1C13CA2D72E1522A40D2D74193401 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA9E5CC68BDCB21CEBF2D4F579E83254 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 679DCDE0317186020EA1B2CB9E3C5319 /* SDWebImageDownloaderConfig.m */; }; + FAAA4A4381321DF8667536FFAD08EB9F /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 696376515AD20428419616F5DC88DE3F /* BugsnagApiClient.m */; }; + FAAA93FA9ABD2FB6389C878DF7377896 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C116E1E40DDEE7F544679616A954A8A1 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAB0EF3C18B74021B49828C6CDF8E712 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8222CEEB4E41F518A8A87C8455EBE899 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FB097C829310C055A30D1407814B5686 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 294A89C14D00BD6BCF3A5ADF3E9531D1 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB7F67329835B77B62014A32B6DAA662 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 957D2D199C4B10E710D676DE2568B4DF /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBD6BEC2A103546647AA9823214F58CF /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = AD3609A314C8F9128CFF9541241E1ABC /* BSG_KSFileUtils.c */; }; + FC1F7F5DBC47731A5750AEB5FE40CE1C /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = C2C4D8ADC4BCCEB2CF20BF317DE6FCB7 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC21BD7486444743C90C7FF5B61FE53C /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80C918D6457910AEF2D541463932F8B6 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC55B69034FE56522235C0BB78777FE0 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 70CC6D385F847CB566E86D0FB0277B36 /* zh-Hans.lproj */; }; + FC894F99330026EE2760367CF100EC41 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = F71D97D6D9439133A64A8C16C1B27859 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FCA47B40E63DE30AF3C21639CB9CB5B1 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7470E8F6FFFF70707D4DF7A7B03C5E33 /* GDTTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 42C2648C752E0C5DEDA31801002C062E /* EXFileSystem.m */; }; - FCD05FA1FD387EE214716C5DF6B22F15 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 4591808A27E5293FF8B06A4C667F8757 /* NSImage+Compatibility.m */; }; + FCC887881586BEC4B9D0A24B7E3A2BB6 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = E479997F583324DBB8CE5B987F305AD5 /* EXFileSystem.m */; }; FCF21519D6B7BE358AF1AAACC5267EA6 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 866634DD47119D3C9D507F7F85E254C1 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FD58F98FE779F52A533CA57F4F2D3C0E /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 14C24448DD9483B8F20956A6E8111BC0 /* READebugNode.m */; }; - FD5F40B44072A8D3E767851006F32937 /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D39C219FA741DA0C29860635ACF28C4B /* UMReactFontManager.m */; }; - FD6E8017D52CB54BA1578D1CC0612004 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A331EFE5A7BA06B55320D28505DA8D62 /* RCTStyleAnimatedNode.m */; }; - FD9AA47DB216C372525255D4E02E0778 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = F3931D28AA076A31C49BC2F3020B0733 /* RCTVibration.m */; }; + FD2240581722E72B5181D52C6A6E8DDF /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A4FEB9343FBAF5A9F2F81A45016FE8 /* REAPropsNode.m */; }; + FD6E8017D52CB54BA1578D1CC0612004 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AB0C0D0E0B2AEA49857AB9C2E80C3D /* RCTStyleAnimatedNode.m */; }; + FD87D37F7AC37DA51883F423512A8C8F /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A1C7060446B1512E55156C76E6934 /* QBImagePickerController-dummy.m */; }; + FD9AA47DB216C372525255D4E02E0778 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6274FC0645C634962BB4A7F21CCE9F /* RCTVibration.m */; }; FDEB2D8C64FF5A2579A04A4DB88BF327 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F1997835F06943906610D891732B4B5 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE1AA8BC0F81A48E58066F7B85D4E399 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE5E733EDF5FEF87333D061419E89A6 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE2D0D5ECFB51090655892E854841D8C /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BC4F1D594338B8E5BF253CE26E5C888 /* RNPushKitEventHandler.m */; }; - FE3BC86A46AD7B4F0C59A5F38847E2FA /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD947A0E27F8395DC1DA31CA86A8547 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE460D353DA267534647F89E0ABB0C78 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C86203125B00920102E9A9E6EF3DD532 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FED6001F88D8B73042B733F0C9EF741F /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E51D7F63B069E4994B4B8D5E4C1D0675 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE1AA8BC0F81A48E58066F7B85D4E399 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 226D7B42F497598D81ACF244D18162C3 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE3BC86A46AD7B4F0C59A5F38847E2FA /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = A5157F45757D06CDC860214B1A4E45B1 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE460D353DA267534647F89E0ABB0C78 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB65D21A382A507AAF6FC5E036A8645 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE48CBD936A5C979DEC1BC27154219F7 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 6252F0D13AEBC261A46DB179F42D2980 /* RNPushKit.m */; }; FEF302FD5C2E107B2D45A7A753291A49 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ECF981BBE8D0EF0D17304F6D1925DF0 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF14CF6139F33E3337BF5D772369F291 /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 218D325ED6F9CF50D150F81EC9121080 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF317F39F62DC42CF68D9F743EB5A84D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D53B9F8BD8745AC674A2064EB8E986 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF459DD785E30E0BB835B687FB7872C6 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 518B4BFAC8C86BA88D0C669147F14B2C /* RNFirebaseDatabaseReference.m */; }; + FF29DA728D4972557D53F7075D4B5C40 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 86E8D047C6A2F72E89D19CBA327A88C3 /* RNFirebase.m */; }; + FF317F39F62DC42CF68D9F743EB5A84D /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBD4FBF6F89E89007406B5033F3EEA3 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFD49BB95B9E1636AEADE08C85890FD1 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 7418BE562F5618067EB40E888EC5F000 /* REATransitionValues.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 000941589A8FDA6B7A87083097ED64AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; + remoteInfo = "React-jsiexecutor"; + }; 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1941,19 +1953,12 @@ remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; remoteInfo = UMFileSystemInterface; }; - 01862C862AAF286773660368B0AAC8D1 /* PBXContainerItemProxy */ = { + 0167E2F0DBF780D20EDBBCD8FE1FA7BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 354080E72782177DBAB3CCEC8A61DF26; - remoteInfo = "rn-fetch-blob"; - }; - 0370A90D17A9C60B7C6D4B9F3A8ACA07 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = BC09B4466C880F3EE96B527B2921EB03; + remoteInfo = RSKImageCropper; }; 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1962,19 +1967,12 @@ remoteGlobalIDString = 426398FA61DF648ECF7C6897DFAC6E8E; remoteInfo = FirebaseCoreDiagnostics; }; - 052419460B529A6F471129F5DA173ED8 /* PBXContainerItemProxy */ = { + 0697AFB4B076639459C51AC7E543D52B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C044C5A98E3D4C78D88D46C8E6C24CE1; - remoteInfo = RNUserDefaults; - }; - 05EA7E5DCAB06470F0196E84E9D8678F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C044C5A98E3D4C78D88D46C8E6C24CE1; - remoteInfo = RNUserDefaults; + remoteGlobalIDString = 21B91730AA56171E7B635E8AFB2A7F3E; + remoteInfo = JitsiMeetSDK; }; 0736F43E628DF211771775F69A163785 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1983,13 +1981,6 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 07ADAF0D644FBD9A61280BD647EE87F4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E90B06E472DDA9583C2227DCEBFF5145; - remoteInfo = SDWebImageWebPCoder; - }; 07B672E660093ADC2F1D1FA9D1271CF4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1997,6 +1988,34 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; + 080A7B8A92C283348466F098803BF6CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6F3B13F4F00142421B3FF553C3ED2F92; + remoteInfo = SDWebImageWebPCoder; + }; + 0858DEB78BADAB8D06CD4E1EA7D4903D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C28507E0AB8BDDBE28E4402421A533FC; + remoteInfo = UMTaskManagerInterface; + }; + 095CDBC966DF683A521C2F433DA364C2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; + }; + 09AF4BA5577C13DAF8D9FB3A1B1726E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; + remoteInfo = "React-RCTBlob"; + }; 09C15A614E3100AD5CAA64B248FEA2B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2004,12 +2023,12 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 0A821EFFBB6E988CA18AD2BF0F3B3711 /* PBXContainerItemProxy */ = { + 0A98B78AAD33F75F03DEE6C7B446FC92 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB1AFC730F005065E951DE8E8F6826B4; - remoteInfo = SDWebImage; + remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; + remoteInfo = BugsnagReactNative; }; 0AA48B35BA7148412EA836482D3727DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2018,19 +2037,12 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - 0D7B7AB8FD1FD4012E321B494F164B26 /* PBXContainerItemProxy */ = { + 0AEF1BC78F99E3E94333C710851D1D32 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 0E0B887A3FBB975E5F05AB1FD93372ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2A79367BD8C63288C636F306EAD473F4; + remoteInfo = RNReanimated; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2046,19 +2058,12 @@ remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; remoteInfo = "React-RCTLinking"; }; - 1016518467B4BE718393C867F3C07544 /* PBXContainerItemProxy */ = { + 1014B3D754573080DCBFED910C18DA30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; - remoteInfo = "React-jsi"; - }; - 10945DD5B2331770B1CE64A571F2DABF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; + remoteInfo = "React-RCTText"; }; 10B32C2C31A516CD0A0578144E20FD18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2074,13 +2079,6 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 1357E9C6E8464595CB3971FD55F7AAD8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; - }; 13EF1229647EEDD20E086226A26C9EA6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2088,20 +2086,6 @@ remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; remoteInfo = ReactCommon; }; - 144C2BE4917AC98DD56450F812A849A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A839CF1E1DC111261AED3D86F9A04B0; - remoteInfo = "react-native-keyboard-tracking-view"; - }; - 14D357EFAD5116FB2654F159C9E5CBEE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 93C5B1FB74974DD045F6674ABFFDD408; - remoteInfo = "react-native-keyboard-input"; - }; 163CBAEB4B1179F7E94CBFA9D9821391 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2109,19 +2093,26 @@ remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; remoteInfo = "React-RCTImage"; }; - 16787D8E87DADB36F660A8A599E451E7 /* PBXContainerItemProxy */ = { + 166C898445EE242B8DBA9A43758EAF91 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 426398FA61DF648ECF7C6897DFAC6E8E; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 2A99896D65A33A482D2D82FC436F823D; + remoteInfo = FBReactNativeSpec; }; - 169B93721A6A4AE650CB52E20B9EA0FE /* PBXContainerItemProxy */ = { + 166D6031CC1528A8A17356AF3F457A07 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; + 16A7920BC3EA32BC786027A9A1E40E98 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F2D8D78E3A2EC9AA2F85532EA1A43E6A; + remoteInfo = "react-native-keyboard-input"; }; 16E39C41A1CBE1E8002EF54F741C1EB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2137,33 +2128,33 @@ remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; remoteInfo = UMPermissionsInterface; }; - 17BD0C2B9D942DAFB9CBDE41E748798F /* PBXContainerItemProxy */ = { + 180576643DD63CF066C4224C1C40DC53 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC9FFACDCABA4A7F5721FB719571B81A; - remoteInfo = RNReanimated; + remoteGlobalIDString = CF5879D6E4A62DA725AB47839CDF2D9F; + remoteInfo = "react-native-document-picker"; }; - 1A045AAC4D970C589406DD45AFE7052D /* PBXContainerItemProxy */ = { + 1A4C777730BA97DD98510DAE43DB7BB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF663682387D1F23ADF217037A1593FD; - remoteInfo = RNLocalize; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 1B05F669995A405DC14F41D9DA61DF36 /* PBXContainerItemProxy */ = { + 1ADB13AFBA511438F4CD0D1EA9575BD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 21B91730AA56171E7B635E8AFB2A7F3E; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; + remoteInfo = "React-cxxreact"; }; - 1B8B9300C4E3FFA252539DEF7563C21B /* PBXContainerItemProxy */ = { + 1B7AF91A34ED979E334D769D67946C61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 63CF4D4E74D1771681263724253E1E79; + remoteInfo = GoogleDataTransportCCTSupport; }; 1BA9FE8D4FA41AD95626F63DB8C9FBEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2172,47 +2163,26 @@ remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; remoteInfo = "React-cxxreact"; }; - 1C4A5EEC8AE6091FEF31F46A5F54F298 /* PBXContainerItemProxy */ = { + 1BE388674A21DE33421C2990BD48000A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = F2D8D78E3A2EC9AA2F85532EA1A43E6A; + remoteInfo = "react-native-keyboard-input"; }; - 1C5E7A188F881ED278B51645347C18CE /* PBXContainerItemProxy */ = { + 1E393E2F57AFEFA0491F8E875A9A1B71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = D043C00381CED00CE3860ABCA3DF5B8C; + remoteInfo = "react-native-video"; }; - 1E18ED1B4A5349874A5F89CC347699EB /* PBXContainerItemProxy */ = { + 1F24B9BBC8A80F1A497AFB1CE2C8B694 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 1F78029557F008CAE1B4B1AA7047FA2C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2A99896D65A33A482D2D82FC436F823D; - remoteInfo = FBReactNativeSpec; - }; - 213AD7C7B7A3599FB3A851F2AF78BA8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; - remoteInfo = "React-jsinspector"; - }; - 216C6BEA95AC084C7DE64252B7F0A35A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB1AFC730F005065E951DE8E8F6826B4; - remoteInfo = SDWebImage; + remoteGlobalIDString = B9B6E3E35B1B3007A20999EF7215B95D; + remoteInfo = "react-native-webview"; }; 219C53CD3A03703B87C5388DE52037A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2221,19 +2191,26 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - 223E81BC85EF569587F1ABD65F00AD79 /* PBXContainerItemProxy */ = { + 22E48D14A98EE39EC1BB2608A220949C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; + remoteGlobalIDString = F0ECB3053977A93C2D1D6A83C7F7A8AA; + remoteInfo = UMReactNativeAdapter; }; - 233B46730B0B8D51E83160D1C111EAF1 /* PBXContainerItemProxy */ = { + 2325F5F95AC401CE43A8FD7D9C97BBBC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF4AABB64D09DEB00ECF19B09D06CCD8; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; + remoteInfo = "React-jsi"; + }; + 233F9E3D3B7146EAC6F0F7EB8F8B5AB2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; }; 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2256,48 +2233,34 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 2495FC42DB57AD3AF7AD1583BA7CC752 /* PBXContainerItemProxy */ = { + 26B31F9ADEC31460EEA71EABC1BA8E7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; + remoteInfo = RCTTypeSafety; }; - 2748CE6CF1C6A9B85A8C7BDA32033DB4 /* PBXContainerItemProxy */ = { + 27562752189AC5410CB4601121CF7DE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 98F57C9A3FB6F5E9C1D7242BBE675E8D; - remoteInfo = RNFastImage; + remoteGlobalIDString = DC3CD746187C73A0CC8137F950A1620A; + remoteInfo = UMFaceDetectorInterface; }; - 27FDAF160CAAA7095F61659954450855 /* PBXContainerItemProxy */ = { + 28ED635B5C6D525E771026FDCF0CA691 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - 28142F0A3AA066A7268567128010D3E8 /* PBXContainerItemProxy */ = { + 28F38F3B452732E98D6EEE7A985AF3A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A486E5AB43C3327005F1C0B986A448C0; - remoteInfo = EXConstants; - }; - 2840D4A5F9645E09FFCA891F58E7DCBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB1AFC730F005065E951DE8E8F6826B4; + remoteGlobalIDString = 8961CE7757CE728300716A70DCFFF7EF; remoteInfo = SDWebImage; }; - 2A21F55EB320DF9DE2030139D4236BEE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; - remoteInfo = "React-RCTSettings"; - }; 2A5330A27066B77F84440B5AAE0EB91C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2305,34 +2268,6 @@ remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; remoteInfo = "React-jsi"; }; - 2A7932490BF02B7C378EAD94363DE810 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E07EA1A35FBB3A986F484EB01CDD5527; - remoteInfo = EXPermissions; - }; - 2A8749BBA8B9E5FC46965CD4DB6321C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 354080E72782177DBAB3CCEC8A61DF26; - remoteInfo = "rn-fetch-blob"; - }; - 2B8FBC6AEBC73557360D4174B9DCE8EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B84B55116AE8D2FC32258CFFF2972E1A; - remoteInfo = "rn-extensions-share"; - }; - 2BDFE095EEDC668564F76B8074F1201E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; - remoteInfo = ReactCommon; - }; 2C95DFFCB2EC326C56D43774DED19805 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2340,26 +2275,47 @@ remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; remoteInfo = RCTRequired; }; - 2E0C862B9A9EE20025CBEF95F20FDFAB /* PBXContainerItemProxy */ = { + 2E2904CADB3268D1B6569D1AB4318968 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = C5A74A3A8D634873563A34FD5C163E82; + remoteInfo = "rn-fetch-blob"; }; - 2F95A9444DF8D3D511E7C871C1A15022 /* PBXContainerItemProxy */ = { + 2FFBC1EED2822056E253B280E939C4C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB1AFC730F005065E951DE8E8F6826B4; - remoteInfo = SDWebImage; + remoteGlobalIDString = 57AC7EAD7BD1DC75FD7A2629738BA6C3; + remoteInfo = RNDeviceInfo; }; - 2FA294F60B6F656EC9D5EB8010A3F5F2 /* PBXContainerItemProxy */ = { + 3043964A7BA8477206AC63881DA5C6F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; + }; + 30D34F448A15A01C8BBC8A4BA811BF0F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CF5879D6E4A62DA725AB47839CDF2D9F; + remoteInfo = "react-native-document-picker"; + }; + 311D4E5A6B249790226CA8C1A72D92C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9B6E3E35B1B3007A20999EF7215B95D; + remoteInfo = "react-native-webview"; + }; + 3333FEA865FC181720FC4EC8BA4330DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; + remoteInfo = GoogleUtilities; }; 33C3622012A6D55A8CCD64DE231CB8A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2368,19 +2324,47 @@ remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; remoteInfo = "React-jsinspector"; }; - 33CAD1B6035EB384AF96BF910CDF33C9 /* PBXContainerItemProxy */ = { + 3411202F85327C7C5A0024EA727F7EF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; + remoteInfo = "React-jsiexecutor"; }; - 38691D3DB41F50AFB05A8C2B2FF3C106 /* PBXContainerItemProxy */ = { + 349DFF7D5379C3F4404D2932BE97BEE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; - remoteInfo = UMPermissionsInterface; + remoteGlobalIDString = 74FF81DA04607EFDA9937ED10354E664; + remoteInfo = RNScreens; + }; + 3624F4BBF8A0D497E6E6D276F7F032F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A79F6AE1C4C678E5DD18F6861001D240; + remoteInfo = RNAudio; + }; + 36644247675748D29C9CB25E006D9C8C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6F3B13F4F00142421B3FF553C3ED2F92; + remoteInfo = SDWebImageWebPCoder; + }; + 369F9559E46163A9A2C5F6E1AABD8B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; + remoteInfo = "React-RCTText"; + }; + 36E036E440192802D5A29224C39CEDD5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BC09B4466C880F3EE96B527B2921EB03; + remoteInfo = RSKImageCropper; }; 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2389,12 +2373,33 @@ remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; remoteInfo = RCTTypeSafety; }; - 38894F649DF1D5E7F110ECF10AA23480 /* PBXContainerItemProxy */ = { + 388A661BFD7B4947F8B0D1D0E8160FCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 39540AF1A2AA011824F3A4E6A3ADC615 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A1DA7160DD40C2F4C7332F30DE279FC2; + remoteInfo = FirebaseCoreDiagnosticsInterop; + }; + 3A0A916273075499683ACA635DE205FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; + remoteInfo = "React-jsinspector"; + }; + 3A10D4CD1FBA7976D31FA388375542E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CE239A802E29969C4057A2CBB5F2F39F; + remoteInfo = RNVectorIcons; }; 3AFCC674053FAF5DC8E87833CC15D1F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2403,13 +2408,6 @@ remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; remoteInfo = "React-RCTText"; }; - 3BE17F46C2A69521BEDBDD00A0A50802 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; - remoteInfo = GoogleUtilities; - }; 3C63709D9A9E8BFEDDDB0EC6915A77BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2417,12 +2415,12 @@ remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; remoteInfo = "React-RCTNetwork"; }; - 3C644EF417E45B39EC00BFEBDBE7CD77 /* PBXContainerItemProxy */ = { + 3CD2845FD5ADADC0CD443CD29DCC49CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = CE239A802E29969C4057A2CBB5F2F39F; + remoteInfo = RNVectorIcons; }; 3CE12525FC73E81B8DC468274B077D13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2438,6 +2436,13 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; + 3DD29433316D0F7D4ED729A0938A7354 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2445,20 +2450,6 @@ remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; remoteInfo = "React-cxxreact"; }; - 3E4C1056740EB75C46BF5CF5369B4423 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E1B62D66A7097B06E8963437D5909DB; - remoteInfo = QBImagePickerController; - }; - 3E83939548612349E299EAF0C40F5146 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; - remoteInfo = ReactCommon; - }; 3E9AE265557A98CB42FFD3D38570ED51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2466,27 +2457,27 @@ remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; remoteInfo = "React-jsi"; }; - 3EAE6DC73CF9A206E7E979992D502029 /* PBXContainerItemProxy */ = { + 3FCC15778C85DB413979ABA36A308261 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EE96A92842C7DB9F8DD7593EC0B8D0FE; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 426398FA61DF648ECF7C6897DFAC6E8E; + remoteInfo = FirebaseCoreDiagnostics; }; - 3FF190B87A75D66E8F5D28212DA06300 /* PBXContainerItemProxy */ = { + 417E99D283D027B3F5612D5892969DD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F675A0710B27D3C78C548A23189BECFE; + remoteInfo = QBImagePickerController; + }; + 41B9D609F84A12CAD3C5841884A6407F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 410E4B4A7CDC13067A4103256B2299B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; 41C76CAFA02708C48FAD7EEDAF99436C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2494,19 +2485,33 @@ remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; remoteInfo = "React-RCTVibration"; }; - 431FC6FDAB7FD6F752DD2E8E3E2FECBF /* PBXContainerItemProxy */ = { + 4219F4AF5F2D0025E82CF07B51B4B9F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC9FFACDCABA4A7F5721FB719571B81A; - remoteInfo = RNReanimated; + remoteGlobalIDString = FFC24D897EACE667E37A34901EB60238; + remoteInfo = RNLocalize; }; - 4440721E044DFDEECABC2439E378EC5E /* PBXContainerItemProxy */ = { + 424F9EE73431CAE7627B0C83F4F5FD3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E1B62D66A7097B06E8963437D5909DB; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; + remoteInfo = "React-cxxreact"; + }; + 43E6688FB0C24848C38FBB056B35DE1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF5E506C3DAF6D69884F3469D1C9EF23; + remoteInfo = RNImageCropPicker; + }; + 4451FFCAB1D12A84B597E99CE7E88D46 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D89D50BBA94101244D7E1FBCDC882689; + remoteInfo = RNGestureHandler; }; 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2515,6 +2520,13 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; + 45C656C5A21D112E5772213908881852 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CC2495BA3EE056ECA8F2DADEC582A33D; + remoteInfo = "react-native-background-timer"; + }; 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2522,75 +2534,33 @@ remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; remoteInfo = GoogleUtilities; }; - 47070FFC006371B5FA29EF1D95019BC5 /* PBXContainerItemProxy */ = { + 467E363323D12C5059006DC6D1775654 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; + remoteInfo = RCTRequired; }; - 47756DB874E4D60484417ADDBE8803E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; - remoteInfo = ReactCommon; - }; - 48BF8622A61AE1F0AF0C8D53F5FA94CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; - remoteInfo = FirebaseAnalytics; - }; - 4939F78CA095D63B1B1ABE6DF7F97361 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 586C843030CBA8901E569AB3D2F76867; - remoteInfo = "react-native-orientation-locker"; - }; - 49DBAF47EF3E1FF7076A2B59DF1AB54F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4ECE1108F140208A729A83BC94FAA150; - remoteInfo = EXAppLoaderProvider; - }; - 4A032BB66611274CFE0B8CEF80F4C9C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; - }; - 4AAD1C8AE540FD4896DE5C56848FC14E /* PBXContainerItemProxy */ = { + 476DE0CF40DF53E3B53D335979A372F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 4ACCB8F6D435FF7050B8DBEDD7B16752 /* PBXContainerItemProxy */ = { + 47EA17523737539938EAA95A50B98F5C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; - remoteInfo = Folly; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; }; - 4AEACCA9947B928CEE93E6504C63D1FB /* PBXContainerItemProxy */ = { + 4A5E8999645165606B10C46BCAE08A7B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; - remoteInfo = UMCore; - }; - 4B9F4A1566EF0ED66A077161D0D9138C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; 4BBDCF74AAA6DEC7420E0CB6C398D3AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2606,47 +2576,40 @@ remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; remoteInfo = "React-RCTNetwork"; }; - 4D3D4F4745C58CC8BEF76F4C2205D18B /* PBXContainerItemProxy */ = { + 4FD0757D41E00E1B51E5BFB6D23B89BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 82BA924F838C30601D2A813EA338492A; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = F675A0710B27D3C78C548A23189BECFE; + remoteInfo = QBImagePickerController; }; - 4DC50D5AF3FEF5740E48AC61F1C4F18C /* PBXContainerItemProxy */ = { + 50E85A49B3F07003196E705D9D560FBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 52B496375B47BE24C88A169CA30D0DEA; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; + remoteInfo = Folly; }; - 4E24840961F145B083EECF294B491951 /* PBXContainerItemProxy */ = { + 51970F12277B923B6E80DBA8F1CA761A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A3E6473348261FF8E0036D77598A7883; - remoteInfo = "react-native-splash-screen"; + remoteGlobalIDString = 5B1BA8B3E53682DD179F7BFF8F2C8B75; + remoteInfo = EXHaptics; }; - 4F69783E7CBBB0B69D3EA72F000B8940 /* PBXContainerItemProxy */ = { + 520A5C58D194ECCFACD2A3C749617A4E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4DDE5693A87611C05EBF117455A2FB9F; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; + remoteInfo = "React-RCTActionSheet"; }; - 5263AD4A9DD368B4782778E412D8B21B /* PBXContainerItemProxy */ = { + 5278D1A2A4BC1A512F49DA1FE8EB7D25 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FD0F4E74C14C4B5B552686BD9576466F; - remoteInfo = EXFileSystem; - }; - 53740FCB2D6D2D2D596BED15D7CCC4EC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 42BD655FCD2598C4D25D7B895932A77F; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = FEC7CEE99C30C1292EC32D7E006E4E85; + remoteInfo = Yoga; }; 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2655,6 +2618,13 @@ remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; remoteInfo = GoogleUtilities; }; + 54097BC64E40E4DC23D6ADDB8FDDDBF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FFC24D897EACE667E37A34901EB60238; + remoteInfo = RNLocalize; + }; 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2662,26 +2632,19 @@ remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; remoteInfo = GoogleUtilities; }; - 56DE2F792AB886192CE63AD1A12083D1 /* PBXContainerItemProxy */ = { + 550B1B77F4DB4FE7CDF03206C00AEDFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = 4BAE0A70354F1C6144A6296270ED8928; + remoteInfo = "React-CoreModules"; }; - 5764721824CD50AECC4E368F7D6967DC /* PBXContainerItemProxy */ = { + 56A7209E5DE9FC7740BEC4103D8FA784 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 586569852C0CDBDFDB3496DD458398BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; + remoteInfo = "React-RCTSettings"; }; 586C9042939572C3633A6BECFDC2FFDF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2690,27 +2653,6 @@ remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; remoteInfo = "React-RCTActionSheet"; }; - 58F611DDE7402248146B84EF5471EC60 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1CCF1D06CCFE0D0AB787DF0923C94D79; - remoteInfo = FBLazyVector; - }; - 58F893A6A79E2CB875502153739DDD3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; - remoteInfo = "React-RCTVibration"; - }; - 590EE35A14CBE90B9E583131349DD49A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52B496375B47BE24C88A169CA30D0DEA; - remoteInfo = "react-native-webview"; - }; 5A01D7A983FEAB270273E554A7DA4480 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2718,6 +2660,20 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; + 5A0A4A11914170BED7CF741C40F518DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 57AC7EAD7BD1DC75FD7A2629738BA6C3; + remoteInfo = RNDeviceInfo; + }; + 5B84847F70E7A2D17912009329D6D4B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2A99896D65A33A482D2D82FC436F823D; + remoteInfo = FBReactNativeSpec; + }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2732,6 +2688,20 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; + 5C99F65E1F161A0C66BD67FA5AD11F79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B7653A7B2FCCAAC064F152B4F150809E; + remoteInfo = "react-native-jitsi-meet"; + }; + 5D2AC60CE37E7310219AA2D27990B884 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B11E238094137347E8790BFEB1BEF01F; + remoteInfo = EXWebBrowser; + }; 5D5E2D283A970E01BA8A2BC60FE99815 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2739,33 +2709,19 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - 5DA2E1B829916F75D96CFA4566589951 /* PBXContainerItemProxy */ = { + 5F26F6236B798B2E2F25D74908A89677 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A3E6473348261FF8E0036D77598A7883; - remoteInfo = "react-native-splash-screen"; + remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; + remoteInfo = libwebp; }; - 5E03C9744EE1148CA3B5F55FD8769233 /* PBXContainerItemProxy */ = { + 5F9FED3AC0B6D62706011ACBCABDA2E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 69A8731022935CD8A0051D815C1867A8; - remoteInfo = UMFontInterface; - }; - 5EA56BDF4FE88BD4B113A10114CCE696 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; - }; - 5FA42D7B301BE8515DF82C0CC22A56DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 42BD655FCD2598C4D25D7B895932A77F; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; + remoteInfo = "React-RCTSettings"; }; 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2774,103 +2730,68 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 5FF7B488B609B255FFB33976CD27F18F /* PBXContainerItemProxy */ = { + 6112C7026CF281D85DA50D281C335A5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 97F64487E3A3BD041F3D7CC6460EA688; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = 61DC549801A5179157FA019CF233ECCC; + remoteInfo = UMImageLoaderInterface; }; - 6026809C55A908A5D0E0DC91C727F216 /* PBXContainerItemProxy */ = { + 6235D6642E5B5056FD521467CE4958DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18CEE6DA46F6A35B632E30ABDA5F0368; - remoteInfo = UMBarCodeScannerInterface; + remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; + remoteInfo = "React-jsinspector"; }; - 6157EEAEA715BFDE031B60FA9580690A /* PBXContainerItemProxy */ = { + 62488EAA07A536E442083F7BDC0C824E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 628202471300B7622015B43DEFD7C642 /* PBXContainerItemProxy */ = { + 65B37874C7B51F15EAD17A71451599F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 864F908B842632C53102364B908D850D; - remoteInfo = "react-native-video"; + remoteGlobalIDString = CC2495BA3EE056ECA8F2DADEC582A33D; + remoteInfo = "react-native-background-timer"; }; - 62E29A3AFB2BA7FFB14A4A9576E17A35 /* PBXContainerItemProxy */ = { + 6709C46B9224B3F9B0B87BEDE4B35F34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C858A95C50A24DD90B46EB969A88DB5B; + remoteInfo = UMFontInterface; + }; + 68B8924E9F4BA5A45DFB6FA02C607E44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 63D36758604A826BDF289EFA87CE2F83 /* PBXContainerItemProxy */ = { + 68D2ACD2197C7938FB689C0C65ACCAFA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 63CF4D4E74D1771681263724253E1E79; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 8961CE7757CE728300716A70DCFFF7EF; + remoteInfo = SDWebImage; }; - 64389A0E488F597F305C37CBE5BACEF0 /* PBXContainerItemProxy */ = { + 699CD06B8185160DFCA147307B9D6433 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; + remoteInfo = "React-RCTLinking"; }; - 65171C346B316FE83CE70E02D0526063 /* PBXContainerItemProxy */ = { + 69BBCE318012271F568CDE4A76E41AF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; - remoteInfo = "React-RCTNetwork"; - }; - 65A17445C11CF34293B33E1781E0FC41 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 576DA68F0B73651A1A5891E1E575843A; - remoteInfo = UMFaceDetectorInterface; - }; - 66B56979037679FAFB34EA5EE70B6DE3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7771CBBD8DE87850E7FDC2BAA331122F; - remoteInfo = "react-native-notifications"; - }; - 67ED359B2D4DD066EF468FF0C65BC7C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; - remoteInfo = RCTTypeSafety; - }; - 694EF6F8A77E572BCB8132EE1A40F426 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B9C887470B06C308DB225E189F87B0E; - remoteInfo = RNDeviceInfo; - }; - 698B8F91D5922A2E37F6DD1024D608F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; - remoteInfo = "React-RCTActionSheet"; - }; - 69AEC55E1734D2B9678767369A23C7B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 6F3B13F4F00142421B3FF553C3ED2F92; + remoteInfo = SDWebImageWebPCoder; }; 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2879,12 +2800,12 @@ remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; remoteInfo = RCTRequired; }; - 6A797037D5C82CA49C5802019331D5E4 /* PBXContainerItemProxy */ = { + 6ADE1DD63485CB98895DAC1CB3486A63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FEC7CEE99C30C1292EC32D7E006E4E85; - remoteInfo = Yoga; + remoteGlobalIDString = 7825F222F53EF434DE74A6C6FAF290E9; + remoteInfo = UMFileSystemInterface; }; 6BD0984377EB6F1CDAF209D0EEAE7356 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2893,6 +2814,41 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; + 6DF102573B633BADB6CB9D05ADAE739D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 6F6E7488317ED673169F0D9D0390EF9E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; + remoteInfo = nanopb; + }; + 6FBE9B5EC8D0068DF8A99E52EE9A61E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 540024AEA0C7386EAF581DB9DAF844BB; + remoteInfo = "react-native-slider"; + }; + 70535C949C4A468C0D683472884CDCEF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; + remoteInfo = nanopb; + }; + 70B0801BE1AAB4CEFCD3C0DD57966E15 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; + remoteInfo = FirebaseAnalytics; + }; 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2900,26 +2856,33 @@ remoteGlobalIDString = A1DA7160DD40C2F4C7332F30DE279FC2; remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 736DC0B9A1D2232975B1200884C4425E /* PBXContainerItemProxy */ = { + 73A237AC8AA32909BBEAAF37052988DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = DE00324B3858B538798F4C258BBEF1D5; + remoteInfo = "react-native-notifications"; }; - 74B1BB502B65344CCC7984C50FF888A0 /* PBXContainerItemProxy */ = { + 73DCA30B31914400BC052DE142ED5DFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; - remoteInfo = glog; + remoteGlobalIDString = F4CECCDEC8D59A0C5E8D884FC3C0FB4D; + remoteInfo = RNUserDefaults; }; - 75A73C0D34E5B4F48313043CD22B3D17 /* PBXContainerItemProxy */ = { + 741FBA4BC342283F278DF88A4F4481D3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 21B91730AA56171E7B635E8AFB2A7F3E; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 753F4F1DC68DE168138E34AD458F616F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DE00324B3858B538798F4C258BBEF1D5; + remoteInfo = "react-native-notifications"; }; 75A8D1D5089B0ACAF241DACEA0305423 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2928,13 +2891,6 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - 767982899D470DF11FA512019A4E7B6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; - remoteInfo = "React-RCTAnimation"; - }; 76B0A5010EE1574433BB6DED35297BCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2942,19 +2898,19 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - 78513EFE2089F164CD5117B67A8B9615 /* PBXContainerItemProxy */ = { + 76B97BC8D399C93A8D0D1BC9B698655D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; - remoteInfo = DoubleConversion; + remoteGlobalIDString = F4CECCDEC8D59A0C5E8D884FC3C0FB4D; + remoteInfo = RNUserDefaults; }; - 78589F10D26118F2FB39782281E200DE /* PBXContainerItemProxy */ = { + 78752270C83FC885333CBCE3561233A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B9C887470B06C308DB225E189F87B0E; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; + remoteInfo = "React-RCTLinking"; }; 7886C00AD2D894DE9202D2ADC41E8DF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2963,6 +2919,34 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; + 78DAF0E5EF82D6124AE954C32C812F41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; + 79B082112C2A5DF0B1D1296D07843663 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4ECE1108F140208A729A83BC94FAA150; + remoteInfo = EXAppLoaderProvider; + }; + 7A023E3B0A59776BCA1AC6301B581567 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; + remoteInfo = "React-RCTVibration"; + }; + 7A2B04F12C24FBEE45F2BB3F46D1F8E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7E916AEE33184313930FC6B287F1E58A; + remoteInfo = "react-native-orientation-locker"; + }; 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2970,12 +2954,12 @@ remoteGlobalIDString = 232D00D8ED7797390FB38004DE01723B; remoteInfo = FirebaseAnalytics; }; - 7C2BBB5EBEA48BFEAA6CBD24F4E9FA24 /* PBXContainerItemProxy */ = { + 7B92BBAC051B11F2E6B809818C509366 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E1B62D66A7097B06E8963437D5909DB; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = E07EA1A35FBB3A986F484EB01CDD5527; + remoteInfo = EXPermissions; }; 7C53CB5C717DF2F107152E0C7B720455 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2984,26 +2968,19 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - 7EE17745C011BB1C7C5717C01B37473E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4DDE5693A87611C05EBF117455A2FB9F; - remoteInfo = RSKImageCropper; - }; - 7EFCFEA94A1863CE62030281846FB802 /* PBXContainerItemProxy */ = { + 7D35AC1D8B08B55B0B39C12E6D8214F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 7F9603DE3CD05037592D96A53669C89A /* PBXContainerItemProxy */ = { + 804BCD1D1DA3E79617F6E623BC946AE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; + remoteInfo = UMConstantsInterface; }; 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3019,27 +2996,69 @@ remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; remoteInfo = "React-cxxreact"; }; - 81752EF8619B6A86AE5115D633EA4142 /* PBXContainerItemProxy */ = { + 834F1F0B22D07C2A7001A9A42C75BC75 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = FD0F4E74C14C4B5B552686BD9576466F; + remoteInfo = EXFileSystem; }; - 8864717D0077DE0FDBD4B057E8B52A4D /* PBXContainerItemProxy */ = { + 851E9BC76A7B9C5A728BC31A0CB1D840 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A954214FEA55463925B6F6E3A27B6016; - remoteInfo = EXAV; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; }; - 8A748AC2634B888F13E2B5DE6C3C4B58 /* PBXContainerItemProxy */ = { + 85C9C03FE7D91A6465E3F71533A2F7C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; + 882A2BFF7AE745B4E6DED42885AA8026 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FEC7CEE99C30C1292EC32D7E006E4E85; + remoteInfo = Yoga; + }; + 88334C4C8638659D5BF35A6159B60BC2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FF81DA04607EFDA9937ED10354E664; + remoteInfo = RNScreens; + }; + 89844743E37F2F21C77CC1BF7877CD6F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + 8A644372190B04EA9F1A0227EB5B270A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; + remoteInfo = ReactCommon; + }; + 8ADECAB9A51519C625E8A19CD1E5C891 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 21B91730AA56171E7B635E8AFB2A7F3E; + remoteInfo = JitsiMeetSDK; + }; + 8BE439DD1964A89D0B2E43CC0A6B3456 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; + }; 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3047,26 +3066,12 @@ remoteGlobalIDString = 1F22396CB543506E7EA28A47A30E9727; remoteInfo = GoogleDataTransport; }; - 8D0ED2B634E65F08A5658679BB2DF581 /* PBXContainerItemProxy */ = { + 8F69C851B3744BC9583F1AE36FAEC448 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - 8DBEEA318A53D972CD89D2DB71C760CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - 8DCFB011BDCDE94E72D180113C6BFC15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B11E238094137347E8790BFEB1BEF01F; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = D89D50BBA94101244D7E1FBCDC882689; + remoteInfo = RNGestureHandler; }; 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3075,40 +3080,40 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - 90880149A37A3DD2F8F4BF12FE1678BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; - remoteInfo = "React-RCTText"; - }; - 929937B9F29A00834844F0C11F75A607 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 69A8731022935CD8A0051D815C1867A8; - remoteInfo = UMFontInterface; - }; - 93AD4905EECC68DE4DA5BE905E86A72A /* PBXContainerItemProxy */ = { + 9195ED36FEAF8EE4A43583D677EDF8F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - 944688FD34F85DE87DEA56A051431A65 /* PBXContainerItemProxy */ = { + 92A164ECF08099841CA89FCF53291421 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 06DEC3D70695800506D48892FE4C06C4; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; }; - 9489AC0AE11B0546607783B01BDFE5F8 /* PBXContainerItemProxy */ = { + 94418C0E2D493EF1E3F6BC1665A081E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 93C5B1FB74974DD045F6674ABFFDD408; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = C5A74A3A8D634873563A34FD5C163E82; + remoteInfo = "rn-fetch-blob"; + }; + 950935C1D2A88D45686B404A3B8B430D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; + remoteInfo = "React-RCTAnimation"; + }; + 954F69B3F21CB804425B8F4C7D0DBF1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A20EC96C3F4E5C7E0CCDF36A9A7C630; + remoteInfo = UMSensorsInterface; }; 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3117,6 +3122,13 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; + 96401629C4F3B636BA6557ADEC1024D9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FC07103F8CB65CE323DE37ADCE767D9; + remoteInfo = "react-native-splash-screen"; + }; 96823A763E56B0CD36C81E000393C274 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3138,12 +3150,12 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - 9812B12A035BCE8F08BE45937885C3A6 /* PBXContainerItemProxy */ = { + 99A3F8D4660C215AE7C1A87BEB7B8633 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 8961CE7757CE728300716A70DCFFF7EF; + remoteInfo = SDWebImage; }; 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3152,33 +3164,12 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - 9AEE4E1C0374E0FB0D9DF0785F365141 /* PBXContainerItemProxy */ = { + 9F98010118D41766FDD71A830DBFA71A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; - remoteInfo = "React-RCTSettings"; - }; - 9C4BFA9E72CCEEF9595F452470E6A046 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2A99896D65A33A482D2D82FC436F823D; - remoteInfo = FBReactNativeSpec; - }; - 9D7A46D590B788C61A8EDD48B6EA8FAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; - remoteInfo = libwebp; - }; - 9F65BCC21955AC7FFB68B2DB6A11F1CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 198D9829680607524E113C663F507960; + remoteInfo = "QBImagePickerController-QBImagePicker"; }; A10B927F49CDB8E49094BFD1CA897343 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3187,12 +3178,19 @@ remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; remoteInfo = "React-jsinspector"; }; - A33100C4A04BDB87794B8ED54A8D1642 /* PBXContainerItemProxy */ = { + A3313137A1054176D520D49AEFB79D86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E9F5838E12E25D54BF4A88364E6D55AB; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = F675A0710B27D3C78C548A23189BECFE; + remoteInfo = QBImagePickerController; + }; + A3BA89EAE6CAAC297A4857F7514AD495 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; + remoteInfo = "React-RCTActionSheet"; }; A3F86DBAC5E1C8F0724C396F51BBECE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3201,56 +3199,56 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - A468FB6336CAC3CDFF5577582211E735 /* PBXContainerItemProxy */ = { + A4E39A1C2D55470CC1AA7A1B816B00A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0E27C1D2919A1336E4EED2093FE67ADC; - remoteInfo = RNScreens; + remoteGlobalIDString = D043C00381CED00CE3860ABCA3DF5B8C; + remoteInfo = "react-native-video"; }; - A50E6E3A25BA1D442C220D15DE3DE048 /* PBXContainerItemProxy */ = { + A500057CC96DF1C77E383854A37105F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1F22396CB543506E7EA28A47A30E9727; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - A5BD86184175BCF0BB16C151F3A07113 /* PBXContainerItemProxy */ = { + A50703E6CB1D2BC3FBFFB9BDB082D745 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2F81329D3C42F2D872A4B80180545BC; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; + remoteInfo = RCTRequired; }; - A5D0D2C1C46F84BDC3A3679F43E7252A /* PBXContainerItemProxy */ = { + A5FDA6298E39BC4FA49D03E65ADCE1DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1D8ED4A20867A7DBE943508D13C7FCB6; - remoteInfo = RNAudio; + remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; + remoteInfo = RCTTypeSafety; }; - A5F1E0C7DABD0667368287D7356C73A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 72831AB9D90A45024AFD8489D0CEB6C3; - remoteInfo = RNFirebase; - }; - A67B08993E6AC1C592DFD0FD79D48299 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; - remoteInfo = nanopb; - }; - A6B2904ED84996F0637F4C8905BEAF19 /* PBXContainerItemProxy */ = { + A60FAA071FD7937FB8EEC70BF5A3FC9A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; remoteInfo = GoogleAppMeasurement; }; - A88F648E8A510FEB26171A3A223F4F5F /* PBXContainerItemProxy */ = { + A79236648EF704078775DA2E9522FC30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + A896CA3C0678DBE412B38969802EE0B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A79F6AE1C4C678E5DD18F6861001D240; + remoteInfo = RNAudio; + }; + A9403A331928476D224CB85321586166 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -3264,6 +3262,20 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; + AA3EECC6922E3AE29596426F5F59D8A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; + remoteInfo = UMPermissionsInterface; + }; + AA420291A69C12124B9BD6002DCAF661 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; + remoteInfo = "React-Core"; + }; AAC869672B6119FA01B23690C77B30FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3271,61 +3283,68 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - AC3205597E947BFE63BE5B9164F45F78 /* PBXContainerItemProxy */ = { + AB26FDDF34B38D054961CCEC116D2CDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; - AC5E5F007945A18BF3914FAD84246756 /* PBXContainerItemProxy */ = { + ACB99475E0A90F79E4202F7275A6C6AD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; + remoteGlobalIDString = 63CF4D4E74D1771681263724253E1E79; + remoteInfo = GoogleDataTransportCCTSupport; }; - AF877D982FF178B47384D659FEDCB328 /* PBXContainerItemProxy */ = { + AD93EF1AA010F9A20E82DBC375A765A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; }; - AFA9DD6BC2F56B8271E1A6F415AB7E57 /* PBXContainerItemProxy */ = { + AF3CB6CC6FEAC23C1F0B4E00D1DBD00A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 115FC7605B6A0F6044A879F6EEB7DD99; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; - AFF8E3C7D02087E2F1C6BECB8F686F3C /* PBXContainerItemProxy */ = { + AF55C6DFE1013590755D25C2A578D57F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E90B06E472DDA9583C2227DCEBFF5145; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = A954214FEA55463925B6F6E3A27B6016; + remoteInfo = EXAV; }; - B3C655E23C03EF30F03C012AA4A6B0A1 /* PBXContainerItemProxy */ = { + B0053AC66D250B270AF34739B2AFDC8B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 743B4DEB68D23793521F266C0241382A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 1F22396CB543506E7EA28A47A30E9727; + remoteInfo = GoogleDataTransport; }; - B443719DF40CC0F7E5236AC2C97FE9F9 /* PBXContainerItemProxy */ = { + B21FE311BC21BFA45C221CECE36D039A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 7E916AEE33184313930FC6B287F1E58A; + remoteInfo = "react-native-orientation-locker"; }; - B476E9F3A18732262C855CCE16167C64 /* PBXContainerItemProxy */ = { + B30EB5773C62CAB33BBD1C2EC5BE1CEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4DDE5693A87611C05EBF117455A2FB9F; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC; + remoteInfo = RNFastImage; + }; + B38E66EA8594E19A40FCE2AA55D1CF3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; + remoteInfo = libwebp; }; B4BACC19FD91FE9C750E2B7E26434F49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3334,26 +3353,19 @@ remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; remoteInfo = glog; }; - B4C46365696ED39B1098740600727BF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1F22396CB543506E7EA28A47A30E9727; - remoteInfo = GoogleDataTransport; - }; - B689961D4C8C1AB9D95DA3D67E856D0B /* PBXContainerItemProxy */ = { + B5AEB0671618E44E64AB8DBF3009E5D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - B856D7210504C431D707D99B6CEF274F /* PBXContainerItemProxy */ = { + B797D7B18E1B2DFCA6002AB5EB838A17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9F219ED43F3AEA000562B9BCFD624DDD; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; + remoteInfo = "React-RCTBlob"; }; B89102853C0AA8B4E4660B0A341C408A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3362,20 +3374,6 @@ remoteGlobalIDString = 64E78828D8355514B3B6BE78FAE7806E; remoteInfo = "React-RCTSettings"; }; - B9ACF0A2F14038B570EE0B411FCAECAF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; - }; - BA36E3481256BAF60D12F370B802A3D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B1BA8B3E53682DD179F7BFF8F2C8B75; - remoteInfo = EXHaptics; - }; BA460C34E38D173750A1C69BCE0F2866 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3383,12 +3381,12 @@ remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; remoteInfo = "React-RCTNetwork"; }; - BB005470C278DCB0BE493392023215D9 /* PBXContainerItemProxy */ = { + BB13BC94B8243356D408E825CCF59374 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7771CBBD8DE87850E7FDC2BAA331122F; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3397,6 +3395,13 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; + BB7E225B679E26CD08810F7E7204634A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; + remoteInfo = GoogleAppMeasurement; + }; BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3404,26 +3409,33 @@ remoteGlobalIDString = 57B9E0A892EAB5C13D4AE7D4B1DE0C16; remoteInfo = GoogleAppMeasurement; }; - BCCD5FE08120A497452E1CCEED33305C /* PBXContainerItemProxy */ = { + BC683887A05D6EC18F554D070B046430 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 864F908B842632C53102364B908D850D; - remoteInfo = "react-native-video"; + remoteGlobalIDString = 4BAE0A70354F1C6144A6296270ED8928; + remoteInfo = "React-CoreModules"; }; - BE9B4C25DC12D28269472810119717EA /* PBXContainerItemProxy */ = { + BDF0E2850FCB8CBD561159C4E2BB926D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 63CF4D4E74D1771681263724253E1E79; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; }; - BF2E44FE5B5F2B44C86E3AEDA99F40FB /* PBXContainerItemProxy */ = { + BE4648972CDBE77BA44D7FC388A4C797 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 458293E00EF1C1F42778F9425AD34AA4; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = 1F22396CB543506E7EA28A47A30E9727; + remoteInfo = GoogleDataTransport; + }; + BECF276B5F13C2256AA7F1B032F1702B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; }; BF32D407ED9D0F154DE76F25EEB923DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3432,19 +3444,12 @@ remoteGlobalIDString = 63CF4D4E74D1771681263724253E1E79; remoteInfo = GoogleDataTransportCCTSupport; }; - BF476CEE4FF0724590228DFAC12A0DC4 /* PBXContainerItemProxy */ = { + BF9BB51A5BB0C791C95C54B476C0ED67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CCF1D06CCFE0D0AB787DF0923C94D79; - remoteInfo = FBLazyVector; - }; - BF619C7E366B06683FFA9A0AF52E57A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; - remoteInfo = Fabric; + remoteGlobalIDString = A1DA7160DD40C2F4C7332F30DE279FC2; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3460,40 +3465,40 @@ remoteGlobalIDString = B81CA3A3A63C0085E4085060FE4DD9FF; remoteInfo = "React-jsiexecutor"; }; - C0CE7C66CF11D9A1C746D92AE4E34DD7 /* PBXContainerItemProxy */ = { + C0C879B12104FAF1F9ABB08FBA7BCFFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7135140B597489F3FE9D0A6D1FADD9C7; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; + remoteInfo = BugsnagReactNative; }; - C17A50FCEF8A99FFD4A52426136DF4B2 /* PBXContainerItemProxy */ = { + C288C3E20263D81B15AAB496A8229A44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 586C843030CBA8901E569AB3D2F76867; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; - C1FDB4D927BD7D3F694A2CD945DCBA0E /* PBXContainerItemProxy */ = { + C337C118FD3250AB0EC5163D7D8F0338 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E49E330A27425F89DE89516B2F50AAE9; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 8961CE7757CE728300716A70DCFFF7EF; + remoteInfo = SDWebImage; }; - C448A5C24E99779C98D71DDE1D9FE8DB /* PBXContainerItemProxy */ = { + C3D15ADE3DD2B0BA8246233F1E01CDC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; - remoteInfo = nanopb; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; }; - C516917917E0AB9BD9E3AD7863A4FC86 /* PBXContainerItemProxy */ = { + C5CE083FE2EE014AB4F18CF4597B797C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E90B06E472DDA9583C2227DCEBFF5145; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; + remoteInfo = "React-RCTNetwork"; }; C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3502,6 +3507,13 @@ remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; remoteInfo = nanopb; }; + C6512AD8EB8007BD96398C9C58A9C787 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3509,75 +3521,96 @@ remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; remoteInfo = FirebaseInstanceID; }; - C743BC26F05F587AAE595504308DBE3D /* PBXContainerItemProxy */ = { + C735A9EC7785B78FB89C172B1EF10995 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; + remoteInfo = UMCore; }; - C899E28B81AB47B017BD54DCB0921091 /* PBXContainerItemProxy */ = { + C7933470FDD020D077B3598D78610BB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; - remoteInfo = Crashlytics; + remoteGlobalIDString = 491FE57F26A4949876F500E49FB3726B; + remoteInfo = "react-native-keyboard-tracking-view"; }; - CA5D8F6A3E7A1385F0FFD2AC8BE417FA /* PBXContainerItemProxy */ = { + C914D5082BAF254663EB9648B8EAD5F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2423D1FB7F3F91E20CF12466E84D7586; - remoteInfo = "QBImagePickerController-QBImagePicker"; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; }; - CADADA5ABF71FB9915267206456FED92 /* PBXContainerItemProxy */ = { + C99B630E05C455B0132FCB71A07A98C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; + remoteInfo = glog; + }; + CA4060272535BB7EEACE908847B721EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BC09B4466C880F3EE96B527B2921EB03; + remoteInfo = RSKImageCropper; + }; + CE2601DD69CC4FCA845BC70B67ADF53B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CDC7C7429C57F72466FCA222559AAB54; + remoteInfo = "rn-extensions-share"; + }; + CFD35FD905D512A1E6F1BD599484B928 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD7B2D8FF0ABCB89D01F6E21D5364678; + remoteInfo = "React-RCTVibration"; + }; + CFE0422550A14D2C095AD11660ED2032 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; + CFFFCA0DFE6B72E75A722014C07144CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; + remoteInfo = DoubleConversion; + }; + D0972EE51445A3DEEA6FF89FD05F2F7E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1CCF1D06CCFE0D0AB787DF0923C94D79; + remoteInfo = FBLazyVector; + }; + D25DAA8A2A890DAEAFD50E19AFCA2270 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B7653A7B2FCCAAC064F152B4F150809E; + remoteInfo = "react-native-jitsi-meet"; + }; + D2EED59682885ABA9515C517629C4B84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; remoteInfo = GoogleUtilities; }; - CBA7F5CF6CC39427C197456D0FE06FD9 /* PBXContainerItemProxy */ = { + D43BAC28FA5C6E899270E0EA7D9B49E9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - CD774BA10B8A8D2A87DE417586FBA1FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; - remoteInfo = "React-RCTAnimation"; - }; - D07ABC7864592F457E6D56CAD9499D1B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A1DA7160DD40C2F4C7332F30DE279FC2; - remoteInfo = FirebaseCoreDiagnosticsInterop; - }; - D1567F6051D8F78DCC4E0969CAC09332 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; - D31A5A5C4A7301CADE8F8F4DDD419CA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C539BA294CDADF056F9D91ECDAFC2FF6; - remoteInfo = UMImageLoaderInterface; - }; - D3DBCA13660A7CFE58C15924E7FA7AFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 426398FA61DF648ECF7C6897DFAC6E8E; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; + remoteInfo = ReactCommon; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3586,12 +3619,12 @@ remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; remoteInfo = Fabric; }; - D4E228806DE3388E0AE3C2A6EB3C9E06 /* PBXContainerItemProxy */ = { + D4941D6DDD8C377D9BB4DE7E76752D87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; + remoteGlobalIDString = 2FC07103F8CB65CE323DE37ADCE767D9; + remoteInfo = "react-native-splash-screen"; }; D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3600,26 +3633,12 @@ remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; remoteInfo = "React-jsi"; }; - D690E85019584ECF9E9362D24BC1A22A /* PBXContainerItemProxy */ = { + D7ECD256DF9491AE5BB5F3BB4EC23137 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; - remoteInfo = RCTRequired; - }; - D737CCE0943BCE6439F16BEC1B33A42C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FEC7CEE99C30C1292EC32D7E006E4E85; - remoteInfo = Yoga; - }; - D8A30878C445362FEA608949DF911C10 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; - remoteInfo = "React-Core"; + remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; + remoteInfo = Firebase; }; D8A489DA96811A733E40A4B4C97CDC9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3628,6 +3647,13 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; + D975C300924E6786993458DD1706F0E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6DE003F64B133830B9AB9321298DAAC2; + remoteInfo = ReactCommon; + }; D9B0BDCA002FEBFE383DFE024728D2F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3635,12 +3661,33 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - DB3B9BA411F5E3BAD4C007A3D8D32630 /* PBXContainerItemProxy */ = { + D9E0FC28909D80372A1FF885FFA1CDBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = C858A95C50A24DD90B46EB969A88DB5B; + remoteInfo = UMFontInterface; + }; + D9E4612725FD5481BEF861C1DA8A24C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; + remoteInfo = Folly; + }; + DB5E727C331955A0827C216F97B20013 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; + remoteInfo = DoubleConversion; + }; + DBE21CCD11030FD4721D15AB09FC13D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC; + remoteInfo = RNFastImage; }; DC1A792C62DBF10721FFE4308A29BA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3649,34 +3696,27 @@ remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; remoteInfo = "React-RCTAnimation"; }; - DC3E26344CC0FE55CA47CA8F3E38389C /* PBXContainerItemProxy */ = { + DC60CB1B939917E8666D789CA584A314 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A1DA7160DD40C2F4C7332F30DE279FC2; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; - DC84FCA893C2476DF6B83DA1E8D719F4 /* PBXContainerItemProxy */ = { + DF05A04F0D660F8BD95D890BF9D3F01D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; + remoteInfo = FirebaseCore; + }; + DF0E08C0392BF5E67A99EF4F58051020 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 427A5566E42596B2649019D00AA80F10; remoteInfo = libwebp; }; - DE01E65BC79B2EB7D7EB82B68F3BB162 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82BA924F838C30601D2A813EA338492A; - remoteInfo = "React-CoreModules"; - }; - DE5D991413DF357F142E6B3309F5DBA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0E27C1D2919A1336E4EED2093FE67ADC; - remoteInfo = RNScreens; - }; DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3684,19 +3724,33 @@ remoteGlobalIDString = 59D5FC9202D131CDFD2E08ABCE1C35AC; remoteInfo = nanopb; }; - DF693325DF15D441878D5F6310EE6C5A /* PBXContainerItemProxy */ = { + DF18BDD2AE3349435770DBEB833A1125 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 06DEC3D70695800506D48892FE4C06C4; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = 9975876BAD1912BA45C0884EBD2B2D0A; + remoteInfo = UMBarCodeScannerInterface; }; - E35677563961D74EB125C2ACCDCDCC3A /* PBXContainerItemProxy */ = { + E23516A1E51FB2F7D76B67E4EAF5E511 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; + }; + E26792DBA6E59FF53A93698DE4939280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; + }; + E2BD709C979ADB69AFA84B04D5EA0088 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; + remoteInfo = "React-jsi"; }; E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3705,68 +3759,40 @@ remoteGlobalIDString = F7236D5BFD42DBEDF2652D4E47992BD2; remoteInfo = "React-jsi"; }; - E4AA7448F8A2A3D07DE7DFEE88DA3B66 /* PBXContainerItemProxy */ = { + E5A3D119ECC926CE28D22CD0C771299C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E452F4CD4F8AB641BD2444C7AC91FA2B; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = CDC7C7429C57F72466FCA222559AAB54; + remoteInfo = "rn-extensions-share"; }; - E4AE7D1E6B31A9E687D20B31085D1025 /* PBXContainerItemProxy */ = { + EABF5755605042F6FB2970BF68ACF314 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A486E5AB43C3327005F1C0B986A448C0; + remoteInfo = EXConstants; + }; + EB4FE271599EA352698FBA1D50310410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - E55337EEAC61383D303A51D0B981D95E /* PBXContainerItemProxy */ = { + EC2F4D0AB3DDC8EBB905A66687158371 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BF4AABB64D09DEB00ECF19B09D06CCD8; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 2A79367BD8C63288C636F306EAD473F4; + remoteInfo = RNReanimated; }; - E5648F6F54F5B691ECBE7D5FCB89DC7E /* PBXContainerItemProxy */ = { + EE46C990AD90C69CD1D468C47A0AABF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D49B9B80A7B1F27C491DFA81E54E6CF7; - remoteInfo = "react-native-document-picker"; - }; - E6BF0A6ECA704035B42A4D075FDD04BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B84B55116AE8D2FC32258CFFF2972E1A; - remoteInfo = "rn-extensions-share"; - }; - E9A073C277F7A35687064A5CBE73DA9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EE96A92842C7DB9F8DD7593EC0B8D0FE; - remoteInfo = RNGestureHandler; - }; - EB2AFB2660500756764E5E27E54E713B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; - remoteInfo = FirebaseInstanceID; - }; - EC668F73411F9793F4F0B6DDF3065EA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 98F57C9A3FB6F5E9C1D7242BBE675E8D; - remoteInfo = RNFastImage; - }; - ED8A1DEEABE59DE3C2480E42F65DBECE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 540024AEA0C7386EAF581DB9DAF844BB; + remoteInfo = "react-native-slider"; }; EE4BC9CF9B64348CF6C23E39FF20BB64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3775,6 +3801,13 @@ remoteGlobalIDString = FEC7CEE99C30C1292EC32D7E006E4E85; remoteInfo = Yoga; }; + EE7C53D4CAECD2E0154B16483116FCED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; + }; EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3789,13 +3822,6 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - EF1AF9F27F7E384E7F339C101AC08EE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BF663682387D1F23ADF217037A1593FD; - remoteInfo = RNLocalize; - }; EF35D916FEB5C7D4563D576974DC8374 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3803,13 +3829,6 @@ remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; remoteInfo = Folly; }; - EF6054A778F5C174B7EC13DEB699997A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3817,19 +3836,19 @@ remoteGlobalIDString = BAB5A963634772BE02E3986698B0BEAC; remoteInfo = GoogleUtilities; }; - F2A63AC8C2B3C93682D6D35797C615D5 /* PBXContainerItemProxy */ = { + F142CC0743E295D974FACDD143F37861 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 21B91730AA56171E7B635E8AFB2A7F3E; remoteInfo = JitsiMeetSDK; }; - F2D959E6C4D3CA2ACBFA3C3BAA12AE05 /* PBXContainerItemProxy */ = { + F2E127D2EBBA458478A3844A0CE789DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1D8ED4A20867A7DBE943508D13C7FCB6; - remoteInfo = RNAudio; + remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; + remoteInfo = glog; }; F2E57867E76DED400D1A4035EF3D8735 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3845,33 +3864,40 @@ remoteGlobalIDString = E13B95041FFD639523C6719AAEF55D71; remoteInfo = DoubleConversion; }; - F3221A1E5337C342A225EE32D707BF14 /* PBXContainerItemProxy */ = { + F41118746E7CCABF08FCCD1D3642302A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - F4DCF8FADCC932E93CAEC6F63BCBA40B /* PBXContainerItemProxy */ = { + F425478B7BA1261FE75D2E142A2E3034 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7CAB4058EBC116AE1A60D0CB0B1BFCC1; - remoteInfo = glog; + remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; + remoteInfo = React; }; - F572C3274FF0388DA026501513667F97 /* PBXContainerItemProxy */ = { + F4DC411EDCD8A49BE9B6B6ED12AC4826 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9D255DD73ADD1E4565B5CCB665433053; - remoteInfo = RCTRequired; + remoteGlobalIDString = 7F28D4475D7DAD9903F7E6044DD921C1; + remoteInfo = "React-RCTAnimation"; }; - F61CF64E825634E3D611A8DF20AFBF95 /* PBXContainerItemProxy */ = { + F52E1C29D475D822C7439A815EDA8D7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A839CF1E1DC111261AED3D86F9A04B0; - remoteInfo = "react-native-keyboard-tracking-view"; + remoteGlobalIDString = 3C6A9BF574C3488966C92C6A9B93CA8C; + remoteInfo = FirebaseInstanceID; + }; + F65CCA709BA7F3CDECA1F5DE6D64D632 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20ACC36C51798763EAC72B9C1A345C7A; + remoteInfo = UMCameraInterface; }; F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3880,11 +3906,11 @@ remoteGlobalIDString = 01B53B6A43CBD6D4022A361BBFCCE665; remoteInfo = FirebaseCore; }; - F7891F20AAB51CD2305E72D9E6C79A72 /* PBXContainerItemProxy */ = { + F760EDD72CE69E8F954BDB8BE3F8EFDC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 72831AB9D90A45024AFD8489D0CEB6C3; + remoteGlobalIDString = 2B3C9E54800029471CBC1137AB103231; remoteInfo = RNFirebase; }; F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { @@ -3894,6 +3920,13 @@ remoteGlobalIDString = 5C53A3A5621162049D9B4399173FAD68; remoteInfo = UMPermissionsInterface; }; + F898D106AF95B08F5EC38F1CF32F18DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 426398FA61DF648ECF7C6897DFAC6E8E; + remoteInfo = FirebaseCoreDiagnostics; + }; F8B50BE8BD280104AEF2C287D478BB8C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3901,26 +3934,47 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; - F8E98187D0C67D89C4A5555F2BB28635 /* PBXContainerItemProxy */ = { + F94C55A78A8494BAD13DDB16DF066157 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 78321EAB31E9FCC75DFA950389835085; - remoteInfo = Folly; + remoteGlobalIDString = 60F43D68BD7290E1B24C3BE7B3382AD3; + remoteInfo = "React-RCTNetwork"; }; - FAA68C9925029F9DE945D590B68E2DBA /* PBXContainerItemProxy */ = { + FA23121BACE73AF064055A2562398D74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; + remoteInfo = "React-RCTImage"; + }; + FA7788F8A46EED9BB1DB7059A6174868 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 491FE57F26A4949876F500E49FB3726B; + remoteInfo = "react-native-keyboard-tracking-view"; + }; + FAB11FB349762AEA3B3FD7F8E8B711AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2A99896D65A33A482D2D82FC436F823D; remoteInfo = FBReactNativeSpec; }; - FB9E4AF81BE1C7BFF2FBF6A93C6F7564 /* PBXContainerItemProxy */ = { + FBBD9FE41948E6AF7230A5C68816693A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 017AB91E1D5AB2B6096ADC666B072208; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 123D4D7AC3D41ABC0675B1DB3613066E; + remoteInfo = RCTTypeSafety; + }; + FBF84ADA4B87266E58772596EF071E4B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B3C9E54800029471CBC1137AB103231; + remoteInfo = RNFirebase; }; FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3929,13 +3983,6 @@ remoteGlobalIDString = 74FC3222E79B7B2A842D5F13AE03831A; remoteInfo = "React-Core"; }; - FC601CDF49A6294BFD0DB8365E38EE11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; - remoteInfo = React; - }; FC81A17B5C5AD48E1DC428B4EE37ABEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3943,26 +3990,12 @@ remoteGlobalIDString = 2E2ABA11C27993D4CDD5DA270C4B75F1; remoteInfo = "React-RCTBlob"; }; - FCC058D0CA4752A087FA77B7577DE877 /* PBXContainerItemProxy */ = { + FD67352FE35891A788732DEBB24676A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 828EDF29E4284793D2B3360CBCFFD7A7; - remoteInfo = UMTaskManagerInterface; - }; - FE30F3929A4B17DDAA9B2CD32B2D653D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 799B29F9D6DCE28B98CC259440382F20; - remoteInfo = Firebase; - }; - FE7461B61D27772DF5450F45A33D931C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 743B4DEB68D23793521F266C0241382A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 1CCF1D06CCFE0D0AB787DF0923C94D79; + remoteInfo = FBLazyVector; }; FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3971,2124 +4004,2128 @@ remoteGlobalIDString = 01CBDBB3785FE2E9ED7E2986BE2102A6; remoteInfo = UMCore; }; - FEE139BEDF00526E7827C38FFB4FBC85 /* PBXContainerItemProxy */ = { + FEBB40503C916484B555BC602F1628BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2E01DDE6A1A8D7EE37042C7EA69F25FE; remoteInfo = React; }; - FF50C5CDDA5D52B67F62F50D7176F41E /* PBXContainerItemProxy */ = { + FFC769E293F34751265940A04998E1EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D49B9B80A7B1F27C491DFA81E54E6CF7; - remoteInfo = "react-native-document-picker"; - }; - FF859218B17F01E97DC680D6507A2D35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0F1510CA64D3BD5A32C5357D5CB788FD; - remoteInfo = UMSensorsInterface; + remoteGlobalIDString = EF5E506C3DAF6D69884F3469D1C9EF23; + remoteInfo = RNImageCropPicker; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 000EE617F442AA338B46300173F67B79 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 001D117336D1487BE3E46D1AE45E158A /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; 003C643886A23AE5A8E8224D6C4A8C0D /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; - 00538E6400D6DE497F2355C3CDA9468C /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 005BC469630F6F7D66610C867DC586BC /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + 004E9D49CC5B7F1F9087DC5A407D3614 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; 006CEC4F93311B953E62A6EB723739C9 /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 007D8E799734FFD16BA16CC0493D23BB /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; 008220F7548BADDA4DC0EF2CC64FD05A /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; 0094D08DC648CCF30D4F8C66575F20B7 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; + 00B26F757EA0038680F1EEA17AF7CF0F /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; 00BB468BBAD5B831C59D3100179CC4D1 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - 00BF4BD90992B195EF34E8231C77E6F5 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; 00C3D0C02296D11958CFDD6C18DC5CC9 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + 00EF36DE5D9D90994CB5B6C86E95A087 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; 00FC835CDE9DFEFF1104EF4F7E9A0474 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; 00FCAFABD8C04326617B681ECF1A75C4 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 0110C6251B29DF2D5A7919AB676C8FBC /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + 0101D57D155BF159458D1448D4EE78C5 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + 0106B72F9B4492E5E77A1DD80D02E281 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; 012B8A4B73CD8B8CC9820DD9EEF631EF /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; - 013DB95938B7728F34B16035C8FA1EEB /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; 017168337C9F45A4220F1033A3047C33 /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; - 0182ABCB8A61B583B37098F2F4D3D3D3 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + 01A75FB28840F8AE9525764F3939A611 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; 01BBD07444D25289FF0B81B0B59ED73D /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 01BFD6D0D50BEDF0F30E43CB8998CB4F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 01CA3635BAEFEBFFFA6086B82A4630AA /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; 01DE02F9F42C143CD38F32DEDA4223B3 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 01F9CAFA7C785C370974E137539A7E94 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - 021223F4CB3D713C8F939055BC00D673 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 022982682787D678778BD85E834CF01E /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - 023E4339966E9E2E9FE67C2EB7C47D1C /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; + 01F003ED816FC8A9E95D36A5BCCB3BCE /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 0227DB71C3420DC0113502D006A4A25D /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 023429A0922DFD2EA410102940065E2E /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; 025D8E78DBAC11CB603533D28063F8F9 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 027DEE4C1512F5E35E4ABBBC3D80CADE /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - 02A0229394953FB8D15C30C1E490DAE9 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 02BB86289FF53E3C45D13C3A1B115EFA /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 02EFCB261C6AC928F019AEEEF5629A8A /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; - 02FBB5E3C8DE09C5BFFA96D906912258 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - 031092BE47CEE783A63FE732D8DCA106 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 034BF2C44FD02FB17FF3F13F5D6A2AD0 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 0369E1124555667E8646DBBF07490844 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 03793EA509CD256464C56FDB7BB6DBC4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 037A48AE57AA6B3C75EFEAD196441BC8 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 03A3E4A4C9538148C7F7A8F9FA7A187B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0292771E70F7E29E86D4A9BE9369BBCB /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 02B467BA07B4CCC6325F30CAB2BC56F9 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 02C10B26E8680744CC63D26A1630737D /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 02E3E954B1C78D24552F438E212E5691 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + 033AC1510813433A9DDE9514B0765888 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + 034CD5D16FE9C4B8EBD12D3A99B39C8C /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + 037F10359ED1F2F1F86AC87AAC1F74E5 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + 039470D30185643144F278D25C0CFE13 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 03A9A14382611EE57D1A3688AFD9488C /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 03DBC959BA24FFD4FC5267A7255E3E29 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; - 03DD5B64B3D8782049A64AAA2FE72F6A /* 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; }; + 03B0113B53630D81BE7A32A1E61A4D37 /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; + 040AEF129E02AA850F517523AB528D18 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 042307CE4FA1BAD3E18F2230F29FECAD /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; 0428FAB1B198A263768D56F4A20DEEFD /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; 0430C8616696B00A7A0874374292EAD8 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - 044393F552A853D58562756BD01C24F7 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; - 04455DB3BC054DF6D56C6BA001B5A7CE /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - 045BDC76AABBB9A6173613CD6C96D9B9 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - 0472AFFAD011F413CCDA441B58E96DA6 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 049710458E0FDC4F8F221EC78FF070DA /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - 04A453ADA31088DEF5A67519CD4860BF /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 0449F9E2A3B99460CCC2260241BE1436 /* 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; }; + 045E9546D687D21A166A734624C32BAD /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0461A6A24AC78A2DD6C94031529A818C /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + 04826111BC5C1050A6C27A888F0E3333 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; 04AF094DBDE040DBE6A572678AE428C2 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 04E15B5964805DC5108565460F62DE8E /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + 04DBD6020E707D300022517BB1B58B05 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; 04F1988726E9218835ED18B388A00F09 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; 04FB336B843A7FF03BD6F065E8577F16 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + 051176A1C38E22A5FC664EE9057EB6AB /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 052723ACB794355B27AEF5498BE2DC12 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; 052DE99DF3C947412D54ECF4268A6F03 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; - 0534438AB319701CE76AD8A253D6A792 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; - 053A5D01A585A827EDB74B9253950129 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 0543B08B8F5F46C1C4CB6D107B9EA1C1 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; - 05442FDE4805564614EA4952496C139C /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + 05614250B5A272D850B18E77217985FF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 05646E7F90C198219717B20CC4C26836 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 0578222D2693E6D7829071BCC888F1F4 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + 0578308B8E5BA2284AC0D5AE8BDCD938 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; 058C156343A4AC8BE485A77F1474F9B7 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; 058E3220F0A9C0FB3573CA32B804EFD0 /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; - 05928729358A05A5C29C585D4CFF8531 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; - 05C4A9697C1CDEC26FD3D27810AAB2E8 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 0592FF99D2221B5A116B08EB5E748496 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 05C07694D2B245EF25E64FCF4B7F1D11 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 05CAB057FDF972A8E5E1F72B9217DDB3 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; 05E5EB9AE27C33ED8206D5EF0B639D99 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 062AE6550F080AD30620845DBEB0FCB0 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - 0635E482AFC3BFB5E1DAC723E4935367 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - 0672CC33362C8EA9E2EC7642931B289C /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 06BC30FFF1D885CC49CF016CB604B726 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; - 06E5464CE38D349D9F878E77068C3BDD /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; - 06F110F71397F24159F56D7B2854524D /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 07233EDA1FC3BE41EB1F2313D8F020BB /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 05EBB0E8037097B7C08DA13B0CBC1CCB /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0635421E8C06C7016BA64443350B929E /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 06474F33DFFF694A8A309933C48BA294 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 064CF00929F506B5C16A7AFA6434DAA3 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 064DB26DCBE9742CB2838FA98F139348 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; + 069A597A62C592D1266058990C46DDE9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 069B9535894CC437500AA6970438E007 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + 06AC3946928E623A55388E0AE06B0724 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 06B0902612648A9CC62DE613946DFB33 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 06B2308D0A91E35D7413A2203C801657 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 06CE8795F3EEECFF5D8A97F80026E215 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 0727B70199F6B07FE8FAECE5CD427DD9 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; 0732121C18F63D3E514C8AECC08ABB87 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 07577BE443FD96F28A10F0CEBA169AD3 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; - 07679B01ED7717BDB95924F0A1F4636F /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - 07B6F5EC5086A316E48857EB51500206 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 07E594E877E1F9E3658BFC8FC4381506 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 07E7EC48E22A55A891407DDFFFC66381 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 0773D017973CEE43D72A6E368B2DD693 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 07A586BE0AB875602D49E4F15A2F4204 /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 07CD09C8A6A3F9167C3016189B90C33F /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; 07F2FCDE8CF5AE5EED96CA8EA9AB1354 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - 0820312A31421442ED09E1FB27E3C800 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - 085A09056E1148316166F25EC7D79E0B /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - 08841FEBCCCD7B53C2C5F5C132BD14AC /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 08C8CAC4FE84756EEAF76B2A238A7B92 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - 08E14DC5CD5C28CA59A5678EE181FBFC /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; - 08E1AD7FD4DC7B341AB680D19921759D /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 08EA89A726A317A7E4C39434BC66C2E1 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 08F2757358C92ECAD0E9B56A8B4C8F59 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 07F36FF08D8F673DD9CCA9A2FB1935B2 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + 07F6A0273BB39AE3B4E643AA18384F6E /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 0829073BD76AFEE3A2CFFD66B29BF97B /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 083C70C6DB4E3A1710E259E037B82400 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + 0858F2F3E6ABFAF2D036305F20EE806D /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; + 085915EAB73892F543C2C9766B384A63 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + 086E2BE95ECB0C1F37BC9931AEA04DAE /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 087862A13C20A181E0AF934EE2E10B7B /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + 088BCC6DEE4F161C8D46C85FBA197D97 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 089E67CCEA7344804852D0680EECCB5E /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 08DAE6490A2AEC0CEBB31380AE926572 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; 091AEB7EF14AB42579CF1D316C9206AF /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - 091C9C23AE69F9B2BA8D31111118D209 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; - 093A24227EABDA8622F866E729A0EB3D /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 0959F01729617BCA7738ED90704D2BDA /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 099698855A327030936F87CEC20A807E /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + 093915B30947C213AF85204D81E77A79 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 097AB8D08EBB1A7A3A56AB9611545E5F /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; 09A1C6CCA9D9DBD22E97F8F734DC256A /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 09AE6C4847EC41611B376E9BB177F772 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 09BC00953B7AD898175C78AAADBD317D /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - 09C0F8525F18B02A95BA7CDBBD2BB865 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 09B9056BCB2F198CD586DF02C9B512C8 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + 0A000CE45F9CCFDDD9CFD331C8BBCF86 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; 0A0A418D0FCD4E42A69851E89B779D00 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 0A0D8670A8F4F0002D6099952104E081 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; 0A26BEC640FBC7DD1CC203FD1899D261 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - 0A3D10984774FF2D4A12FA7CC49BFFC3 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; + 0A57E6947017ADFB1745368C399F6473 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0A78AD7EB2F4F7CCB5A7036875FFFB5A /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + 0A7DB57EE612936167DBE78A96755D70 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0A95C13B5C83B0BD1A625452476DD17E /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; 0AC1EC82016B61852F34E2AD946A78FD /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 0B259E547F8F4BB2DB47673E43EAFD93 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 0B13B35E6DDF5720F664B54A0BD1EC00 /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; 0B34E0FBA56BA048EA914504DF585133 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; 0B3C64D8E7C1BDC8E99A1ABF53D7CBDD /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; - 0B6DF641E271B5C0C994E22FB503DDC0 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 0BA08CB7743F937D23C1A6C7D8FBC27B /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 0B4AC7EF9E4C1C777093940A54FEEF8C /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + 0B6BF6626CAF590422DB83F0F3DA8163 /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0B803CDFBC04274DA1CB860853C7FA16 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; 0BD4C9CAD9BE44BFF95439B8686BF644 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; + 0BDA95F445BA612CC646E06A605227E9 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; 0C074F0BB1DC75EFF07E654DBDA12A59 /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; + 0C0750D4B73DC173D99EBE29BBE0157A /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; 0C077CC137295840C2A89B6EB5FA0BAF /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - 0C1845B037EBFB2AF0EBE8D51A83F789 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0C1A507BCEB82D132645DA32F46BAC87 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 0C3FEAA5996EBAB6C087D51EBE25F51B /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - 0C530D77EB7818C7B66D52A0E2D32F9D /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; - 0C652809A4EF604F7132378D11C07B20 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - 0C8700E7C2E5477D0948D22AE0D0346E /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 0C4B5281FBC677085B8ED090B2AB01C6 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 0C4BC994DC489A3C7EDB877728737AB1 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 0C790DFDC67E8F7644F3DCDC4822DA35 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; 0C996D0B1566BEF413BA3DA73BFD68DC /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - 0CBB6585A54119A963A82EE7A8977AF3 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - 0CC89BB934369B19B9F46D39A46AA58C /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 0CDC53720F88761FFEBBA22F25FB5359 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 0D3283319DCE73232B5789FE6261D8B0 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; - 0D43F8333E425C69C7EA7AF77DEF7F06 /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; + 0CD4906BBCA7D69622FCCD281B79D746 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; 0D4A116FDCB5C0B181DD2B8AFC5501FA /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - 0D84FDC058A1FD39DBDD29372DB782E3 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; 0D8A1C7060446B1512E55156C76E6934 /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; 0D8DB52AB8BC8D53A94F65B7B505F9B6 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 0DA802B6AD87B1EBBD082AE4AAA228A9 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; 0DAE54E21F9919D9214332B4A4DF16DA /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 0DE6FE52679701DA0162920EC37D06F5 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - 0E04AFC8B5440DD13FAF59D1180ABCD9 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 0DDBB27583E14964AD06F48EF7433B95 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 0E0B0AC351305830464AA022D630F1A1 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + 0E129ADEA3C4DA1ACAB067011C39FE7C /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; 0E4FCFDC62BB572738897A66AD584B1A /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - 0E4FF71DC060298C1BE098B79EBC07E3 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; 0E53343736419C5A995C15A45C838245 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 0E576EAA14F52DC065DAF31DEC11CAB3 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - 0E5A68431CC08DEFE993FF0DE9CF6989 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 0E8177E5B34A0B1FAB6FC745856B935A /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; - 0ED6BF721FE2D996FA29368D4CC4C8D9 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 0EE37BEFEC43603EA71DA17AD6DB6EC8 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - 0F186F37C21F554742D1737B8D1F6269 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0E64679AEF396D3F35E4AA50CD16311C /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 0E9B8D4F44E64E3A24258D8F671CA2FC /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 0EA24B3179112AD99B55821B6639C0A2 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 0EFDE38575E7CD768F6F5153D43F0D3C /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 0F15F0193BF14ADE2B475B302CA596AA /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; 0F1997835F06943906610D891732B4B5 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; - 0F52746296A9DABDAD3FD8FDDC0DF9BD /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - 0F86B5528C35E531863188CBC48E351B /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 0F6BA1D1347D191B766AD088D8EB7443 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; 0FB899140A93A07307991F163CAB9FA8 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; 0FBFB7E44F8612A1D992ECE31DE32523 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; 0FC4EA51D4334A74F17991DB1D8CCD57 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; - 0FD69AAD99CAD6A9F1FCCDF4C1B7FA7C /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; - 0FFED4820CDB638B5ECA6DDB9D6E6944 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + 0FE14A85E845A195F248BFF654F415D5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0FF55447BF7DA133631DB500A4C100D1 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 101162B1CCE2A849A5F52258BEEDD4C3 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 1019C15497785752A07B306C627C3481 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; 1026922C2622230E82FD9EE8866BC4F1 /* 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 = ""; }; + 10327B22A9211C045DEEF45D33F83EBA /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; 1046F11C1EDB6077AF33DCB81D11A5DE /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; 1051CBA799A5CF2A8DAF5B1664BFAA50 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + 1054CE534B1AA840ACFBC967EA0CE528 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; 105510FA7F0B670B5EAC334893288FF2 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; 10847032F4ED7BFB69E4BFFC3D7B2172 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; - 10D27A7F00D229731BC7F62D6A8F461B /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 10DEDA49051F0A402D01324F03D9BC16 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; - 10FF28A7F6F22A3B7399C451705D661E /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 112771E1E5793DBF74BBA1D3C35DBFBD /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - 114C34D8834697823FC79812526E14AA /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 10975D7FDEF5281B02A2CC1DD6BEAE26 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 10AEB960F3850A5ED5CDF26ECCD1AFDA /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 10B786E7DFA521AAF68C76FD05BA1FED /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 10D34A4E45842BAC3670047A21888091 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; + 10E0F2C4335757E118D37ECE3F5B9C71 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + 1108F3B78D0177DDF154D73CE373EE6D /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 1118FCF08CD4C32D8E8F7A5AEC855C7C /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; + 111BAFDBB7C4F2C621DF48841B7B999B /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; 11545F6E5F7FD4878D93E1D04A3922B8 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; 117AAB18B7B3325193933901589AFF72 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; - 1184C00DBE5F7A14064790275A9391F9 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; 11C50485C128CA353722F5F1B3C0F8B6 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - 11E4FD2442C70128644C7D019F1DCA17 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 11C965D1C2F065529C14355435CA0507 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; 11F2E0CF5B468B005AB51ACC1491345E /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 1218312F176527661BAEBEB2855444F3 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; - 122AAEB338DC8B736B63DB63AD613A00 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 125140995B0A46D82FA3E4E85BE2664E /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 12141F910BEDA16579CEC2ED944C9C61 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 122F175D1762DBE043C361232F8428AE /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1233E3242BE7B85FD7D1723E9901C49E /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 127CC9BCDE4DA36501BEABA9A77B33F7 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; 1286014EEAC46A520E1958F1CA19D658 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 12DB2BF5A4BB79C25434C6447445D7D0 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 12EE1EAAC2DA7A25BCB317A65363FB8E /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 128C9C2235E36C46E31786B1D9AB686F /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 12B8796744C0E2864BC6D4E804B5BC6E /* 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; }; + 12C1383512642C64241EEE20966562BC /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + 12EF7ECD58C9A7D923DD33BCED4E8038 /* 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; }; 12F8DF71502293584E778A7A547B9C0C /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; - 13295BC400A5F4F8C1621BF5ED23EA2D /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; 13359B7D749158627464F494D9325FD2 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 1367958180570BB91AAC503D0DA52EA5 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 13490FE18259DB4B2CC0484630FA904A /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1382DC070FB19644170F810B1E8F05CB /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 1397DBF6218AA62653DBEE59059B323B /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 13AC280CB2D4B839693796D4804F301A /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - 13AE3B54731D2D6128AC94B931D4028F /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - 13E15D09E335BE6074D12F5BDB1A19EF /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 13C156D81FCB4C385C033E8C4EDF3762 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 13D5B20D345DDB071CFF93200501F087 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; 13EF0DE8480A25A2F8C33871361144AF /* 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 = ""; }; - 13F3EE543C8BA12CF095D9709376A681 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; - 13F848E82CBE206FF89F5A4D545E95DB /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; - 140F46D2D2F24F9DB2A92470ED32950C /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 14079EF9DE3A819B2C72CB3DCDCD4760 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; 1428E0C6D6E05B3D675BBA4B17AE77CE /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; 142B61A43756AA5CBA27D8C315DCB48F /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; - 1432AC107EEC71614DBC990356D446B8 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 143530949B5565B2E4DBF2F0C672E989 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 144544B37718F5DFA20D7004986219FC /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - 14725CAC155E8EDBB22A24BBCB965C25 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 147617E44F9FF00DFBA646A5E61B5F6B /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - 148980C89EFF8F652687014331586428 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 149234285FE52788DC286C2C1D089708 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - 14A3D6EBD5C32E4A32F6B92C713CB468 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 1449F457259E3623C9C0CC95BC650F1D /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 1472F9F931DC5933CE4BBEC372AF9514 /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 14AE3EBEE6F9577E4FEEBCFE6AAB9C0A /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; - 14C24448DD9483B8F20956A6E8111BC0 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; - 14C664965E856D444C32E6EFCBFBB314 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; - 15047356F0303DE5403805E4517E1120 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - 150AD3BF6D6A700C099220CAE5027D05 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 14FE50132160C1DB554C87DF7A672CE6 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; 152184A9ECC7559175B56605FDE9F997 /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; 154797C6FA63B16E3DAB026FD0AA9562 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; - 159C23316B64E79F2A8F063074242D3E /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 15808698DB5FA5624C08F418F3E38DEB /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; 15BE0F71ACE3238A9003A48B3FD9FE33 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 15E35949C149563314A62BD6B45E5570 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - 15E3F338E2982D013E665FA5E6266A03 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - 15FCD29C178E73D03CACA2081D41AD4D /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1617C6129814BD692F81CD11B543090D /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; 161E6B4993A51A7567AA66F65067710A /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; - 16288A6D374DEF57B30DDCE361394DDD /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; 162A20965F55A7F42EBF98FD66CF91C0 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 16730113239A4A5F7934D2D7C9DE36C3 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - 167A459272622EAFCCF5329E8083961A /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 16332955B78FC5EA10D62AB24EB4806B /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 164FB0C39E919F2AC47815389A0FF99D /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 1656BF768C6097C5186585595AB179F1 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 166AE84C4370197360E1E8713C9EC33F /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; 168A4C5601B9AD27D7DF994108D20189 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 16A4126BC78B4983AFCB3092432BE39E /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - 16B9E7C7E39B38F721D1296C3C14BB49 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; - 16F155C2E7E7876C921F3AF21AE8489E /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - 170093C4AB07780A25C833E08EFE2CC0 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 16A53AB741930DECC26188BC5AA3C3B0 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; 171720FB8E3A6800073AE237427C9B09 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; 17301E3B0DEF204F7CEA173D05669137 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; + 1736828DD92323F6CAC9BBA918DB2022 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; 1739F947D1831ED31EDD3E0E5BEDE95C /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 17644A6B0E396AF4AD0662B27777DFF8 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 173BDF635278296F3AF22AB4BC2D71C4 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; 176CD31DC31EC631510B1386AAF45DA4 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 176DDDFD3824AF946A1880F5D31597F7 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; 17948BE2F77291A7E285DA9D70DE304F /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; - 17A3F710097376D90315825E107D5707 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 17B5A3398542FBA69038FDE4DB3AF30E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 17BF2BE7CA5ED6426D6B0787EBBFABDF /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 17D07F5ABDFE0DBDB4199E4C703D42F2 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 1819FABFDA93F472B2F8256D7A846AAC /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; 182E5CBFF1ADD6815DBC3A699C232952 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; - 184A5FE6720285DD234352C0BE668DCE /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - 184D7E85971E634B6D8916E6E07D8B29 /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; - 185432325FE3B0675502832919F97685 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 184F6BF9DD73E60CAFFC6B45D09CB872 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; + 189445D1D8255104F69652A281605CDE /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; 1898123769B7B8FDC4A5CBD11FA809DE /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 189A3065B407FE53DCC747BCCA5A41A7 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; 189A3D8AD937A8E7324DDB7F335FCB40 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - 18B0F3793E3843628CE04C0BCDAC06F7 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; - 18CE38BE2770B57EAA2A6566473E5D64 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + 19081B37EBBF7137D3F2E9C99315A738 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; 19336C598B620238AAF4F39C4762C445 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - 1968EA8AC1899CE9211FFB0A9ADD1977 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; - 196B0A88499EC4B56090AF686E8DD239 /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 196B36500F41B8DEAD7E76153FF0F832 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 1997E7B52CDAEAE1B105E0692283DADA /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; - 19B762F877F3B152365AEC114E9BA027 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 19BCBD54B5364E91CB56C105EE599EE2 /* 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; }; 19C03F4FCF4B3C14746C09479DC5EA10 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 19E19694EA799C446569FF0DAF10EF46 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 19E5FDBD681335238ABEB42C82B94529 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; 1A0667FB69F570464458FD6F11209756 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 1A1F8B3A353F4A7504F87F7A7FA0A072 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; - 1A48830713BEA1445448426EEF1F37BD /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - 1A4E202763AF3FAE6CBFC04895E4DF1B /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 1A33F4DEB7BE332884109D2094D78BB8 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + 1A54709321FF0E3079AA9191BE89CCA8 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 1A5DD52F954A895C482CC518B34C13CC /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 1A6A938041CCE2432A0AE407FE8AF835 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 1A8B7ADEEA796AF11EC7E388248CBE5D /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 1AB5FA3FE0814633E0457EA139F9F637 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1ABA183D6FFFA42C5E423362BC2BDEF7 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 1ABEE2D4FC9698E68CA4C7FFD1151177 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1AC93079540A2CF676920D653638C93A /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; + 1B10DE72A90B654CE90479D0C40B271E /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; 1B15F14FCD1BD1D9F4715F0A85828A79 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 1B46C473A86E2ED7BF76C7AC7E5BB383 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - 1B6589BE603FEA2993B00F22AA582653 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 1B7370628760C41318C9F9BA94424EC1 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 1B7898AA7D8104044FD5B914275DAC31 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; 1B79E1416EC80D9D1EC2010E21C56020 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 1B84B1680F89719975011E6416792F81 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; 1BB87A95912BAC4342CAA4890CDDD056 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - 1BB8B5AFBC405617B0FE9B0EF60CFC4E /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 1BC4F1D594338B8E5BF253CE26E5C888 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - 1BC512E868EDC52D88DB5A2461800637 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - 1C172FCA6DEEE2C4CA566912D635CF84 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - 1C247F512B6D089F48F0B57405F07C83 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 1BBC68448703CDE6267CE03CD9A96945 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 1C11DF69C0EE078BCCE7FB3DDDDF1884 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 1C2AAFE3BCE2D8BF461E130215F79A58 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; 1C4CBA42441EAF3C431742FAEF9B224E /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; - 1C4EB2F545314F1957F530FB31F7A15D /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 1C5D7B960114F9BB1BCA58A7FA827695 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 1CFF7D36BBFE7BA1BD9A53678FA8A3B1 /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + 1CB51B246BC26B6DA141B5CD7D789F34 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1CB65D21A382A507AAF6FC5E036A8645 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 1CED1BDD79FF49A385F677CE8E04EDF7 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; 1D385CBD7A2F9A9DFCA2BE01040EF91A /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; 1D3C3C38EE9A9D054EF043CEAB28068C /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; 1D72A77C35315009550D2032B2AC4672 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + 1D8057B8F868DFB438C6C5AC816A6B7B /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 1D8277B06A0673A56DA198B8DF760DB1 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1D846D93FAEB4B21E0FCE12127CFBE41 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 1D9C1F626FF8877516FBFB862421B3C5 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; 1DB5047C04D722877A25FBCE4FC3B746 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - 1DC26F9789EA7BEED081317924D62931 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 1DC839280346F1C3CBB79D66A0473331 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 1DE263200ABC41A5BB6C4BBA64445B6F /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; 1DED1CACAEB451C47EC522EB25E18197 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 1E0343C36A0B74959C83D8D8EF00965B /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 1E0FA86414BFEB705C57670B3CB2C87C /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 1E1B04FB75B5395E6DD1C24EBF16BA92 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 1E125D74C3CE63B809C72F8815706750 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + 1E208E6737827217EE9B5CEFCF501757 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 1E320956FCADA646E2ABEE42F32A6DB3 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - 1E339A238C5C19A933FB40E580AF7A78 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - 1E93C236783610CBE74D685376947EF4 /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; - 1EA1E4929834E80F9031A0E802E1E931 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; - 1EB62C1A0405F3AABCAA51A572E4481A /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 1E80DB719DE56C04BDAA5BE08D9DE69D /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; 1EB913031D891F3545DE175B7E2F52F2 /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; - 1ECE1F925ECC0E51F74CE044F6D1AA39 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 1ECF4FB380846056FFCACC5105C7D2F4 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; - 1EDB4DD1370455027F415ADAF0FE206B /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 1EEC170555E63DA97B7F1E8DC2657DBC /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + 1F02226D47C65910FDB27F045C84706F /* 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; }; 1F0CBF29BAF39819E8063CD2CD648351 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 1F1A807662FDC7594F91714855F12EBD /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - 1F9EFCA7F769A8BC9D4D8F58E29BB442 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 1F30496B25AF9EC8375313D691C4C50B /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1F524A23409C0190CE01E807B46A0583 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; 1FBC8F6D697F44FFAC23C6F95B473C5C /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; 1FCC217CA7E7EEE126747B02BDF37C9B /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; 1FE77AE93F9828AAA4A0E04CC3C99B4B /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; 2006D9CEECF56A6E7407AE287B9ACBB5 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 2023A72C011E18F05C0BF471D42E29E2 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; - 20ACEE4893BA7EFE878483DFF8097A22 /* 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; }; - 20C407A2DF0A8582F2F15FE345DF3003 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - 20CC8B770E14F95BEAA6B4F19D4C8D1E /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + 203B0D3C957D3C9509E72565E9EA8BFA /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; + 20B7CB5DAB327026B497A9AC0A4EB325 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 20CDE0518610864395B04C00F6A6D817 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; 20D25FEB72AB445059B03572C15C9B5C /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; 20FAD53F1056C004E643B3770D456396 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 211F80634955535277F6E665B57F313B /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - 2169C4F6CF62640E8A8C6746DE13EA26 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - 2177633D2BA7B24159DF0F8D9895045C /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - 21848CA295A5871520AB6B6D9165D3CD /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - 218D325ED6F9CF50D150F81EC9121080 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; - 2190F81AA03361ECA2D6C94FF2E95F90 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; - 21ABA09EC95E05879F07F584E19B8541 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 2112B857002EB31F84B2DA3D80B442A5 /* 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; }; 21AC8D494D1B3B82127CB52C30424F26 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - 21B13E29AD05E5FD4DA629E81458446B /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 21B9C25370E9E04BE35B22AB44B1C7EF /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - 21C10B8C0533C1F8C901EE90FC88A762 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - 21C2FD82F3EF2E1D1385E4CF77E0EE21 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + 21CC0CC0C6E9F76EADAEF10F8ECC0AF2 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; 21D313B5438489B186AF71F622626DA9 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 21F17E06C2BC683EA3844510D8BEB780 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 21F06E7D5E15CF8A2280DD819192E6FF /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2221E19B5A55DC56755ED4F444D4E767 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; 222730D89A07F1BE4758382C6BEF2D7B /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - 223120526602CBA7ADF9D35AC98D8720 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 223A26DA213F18FC7C7E42885D9A99D9 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; 223E336948E0C73F4B0ACB503052AE15 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - 2240A04B699F4DF2CD4D46E9FE2DA557 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 2249F9070C863D3CEC7124B2482FB873 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 224844280A2215AE5AC984FC13876E8F /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; 225C36ED67ED12EF2B47ABAEC5FAB890 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; + 226D7B42F497598D81ACF244D18162C3 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 227189023C3F46D621DB4C6C30DD5544 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + 2291F6AF5147D1A072DE833D6DED9CAB /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; 229809DDA12937FFE90714686E5E6758 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + 22D32FF28E7A64038833FD0A8FC32EEE /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 22D4403616579E47926C198F4358EDED /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 22ED763355770BBC79AAEC73275AEDF9 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; 22ED87F5E6F1366491F9C210B223CA59 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 22F17609A13F48A6EF6EC0D3BC5F9A3A /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; - 2321C7B2C6AAB9C7AFDCCB49C72AC1FF /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 2331104210C979BABADA961D17D1043D /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 2347462D47221E766C95EF43C86C5097 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + 22F2A353865B9068634A8FBAE1D3D951 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + 2305A32EE0749D31086CEBECDB2D0FE7 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 230B9D6D2EE945D7B2C2874AF8468EB9 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2384D8A9AA8A3E22A917892CE21AF704 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + 238F49F88720F70BBE776957C0856F82 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; 239056C460BE84F42676DD046E24B3C9 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; 23945AE455FE8A652FE6BBDBC951C80A /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; 239FC6258A10F4BE3AE91C77A1843899 /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; + 23B7B5F6369130FF9D04F246ABBD7230 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + 23C6202B18734FF1CF3FD1579CA43F52 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; 23C6EC987CFD4938F654703C36C0C900 /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; - 23CC7846BAAAD731E9F7FE1200BA32AA /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 23D97E3914D4BD4753EA2C6E3DF2F48F /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; 23DCACE25ED518A4FE235A08301F8121 /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; - 23EE2CE4FD8E5797BF49C3D61FCDA33A /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 241A26CB996A14E5B7B7320C51998079 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; - 242135F551E8566963FD257AC3087ECB /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 242FA318110D5D23813B762E43E094C1 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; 243DA0557CFD54737FFAD26E98C63D90 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; 2454F868C3BCD08C06BCF642E31EBC55 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; 2456373DBD4124FCDFBB6593C35EDE94 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 24724BCB576DF787119770C31B395EC3 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; - 248035685EB19D1B3F5667BF8645BED5 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 2493FEB4824E177D1417D8421C1A2F3E /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 24586579931C72212A9648907BAD31EC /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; 249A16AFFF0ED3697855E03BDE93F40D /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 24A642FBB58AA3F9D54B95906489B7B6 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - 24E74C5A6343AC38E3B80858DB0A032A /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 24EDFDD6887102483489AFE14F32AB18 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2515E476101B948AB81B6A35DC8BE1B5 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 24D548C4534A5995C0150220287FFFB9 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; 25219089ECD7A480B5DE42C670CF85A2 /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; - 254FD94E666E958F4AA767DBF3514C11 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 255F369A3756B80CD77447496371F192 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 254EF6D4178B1BA3A2BE5552311C807C /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + 2566AED6ADCCFF960A9E804B5D929C36 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; 256BB2AAF671BDAF194B89E664B8B1F8 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 25E04E81DF3771994D1AD16A26EDCF46 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 25E8D94BF8D71ED99315114105FB7E17 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 2601F820D5E847840E1912591E645E44 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 26037CD168CD5E3516B2582D8A023D4F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2615554DFEFB88ABE2F6B4CA84F63873 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 261E698D5EF014930107BA2CEFCFCD49 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 25857240814A3940170DFB69E5059DBD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 259AFCCA7BA4E9ED3A04D630B9042BE8 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 25A75624919D83FB48745F37353FEEEB /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + 25AD8AC6ACD84FE86DB7BD77F8F73B4F /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 25B6426BEF9BC191A6D264F6B5FF3379 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 25E8160B38B1BF575741A1E8CBD91ECF /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; 262DEA6395C5645E1DD66157F9034448 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 26431739B59EAEE190A600D578E6D300 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 26573A4207CED9E4E90197F447B19B22 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + 264C33FEE4FA7184B3EF9C4641E3847B /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; 2660A4836DBFBDC3B9829B71F2C14FA8 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + 266585B90A470F714AFA3072ACC7B343 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; 268BD99C64A6C861FED9E34CD3F6B278 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + 26B04B7CDB30D02904DCCB39CBC3DE6D /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; 26BB5340327AF9EC3F93E6476F06DE96 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 26D28BA05D94E0E8DCFB49CD3794A884 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; - 270967510F13979B1EB6F3574EEC77F1 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 270D91A8FE15937EE7AAE531B81CA808 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + 26C9F5412F5A3835A295D24D8A97A3E2 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 26CACC88DAC748A5F629BF65F05811BF /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; 27136D2D6F45008E8D66DE0E18B49BB3 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - 2742C515451DD6FFE912AF6EA16CFB7E /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 27BB988E58B26A522972143B489F069A /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; + 273CA956EA2999827DDB31D0BE548E01 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 2746B6B301B94A066A77438EEEB2D40F /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 27B8E719671E9672B056B04B75865332 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; 27C1DA9B4716807323AE0A260B2DA23F /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; - 27E75C50F92E130F88D4B6358253C445 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; - 27ED0005F17C8AD51E057BF21D5F0EC2 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - 283DAE7E7C078A748285F6E5DDC6B489 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - 283F9DBC19BC9C368189DBC095F85792 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 2867C037657646F9A287C781D9B5E438 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - 2884DD0912197AF891B45AC139D8C64E /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; + 27D8FA446CDC6EBAB9D7B58D48E637C1 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 27DE5F16E149B92A111BF93078824B92 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 27EF3C3474607B32C95194CD08B852DF /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + 283C5D55019ED083D12206B85906819C /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 283EA3EF3DEB8C7640364D81F2624ABC /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; 2889DF8F05E40EE167FE8A782E1454EF /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 291E5809BEED9259178A0FA957B359D9 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; - 292E194053D8F2265C1B40218F834FBF /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 2900F0F8F1082C9749FB78957551B30E /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 2915FC99A0FE5C21F4DC3DBF4E28B7C4 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 294A2F9EE39E299F73724555981237E2 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + 294A89C14D00BD6BCF3A5ADF3E9531D1 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; 294B31C1BD032FB26D3B0CA142612940 /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; 2961CB18FE72FDA85F971B608BA91573 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + 296473E2F21E38B0A943E93C44167BE0 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 296F8A7FD519208A21674E51D1C0CE43 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 297FB257FFE6A130856F3F4054BB64FC /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 29D68C01B7BB771D070839C48F2C7780 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 29E131BBE173EA23E9407F05606F398E /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 29A5070258C729533EC94712BF4A3A27 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 29E19B53D8ABF516FEA265CCD54C1E91 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; 29EF9976E1FCCE2A476ABB169855179D /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; + 29F5B0B9714C01DE4F040D12DA423359 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + 2A0F79159D885DF2A9CA0EDE92C9441C /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; 2A258F7F2761793B8CDB477C0D07F762 /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; - 2A6BCBF8DFA9036607B10E1C54A7049E /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 2A7F743FD292127E00F2E9D5E75F7BB1 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2A41E281B8EEFD1D51FE7D9817BA14B0 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 2A6BC107213029258D24830162129499 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 2A77951D231C794FAFB6C55537A61AB8 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 2A797BB5E63BA663CD3BCD0C541BFBB1 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; + 2A84978DE0E1E89B30C5C97F38DAE402 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; 2A922BF86A0993A7E8561316569E94D3 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; + 2A94EB3FDE6181A992CD972225B93E95 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2A9EFBFAB69B15FEDA18ADA8C7809859 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; 2AA27D3D45E7947A6CB774F5D94FA3B0 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 2AB0AAFE91BECCACC8924A2D336E83B9 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2ABCFE9547A5AE597F37A631616A9329 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; 2ABF3796381DC71CDB24205E1EFBB78B /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 2AC301BADE666E324EBD0FA7B6B7250D /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 2B237DD7886D1276B43D93DD6D6227AF /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - 2B340C1A9DA24640121D255A2C50B247 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 2BA65DB4257C2024DDAB391A776ED76D /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; - 2BBD63C212911F5113769ED657A04A00 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - 2BC0D218879DC2E4C7EF682C9A6CC58F /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 2BC8110D8F6EEF1C21845076F7100B10 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 2BE5820639989CBF86497FADC01C51F3 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 2C14B476AA97AC9B5965F8675044844F /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 2AD01E8BD3B0B67A395D0598DAF3F1F7 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; + 2B8D8665B2FC60587BB063FFABB277C6 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2B9348B0B8CBA72D05C1AF8A3B993D3F /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 2BA30E9C59287B8292D81BC82434F385 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + 2C2B05E59A0DB443A4C77B5C71318714 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; 2C32B052B44BFC07034F114E70AB7F1B /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 2C5607C6880FF5AC845BBA1B6B5C8278 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 2C68AF6107F6B7B7DB4958CB9F2EA6FF /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; 2C7975AB85BAB4A3FEE13D5BB0F0F6C4 /* 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 = ""; }; - 2CA6A199D7F1D517194CD33AA24C0DAA /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + 2C8F933A182C911AAC19FB38B9DD646A /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 2CA4FEAFEF16E188F407A9C115F0E4B9 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; 2CA862307DD6E020CD13E3A0E6861D2C /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; + 2CB9A3EC663CEF93B98195987545340B /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 2CD3AE619F6115E0F1E8E8903D084FFA /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 2CD5E3607A8451B641020D97846A2ED1 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; 2CFBF632115CDAFBCC595684733B6E22 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 2D2DCB90E2556B9EE9938AACD43EA18A /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 2D653046FEFAD008DB38502F345EC4F7 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 2D7E59F2527698A95ACF1422623B350F /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; 2D82F1D2804E0B1108D45AADFEE32BF6 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; + 2D9A68AF764561268F380644198B5630 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 2DBFA0F370BD6D4968890CC62018A104 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; 2DCC4B92A5289D7BAE0C5E6E84654009 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 2DDCF5DC5900ABC24A22BD88B27AB2CB /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; - 2DEDE8FDCFE7CB914F5537D5B619BE8D /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 2DE02A4528B7284FD296475B10B74850 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 2DE9735D71B5CD9FB4D7D210D773B985 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; 2E12BE8126CFBA86063B52BE2F28A4BE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 2E4358AA31F04F7E98758851A3B23137 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2E760992B2650089B51F63143D7E9C3D /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 2E276B27831473BEBE2AF0F4F2AB331A /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 2E2D1CE946682D2D23D8D2486C7099D3 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 2E63D8AB152AF724380C61892E2ED7D2 /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; + 2E90DCC6F46E412F704898FAF15AA3A2 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2E9525FFC58DF5B3F9D3349825031B6B /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; 2EB41230ABED447B9043E714CFCCD86D /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 2EB8797110E4857929706711EA088B63 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2ECB2C5504539A433653C059A976740E /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - 2ECE54435AD5DB72830CE00AB61B4E70 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 2EE1DA86EC3D99C00C25FD24C6220B89 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 2EC65B40CE3B5A6EB0011F2833724B28 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 2EEE6107293CEDB87E02C1175846D4AC /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; 2F1CBD4F98D6441CCA71EF677581938E /* 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 = ""; }; + 2F32C5D2E3D2164EF0ADB79F9F9987CD /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; 2F60D3D8296982940975BE9B7E1DD3CE /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; - 2F9A53E729223A59791772D34C9FC202 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + 2F6D09BA5BCA5227EBDDC653FB0C9F15 /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + 2F7EA7CBBA5E2E7C6A37989E4F3CFDE3 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2F96B0EA309BAE565D0277162ED347B4 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + 2FB5FFDC017E9F9FC3010FB31DA41483 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 2FBB8CF01A6472CE09242ECF61A59227 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; 2FCAF76084323F3656DC28B8A4A5F326 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 2FD5DF7AB34503BA12776A77E1B85EC7 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + 2FDE9600E417CE270AC3D29349502B56 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; 2FF098084549987D8E0446F16671D4E9 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 301567460D8660C931BC4A8ACB8330DB /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 30198F89533E567DE6EDCC4C1D62CF34 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 3028864806728918A117E4058D8441C1 /* 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; }; - 30540B5CD8D8D67A88C3FBCFED33E27A /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 3091E2CFFC0B4A1C7BD3C4D9B28DF2E6 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 30B553459F4188715B5D1F719303295A /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 30B5540FB20E231DD0C1B3C19AEF6296 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + 300F15B2F96876A0FEBEEEE57AC292DD /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 3029D4DC0AC884BB6E4D754EECC8EBE7 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 3029E18E24246B70A26D3FD217BFCE0B /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 302E58633A27510751FD1F868F49A7E2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 30301C3CD0ACCEF7C5D95B2CC0A0467B /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; + 303CD0BEC481C3A8E4F57FEFC820A1E4 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 30727861E86434E2E4890D87BB10D7E2 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; 30BCAF63832753D77F69F7D14EC383BA /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 30D4989713F879DD1DB017EFC27AC2E5 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 311DF445FE87CE1764573708E7F33CBE /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 30FFE92CADD8BB91848EC9EDCC17CECC /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; 31464DE3A10775862FD3837D89881621 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 31505D7E478C6717D9019F338B7D7376 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 3162609F6B6850B1DD8A9479CC18DD16 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 3168B94989DF6941033689BD8D948B62 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; + 316F9E816D9D526C7B701A976C5EA757 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; 317F124D9FDC5A216174EF9257BC9A35 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; + 3188AF56AC6B8527ED1258EEEB92C6A5 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; 31903A482DC8C2235D99A585FA8FDECC /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + 31C62F50912E7175CEEA64A388983E2A /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; 31D51E61D6546C558B473DDD56522073 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; - 320B535A141FFFD6BEF39B9029F0ACE4 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - 3221FE00A1602F823985FCD2723820CD /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 32336E7E9DC6F10F67D09C259843D0AF /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 323DD5C7D0964EA39BE403A831E9C6A5 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - 325F9AD7D037B0E843A24E55F295E4CD /* 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; }; - 32ADA46C128202D313CE8C8980EDF07B /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 32BD0359DD585004F232BD4CDB009979 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 31F38B127D67AE1D27705F8082339CDE /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + 320DEBE647C0963734FFEDEABC3A78F0 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; + 322E8C60FEA9CCBC1AB4509865A90E1B /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 323531E7EEA6EDB775549645EE35B965 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 324EFFFFB7E3FE773B5AA9BA536708F3 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + 325879D705EA379DA6576D57835AAE4E /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 327D4E097792B0D7E984609A475821A0 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 327DDEB6AE029EBC2C4DBA834E12D41F /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + 328D79AE72BFC77E112778EB15A0E9DB /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; + 32AA28521988FBC0499E5B4CFEE69614 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 32AEBF6803774C8C238F76895528D338 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; 32CE682E91330200182757D64C7AF6D4 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 32CFF873DF3097D76C880151012A947C /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; - 32D139AE1030A1F5EC0E6E808CD2B05A /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - 32D442C11B07C66C9018E78AF1F7D796 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - 331D10B0B267D53EE1FD58E141855523 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 333ADA951A0BEE1FEAFF5ACE35B8ECF0 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; 334A031760F68DE8E2D86DC920B5F7D9 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 336769B7563A1B1DCC963621A000BDB9 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 341CFFF0DD947EE9C0719DB50875B42B /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - 3437AB5300C2642CD3E8E9DE45BE8593 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 343B4074993DCF17EBC2939439C15A10 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 34618B48335451A86FD63245F8B1A2CC /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 34CA70CFAAF734F9B413ED26AF9A565E /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; - 34F4B73A4F25B12976065C5DC4E93505 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 3505D6FE5DDE3A48D66A447E8A218EF8 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 3506099201F98E1F037CE96A460AAB96 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 352C6E90D068FB859B0ACAEC65A0F166 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 356FE3E71CD3DEFCAC4909FF82DACCE4 /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 357C18207563DC20B8BEB0607FC45B0F /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 337873F86949C7C4D310C327B204F8D5 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + 33D0FCF77122C15DBEE540C0AE73564B /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 33DFD6F5E83E20EC62C353643F987378 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 348CDDA1799F90ED5C9232B92D189CF7 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + 34DA9C34DD83ABC8C72C6F90801C5A1F /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 34E0DE2FAAAB4E92DD0B93B9B36480B2 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + 3536E3B9F48C303FAEC67706B4D8E6B7 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + 35572205BCCD950267FBF322EFB1A278 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + 357474CF8AAD4563F83C55F5CAC24DBC /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; 35B10CD2AF0B7EF54D09EEDEDD29C454 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; + 35C6A080F72E0C069E38C78E887FCBE3 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; 35CE46312490F4C504F7DEAC11D569DA /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; 35DE0F9D7AF1B2613AB7CE594AA8BC4F /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 36080B7CB2AEFCBD257B089A4550153B /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 360A590D6E87D353A4EE548C36D5B73D /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 362B34AF06E4DD3B78721CA41E49802C /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 363E6F052C48D3F0193DFD739D5B2222 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 35F34E11387F56601E4A9365FBBC26BD /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + 35FF3F3F46A7DB709984E9DD4324FF9C /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + 362EAE15D8E274CF377A7CAC9850B4F0 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + 3632802EFC91D400CBC0B003D6B8CE25 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 3635685645FDCBEE6C2A8152FBC45CBE /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3674E85CA975FDF34F9E5FBE9ECB5BEA /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 367C986475A9A537EFC8CDCC4A3BC405 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; 36BB7E4F3B4C59F2AF8FEA960B294326 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 36EA1DBC087523A55053723339039F73 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 36E378F02C67275D1D9B87C7C3E58A96 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 36FD87C3118611DE27C022DE468F9C36 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; 3704C27FD74B38E75C1781D6037E5CB8 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 370690606EC6E87A207E7CB5BEA4E5EA /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - 372B94412F3E2A1C066996D0B590E620 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 3736B4D92E8195168EE3582062C4457E /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 3751ED84B089653927EE0C3BD844C300 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - 375519D93ECF9CF39780B72B9BF6F8F9 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + 3720453D374E4A1F9B7CDC67F1C2D167 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; 379B7B0654757D17D8631C931D444E9D /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - 37A026A43479D39DF3888848ACC42BFE /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; 37E75F1AB38A5F35704552B1D2BFDB0C /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; 37F55AD87EDF0F0EB0097DC8502C8EDB /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; 37F5F4EABC6487EF44A15062C2473B8E /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 37FAF41B1B290E8EAE555F939966E563 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + 38019B7D728089DE409145EAE88A98B8 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; 381807F28CEC843BE35E44FB6440F1E4 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; - 383CF765070D30DD46546B01374CB118 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; - 38457761BB95CA357F45DF5243F2B8D5 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3851F8DE144842E83C5784DE07BFC3C6 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; 386FB65302D2E36C953455F29D0F5D7D /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - 38CDD663F2229741EFDE605F49D55F74 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - 38EE2AEE5664ED9EFAAB1C91EB51082E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 38FC85EF33B83764ACF58D59A2FF5A26 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 387F298177CA3EA44C0B917D04206888 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; + 388F9AD3900BC3E0CC570C9BA0118F59 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 38A8B8DBCAF9200BF67019AD6331E4BA /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 38DC849110C3537268C7FE5D976F12F6 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 38E0338A3D438DA2CB41C2A68A559F88 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; 390BCA19F868BD4F10CC42800D2F720B /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 3930DF44CA320210AFCD00EDF24C3008 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - 3936896BBD2065045E090C1DCACCC95E /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3921FEA6E4E9DF38DC25DB73EB353A0F /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; 39714F1130FE6E7C69D6BCDC08FD2CC2 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 399A68E54FBD2DFD3E9F6196EF7235D2 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; 39A3EFF6C0E63A4D349B6FD2C9549075 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; 39A85E3493CFAD508B9032DBD949EF72 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 39A938235B3F79C2932F1080A077DCEA /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - 39D0F9ED2E4BC0E3916B780CA5C9D622 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + 39B9C7A84653B428A72EC6A02F1C9D01 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 39E12075EE2AA4DA37EFA888FFAC1AE9 /* 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; }; 39F1D6B5BBF0205EE9E40237497EF704 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; 39F46987EE108790392E35560A64BAFD /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; - 3A03AEFCB40A7E79C41C1EEED1327D7C /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3A04E2393782BA1C44DD03CD92C6AE13 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; 3A156C681A4FFC5D81747B83E8C04D30 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 3A2F76867CD64DF89F23D6837328260E /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; - 3A3FA7E5BA0595C9DB539264B6DCFA7F /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; - 3A5B59423CA8D381C4BBD432AE6AD75F /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 3A60CAAA7F985AC2622D11572F1A620A /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 3A74365ADEC5F621E9ED8B92BA9D9B15 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; + 3A2C61A298E71B81F7C2935B8D42FBD9 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 3A2FA9D7EE24227F85381B0AE53D99D9 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; 3A7C1893545DE6FC1C76C8BE35DCAA1D /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; + 3AC81ECFFDB79EB32FB2FDE9176E38F0 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; 3ACAD788D95A67AD3BA519FA28D368C1 /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Public/GDTAssert.h; sourceTree = ""; }; - 3BB71B5697E561D8A2B1717AC483B5AB /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 3BCF90E27230C0A61CC068752BDE4D38 /* 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; }; - 3BD0143DF5E499DCA1B23DAD0EDDC0E2 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 3B38BD02AB9E2F1C2DD7C87C9C1C29F8 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 3B77E884342DF33312B62EF4C44904FB /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; + 3BA3DAEF150EF2B93BAE17AADEF139D1 /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3BC75AACB595883AE4E22FA6AFC9074A /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 3BD5EB8A5D25CE55D1956695A7B852A4 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 3BDD5568F589E48DAB77BFE9122AAD60 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 3BE0E93404D70915C180DA8F252FF117 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 3BEBF59797D0B7EC87BEB87BD2C61525 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; + 3BE72D43B8F970329574FF5746E82A2F /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 3BFF642B73D51498B002FFFFB8CDD831 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; 3C0454A6AC4B050222DF1E587BA9562F /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 3C288B263BD39751170813CFC05BB879 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - 3C549DDF856BB422636E3D7C42F96AD1 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3C763F7A19E5C62201E3BFA66067DB8B /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 3C7C5D42DD5948AB3DD0AEEBFA0DBCF9 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3C8967EB8943C362A949D858A7313623 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - 3C90957C7667D5B970F4C8D60145A5B3 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; - 3CC08CCF71EA063D7C9F49DC76FA7477 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3D0BAD9FC243B9AF0FE127E76E95F46F /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 3D187B29FF40E909C7B00649D02DD8D7 /* 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; }; - 3D2A8A4DB39D76CF60BB6EC3314F228C /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; - 3D2C41FEE2EDC3E7D873BD1F314CE151 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3D52DC6400A4CBBEB06A90984AF56712 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; - 3D63A93F7ADBFA07F80E9681BCDDB72E /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + 3C06740F5A31D95F9EC5417FF4305962 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3C0BE689D12CED12678638FD555066DF /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 3C183D65484AB97F1C7519B1D473A656 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 3C5F05B28DDC2DD77D3275F9510B8891 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 3CBD4FBF6F89E89007406B5033F3EEA3 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 3CD1580D79B2A3DA33170CA77689B1DE /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 3D1D5A7E1E7465D9D93BCD618A99BF41 /* 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; }; 3D69B72CBC306DA96F67BEBB2E852631 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 3D9DC6BE085A571CDB18E44DBDFF0070 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - 3DC693D103150FEFF9C68DEB994CBE35 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - 3DDA5211D6D3A7556B833E5BE41C6FED /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - 3E0D53AE22348ACA5019E711B052F91D /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 3E4074968980EA96D38F2AEB9B16FAE6 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 3D8038048702CEDF3937648E67111660 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; + 3D87BF94FA1CF046B9506931D6A21B7F /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3D91201BB120DFA7F3D16F1D44279C8B /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 3DB1F18BA5BB57CCAD55B4931F84C2A4 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 3DE14A6897B60A3BDBD2FCCCE118C4F2 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3E181AAD063E97D1B997557B10F0B186 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3E2E3471C868C0AD5C395055636C70D6 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; 3E415B0B6A609C1AC519942407F98DE6 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; - 3E54DF39BF0279AECDF1DCDC0FCC927A /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; 3E5E58FCCEBA49B80A23B5C666A867C0 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 3EC540D240E3AB36FE683E1FBCD785BF /* 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; }; + 3E6395AA693709AD413E9C250F44B1B4 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; 3ECA289CB3857AC397416A99A1A6D535 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; - 3ECA891608B867CCA5696895C4EC818E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3F127787122244C4AFE496D25DA31D4A /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 3EF914F4926F98AC4604B36778E5A031 /* 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; }; 3F18239004FC50F44B326951F19B3DB8 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - 3F2E4423240E0F98D08353BC08A7D0AB /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 3F3C7244EB44D0B5F967C8330B9AD181 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - 3F60A75B29A400815365320E53E9EAFD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3F718A89C12CD95005EB2064AF63B331 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 3F832139EA227D044E2A897B5F71A8A6 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - 3FB6B0D132877CF3361A6436313E5619 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - 3FDCC8ABD7A67A253A07EF146FF0B6D1 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 3F3A6653E26624B6CD7299EAA369CF15 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 3F3F02EA9142F4DAC85D061944D7043C /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F7B307A5EC29928D22835F25742D9FB /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 3F940FA029D297F79EA65AE9373A3A4C /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + 3F97BE6B2A4B0E898B0C2E3B793FA496 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + 3FD10C63FD8C3B0F92A1C4622562F567 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; 3FE7DDE360A8F7B4372072070F1C53A0 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 3FE86DB74A1BC11D0141924ED352515C /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 3FFB8D4E03ACFE08CB9437838517BE61 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 402991739B2BA48DB11EB4AD065C9698 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; 40327D76B5CC7390AFCF86048D3C9213 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - 4049ADE92FECBC403667D3A0C2152CD6 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - 40650C3157A19EA6BCDB1E0DCB8C8B8C /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - 406F0A8AFBB83E44E858A26C5A72FB5A /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 405139FB03C22D22C6683426F4D91C3B /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; 40741D638131EE00D291EE5ED5ED0EE2 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; 4076DF0A469809876ED5AC70A29FBD75 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; - 4085B6FA8C44FE634A2DB999BF874CC0 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + 4079524FBE127F51059B454848EA65DF /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 408A55FF8793775EAE8A24FE07599952 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; + 408A5DE0CD4AF741B4F682725A422A92 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 408D32E188D2E62C96020CA5DD19439C /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; 409028F4E885DF3E61D8883334A193A0 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - 409FF0807B37ED4A9D2CCEF42F1D0F74 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 40E1699400EC885C2215E13AD5198C3B /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; 40FEE1DB8E538F394A0D1D2D409109B6 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - 4108B6722686B91AF785A162ED70BE71 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - 4147EAC2416ADC20941A5E597DA0D2E6 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; - 415C3BA01E823C90D60BC65AEB69F185 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - 41678AE01C98DEFDEC7EA8306AA69CD8 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 417DE957EC105186A344ACDA4E41ED2F /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; 41A1F9DAC3DFA902B26DCF0B7DD354C5 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - 41A5423EBB1880BAF6F9267E5B15F7D6 /* 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; }; + 41AA3B02ED0E2FC50A81361F83A02655 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 41AF73921B9F9ECFED74B6282E800864 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; 41CEA2774D13A3D4D4064F609BB31534 /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; + 41CFDF5F9684DC7BB39145196CF4C958 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; + 41D884FE392F90A710A78D454D3094AC /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; + 41DB07B0FE238587641AE37FC810EF38 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; 41EA49FA427B1026577C7259B70565BA /* 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 = ""; }; - 420BAB1491BAE6EF3DAB7AD4DCAD83C2 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - 42476F7A64AA7BA8FFB35920F1FE9AFA /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 424A556EC446FE4350191468301D19A8 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - 426C1C903F357DC2DE898B6998D0DD5D /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 420CD35617478221BA95BABEFB70A80E /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + 4227A09837BAA05A3AE9D1082C5DF926 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + 423B876C208915B2CB12806610E72380 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + 428DDC26B4461E1116B41A6E80E74252 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; 42ABF06EFF98B586023CD5C1E535967A /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; - 42B16FE63D75FB40E4A435DE61E1D82B /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - 42C2648C752E0C5DEDA31801002C062E /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - 42D27314E2CE64DC6C50A5B4E368AC25 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 42B1C76F2F926620FC4F23D880C7BAFB /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + 42B640A081325ECDC684A77D99CA5E40 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 42EA0FA2BBF72185872573D5ECD9678A /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4301BB611E9826F32BAD331C3D16F5B2 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; 43041710CE45CB1D44DCD54827A736EA /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 430CA544C5F5E7E8812FDA2B74015881 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - 432015892798064D127AD8AF53FF3923 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; - 433EE80BFBA84B632B975E242C138631 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 4341046B557301C8C52B4235329D3B0F /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 4347897D8EE6D5B5D4E83AF48D5B0D01 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 435810AA44D25F78E402E260306A966E /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 438610B152172E5A494F3D6DAA4E51A1 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 43904D676F711B84D0363DF0430E85AC /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + 4304C5F259CB2753B13A67EA64AF8E77 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 433A1C6838E0DDE997AC12A082CE28E9 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 433E7A14ED637AF50AD5C722E03D35C6 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + 4349132399EC82C742EA69A2ECC9A05F /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 43705BCAA96A692A9B79259FF28D366F /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; 439E3B1335B2E9CCEC4C49687CB5BABB /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; - 445640C4E059EF5BD5ECBBD9FF01EC39 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 44639F16D9241805FF9247D183D975FA /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 43C61784B12D8A79261A0033FE525398 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + 44115FD5D671B0E1C4224B512FB712B6 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 442D354E1D153EB1881D58B965500CB8 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + 4447F1919ABF0FEDB61E72511F95E8FE /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; 4495468D6608A6D5DEB3E37481C38D69 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; 449F86CBC2774A4578C9500DDD652047 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; 44B4FDCD2AF7CCC1D861268702A52DB1 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 44F9738EAD6E7B2FDBDFCBA059106659 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 44FBEF46DA69AE67CB7C4EAB355665B8 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; - 450F873C9449D773F8A6A196FF5DACFE /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 455A6FB5786B77E5E2668ECE0C9A178C /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; + 450A6BED8242CCCAF3F6E5D5D4B5555A /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 456143B6697C349EF1EA552A03304AE3 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 456D21985FBAAC445EA518ACD7FC8D6B /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; 4591808A27E5293FF8B06A4C667F8757 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - 45A19795EAC0B7536DE3AE5708DF3161 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 45A41C6C7105C7C090FEA14850032BBE /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - 45B386987E971282C4135DE079AA4C5A /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; - 45C508BDB58C3C22D4B094C0BF786B3C /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 45FB1312D81FEEB70794428B63278243 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; - 460991AC1BE5B75FEBBA47638A4138A1 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 45F544D5F30FB3FF979DCB9D80C26FE0 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; 461232C9D409A6E228D4F1D5505329E9 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; - 462314FC5F61237B1DC57433E4DCB4D3 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; 462345ACB484DD62DE15B2FB497705A3 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; - 46646C0B2CC8006C439A95FBAF852B52 /* 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; }; + 4647FC77BCDCEC9BDA35FF261C277387 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 4667E2C1BAB03DB006C1AD05D14E1C0B /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; 467333A9ACE774CF8AA2FB7428A96541 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 467DBAD1636C5C358F12CA4A0E3CFBA6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 469D5CECF9B14CB47C6628F2E5875A5E /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 468289CB679A68DFA7B43B4416772021 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; 46A54367025ACCCB32096FA0B124098C /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - 46AEC60604B39AF805BC6D5EB27D7555 /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; - 46B34CEA1C31953580CE189C9956C539 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; 46B8BB4AC2E8267C70BB5CDF6D7A7542 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; - 46C1A629706A7A7377A90F7FF05E92BC /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 46C34CAB6AAC0E0EB79854BDD52EA02A /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; - 46D44A32F0EB4AF27997E7A836AF2409 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - 4700497CB6F7892DEBC975C55A151D91 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 46DC5EC3711F606CC147F78795E04FFC /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; 47031BF79D2E1BF1C495D42F59F447F9 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 47155E3446D20E771443CE350B3B2C19 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; - 473E13BA68BED6C6934E6BEA919A48BA /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 4755005ADAFB0BAE54A7380DB5497844 /* 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; }; - 476900FE80EACAEF08215CC16E6D35F7 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 47B0AFF0D32D5B238B0338E82F823051 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 470D0C1264257708E0185248BEC55466 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 4777204F4F989143F12AC93DA2222CC6 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 47DBEE65F5A5DE032ABA6FFC212E0EB5 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 482862C6592AECCBB77951E3DA54D7E0 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + 485A71FC626F9EEEF94BA07B7675EB52 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; 48702D847F7EC6147DB79EF8462AC9F4 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 48C40A12532E5FF027E698CA648F6AE6 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 4873E13504CC0440AFF788FD4FD5E2D8 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 488B1323198BBB7167FB99F78CA5F329 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 488B474FA9A41EAE854DD8BCA4362E3F /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; 48CD830F7E24DD3BD7BF4A528CBACE50 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 48DBCDD7F88D72B627752289B841685E /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 49088C0902F6B970C7555A3B4255F85C /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 48F8ED36DA368E958171A3A0B43F268D /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; 492B962160A927B213CF7B01D9381AC3 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - 4967F3875B9AFACFD314B94A3352D8DA /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; 4976912BCBFCF8892B39B53A8E444D45 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; - 499C5CA01A8F491E9ED436E6171BB50D /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 49B53B91A0A095795C5B103601EC9091 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - 49EC7C3EFAC13533502ABAE3EF8E95F9 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 49C24929DE3926214EDD2B82FB1108C3 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 49D0B0AC23130020DFD03C69A6F01E5E /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 4A0CD3AF4A7F53CAE0E39E8EAC4B862F /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; 4A1BD9925249F7DA2EC6690AEB514594 /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; 4A2039DBBE60C4912C8410E4A052B98B /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; 4A2AB4ECA4F6C281EA87D59F9CF92CDD /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; - 4A40F56B2854F60A4752CF1C9494C1B9 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - 4AA6D5CB12274E3E0BAA73FEA0B758A7 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + 4A4A537036E690116369ED1A7139C397 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 4A55D108598E8529B38E43788DE7642F /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A9907F40A9D7710C09CE159C07B2095 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; 4AB5C07CB50B14C998285A22697FDAC0 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 4ADD59F006F86CBA814C6ADCD4DDFBBE /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 4B089478EB44035FB3C7975EBD74DFE4 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 4B6947B19437ECB63258DC7F7074A020 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; - 4BAAECC0BEF15D82E3962E2DDBC261B8 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 4AB6B8E1B5D2F391FCCE597EF62BD5EA /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 4AC1745FC3EDE42F3A560AE65CBE2849 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + 4AD80F586DE534B7F251CE3D6C371D48 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 4AF90E23E1B37226F3C59F4F2545D36B /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 4AFD7EC131F804987EB6509BD0796D5C /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4B19F4DFC527349D971B7DB9AA460EE8 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4B8A850969CFD34854AC0C7407805547 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + 4B91D4B7426A36265A0038E1DB93DF04 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; 4BBF59A238D1A17DFAF14F72B2CF2E34 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; - 4BD815B0A50F75539647B5A987D130B1 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 4C0F6D6814201054F7BC694B6F77F313 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4BE8177DC4F1608AEB00679E36664832 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; 4C18327C4BF0B80E96442BDF0377F682 /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; - 4C19F8522831D2F9EE9D4A1147119D41 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; 4C2FC63F50BF9DACEBFF72D70B396802 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - 4C39F535F3E98652F5FD689A78B73185 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; 4C3A48CECA6512C7D3DDE4E567D13169 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 4C3AA4CB7AC17CEF05DFB7A28CADC8AF /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + 4C3FDC1730E6A603C745883B4822E789 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; 4C664245E83B7E6B08825366B395D2E9 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - 4C6F14FE5674A24CE56D53EDBD32640F /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 4C7E2C6308D8C8DD2F1341FB8F321FD4 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - 4C994142F48C355AF473A71D1DDCC1DC /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 4C71AEEC8638E61C8BB88F7C47F9E083 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; 4CC0A3C6582874CB0EA2947C5DE21FC3 /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; - 4CE10571F7D1FF9ADB910D24E22F88FD /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - 4CE9E319DBD115CBABDF32645507EC8C /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - 4D00044A78AF2C669000B43E09D48157 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; - 4D0EC6831411EEB8A8213C4238F8CA1D /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; - 4D2F39FBF9AB5EDA8A7A4EED2F29C886 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - 4D3BB9A691B6348607528B84A81C4278 /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; - 4D402CA1FF2E44253F8C2FFE4C71CC15 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 4DB92CB13D90E6A63C9449EB4A3D5FB0 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 4DF27DFEF0E55DE0F3985BBF40FDD829 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - 4E00F05CCF734A12CFC85CCF4150FA8D /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 4D15D68451EDED2467B35763CE633432 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 4D2B88DD8051AA5B012DB027FC30917F /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4D2E4EA52996362A1DEAACB5B508A0F9 /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4D35AAF93E1A97949E0E0AE8298542CD /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 4D80B4281E7298F19B86BFFD6EA3F7D6 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 4D874F43BAA974E85046D0C7FA99E02D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4DB23644FB3840465CCE05DB366E9F9A /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + 4DB8F235B2D29DCCE52C82BCC487034F /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + 4DBA968041B33CBDB848C57CADFCB062 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 4DC95B351D70E72A72E621ED862FCBC5 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + 4DF322AF97C655AE4AA823818E4B1D7F /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + 4DFBC9DDA86B21E8D14382C51BA63D61 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; 4E072FC1D45DEC37BA7E55FAB5771A23 /* JitsiMeetSDK.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.xcconfig; sourceTree = ""; }; - 4E2B78E982AE24449641F5EC876DD0C5 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; - 4E3073268F3560B063D070EF55DA0D9B /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4E43B51F469B0AEE34BC4041C20C5BC0 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4E54A85CB4B798EF35CB5F1903DDFB5A /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - 4E5FECC1F5F4E9A59CEE4D8563B9C00B /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 4E290CECE90737DE1852F8F5AEF7026E /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 4E3E7841ADAE79D35AD4AF7D577350A7 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + 4E68C3B2A19A447E2E8AF9623C5B60FF /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; 4E6F4ABB26BEC546C406085DFA89BAB2 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; 4E72F0A2702F526EF198EF77E5D41D34 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 4E805B6A93E2DDE62578C56D49A0CC4E /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 4EC4205FABEABCC72C0DBFBB1CB885A9 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 4E94807EF43C9BC49416BDE1CCC067AA /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 4E9F25122F07E1407B229BDD29286FF8 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 4EC479D69351B2B7E0C3CA6DA7D281C1 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; 4EC49E6D8EC9A413644DDAE2B305BC4F /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - 4EDA5B0B693EC04E2E1A909067E02BE0 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 4F0C01DFBB5346F4FE6D03839E067D94 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; - 4F2E0C3D4F7F3E5B307FBEFD9725F1EF /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - 4F47E31FF51A1B94473D5BF45014F06A /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 4FDDC07BDB2D69B8364DA6810AD90E5F /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 502D139D75DB561ABA2CA2FA7B4C8FEE /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 5059A540B10068188B439D59A4DE311A /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 4ECCFC2DC49D7BB992905F8D18415D4A /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 4F1297469F05C10B0501D8A739B9B0EA /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4F4CF4E9B83E6A0F0D4D75A7E4019B96 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + 4F64307F0EE1165D748D0C38790F8D39 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 4F8D10B2076870496F57933A20AB3C00 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4FB1114616D8461EAC4B86CDA4ACB7A7 /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; + 5019659ABFFBFF83C69E40485CD79DF5 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + 5065787DADF8C7741F9AD62F09ECEE52 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; 5076924655933D192AA6FCDD3500393D /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; 50A7F87FDF79F9678F851C843789F9A7 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 50DBDC3B06FB28E4840470D3EA068F97 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 50EDF2247D0E2B94B1E4D798890BFC72 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 50F0B6C3B6D69AD7902BDA15767E48CC /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - 512147BD01A00A9A399A9F21DF93F432 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; - 514E0D016C1BE2F8E682DF87C7BB3240 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - 51602A8B0FF2DBD9D031FBEEBE346B11 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 518B4BFAC8C86BA88D0C669147F14B2C /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; - 51AC96BADB4666318F48A67EE9D1E934 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51BB6D545F8287FFECC34C9C10362B37 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 50C83FCA97F81CD2A256DFAF0EB16CE7 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 50D912BEE83F401EC7F3C3E61DFB801C /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + 511D9182E1B99FA52E9524A144BFC4EF /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 5154214EF629E649F991A273660CE81C /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 515B25B90FACCE492D6668944247CF23 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; 51EC25D6C6A162A67D36BEB029A41A95 /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; 51EF53A19386A399A55A782B560B7CB0 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - 5204A27C7572AECD142E1A0DE5595F9A /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 5208F48E163A362731821F358702E567 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 52097CBB2533B170B1D68EFC658DEEFE /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + 520909E6F1DB53381A2F4692F64A8628 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; 520BD2BFDF3E2EAC4DCCF3B609AB1ECC /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; - 523700F193E295798F5EC922B95231DC /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 5244DFCF5A940640FC0A13601331116B /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; - 5280BB5B3FE17AD8B5CF1928ACA583F6 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 5284303ED4B1250943EE4429B2E83C86 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - 528773AFBCEA42047EB6F0E82F212864 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; - 52CBD8A933AC48227993F3E6E086E2D9 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 52E1132DF7C00A30BF68B69D98F050CC /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 52EB945050F8273FCC2AA02B3FF3D450 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 52F5CC037E0AA5117AD5590A3986C8AE /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 5210C15DEE265DA8D4B2700F80627599 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 5294D94390B7E0EEB8BEDED9C9B0A170 /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 52C1B551AA5EE7780F8E2474E3B38B55 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 52C2F79ED06AD6552EF3DFCE05C400A7 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 52C68A2B91D1AED6521A531F3459A593 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 52DB8FAF7DC4188B475DA2BF3348D8C9 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; 5301CA37CA62E448D5058C24D6839E4A /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; 5326072DE8CDCC4347853332BC707607 /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; - 534D7E0FB2F0EFD8D7A082573E2E647D /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 535112F33FC1AAD3056ACC632C03B0A6 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - 537635F4708B126906D062515A1BE3A1 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - 538E1380F02205A6F58F796C494CF55D /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; - 53CBDB3E54E4634C4C8AA572F23DEA95 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 53CCF119E6E87F4352F1C3330BC95C59 /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; - 53D69DCFC390F696D399C4B414606A91 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + 533FCD942561E5BC07E97751A1ADB979 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 5342C16C3101FBE0ACAE60D36F9ACA54 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + 53437B5339C52D81D91461F1361628AD /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 53B33057E6F844825A392608BE674BB7 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; 53F0AB7F33A2D3E8953623BA09BD091D /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 541665DE9513D4D514E370DAAF58ECC0 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 54419E0AFE78B1C1E3F0E33F8DCCB0D4 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 548EB0ABCA789B0DE2235B7CFE4C86CB /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + 542E26EACF9AB19CE88301513BBCB1E6 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; 54A0E591B6628275C03D2CCD8991BFED /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - 54A593EA50F7A021692CC53552CF29AB /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 54A4010A3A634774189A7A8E5A42972A /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; 54E8D3E5278A83053F6DE13F1F6FAEBC /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 5530D2A085E6E2236FD3D98780EBA47B /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 5553B7B08BF84D52C10343090077F8C9 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - 555B4366F2A241A2A3387D5C99717498 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - 5566964AFCE43B80771F95B85FA4C68C /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; - 55719E74D72294EE0D554332A69D065B /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 5562817A06A03289CFEABF4C1E7587E3 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 55729E44789F357E9DFF4E004C7E5C3C /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; + 55775B505429615468773F16305ECE6E /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; 55777AADCAB36748790FAED06062D2F0 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 55D743C038051CB87EE180BC8E60B8E8 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 55A69AB3F9C6D4BA2EE982881C31D1CF /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + 55DE636F8FFADCD10F3AADCB66D7EE1A /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; 55EFBC31BDC682BDE52319F571FC8B49 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 55FEA42274B43F7959F933B6E7D0768C /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - 564EB237CE936A1ADC69025192568E74 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - 56505B21ABD3B3E95EB5A96E9FBC65C9 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 56669636ECF6C60B7CFB58F98AD71D66 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; + 55F2165B5ABCC54F50FBF29988252C98 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + 55FC3AE96C1D1F30FB8729DA8D64DADB /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; 5666FEC476C5C8C126B29D8F691C31AB /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 566AD3507F551CF6CC8AE84B4EBFD196 /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; - 56C81757F4727E41BA011562A6C6E56A /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - 56CB55815CDD2D9C3A5E0E2D4B73E037 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; + 56BF8C68FB1C601619C37B220E33031B /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; 56D5545D816557E486B76508E8813003 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 56F18861E692F6A345A9D6CE9475B5C0 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; 5704BABAC31F1A4B03A97215E0566CDF /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 570C0007299E9E1EA2C8D258775A0AFE /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 5717E626E8E008514CB4C16907E75FBB /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; - 573C44DE67D54268AB03CF5F639F152C /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 570B776E10AD052196F64D0EF8E64D5A /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; + 571509FBD5A178E21F4FAF37C1B05DD0 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 571AE852B9CCB22D43C5255D662ED14A /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 573BAA8712B029CA51700CEB2B4E9FFC /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; 5757EA420E39BF342F4C1CE3E3F92003 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; 576722CD2AE567DB24DD7AAFD2E8E596 /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - 5767849105DF5DF08A153E973779C2F7 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5779614F1165F296705D5FD393E39B60 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 5790CED5B5C3ABB8747E23A56375F84F /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - 57ADC6FB12218BC5F731E66581C6A9F0 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; - 5803F4041283462B899282457DE9535F /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 58076B1CBB4B83F6FC127CB8A4EF4CF4 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; - 580BC6FD478957654C4352DA4270E025 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 581AA7F4B16067D071241054CB86FA75 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 5843D5D3667FB0238E3EAE2D7449E82E /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 57C97855EC4698DC1BE6E1C20238998B /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + 57F6C067AEA3B5E66722BB2F4B2F7842 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 580B5510357F0FA688D1F66930D23066 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 58292E45A2EFB943E9AB4F81A9DAFBC2 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 58438B70BCEB13B2DD304246C8687E58 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + 58500076C2A5D52D9A891D88539791CC /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; 5854841CAB4CD463DE3F4F1DFBE088B8 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; 585D998B4AFBFCCC1B052DF5DEAC44FF /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 58A2541978A1B839254E0ACB3701F3FA /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - 58CFBB54CF6999643E129EA34CBB47AC /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; + 58A68C5A47CB28A78B1DDD572FB4E938 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + 58E522079B68C75FB3790277CA1913D4 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; 58F01E0DA9B45DED9D4F770B19A26A32 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 58FFE1B9B4806FB71C38CBBC6739CF31 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; - 590AA17A070B587502226ADCCCE7B101 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - 5915A0EB82E56482E0488E47E312FCBB /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 58F767E66C997D64788A852B5A4C3947 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 5904C6DA9B41E1F507CFFF5C2815DF5E /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; 5919331AD8EB2FF4A5D182C439088392 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - 595D13ED373FA716AADBEC9D7FB0B688 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5979A6DCA021FC4DB90375F8BEAE9D2A /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; + 592178B1B0EF94EF3665948C843E9D21 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 5929F739F0D77A007D2AAB1D2418BE3F /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 596855306B03F3B4A2DD95BE1867ED42 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 5979F2A313B60D345CE639883301C742 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; 59BF1BFAFF7BD1B8B372FC1E31A781FB /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; 59C46475F8DC2FF79F16B0C5AD2F49D5 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; 59C9B544BB234F46215C3B5CD6D35C0E /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - 59F604DFA78880738E3AA81560E5CA53 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 5A1314D1DC895111A69435BB4CBD9E5B /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - 5A24236E658EEA9359CEE578A05ABCC5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5A54E8710802BFE7EB7AD8BD1B5E1104 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 59D9224D78413FA6939A17685BE0A2B1 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 5A0ABA32599E3D465E56709B73E34EFC /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 5A56503F1822BA76BDB2F2C0943E6599 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + 5A65BC4051DB982C35995939C56F0BAD /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 5A788A8D2F5DDE2B422BDB85BC3F7E97 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; 5A7DDBB14A033959C0F800DF5E0E006B /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 5A847512E7200D650709EF4EB3A8581E /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 5A880D903F821EC36957012A3DAF2B5A /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + 5A991039C72F5A7B53C1AC3085447846 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + 5AA897E596B2C740768E7893A40025C6 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 5AC704E4FD573EA9E73D5021D9373A0E /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; 5AED658B9BBE1DA1AD0B2B7A7E2D5BA2 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 5B03401611E7C1DF1E567F44E4916B3A /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; 5B0F39B93057CE24A18A54F67CDAF722 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 5B0F536905BEF318E6603B7E982AEC40 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 5B3B3C1A8D0323A12DBD4C5F9C5D4650 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 5B3BC69DB1E1F0AE4CDA5D9513932AE8 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; 5B504985165E0E100AACC1C8170B53D9 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - 5B67A2E90035830F4704E9B2100EFBD8 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; - 5B85A285352C374D520086FDCF7B0F8C /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 5BB6875849373E94B58E7EEE3A2B059C /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - 5BBAA0EE9770537A594E3A5E9A121C80 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5B939876847B21A82571B25D28E764B8 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; 5BD026613F6C368C6DDE23BF30525814 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 5C1E4A406BD935C2DA57253C04A20DC4 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - 5C3F1D97844E88437D05D57D6CD71824 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; - 5C6355702DBCA100421558425DCD6D8B /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; - 5CF3EC69826025014E5DEAD9152E01A0 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 5C339C56143096EFC836DD8E3EDC590E /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 5C344163271BF0D994FBB4D24BDF67CD /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 5CF3CE1E3E4D984BF738CC28D9766E48 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; 5D308F92D63F5310C32C3FA527FC5D30 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; - 5D45C6ADB8D3846C42DC09C2AEA8357D /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 5D7C64A9E80DF537ABA85966CF90017B /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + 5D30EAA254D1CCEA13F5AA247A872274 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 5DB48F6C4AC1F4B1FC53E75EE6D4F2CE /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; 5DC84424F7C7384C711B6162C8CA2ED3 /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; 5DD388E5DE9378827564BFDA3922FD5C /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 5E07BF8060268F6B80602BEEB58F34AE /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 5DE6A10A748FDD430402F30F30524700 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + 5DEC13A3F2DC6C25EA3A7167155F085A /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; 5E11ED6DD9DFBEB329CE7C94D5C2CE7C /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - 5E89467B79F5AEA684CCD03E2E26E8CD /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 5E1E7BA4A3443EF26263735A85DC2500 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 5E1FFD998677DB7B67FF075D8014A0C9 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 5E2A947BDA17676C34BEB6BF8910409B /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 5E3B11570ABCF37409FA06932D3E60BB /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 5E55140B46D34E4E76879CA22E6D965B /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 5E92B9655444917C4C3D9962C8438BEB /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + 5E9C46160D0FA29FDD92E39A648027C5 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; 5EB17217088DD37350938B661FC2266F /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; - 5EB4B1B4A9B45B1CE1D2C9A894199455 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; 5EC56145CCB711911DA3B5DF3880C2DE /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; 5ECF981BBE8D0EF0D17304F6D1925DF0 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - 5EDE5499A2030945932C276366A4F22D /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 5ED514A765FA95476629F27F90863201 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 5EDA3C3C1B8F449A6842EBACFEFB7E6B /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; 5EDED53243248196546C86782F7406B2 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; - 5EE21B14A271019C8E9B98428993A404 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - 5F22E75E01B9F9D96BEF96A42085CB21 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5F837651F5D08E18CB65FEA245D52D31 /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; - 5FBF7783362F2FAABF6B7F8AD2FAFD62 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 5FC66961EA27E6026AA4E22CBDE039D0 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 5F008C2096AAD3E48E565A923B3C959F /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 5F009FED027AA41F1FF3E70190A64945 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 5F10EBBF271A5C17909B497669ABB1AF /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 5F1BA7DE43D3D0C4634D5CD822FE1E90 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + 5F2F165AD0176060EE42DAB42BA8B6F9 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 5F731BDE727ED88AEC2FBA0E0C76C164 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5F8213AC3784718CE3BFCC44E6DB8618 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 5F826C6146A3686752B9150E71CEA3C6 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5FAB87817B1927483339922E5CE7D3AC /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; + 5FAC640E3CE03A44574E313F2D528436 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 5FEF4CD89A0D3A38ABDB59E2DA0A6050 /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; - 60307B4AFB07C7D8EE7B8A6C85039606 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - 605635D6DB4B1BDBFEF5762CF7A64D54 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 607049354624AEE8FCDC45ADA3B250E3 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 60A29590279765D116F9A5A784729A4D /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; - 60BC42A9111822AFEAABCC60C8796759 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 602A3644EF21A16D3E3D1BA8774EA9B6 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 6038907C588C70ADD2420E99AB3A8FFA /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + 604CB7E4F3F5461E8646013384B4C101 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6070E6EA6D29F8C1E4F58BC4F716B616 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 60B2E20EB27AF90FDA3BE466A092A1E6 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; 60C5C0D606ED67278A6E886F85F26294 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - 60C743CD5F6E78B0DFEAF3C1C92EF55E /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 60CE035586A5B959B240372A3A3FFAFD /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + 60FD1451615F452B8676BD97A83F2DC5 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; 61080DC39F2EA410E9C6C0EE6B8BF540 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; 6109B9D8AD14CDB313D56E43185E21F9 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 6131DCBD0941A1053295C68236B7F087 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; 614EE224B841DAED3A4E58F0593361FE /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 6156004C6392EA98C2A26FF9DA3CD6C5 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 61857F602749872377832ECEA1043F70 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 618ADB85BC1D3C280EDFF3F4C77496B3 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - 6194FD1CEA962047434F7CD0840F0B3F /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + 61907AB761300BC6069FF6CF1CADCCDA /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; 619582124D825EFD58499AE14122B7BA /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; - 61976DA468A2E5DB64CD0A3450FBEE31 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 61AA363888A6630CBFBBB0BFB0F9D7D4 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 61C8BCF4FCA57CC82870D0288E2B5F10 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 61D7C55751735EBCFBA4DD73DE70AA67 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + 61D88B04FA74CFD3BB5B726E854B8473 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 61DD778AA260EFB0DA87E2250F978CB6 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 61FF33B74344249CC59D55F54F4D3652 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; - 6207FF278A70770958D7291B4E8519D2 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; - 621E16A73348549B7BE9353D22D6702D /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - 6227D6DE69C1C5ADCE8E7EDA51391EC0 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 622F4B1F83CB4C45EE4282F4ED21DAD6 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 624EB0EC80205CE1C8038C4BD5935FD0 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - 6262EB2DC13516A6F27E6AE25484ED7D /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 62823C0EE64253C9C2D22C7DC7268CF8 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - 629BBD764161A3DE7E9C7942F38EA4EE /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; - 62ACAC5E7A06BE7F1B445F549B65DF73 /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 62BDA27416F0DA8CF8FFA27D15F81424 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - 62E2FF06653AA04F58C3E3B1B8700E06 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 62EA1C1E10E897A9DBD203F76B2C0B6D /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 6313539CA2D05F8AABEBB90D128EE17D /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6318E4099A584F4D43F9DAC3EE1F943B /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - 635B30421D1D064749AABA2E40F9BF36 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 638CCE0BC7029CD374CA72DED5D873D9 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 6226D3BCFE1A5844DE28DCD36E1BCF2A /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 6252F0D13AEBC261A46DB179F42D2980 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; + 626991F51C7CEF74F00A652A6102CE8F /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 62DE192BE1973BDFD25019D8768BDBF7 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; + 62E700290C47425EDA596300E1E2BB70 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + 62FC0D9A893E1C26DA9028096D218532 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + 630B742972CDD499319FA20798FB1A61 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 63104AEFC445FD38E122B6C6C68C0476 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 636A6FCD534106FB89A77A39DD04C29D /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 637776B45EC598AB2E12428F0314BE07 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 6377CE1E69DA42888216AAE8713E1D79 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + 6390BC90E47BD15A5C60B3A7B150FF2E /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 639819BBAC77EFEB3FAF89EDFD1B74D6 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; 639F86C0ED902A3A8D4354820CCE4C5F /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 63A12B83F95FB9BF03317F5F506861BF /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - 63A9BE97ECA80E9C5D89BD55205F5CB9 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 63CEF54D086C669043F6D5744672DBE9 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 63E21425C37E960C1E29E2D3EF3300F4 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + 63AE1B9B98F69048EE3BE437BE5A2BAD /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 63F1A29AC7DA5F298C4A90EC9EB83C60 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 64522F0752F5FF19C6EF78D53B7594D6 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; - 646BC1E0E6C82CE13BF3FC32B4E99B03 /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; - 64C97CACB57042717A809EDB0DF68C63 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - 64E6C4A8ABD387FEDF28A3365C932D51 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - 6501672F142BDD3D0892B1547EB5A495 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; - 650DB6B819DC30A7C6D51DFCAA3EB7F8 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 6517738E0F6018535C3900F4EB5D0228 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; - 654CD9BC492EBAE43E9EA12BDD165166 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 654E140137C15F968944867C04CC2522 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 6468CB1AF106016844379DF9EDFEA947 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + 646F10A059CF2BBF806AB2FD8A8ACC77 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 64EFA09F1E1CBFCC57EAFCBF1691AAB7 /* 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; }; + 6555C913B9BAB497F17AA1E34852C7F5 /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; + 655AB758AE19411B261CCCA3D5A45F5C /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6594D986C0242CB0747B62B495FB7D2D /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; 65BC96FA2845738773136791804903A1 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - 65CBB5815C2C8E2699BCAD8FC3191639 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 65C55B44E280CE550BA6B67FE4C11AB4 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + 65CB48BE8ED26CFABA46AE08200C79E9 /* 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; }; 65E0EBADB3266F14B8F9AA096F1C694C /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - 661F03944A7D3C41BEACEE82E89C53AD /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 6667C3035E82ECC130BEF6F3F8C575A9 /* 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; }; - 667562C93CE0E35859560D81A9D4C366 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 66811F873C66A7948D2771AFCF65C980 /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + 6606B31ACB6D1DF6913A91D100540E78 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 661C7FA60DF3AD34CCF2A9609932DCA0 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 663B03D6DACCF85CC2F1AF70E40EDD0A /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; 6687C4365A4AD7F30B423DE9083B9ABF /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - 66C291D4A674C6356B137CA62D173818 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - 66D06BEE9895A2305CDB2C4ED3A1E97B /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 66AC5AB614BFC56FA2DFDB93C7918585 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 66CD19907657AC2538E303AD2EF0AEDB /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; 66FAD49AB06A44C20B124AE7FB48ADD8 /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - 670899587CDF9673DCCDFAD2A1E5407A /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 6759327F1828D6B0EB2AEB250153BEBB /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - 675E5D49D53D73187019A27801C41869 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 67787BB26327FECAC3B79C20BA2A917E /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 671C35428111A790E2458FE9998A2DFD /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + 672DED78587155BE27785BCD295BE1D3 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 67333B747BBBF99A63409BA5A4F50B36 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 6735E4E22890CE220393AC11268606DF /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 67423DC50218E1E54FC6C873D8C970E2 /* RNSplashScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSplashScreen.h; path = ios/RNSplashScreen.h; sourceTree = ""; }; + 67969D4A4F4CDD728A48DC5154207258 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; 679DCDE0317186020EA1B2CB9E3C5319 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 67BD77AEC4CDF83989C9357B81F0DB81 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; 67D0F8DB39EE904B29BBE0B7C76166C3 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - 67E1C6993CD58D6C27C7696155B6B0A2 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 67D4462BFAC94335D52DB0E47B9B18FE /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 67FEC91EE88564AF01FAF4A754F06318 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; 6810D3F090D3F566BDDB46637FC1BF36 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; 6825336D6AD10203C5BD9D6A22227590 /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; - 68293502B264E8E1FD86B607C8D0D6ED /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - 683059112877707E522BC088D2CF1657 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; - 685F76DE22F8EBD774E3CB935D8B507E /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + 6852A729FE1DC97B1B5B85E2E42318A2 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; 686BCB212BE0B5A111429F866D9C6411 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; 68791E815815FE6D2E8622B75D8197FE /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - 688CA9964A0D2EB7CEC203851F00E7C3 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 688F7BAB1767EFBEE4C5A6C00B7E55B8 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 68914D9B9333FE850119533B03A85384 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; 68BAFB9E39C43F2EEEFC0BE5F3B9F6B9 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; 68C53D78F5C0E4A6985095AC54E666E7 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - 68C80B33AE1B6879EB74CF8842CB14CE /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 68E28EC045760162DF91A5E765362213 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; - 68F01B7C0C00084BBB6DFEC5FF1F3D1B /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 691CBA7AE1D192756DFB1300FC78BB72 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + 68E7AFA9AF8628C8EE49AAEDC4D633C1 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + 68FB7C547A7EAB60C8B3D1D4CE3FEE51 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 6902B55DC67EC99096B5A420E190FE67 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 69266FF52681017738D79AD337F1A7AE /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; 69430BB7ABF514D7AF976308D4C4280C /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 694F64CD9825A96F2B6A3AB4C4F08827 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; 694F7D3AE7294FE7C0CB4A0BB574213D /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; 6953E0D0C66FF0C141348A0A0DF4D67A /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; + 696376515AD20428419616F5DC88DE3F /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 6967C5211464DF9E81F208C4417D10F3 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; 697914FE8988F30092D9412B40462E07 /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; 69812BC4C62D9842A1B2B369C701EE07 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - 699BB416915EB4AE3895CE56D70ED1AC /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - 69C07DFADC33ADB0F48C471F4D398D37 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 69EA2982D27D95080CAD783E0DC509E6 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; - 6A2D3908B9858F2CCF886405E3FF5E1F /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; - 6A329B8D6B5AC096B1CF8F3EAB76D814 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 6A32AE1FB919DCA6398458A35DEBF369 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + 6992B249E906E9D314DDB55FB579EA4D /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 6A2A5F481C858D3EE436D9073C04A642 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; 6A365A488B320F4811CB15565335096B /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 6A4EE097A0C337F137E5092EEFD7EB51 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; - 6A5D8BAC63D29824374C381C0A96C727 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 6A873229028D1DCC282AA0FA849579CA /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 6A95733BC6CAA935AAFFEAA102274897 /* 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; }; + 6AD36DD5263D26827C95B4E786CBB1D5 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; 6AD89A1C3DBBC4280EFD32224E52CFF4 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 6B6AB3485E97258DA51BC6AC13968E3D /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 6B715AADBE26668243592D882F5FD78C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6B082CD986165A04C47683859EFDB2FA /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 6B0EA55A3EB766A8C7BDF1D6C8B9A7F6 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 6B21B898F5667861279833D5CE1EFA5F /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; + 6B245A27EA2C46202CD0F1FA0B0E7B48 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 6B259593F9D547106FB3F30A6DA60BC0 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 6B3BE24A48A1D9CA5B75989BC05434C5 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 6B48D04CE64CFA8C8D27D0BC76D2C324 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6B50E6C8B976E37B1ED9C9BEF64B7B5E /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; 6B774D63B4F6E5F7EC56C9CCDD17B8E6 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 6B7793B4F35FA95A3ABCB95271121067 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; 6B981FCD55F6C462368D3B10E2A0858F /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; - 6C07C15B7F0C2D6C1ACE5FFD4AF40A5B /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - 6C20BAEA9855B28809BD0DC67FFBCFA4 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 6C33E60E4947C96317C4255B8D508168 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; - 6C5F2693223E3FE7E2AC98ABBF24DF2B /* 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; }; + 6BA18DC8651691EA1E74836C58C60CA7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6BA940786C4572925EAB8B1958542D57 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6C1BD8A08394199E3CC42B4D4286DA83 /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + 6C37F88B0617BC05B371956CE8F4767A /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 6C40D8A89D4AB9052665ABB5528E1B2C /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; + 6C4A548709834040A93E5741CE5D828E /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 6C92F376E6E0410451FAF4193B600621 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + 6C9F3BC1E1EEAE5A26776FF66174CB90 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 6CA79E096453F2D77713A980508E9B3B /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; 6CB18EB7E4432BFEA63A9D306E03CEAF /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - 6CD0229375DE1D2D8DEA21B80ECA6388 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 6D415352E3499FA04B015C1827EB89DF /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; - 6D4612EC95007C01427A34C2518E174B /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 6D52E3D6629D7DCDF7C2E633BDDFB3CA /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 6D666C4436EF461909F1FA890E75B227 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 6D8E9C2ED083EC43BBDEA2F6E817A463 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 6D94FBC1079F7E257483B299E7C8C892 /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; - 6DD79C048F2F9C16126AC0E71B625506 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 6E77E134D22C67293A6E91F68E12908E /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 6E85BF10F7547DE92410EA03C468AFA8 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; - 6E9D69B7D050FED48575C2FDAB456FC0 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; - 6E9EC060AED3BF6D73D4CAE2EA0E4653 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 6CDC16D0C716DD296F85DE02FD8092A4 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 6D02ED994932250529D1ECFC1C635EB2 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 6D2125B351CFD8EACD7DFC37E6DDD36B /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + 6D99E885968A8992A94D938134F8728D /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + 6DC63FCF55BB88562A4A1EBC4C0FCA6F /* 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; }; + 6DD4011908023AC58D81555327309A1F /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; + 6DD53F86550FB0BE5418DC5A34BF5BF9 /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; + 6E3C3B34B430C5110D6ECA8AC89E77CB /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 6E5C0EE0C98FF9A0FF0A5504EC99EAE1 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; + 6E6274FC0645C634962BB4A7F21CCE9F /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; 6EA819122B8F26A2B33A282E42FDB70B /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; 6EB0D3E0EBAD4857DC375821F6C639B7 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; 6ECEF1925EAEB2CBA95247490A09FA6A /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; - 6EE294603FDA5FE8E479D40E580BFCD5 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - 6EE49F2E42B57ABFF7A9DC176D440F76 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; 6EF817AE61E87869DECD2007DCE20018 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - 6F067734D13880C265E549D01BE5C90B /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 6F33DCE3027BC6BC8AC0D769DA5F846D /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - 6F36D6D016BD397C4302C86665A64170 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - 6F6FF11949142094AFB32F29FFAFCF03 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6F13ED7B4171BE1ED2A5115A996FA231 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 6F59ED721B3D197D78C1E979399CFC9A /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 6F689B9146C2260E11900873E6B7943F /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; 6F8051770408493416D6F46068E61D36 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 6F852CEDE307141D58790A6953B2FECB /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - 6FE5F5E7D3A709FEE7272B876262C3FA /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 7005E4DA7F55B511559E8246168FE76A /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + 6FCA51DA8D464334EFF78166D2707057 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 6FCDD7A55ECE35BBAD5609F1DE2B6CD4 /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 6FDB29DCF0D4B2416C0EDA4F21CB05EC /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + 6FE8F193C9C3921426B447F0D48EB916 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; 70060452D67BD5EB97DD07492D5C0009 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - 7007E5BD63700535A791FC56F083BFA9 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 70308215C1175325A3EBB9B449C9828C /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 704D0D2927472BE869CE00DE9BDE0925 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; 707423AFCBDC0B47C1E6ACB5C2DFD98C /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; 707555184D304EC85645A35CF7314FA3 /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; - 709BFF4EAF2CDF772CFC20DDC685AB63 /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 70B9F2D6E6E268BD7EAFB3C8CB4365D1 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; 70CC6D385F847CB566E86D0FB0277B36 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 7109CEA655580ED91B75F927D0F3982E /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 70D3163FC18ECFC5FC9C5CB39ABEF981 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + 71142CB1A6546739E568383522DE0BE7 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; 712548F92EBC20A12D4C2D0D6D76BF4E /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; - 71515DD6775D4126C0A7D4B06909FDED /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 71541F399B2685CEB9C5D006A9B20DE7 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + 713F6733E2ABB78369F7A460A62BBAB1 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 7175128E077E3EF62B988CA39F960080 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; 717BA94CCF48448A9C6B6C053DD5682A /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - 718030F226E89CC6787EFA1EEAAB6B33 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - 71906CFCF94F1E983897EA95BC9AF648 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - 72173F0326F3F2CF6249B84E3909FFF8 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; - 72260382C11F2957645F698766C838C2 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 717F57A0FD757CFD34BDF9428123A51B /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + 71CD85A1A16182E98DECCAB38F06C150 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 71E3C084CB1099842368640A0CB2C6C2 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; + 71F100A357FCB4DA5ADD5EAC844EA1DB /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; + 72093E2DD44BEFCCB2DFA440371228E8 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; + 722B1A8E5CCC05BF095BA5AFA8B07B37 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; 7237D29A086F97FCF1812CA76E6A005B /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - 723EF007185A97D35DC8BD4F52C1F87F /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - 7261F4174CD03563769037064F258351 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 72EBE5488967F0F01EF6647918780E5D /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 723938913D85D0A458D185BF546C3F75 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 7251510672B1DB67D427A4C26383B136 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 72537F381CF278E6D4ABFE115A784A21 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 726DDF43422FA8910AC8FD7ADCBCFBA0 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 728CE0419461B961D176D79650669EBE /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + 7292635C9372A098E55E9FC9E9484E66 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 72DCBAD19119EFE4EE73FA66D8CB60DE /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; 73080467AF2B68971A5486C79946626B /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 730986CBED7A03B02DAAD3CB7CBFFB05 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; 731770A748AEAEC1DE4DC296EE81C262 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; + 731EABAF3CE049AC382B0B73B55D93F4 /* 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; }; + 732157B72AEB916985111C1FDD8F4F79 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; 733430E897231501B7AC1A5824D74C21 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; 733E09C1AB500D3C978991AD3B73AD68 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - 733FEDD8017B2DDE7BCA6BBDF2D8B241 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; - 734C761D4996E224062F7055DCD5AFE0 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 7384F92614915774FE7D143644A6AAC9 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 7393CF7A333E2F3F4502DDA8465306CC /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + 7348985A24631F5083256EDFB15F5760 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 734AC9F08323E528E7FFB5FA515A2293 /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 736E5BFC7AA18EFD5D61640A0B3E5416 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; 739E0508F5A2D5CD2A1CFCF34938CF78 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 73BE4E2BD8191FF1A806D5002828337D /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; - 73D2E9B4F61167441A36D7C78C495831 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 73B562F065D2865B2AE417FA3F634354 /* 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; }; + 73C9DB8BF63FD3C91D64D10E08852C47 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; 73D8BF6F101EF44148652F03AAACE03D /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; - 73EE8E27AD9A38B22238BD2AE9CF4AD9 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - 740AFC452E3C0DA7FE00D399D41B3C8C /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 741A2BD2AD319967AC58422919B1D19C /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 7418BE562F5618067EB40E888EC5F000 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 741A30330F8B8BE2AE1D228CC9CE8AA1 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 742BE7392D71F15A8D7CAEA4678E9566 /* 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; }; + 7437219240A85A6890B435A6BD3EAA67 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 74529E4EE6B11BC290B1664EECE30EE8 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; 7470E8F6FFFF70707D4DF7A7B03C5E33 /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; 7475466DD3CCCE81279999095390ABFA /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; 747CAA38A4149C7741B7E1AD452C5C63 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 7485AE21263F1EAD59FC0EC29B1E0746 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; 748E68FF8F0584C3062AE3DBE77FFA1E /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - 74ABABBA392724CE895FBCE6CBFC9966 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; 74D2F161988458D19412B60282B754FB /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; 74D4650E4F3520024D7273E68F8EA369 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 7529CCA7472FB72A593D6657998C2972 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + 74EBB2631777EE2669ECE44A3D9B6E93 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + 7505CDB153F87410785E444595A32116 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 752D8F4C1A2637E63BDBF6394EE1B052 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; 753222B99C242663283588B2503502CE /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 753F4722AC7A21B9AFFF7D385B1E4300 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 75540950BCFA42DA75C26F869DD36FC9 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 7554ACED1214DFADDF0B46A44D085BF4 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 7568D285C4A32C88AD072F439F1EABA2 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 758575F11C55F4D65FE77441A11307B6 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 75AA47289C42019C50D000A4C806152D /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; 75CAA2DCEDC2FA87231E1A6876ADE9DE /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; - 75F263017750569A21246A8B421C3DE4 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - 76575E3B79BFD3AEA8E0A0C627421865 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 76657910171C675682A5C4E4F4BDBEFD /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - 76A738794D31D885B111B85A18CA1CF8 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 7705E0CFEE2AB3EE339F6CC6E4E18281 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + 7640311CCD6A969EEAB9A8F134456D4F /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 7659A9886C605E8C2DFD4754FC47E55D /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 7689206C93F560E26943CFE9617C9BAF /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 768D1C1D036E29838BA35B8C648D5DE0 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 76A53367ADBADFCEB1A65499E0D8EAFB /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + 76BFFBD16F183CEC9267C39E113CA674 /* 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; }; + 76C9E5C84BDB19E01B604C03586DA684 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 76CBA69B518FF6CA522905175CCDD3C8 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 76D8DF9D7699C060D2A2B10C4F9B8D97 /* 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; }; 77134938C96318C3C12BE76FAF9D228F /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 77563CBBC295652F09A0B06AA30606C5 /* 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; }; - 777307D855D4921B8B3DA30B4BFB6043 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; - 777557749740C00BBFF089B62E1ED923 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - 77892E1E84595471F5AC0F2C036E5F15 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - 7799616C7D51CD10922AEC96A99941C9 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 77D6BC9496CBB29DC41F919B1A14940B /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - 77D98E1479E96A1B403182C9C22AD207 /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 77EB216CA8013141E8A00A4CFB2BCDA3 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; - 77F5609B4B12EA9B0EDC2CF48E5572F3 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; - 783D3A6D2930F4F2E252E0843414B1EC /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - 784032A5322B124C5B6599C68C0F8947 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 785E5FE77EF92CC9C6E38F9463296C8F /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 78F219EA8DF004BD76593FE3558A3FC0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 78F9329624C946422F472DBDA7AB265A /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 7918836174A9A268DF3E61CB96E07382 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - 7927368F0CB7A2A76765B5111B9FD877 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; - 794D9C91799055313BD7AD8652AE800B /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 77287A959C440034AF5B80898819EE2D /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 773EFEACDD1369E5751F2091FA268F32 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 7740BFDC7D18FEC805CD563920393092 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 7766A06339A53D5445839264A6E2F1F2 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + 77700EFF4EBE66F5D89706A3135525C8 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; + 77B4C13E30C7598F50C8E7B1B8495C43 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 77BBEF9C3CD95081B3B869B7EC6AA6BD /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 77C097F51846A8B706968D9814B52CE3 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 785C61796F78DB526B072365E707BE1F /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + 78B951FBA873AEA472DE157C249184A1 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 78F7DD691CC73FD58463DADDA806A7A0 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 7913B4457252FC17954FD25F596E57ED /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 796AD9D4BAD8C89AA96891298BFD4317 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 79B4EA30C8B9034F18A2763FD9BF28A5 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 79B6A8B330F159C6B6785E2F89171516 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; 79D674AF3635BF8CD90DB77AD3BD7AE1 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 79DA7C793A6EC92ED4DC9668657C2B27 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - 79EC6F19D4A58C5FB85C74142CA592BD /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; 79FD5725524C14751C72BA890FCFE408 /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - 7A64BF1C1F98F81E2863BDFF51C90B71 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - 7A7A515834AE7AD2E49E9BF5C650DB63 /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; - 7A7F70906ABA2A6F5B30D5A3EB40CE4A /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 7A1C7258B1CCDB977338CED770BFCAA0 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 7A3DCC7F66F4CB7C4E23F541CF25DF79 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 7A6C30E536A23E1B07A4E69E02E4520E /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 7A865D606C4CA0995531443DCEDA94EB /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; 7A95AAF7D65C72B05E14FDB3A23BB779 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; 7AA70902F993F49F584014B81ECF7583 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; 7AA8EBFC6653280BE650D85406DE1BF8 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; - 7AB55ECDCC1B343952FDF3AFD1C899C7 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 7AF57766243F49EF324CDFE66B372E2C /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; 7B19ADD5978A26E9F7AF6C3706F00ACA /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; 7B19B55600A8123A16887CADB6BCA677 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 7B20176F5FC22BE9655BFB17EC6839A9 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 7B528786017D9DAE80E38746B599AF7A /* 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; }; - 7B6D6243FE11718BAC28BE6A7C3E6C22 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 7BA993BA85D5B32B217BF12413874098 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; - 7BDC91519F1ED4F6AEDAADB17C5A4FDE /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 7C292364A20E94A203C3C11FD7B564F2 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7B2F96E518043A4D3022737A75038E58 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 7B954849FD3534A078C18EC469CBB212 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 7BA38B6848517A310AF94496522CC706 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 7C1BD2F50DF18FE5ED7C72E83716E65D /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + 7C36198849441049B981A28FE6B5B947 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; 7C4674C2EA2CC570B332217582E8F8A5 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 7C6EE9F84C091C7D9933B6592258344C /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 7C5E2445FF78346D5726D47D7DE79BBF /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + 7C703036B18420138A3BF721BB532C8C /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + 7C72860F59786ADB5F3953DECFA10E8A /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 7C7FAC38BB6898466B9F04891309BADD /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + 7C8B241CC225994FAACA031800674C3E /* 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; }; + 7C8D472469F319D98AE91F1C4AE4B6F5 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; 7C9368F4CE40D3062B324045B4952F2A /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; - 7CF841B7F2C4FFE5C70AD8200D90F5E5 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 7CC9AFFF905577249C2185CEA227A6CF /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 7D09481BF6F18E719287E3EFE0A9893E /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + 7D114FD897EF106290DFD60DCE5AF142 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; 7D1F224EF68955C993387C63EDC7FF83 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - 7D3E0310CCA25F3CD5B84308609151A1 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 7D232618FE434A9939EA3CABCD96347F /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 7D33760CA6A9B42CB118D7E69CA1BB12 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; 7D43C8A38081ADC40A9B7B7E25641967 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - 7D86609CE01BC1D95D8904835F6234A5 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 7DB0BF3ABAA1B33B4E2A1F4166755A2D /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + 7DC7C99D0F488B0249EF49D1E101E006 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 7DD16F1378DE6A5A0610CEE04CC51866 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 7DD89B666D9E83A7492C009EE55EB3EE /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 7DEF6640CD360A306E4CEAA4701104E6 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + 7E02CB38755E079473B8393106D28D76 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 7E1583AC547B404027CEAF606A273B06 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 7E2E81108D91A8697EA0DF075F910526 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 7E4161430D7027D2FA8D72FB83D571AB /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; 7EB58AE1CC945754330A82381F521F82 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - 7EBF1B168B6A290113FB57AB45EB4870 /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; - 7ECB420536ADF69CE9843B14210A5ADE /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 7ED0D3E39F0A929770109E720D860469 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; 7F2AB94D41A0FC7FDD1AC7C9B2CE6A8F /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - 7F2E78275ADC02B7781684C3E99ADC46 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 7F3169BDD19657EB912EB0AFCBC7E40E /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - 7F55E551A8CB8A46CB7B81200E70D4C7 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - 7F684B0B3F92BA579D74956F3636C84A /* RNSplashScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSplashScreen.m; path = ios/RNSplashScreen.m; sourceTree = ""; }; - 7FA11A77806199EF2A7B33609893BBBB /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 7F434BF44525A5CDF447733AA1D91E4B /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 7F4508755C27EA5A8F372E205F6BA57F /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 7F5BA7A3078743A58DABEB3358FA7C43 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + 7F8BBD5B230414CE29DAEF2CCF65D3C4 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 7FB779573E4ED6C95291CB2D409FBF5D /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; 7FC5F4A4B0F357892B3C1FB0277C118D /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 7FF7C85CADD71560CA8EF5F077926162 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - 7FF84AB54A8F38ECC2DFB2FEDAEB68B0 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 808E8AF2269D05C21D3D9C6352A7F413 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80A15382E98BDAF0193A36F6DF062EAE /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - 80ACCD9CC0EFD9D9FAB24D64D400BEB6 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - 80B50683D60D36788668321D41A4F905 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 80D2C1289FD39DC69D87397ABF0C0CC8 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; - 80D474772031EDA1D872FCD359AE130A /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 80F397D34E7300F8F00F22CAB82A16DC /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 81029198431B4FFAE34236943BB9E65B /* 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; }; - 810F63F23555A8505AEA8B76EDB18D76 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - 8129C9C241D72DBCD91B3FF571A91FE8 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; - 812EB72D39D58EC67F1D198219C875DE /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 805DC9A31F674D73C859F5BA8BCA972B /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 80C918D6457910AEF2D541463932F8B6 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; + 81316070F7FF9BFFE936F238E4996919 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 814095D409CCBDE6158CF82E43903B97 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 8160262E898F5F3D158F2045C2DF848C /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; 8172C981402923AECD81EDC63F98F260 /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; 81838BAEDB803D84068CB99C819B76B8 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; 818C1CF8DB2C1051B3F456E59957FCC9 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; 81AE13227654D5A004659D815B53ED32 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - 81B41AAAAED8392AA5AC9A581DA3B2A7 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 81C2532EF3342F72E6FD0A53291AD89A /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; - 81E495DC27F8820E0F7C1E39F2D71739 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 81C70E4F4F84A3BBC2D9AC5D616E6A75 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; 81E747E544FE41D1FA1F40085A81E68B /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - 81F5A0318ABFB4FDB7846C1DDCADF532 /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; - 82055F34960F45D2A53AF2E6478EE6D7 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - 820EEE156D19F1273871393F2850D75B /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 824BCC9DC38620055EC071518322EFE8 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; + 820C6EB1FE9A3579042D7EC1C2D07F7B /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 8222CEEB4E41F518A8A87C8455EBE899 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 822881AE272AC5C252C4E77E707917ED /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 822D26FE979D2D28AE6DF00677950761 /* 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; }; + 824761F9913EDA9AD7126265719F39E4 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; 828D100FC563955FC0662EF5B712FBA9 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; + 829BC1E634AD92575E341184DF81B4FE /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; 82A45093CB9A7521E5D4DFDE161F0934 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - 82AA097205FBBC44C4B707D0448061EC /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; 82C8F9A5A7C2C2F1B6DA5E7EFA6321C9 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 82D3AFC1AB29B1706189ED814A87A1E2 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 82D772F9D373208FAC02C54256FB9483 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; 831A0F10A4C41270F2BF95014C327852 /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; + 83381D7721E6E3C4D2568172808C002B /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; 833C08ABA0B47B2F2829C8A2CC4C0F4E /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - 835373FDECFAC8B72C5C6F5AEFC7A42E /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 8344E7F102F2EE936BEDAAF9260A06C7 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 834C0CF6461E0E142AD1B6C6166A0AF6 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; 836757EFF6A9263DB050940C8CE8D733 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 8375F69358B3F33DAE5652BAB8B7FCA5 /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; 83959825E21EFF1BBB15737C72C4CD9A /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 83968FC1BA6EDD62503BFB82F0CF2238 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; 83BEF60974E73B609D1859BD42FAE6EA /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; 83BF54DDED3A170953CABED79380A53F /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; 83D0792CC802F2EB67375BC013C65B35 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + 83F947E072ED3E9387E79A93F2FFE181 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 83FF8A00FBFD0A046FB1D179A46CFAE8 /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; 840FA7F9C9DC617CC47EAA918C0EE0A4 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 84227D0A32CFFFEE02E7558663BF3682 /* 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; }; - 846F375D1458E294C907D63EBB6CDE87 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 848E2B83890BA8EE18D6FBCE6A0C144C /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - 849BAF286C430F04B7D2003F3CB677AB /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - 84B93183B0BF0D16902A3D146735FF9F /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 84CD02D1ED29A744F8574417D01384C7 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 84E1B2FAA5D3B051039B96F0883057AF /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - 851E1E9DA148DF8D8D054D99847AE8EC /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 8411CDBF6CA20A603A7CE7074AE4FE77 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + 843298B6F5201F65C76888F7091E8F0D /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + 849D393AAF94ED15EA20FCE6C8EC6CDE /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 84A768B8A953D220D369B2B07FA8259F /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 84ACBEC979D8CD27FFFFF46C6DA23EC2 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 8501867FA7852A9B0098A852F21BFB4D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 85227EA5A42BB65ACAB99065DC56CDEA /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + 8523D39D950B27E69E151626CE1AB85A /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; 856FD527FC55C36E11BDE85F2818B484 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 858402B1090257CEEDC1F5183B06EC41 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - 85A07CA7ED436F78F9DB5DB894080D46 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + 857C71F6D0B88701587250105D7A3A6A /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 85891543719EB94BC0F828B999795FCE /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; 85B2582FA56AA12026692189D9184C1D /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; - 86006669CAEC9F6B941A80CC032DC0CF /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 85BCFE9AE193CB7F119DAE4E60130527 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + 85C07E74D4E47FBB3E5FF5A65490616D /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 85C7B88829D8E0B885962A90EA64B2BB /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 85E252D059C2B1C9BE8FEAC6F5DF380A /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + 8604AB585E4698708FF2BAE10DB5ED34 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; 8612CD6D1972BAED1FB3DDC784637F7C /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - 86147824685623C46CAC743FC1BC6364 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 865B91878CA5DE76935D0E9DB383221D /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; 866634DD47119D3C9D507F7F85E254C1 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; - 86B2636F998D062D4D3FB9C112E7C761 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 86DD38D171735C60E25CF6FA5142E9B3 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 878E2F0E69F6B0AA8E2E788FC082B4BF /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - 87A1C13CA2D72E1522A40D2D74193401 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 86E52FC14067DFBE7695EBD3743922F2 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 86E8D047C6A2F72E89D19CBA327A88C3 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 8705B839FB0FCD4C0D2ED455C440933E /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 8726B4D11188B675EF6A4867E871EED0 /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + 87296785B85B4C8E698019408370CCD0 /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; + 87508584A37E6D35C7D3E93BBF88312F /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 8779A69E8ED3BCE402A0D1D75DD8FAE3 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 879C6F11683F003A88E1923CCA6A186F /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; 87A1F176888430BC1AB311F2BC345FD8 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; - 87BAE6CE5D53DA4379063B118627926B /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 87BBEB4BD130A28B3141A669894FAB1F /* 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; }; - 87E66F6A0C7DDAF93995ACACE4BCAF0B /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 87FF5199DB4EA632F3780A6BF236F2EC /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 882D4B170328E113857BE5DFEE6EB7FB /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 883C9E38BB217029ADF8022B1D274DB6 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - 8846EF73C9F5348EFE23C6E90629DC3E /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - 884DDCF8ABAE6E290FFBEE88290F6038 /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8884711445A12C0B14C2DF437F3EEFD4 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 88B164D86751AE69B80EA5FBC5EBCE96 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; - 88CC76C7B3F3D5DD730A169F26DF8B7C /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 87C3E8AFE756ABF4431F28522D6E483D /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 87DCCF23BA17D1C37000472107B08443 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 880818DB0F75FB1FEC9C773F2EFA4619 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + 88523BA9FCABA8FA4C9A8281D5614E37 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 88BB9EE275530B41D9BEED203F93F754 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; 88CDCFE1C23D3551F83EDE1AB76CD3B7 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - 88D32AEAF24B72B853AD03FC0774B285 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 89167B14F836AA4BBAEEE438D34AF41E /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 891CFF73D9F0694CA8DCBB9731EB8986 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; - 897103098BBBD0BC1C556F51F19325F6 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - 898A64B1A8A41E76DB7072DB08974FD3 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 890376274E71B425A0FD4474A010EB57 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 8972034304D09B5D6866FBB30D9D0E91 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + 897395768F034BA6189FD9BFAC41E096 /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + 897B81FC343F10630CE773823298E413 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 89945D9C14CD238AB6CC362EB0755CA3 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; 89E6FC9046CF63FA2BDD5D4FE972D3F8 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 8A320BC213025221920BC95CF58F90A0 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 8A86255F4E6C0462CF3200D4B4285015 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 89EDDF470744860FEB131F2C09AFDA42 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; 8A92011A0EE4C2AA939C19D776A9A3FA /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 8A9CF187EF6A44402D284557F5084EB8 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 8AB56EB9AB0FCD6B15E62D038FE0A714 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - 8ABF9E15E87F25B75581ED9825AB0A90 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 8B045D0E4243730481AAA1CB77990DEF /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 8A93992980DB6A5CF891405761F0734F /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 8A9C40BFF02D1EE9D5008324828F05D7 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + 8AA4AC4D189B6B223822DD7AF6C95818 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + 8AB53AF2807DE4C1BE2C6EBC608094EC /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 8ACCDC342EA89915C212A5BA38D19B1B /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 8B1E3E0128769F0ABEE2F3D620C783A0 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 8B23360045B8F9127C9D6482488D4E88 /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; + 8B2C420D7F2E6D4DED08AC7B76252A4F /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 8B37CEF1B5C409891A426EF17A5BB050 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + 8B49F9C765F131352DC5A5ECC1435BF0 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 8B768F3712FBC0C01FC79B0F9169F4ED /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8B93781B6E6215940D2C45F3021A57D4 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + 8B9B4F51586AD13990EF48C0E859BAD3 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 8BB6BD2743551A57693D54135A79F3EA /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; 8BC54C930D11E0AF92F2D42C45DB403C /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; 8BDF8F94BE21E75B347EB965B23CB0DB /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 8BF2586A232E616FF99C351820C4FEAC /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 8C171DAA5581762934238E562AB7204F /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 8CBB5C5BAC37CA780E3117B6AB1CAB47 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; - 8CC5F8E745AEB03DC3B1204CC12B3F0E /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; - 8CD0EBF3FB910053833A2A196972DD26 /* 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; }; - 8CD43246F366DCE35A65E6E4924E18A5 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; - 8CD45EBEA139064AED165C8728AD3B8F /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - 8D0AC2D50D7D2C791B08AD60C6B17CA5 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 8D3111EE7181EC6A88D9C468462900B4 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8C083D81909E663F2821F32328D29101 /* 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; }; + 8C25F8D8F1183ED914976B3071FC9A5B /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 8C394FB87690135FE97E4FE14E957D85 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8C401FD05374DC1009A5D65E1F9BCCAF /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 8C49201D18F034E4E1A4CD86E2E9DF43 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 8C4B3A71037EDB3360B8F3D3380A72EA /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 8C6ABD61318429CBEB3C45C856D19777 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8CC1795AA9AC1C3CF0A22C87E8204243 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 8CCFE1D3C116FCA574C5BA376EED857D /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 8CF229ED11A083CDA4527C64D1BA6287 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 8CF3E014B83894A46086EEF1BAF45EC2 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 8D0616F90D23D72D48EC49295F127593 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 8D39E34878FF6A917085E027CEF713AA /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 8D474EE1D460D6A47D08D7C277CF6737 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; 8D4B6FB15B01DC3C783B0006A9433CB1 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 8DC2FD8AE0197E4115A8D2A9B5EDB31A /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; - 8DD947A0E27F8395DC1DA31CA86A8547 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 8E06226E65F20929C45682417875E4A0 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 8E180F9558C8D0F98BBFA9A8F4F5DC55 /* 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; }; - 8E29358304887AE9D591F76515AAAE12 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 8D532DA23F573B719951C15E9D1EA271 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; + 8DAD8D09D3DC63E895C4561C086B91AA /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + 8DCCB00A808B3406D93E35B6C302A5EA /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 8E1CBBAA947243CD2B85C769B47D2050 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + 8E48BD2039041622413DB3C8530F6A7B /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 8E4DC9CDEFA3BFA9D66D3028B789ED0E /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 8E5764E6A1B23D5A864BB5D5473ADF35 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 8E5D78BCDC74B623E9DD98FEBDE55424 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; - 8E721A81A43A372A9667A58B44C84384 /* 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; }; + 8E6A3EAA2CEB3E4A72061242ECB63338 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 8EB8A9816C1DACC8365A1125042E9C11 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; 8ED632F7A0BA00A16F1DDFE661F91ECD /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - 8F11F570308CDC853BABBEC38D47572C /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 8F141F83123E29BF2D4DA54386D4B0A8 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + 8F318BE14ABEA04FE61D738CC7C58709 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; 8F796D76C61E14B0B17E5CA9360538F1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; - 8FD0B65F93BBF3D29E1F13C7E482877E /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 8FD4960E636E1EF34354A4B03380DB08 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - 8FD65F49243D49B3364CE4617C039811 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8FDFD9A8764EA0B559ACB03F2109D8E9 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8FE974BADF79553E4722E9189E9AE63F /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 8F92CF377D177BAEEE48F5C9D4870AB8 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 8FACD7E0E20B2DE6BBDB6BFB9712EA92 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + 8FDE6FC24CA6FD99661AF0F51B8C7B92 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; 8FECD953A0CAF0032027F99D1658210B /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 90064060BB25376D466498BB22259FBC /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 9007A3F44B14BA7EB90AA3B61B6EF21D /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 90004C64E7AC8C5F453E97136DE3F46D /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 900FB825AE023D76B31DAB50D2C8CB0A /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + 9030D3ED68F37D23CE302E783411BE87 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 9038C45424832C44D1BA303679C4A9C3 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; 903F529DD0B5A860A261EF800674CC7F /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 9052C091A13022FF93718EE33BD00E74 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 9053F5CFAD1B4DD30BAC0FB5F2D31FFC /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; 905B90F210D75C516DE403526B73DFDF /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - 909A3B046942A94D6876AE056EA198D4 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 9091A082BB374C6E67E0920DDC9B547B /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 90BF6F079AFF146787F059EE9E90B40B /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + 90C10BEDBE5D0FBCBAB5824ED64876AB /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; 90C141CADBBAF70D872331E10985D3F6 /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; + 90CA3E6D370F2ECB6288A3097DCB1B7F /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; 90DDCE0CF917557ADDE4F00557E21824 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; 90E0F815BB889EF23EECA55DD1FD0BFA /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 90EF3CC92E1A8E488C018136E9006A28 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 9128B0A6BBC4FA4FC3C0558E586FE4F5 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 915233203EE7BF13D1BE60EB4BA67D61 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 90E21009BC714006C387637443AE6B61 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 90EA3656AA02FED12B60B3C2760D83B7 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + 91202E08A405E3A2F367879ABCA8D9BC /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 9140D46562590D1E8B0FA108379E8D65 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 91660AC321535925B7514FAE471CB622 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; 916FECB97E3156220902918176505F1E /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; 917E01F8BA3B049AA099103C8BB3A17C /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - 918FAA25B981FC2328B54C5EC159E438 /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 918F176DABEE0E1E9BDA1CB920965705 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; + 91A13DD01C1483BF68BB5902C4B82C9A /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 91B18FC37DAD6A1911E81799C435ABCA /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + 91B6F9AF65BC3DF419019CD1F6D5C7FD /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; 91E17CCC3C8911878CBBFDA09D77A55E /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - 91EA25725FFF249D140E775D023F0228 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 921AC7722F2C134D66F18F51A88B5E37 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 922A83677E2F464EB9F8239786B60738 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - 924720F5C2D4A799CF215C9F992670E3 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - 92896B4FE27A8B9CD1DA76E16BDFB022 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - 929C056E8BC298F78C48EBD94A41B0AD /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 921D69AF56966C6C9EBC64A459D130FF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9267E62146A5F6BE4151442308CA0C6C /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; 92D68BA31F7A8316C65DAF12030D2E88 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - 92FC18EC6AD15E95D5C55E9E231A2178 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - 9304735A76A1F46043D22855E7BDABD8 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - 930864A3E4EB771995396A54BF432BB2 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - 9312678C01E526ED0B774C6976B0256D /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 9343DE1F1989A99BD17DAC745D790480 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 935271ED504C7B694762B790EAA3118E /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 93752AC35B4BF873CFC039AC4029065E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 942CE26A8AA3D8D3B39ED7DA35A07AA3 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - 943A32BC82DD9F90B690F521C2F3BF01 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 92F24407ABD19FC15B5AD468AEF4E6B2 /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9304156C81D818CB4B05CE9D86B226F2 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 9306B1DFCB1591EF86A99F9426F249ED /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 931681268015C0047A72B0ED60D76B30 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 934DD91A3CF792E1F8567593CB98CC43 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 9360D7604E1B47757AF6FFFAE266DE49 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 939B5B51B1043B250A2DCAA3E30F2CDD /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 93C5DD0E9F505143476813F6225FB978 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 93D2B68E4943B8A61C084685652E2A34 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 943AA9E1DC120C730F5571A901624687 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 943B0DF14D480104DCD54DDEB53B65A0 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; + 944AA0FE38B5A9F396BD35B0FD5F7A29 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; 9472CE3E2730202F2CDECD98CDCE9805 /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; - 9477D376E691798B42431F5D088414E8 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - 94D6D30F732919276E067AADAB490563 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + 9497C420AE9A349A5BBCD4C0E194A387 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 94B55126D1ACE18B20F722B43544B148 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 94D92CE5757DCC81A39041EE156BE503 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 94E63C509F89EB5A8CFAE4861FD44E8E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 951DF02D40E87B6BFAEDDD89D1B1914C /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; + 951F78505EAED951CD2284309620FB88 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 9534F07FADA47B419ECABCEC7AA8D01A /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 9546DF69B4CC09EADEF24BEB47E75BD9 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; 955801E9D59202815C2A1E31717E11ED /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - 955D7DFC004CCBDCA460799CA05F6C04 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 959E4F2F20DD331569989D41276051E1 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; - 95A6CF289CEB268659DF4520A94F2054 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 95AA6E8D48E806E9A46EFB3DF6644B7B /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 95BC1336B0F1DF0B8B9A4478EF9E6918 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; - 95C99A3FFB6500F1978BD60C43BDD8BD /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 9617D5B43225127539083D8CD392617E /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 9571D80B373311B7D3D985725DC8BE22 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 957D2D199C4B10E710D676DE2568B4DF /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + 95903556C613988420F39A23941B6897 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 95CF7AF312F530A833E391F5B5BC9ACD /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; 9620F486A797F74612F033C661AAB532 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; - 96243305842B41AB0C1D76426C6B7583 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 962C1AB6161EF945BE8944A970CEA6E5 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 9634D258E25A546E85557CB153FB57A1 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9640A48FD57E8D5BD0B0D5C776E0AD70 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 968719D8E3DF4AECF88DA45662FD3801 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 96917C66215B265285950ACA7825FEF6 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; 969DB18DF135A3C5DF7F98551D9F1DC8 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; - 96CC4B1D880FB45289AC5D787DA25711 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 96F530C4CBF8BAADC5076ADD050B5A0E /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 96A0D37DAA61E03392BA7F02ACAAC41B /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 97117829663241899DA39C6063C2001A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 9711D843B71A5A7A6122CD2CAB1B7579 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; 9727CD897DFC665EB18524FC2FC165E1 /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 9770701D00AD7BD0ED5458AFB97AFE61 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 97C923AA0AA7EF31C4233AF4848FD432 /* 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; }; - 97D3928D38A1480CB81397CE9AF06E29 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 9728C22E033D1CA9DE671EE2AA7374DB /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 97526B3673A4306F0CC1E7CDBAD22D62 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + 97CFC0AFD5B501FCFC89B4702C9FB886 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; 97D702FE70CFB27360A4CAEEE7801519 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; + 97F5879CF9BB3C2F4E0E92F183F7EE9E /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; 98365AF226B34BED76B8944130B05D00 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - 9856F95AC8C1232A931036A55559BC99 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 986B2273FF3D42F53FA6563FB449EDE2 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 98738FC7EF9E6C189DFCD03F8F0586F9 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 9874A1ACDC0B0D75CA7A7E561B7C821D /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - 989EC3095E4875E3B1D9DBE132132CD9 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - 995B813E0C15D4D7E4DD92A81956264E /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; - 9990343D83C89804B084FE4F87C99DF2 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - 999620C379E51B2D5151B5D70F40E7AE /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 99FCAAA12DAD18758896A64F4FEE3AB8 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 9A31001672A2F92EBFE5A9DEB5FC1A7C /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - 9A400EAD23CF7F01C37961AE6ED25820 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 9AA5C9FC8CE7F44EFEAB0BD125AAE8CE /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 989BC77CF8221534E57B282D294A01ED /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; + 98B35C2375B0BDBEE35665BE89369BD0 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 98FB4DA2EB47173ECD945B14F82115DB /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 98FEAAFF862DED77DB9918771B17FEFE /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 99201A2B5F3010E9D4FF9D92B58D6689 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 9923E3FF71E04D45C0D53C11D10C1078 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 99729CDFF37F42DDED350263D0E42D3F /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + 997A6B3F48A7E24E5BBE79CF393B013E /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 99B23E3EBAA821EAA1E5C95A11B26F98 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 99D5248A800608BC572A32A3CEED9ED4 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + 9A5161FDC4DDF6B300E9922DCE8B313B /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + 9A6C95466D8A51DC1C312E1BAC6E8FDD /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + 9A9A5F3C5535351E3F8544690BF04B3E /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; 9AB597237ED03CB3C5B0791C3310AF6F /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - 9B6C8B68076FD1E21202C5BCD2F3EF78 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 9AD44562F9A8AFC77D113D0836CFBD06 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9B0258648ACE68F84131362F87778314 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9B64B30A08C37E5E989F9DE42621AA06 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; 9B738E1F77AFDA1E5F4F8A5FCBF073A8 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; 9B7A559B4DD56A2C54D401167202A9DF /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - 9B93D14FE376C2D5027B5831039438CF /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 9BE194BCBF94E09172E4340DD7686E24 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - 9C09086111353589A5DAC90B3E9F80E4 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; - 9C3850FE6ED692788F89481C551A0BD6 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - 9CBE4EAC0CAF4536219D4D9A0BD73FF0 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9CEFD3DCD0332BD62EBE8135EF52B900 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 9BC6096ADA4C415973FD4AB95AD58F5A /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 9BF186F2375686D2AF94DFA310B9891E /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 9C1C61A90D591DFF05410C6F4BD56431 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 9C4CC1925AB8CE0AA9162B3555C47203 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 9C6A0AFD7E09AAC4A3AA35E6F0175503 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + 9C6B5F78323D0543F875939820026516 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 9C78CDCE2C95CB440E004C5E39AC63BF /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 9C87477C1E523ECD7DAB8844A833994C /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + 9C9F32E288C377170A84391DE3C24A50 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 9CE9CA46093DAD9047A73167917D6484 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; 9CF7967DC82F7EC57B857DB11F4FA8AE /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; 9D0D4E61E12A0F0835A7F11BBBAE4590 /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; - 9D5AF6B43CFA93DEBD14614EBFA674FE /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; - 9D7B7CB894CCA3FD5F353EB7F1B02EAD /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 9D277ED473E132B5BB08A24A531A2459 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 9D33D58335582BB85148D489420C578A /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + 9D376A9D2543D2CB1B97CACE75D43FF4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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; }; - 9D97FFC28C9414B95D589399763961D4 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; - 9DB010F05ED85B59E18461127BDA2011 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; - 9DF61CB46D3614F3C454032356336A37 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 9DAC16BF13172C777975D9397D3E2892 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 9DB687651F5100F1D6FF66832A34667B /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 9E334B603767855C989813E3ABAB1E68 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; 9E3F08E8D85F621758B574642044F950 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - 9E4995825BF1CC7B1272BA7374915B4E /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E60ECE7BBB4802FC81C5E70D6943F0A /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - 9E84953AFE58B0FC4F1D4094F3814DFE /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + 9E47058E3BDC928DF1CA281FEEEF2E51 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 9E4B1A2D833EC3B3B0F8E2E22389C084 /* 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; }; + 9E60EE42704D19EF9D95DF3820501897 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9E77CC43A4529AA5CFDB665DB5012F56 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 9E994FB97EB6FFCC56CF6946F5A5CBA2 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; + 9E9CCDF9BB00A29CE4BEDF9792FE69FE /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + 9EA1668D38973502469C41356EA68A0E /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; 9EAE60BDB931F4F21378EB2E3AAAC3FD /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - 9EBA5025778E228CC965FAECB1A78CBA /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - 9EDBD3BEDF444E97BA7E052508D06878 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 9EDCBD529E4082C773FE0393618BE743 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 9EBE44368D3F00D8300D890C298E1965 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + 9ECAF0FBA9C4A3278CAB1D8EA15E11A5 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + 9ED23B0186A692DCEF7EA3B6693EB2E9 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9EDDE346EC979FCEF409700FA05BA63E /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 9F12B5A886730CA701E2EBAE36994EC5 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 9F1792F185C1EFF989F2C94A71008E24 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 9F3320F558C62ECF22D6E07B490B492B /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 9F1895BC65DDF8C4706B1C975B4CC9AB /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 9F3132DE79F995E19F96B64715A5289A /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 9F46DE3533C8BBEEB5EE0C96E5D60E49 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; 9F4A71BC7352BE4FFA255657EF331872 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - 9F50D7622E84F5FA8AA25A055A69540B /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; 9F54AB51FA0DD69A7F9B1556521124DB /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 9F59812770BCBECF98FF23E95AC4DC27 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; 9F6E24F27F4CBC46B8534057CD3E6A99 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - 9F70832FAF8D00BECAEBBAEEF9757BF4 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 9F71E483330B2F6F5E7C68F6034BC042 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + 9F79079216DFD84B53778FC99ACEBAD2 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 9F88D4180ABEE65F387A1ECE8EEACA0F /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 9F8AFCAC8503727F79A88D871C8E6B73 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; 9F94067DA969D6F3842504F53A004124 /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; 9F990AC97A7898A949B63BA279F0E400 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; - 9FA51DC1EB4858AA16A2A500FD76C664 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; 9FAB6B1FBC8FDE76931F66FFD83C17F5 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; 9FACD71042E4D857E776DAC66755DD07 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - A00442AA0B1FADE223DA97EBAB3D838B /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; - A00C194F97F81C3428B538B51E2A782F /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 9FE95EC8444AAFB03F7FE114C2E843F7 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + A03F323AC963C5F9713FB05CB5C482A4 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + A0567BD7292058E0B82D697D52147070 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; A06FEF1A2DBF9E95C094C365454C6605 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; + A0B0B93329C41440DA46BAFF9C666402 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; A0C318184648BBC609663DBC9B2A73DD /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - A0C6606D2DA7EEA34B069ADD6667E0B0 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - A0CB64F4C7708EEA1503FD11E213386E /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - A110CE3C880FAC45F8BB586761603C09 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - A13DD808F30EFECEB6F8ABA4D0EA7474 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - A159C5095F4FAE2AA8E5AEA2CBEC07D0 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + A0CF32B10C91420B1570522E10992CF8 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + A0E472440EB32ADA68E70C758083D8C6 /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; A1608DCB703A1DAA8318175F1BD6D540 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - A1BD812E27EEB4BD980432A00715B0E1 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - A22A14F0FBD25D1D6ED85AAF2766126B /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + A17C93721632E07D35AEA6F3295490DD /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + A1A54823AF83984397AE5C5FA062912C /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + A1CCB2E5BB689229893C694A91986E69 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + A1DB5F3F6F6A6787C2F5CBDD8121B16E /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + A1E0EF912854B870EDA451156DAD524E /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + A1E6CCE1C4E0CDC7AD28E5F3A7612FB7 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + A200E82B0D32B3A81279FF47ABDE0856 /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; A23122D4E795CA1CF0BBDC0CF4BFD67E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - A24B4C31CCB2B7ADF144611FECCFA52F /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; - A27244A05409F207F84EAB5D36DF078B /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; A29119C8C6D95E3F37AF1DF85889B7F9 /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - A2A09B04F81EF2E3056B41E1DA8CE523 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - A2AB7A8A247219B30EBEDAB3E29FA7F9 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - A2B4AA84FFEAB4694F7306618ED0D5A0 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - A302DCC4C64D912E6521BDAC89150910 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; - A32507C9D76151FE299DB8B28FD56011 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - A331EFE5A7BA06B55320D28505DA8D62 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - A352EE81C4436FBC31BAC8A8587F313B /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + A30312D3C8A05DEF298C324079414F93 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + A30DD57FB6A1A322BCB5BD26BBD168CD /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + A312C8581F533EA4E0F3D026CC8EA0D8 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + A315C9796B609D90D43C685E4EA40283 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + A32AB72267265F805CD29C9FFB6C8A6F /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; A3A07008413FB1170DDEE62B18A5EC2B /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; + A3A6191A360D54C99B28EAD9AFEFACC4 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; A3A876813DB06919D844190B333A92C7 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; A3CE88F6F24B9C3D2A67337E6C9E73B6 /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; - A3CF386E760B431AF279467E1DCCF2FF /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - A3D2972F5BB21FFEEF73983D51644494 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A3D5289F74ADD6D8D0CDEAC499DB826D /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; A3DF66B8813204A50D7529342588A70C /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - A404097E148F1819281A337650A82A85 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A43B34C48897A6C0958D0D49568F9AB2 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - A43BA5B3060A78F4C17C697796E5B8EF /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + A42D0FDB8F8C62FF5B672AA3EFF223CA /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + A42DA2D2669129AFDFD757224758269C /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + A45C502B815D9C55B85AF629551B2209 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + A45DB86754B226D0737B62E3C31621FB /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; A47B9F50F1E6DBA2952451658BDF086F /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - A494A9A1F1AC056C5AE2EFBD23136692 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - A49FD196C40396CE87F5E587717F312C /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; - A4C3A30D388BAB3491B25D05E1B0A71B /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - A4FA30C04F08AEB225F3EB7F744A92F7 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - A5306B67950A6E590FF79ACF340E2A72 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - A5328265B65371E9D6B710194CAD7C06 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - A54FEC97C189CB11606A4308B2AE22A7 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A5564BEB590405246294DD1CBD8BFAE3 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; - A55E7EC91AD0B1AFCC10A42D8D106577 /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; - A569B97BA410C7A58E9B388D00B34F34 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - A5A1C6C1D4F09382123FB6187EE8CF02 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - A5ABBF17FD206FBD0911CA8C83D9500F /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - A5C0990F7808701C0C84DB9A1A691EFE /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - A60CE7222FA178C7A80B5DDE6B86BDA4 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - A610DFF0E0BE7C475685FA8DE3DBCF0C /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A4A37ACB5C507F041AAE0534B4FADD8F /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + A4FC994EFA0383846B52AE19FD44C316 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + A4FF41E2D54CA70816320DF10584485F /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + A5157F45757D06CDC860214B1A4E45B1 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + A5305A4D0C6F921BC5019A149F229999 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + A54D35475CB3A43DDAA208B70F5F9041 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + A587D619C29B49E5F3678808DE478126 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + A5A4245F80E599C2F6A152FA04512DBD /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + A5D633BFFB1CBE9A05C51896744099AF /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + A5DFFA2016BFE320CCF25B2F14A350F4 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + A5F18544CBD2F3642D1EB1E5609E3D96 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + A5F882B0CB13CFEF5622FDEE9DAA4760 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + A5FC1F72D7AC7D39382EC5A16D029B23 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; + A60E2291F8539F075DAC574A9073CF5D /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; A6120CE8B30F6445F609BBCFEA429081 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - A61B378236FC887757731EE2203BA845 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A6214712C3EB9E3D8B2A1BEA3CA123F8 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - A64C30AF935C0A5558AB286730AF3C24 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + A64E253262C8F853E11CA384270A654E /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; A676286CAB723B813821319E7F3DAD3F /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; - A68FBC3F5EF9C484CA4B97ED5D841169 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + A692288C13E0B38BBE3BF475FE48AC13 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + A692A6760042806A72B6B78341A5D355 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; A69A0648D33E93EB9C57D9A2A5473B63 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - A6B3905E0090D04E72761DFE3FA13965 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; + A69EC87DE779F802E81A38A5ECDF0542 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + A6A0B5CEF13267324DF24E331A59C4DF /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; A6B606BFDE50C43337BC6D7B158FAD3C /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; A6BCAA732F3AD64A60113CD253E36D9A /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - A6CD2C98D5C802B074C47D5E2F5A1918 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - A70694F5A4C5B5EF87E255F6DA6125A9 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; - A70E22ECB6B15884C8F7C9741D14A63F /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - A731CFCEDA268A9E7D5B827BCA3528E8 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - A73627628EFEE6D6322ECC3295712643 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + A6BF5837839E6194054E9ABCD7CEED2F /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + A6D182072E0E72DD05C19C4B0E151C1A /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + A6D1F7D5471A605585316C45965A95F4 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + A6DC9692B6A5AF130DABBFF2D58A3996 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + A71D8DEC4ECF4D1A3C6BED3B29002E05 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + A725EB344FE2497DA6219CB96064308B /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; A744A3A023AB3CEE93418334F39F4C2A /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - A76A4D55D86753F3914F46B5D28F56DF /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - A778999F163DF9687DA14B63BB982F2E /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; A789BCB1B19C7F2CDE89F3BFAA434C8C /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + A78EF4B222014C5EF4DE3A0DC1A7BF55 /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + A7905F32BD9AAD4B830701F643E48973 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; A7DA224DDFAA6C4A9C02670A8B4CDEE3 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + A8166A33CAB19B22BBC357A7597600E7 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + A82A8AD3B03DC4BC6747960ABF9B0FEB /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; A82AEC2C6DA49C46050B64D384E790B9 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - A832916A078966CF057416B5074A3D43 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - A8518561956A95E1342CFBCF21B6FC01 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - A85BBF1BB8607EBB7E6BA89D2278165C /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - A86B86337D02147402852F004802F71A /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; - A87AC62844575266891A5467856DA092 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - A87EA7E9759D4E10D3F233F2428356EF /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - A88578045E339347233A1BCBF9F4C3B7 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; - A88D44D3DDCF8BB3222BF681C0B7D646 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - A8B11446203E849D229A546628455865 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - A9174224765725AFB31BB9B842F12008 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - A9382F9E14149B5BF4108CDC945FC934 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - A9622D55AEFAE02CED2DFFB85F78F9E8 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + A82C55B5393F6282F1F21611A54891C1 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + A836280C3F38CFF7FF67BABBD4BEA94F /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + A83882D0313AAF37C2A4D54EBBBBB26F /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + A8468DB9060B094D2D1C039409143720 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + A8634C8D66A929C8D8628EF7CA25E19A /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + A90BD36B46343F9BCDD0FE9DA6CD1495 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + A92B8CBB2B4F648904A111CE755E02CB /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + A956D49C949A66944DD951B70E947316 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + A95CE7354EB8FD867D9365662CFEF77E /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + A96856A0800AF867102FB333ECAE8C23 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + A96AECE90BB6412398E60DEF2787602A /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + A96F8FD03B3427FBE0F2543D760261F9 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; A9826242AC190D52FE58337BBE37A4C4 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - A99F20EBCE64A1EEA830814C13F18F99 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - A9C9398573E80F194501E6D5C00F72CA /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - A9D22AA00BB4016F84DAE57CFD038334 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A98C5C3BD52A29C3145E65A9159536A8 /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + A9933469517CBE2217167B1D251E4B27 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + A994C441295B604965D253B82D27348E /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; A9DB44425458313D2961C90D623E2F07 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; AA2FE9A64387B0D50B6D9D4F7B45F847 /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; - AA470EA710A5F74288B5F21FC07BCF6E /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - AA5207268C70A330051FE675E3CC119C /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + AA426E7ECDAB07CBEE0161247F1CB84D /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; AA740C812735472DC038E14F6EB9D27D /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - AAA8325D11CF3749C94DEAE5C5085E3A /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - AB1BACD3937D40014ACF5DA3EB4AD9F1 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - AB2489B797C034EA15440E2359F3B894 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + AAD3B9175DC4388521492F10BC3C47E4 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; AB30708B801882F0388B037ECF55C75A /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; - AB46787E2D8E38B23B6E70FFB59547A4 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - AB726F23F2EB8BFD8AF3422843E0CDB9 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + AB4A07C90519C71693F3B4EA5FF5BA22 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; + AB7B0B708FDD688E73E0E6589D3C80CF /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; AB7BC8B336978A727D8B9798D3960BD6 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; - AC11BC507A7E2C29D98632EB8C9197D2 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - AC5AEA724649D3D8BE10F6B7E3704C36 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + AC2ED0A0DB2E73D7CB71913E95187BF8 /* 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; }; + AC6EB90480D4B3EB34ABC7A1B42F7BC3 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; AC8F43EDEFC379EB58457C0B6156322E /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + ACA3AA929E62F71B2AFE6316A5B579F4 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + ACB46B1B44451A33D3B8DE6E18D06563 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + ACF3DAC0FDE3A6D173DCB077C409276F /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; AD00E7094C0DE81613A44BC3728ECF29 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; - AD0BF147CDC3863A03E6AD4CDCD05EDD /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; - AD19AB2D04A4025DA68CFA7186527E2B /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + AD171BEFDF8A0867103FFBF72F60169D /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; AD1DEBFAEE718A9D87E9A80E15EDB2C2 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; - AD713AAFED28AF583BD2D64FE89BC5D8 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - ADACD95D8F6382B1FD9712DE89344E08 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - ADD9F6420889E1B436C90B5D1917C8BC /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + AD340991395E58CB3BD13AB6321BAB89 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + AD3609A314C8F9128CFF9541241E1ABC /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + AD59C7CAC3D0360FAF80F5BB137EB3F3 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + AD943F4563E9E5ED20B7D4BA598A1D16 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + ADD54A084CE2EB09BB024630C776C2B3 /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; ADE6D0B386951C4D3956BE297073C70A /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - ADEA8E9FE8D76BCE22028D8E4F20EA29 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - AE42EF954CD85BF69907E5C1DC217CCC /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + ADF46A5658324D30A7CDF480D809F704 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + ADF73E0EA33E04D73A742E63C2D40985 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; AE6E322B12E1BDF5ACF57A39698E97C6 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - AE6E96DF9C6FDEC503DEC3366EC4D7AB /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - AE6EC439C25D0A82CA82156AD5EEE148 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; AE882515169016DBF6C94EB428CEACF8 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - AE94B7C81FB439C90658524538A54B96 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - AEAF91E2DB5B6A939D80226C6461B2ED /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + AE890D6BA99AAC4F0686CBEBA903FF73 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; AEE25EDFF0C6211BCEC52D37DA1703EB /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - AEE3DD005F902CB0572F5B9E859A7D7B /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - AF29E10D6D7FEC4BAE560AF2B8758531 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; - AF4EA25442F8EC569DBAE79C2136E8F7 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; - AF5B943A302C58530D06308B3737FD7A /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - AF76970552CBF5D498B4B5ABE92861A3 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + AEF61B09A2787EB4D0A8704092EBEDE1 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + AF4A3D421395311BE5314411D0119509 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + AF66DBAB18DA97FFA6571B7B8A068CCA /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; + AF69B2788948BAFF9F11BC593753A1CE /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; AF829146A913FDC2D938895DFD18930E /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; AF8A60EF2B6557E8474FC01E9AE5A5DB /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - AF8A9CBAEEECA935A9171CA8E13DAC11 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - AFB872DDD998C244AC1FF5DEF2A6CF00 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; AFD44A12524FAD7F225DC2368126A3C4 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; AFEFDB824E01E0DD552C963341636A78 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - B03DACD4D293CA5E131B244DF380A361 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - B06EA9ED33D7A432E1ACE38EA9409FF5 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - B072D8D73FB9454A1DF60D01B1086581 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - B073A051EB57DF54349C9150A67DAF60 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - B0CCA01C1EDB41C92C17E739DF8C675C /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - B0DF74789020BB03508CE510AED7AA99 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - B0E607CD388A6EF6F47C1056271F105D /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + B02DC5C191DB17A8380FDA900D2E8271 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + B09A09A09A14A32D8F6A1EA4BCD86CF5 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + B0F111EF6C998146B417B27002157C45 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; B14E94AA3FDD62E6CFC30B229F0C23B8 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - B1822EF5AE7B426E443FF51DA80C445C /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + B1708E062D3FBEED2F814A1AD39D3AC4 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; + B175AEFB87A4E7D407570EB16C2C48DE /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + B1AEA9268F6C0565C9BBD92BD3302EF3 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + B1B5F6F7A85AAD8B576223876EA4DAF3 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; B1C9D8E7DFA59D6BEAA4A8614867F268 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; - B1DB83D9D53946D698A41481D8841122 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - B1E064D2E50907DD555F51A6E9449DF7 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - B1F435392ADE74924F22A15846C00814 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + B1CCD14AC1C4E747A94331D8F84AA151 /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; B2044019C1BEB77F7FACCD294C68D1F5 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - B22C08575AEB62A243675DECFA9C489C /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + B20AA6BAEC4697E70A009E491DF907D6 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; B22E5237A551120F5B084752758535DD /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; B2312F8F4116173F59E62F4CA2EE1800 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - B2B9B966CF0670022DA229F644227B1B /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - B2C3C50842C99465084B59724BB1F888 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B2D53B9F8BD8745AC674A2064EB8E986 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + B24AA73E22B0A3688CA96456DAC19DE0 /* 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; }; + B28CECD490AAEC029719808BB08E2AA1 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + B28F58A540CC198AB0F035EBF15FDF95 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + B29B351DB6CB683B7DC26B9E75438CFD /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + B2DB10E781C0E10CF21B01D3AFDEBFB8 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + B2E199F711D4440B07981F439BECB6F1 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; B2FBAEFB40E64FD069B21BE4C67A4573 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - B33784A2108D2D41D6C7D2A4F9F0FC8C /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - B35119F4088DD54E10619963A15ACA97 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + B338DB1CE645F77FDE0E81222708029F /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + B3552E8D6732E01D03C7B0ED5DD6E5AB /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; B36C118383F797CE788925AD6AA6D585 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - B37A90398BCCDCC233D0E07016024232 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; + B375B5C0E992CE165C6F7A2AC1A49D5A /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; B3800256FEB699AAE2BD9C7A5D738A61 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - B3EFAC78F103E51CEA11AC34D1ECF0CB /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - B40D423A829C4CAE468061B860B9F55D /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - B40E4EF58D07B711871FFFF02676D5B7 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + B41C2008BC5C5AF6889FFA469005EF88 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; B41F4F764DC26EBAE2BC6EAF72039F73 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - B4200244D0E1FA1327DCBBEF6454A66E /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - B42FE18F19C04AC6DEDBEA85C745980A /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - B453937127F6A3D264A97AB9C73C0ADC /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + B4614CEC3689CCBAC123D476AD20FCF7 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; B47472639633B31D60237D7C0887F1F9 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - B477AFBD91242BCC0812FC76FDF2F269 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B491B310B1291337B82E8AD3644659E5 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - B4D33198940256F0ACFB9163452F4A40 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + B49CF758D8F29619381E06B3FB11ACB4 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + B4BB6136ECD3FBC597C5FADEF034127E /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + B4D32857B12A71D2DB1E60612F24AB11 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; B505E3E20E9E415F54A53A88DD9B0464 /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; - B518BC9BD482C1913CE4D88CDFD9421C /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - B51A7B88A4C808780209A9EB402F05C1 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B51D356C10E517C59850C8AC3064D4DA /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + B52153CBBD22BF49CF15D438E5CA1E56 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; B529D6561C8E09398A4D6B2FD6D4356D /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; - B53FAAD75C0C6369D832431E85667CCE /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + B5386C57A5649E0FE581E51C75584A61 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; B5406371BCFF4F1D5701E5CDC1DFA89E /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + B567EBE7C5BA1D28508A4EF2F636E159 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; + B56AE947CE28AB241AB517090FAE76A5 /* 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; }; + B56DB2837E25467FC361734ED1D506D1 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + B583E1141E0E71951CF970914FECA1EB /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; B59077709DB9D2023380C4765FD70B0A /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - B59E19CC78621D2F32E9443F6F98BA0A /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + B59A6DEEF211CCB11CAE36FA5A530129 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; B59EF3CA58F8B1D0A9B97CBF8626C28E /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - B5A9173B90D3C3ACB383BCCCE244771D /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - B5C5214D438E6FAA8D6D4D0BA99046C8 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - B5D0403AE234D3440422D93C4C145063 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - B61E37A19DD34A941B2637D427A7F9C0 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - B62748FCB8AA588EF4146A7A670BEA5B /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - B63CD15FD6ACF9EE75F164C21D5CCB46 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - B643A16AD5CB2A5D046C31C69211A8A8 /* 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; }; + B6087DB38CEBE42F95249DD2C8645BA8 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + B60BA99B6550848D20B9C468177534C8 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; + B6401E003F30D41F98C07C59F8402919 /* 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; }; B649F5CAB443A7201C306A7708BE67E0 /* 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 = ""; }; + B64D58311336ABD4F1C98BEA64CAC7FF /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + B65EA57CBCCBBC8C9DF9883AF667F899 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; B67C0CBCF0E90DB1A7017C4FA305DE0F /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - B6B57818D5BE1B8294828964AFE6A2CC /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + B6A8BBCDBFAD6B877B49AE5E6FD41E37 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + B7059F69EAD9A2CE07C2E46A4237121E /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; B7113A458284B87A443CFA72AEF1159D /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - B7500FFE33613A53567F24D90D17D351 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - B755EBF064CC633CD0FB942E32ADFA78 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + B729B046328B2A6EE040C99363F2919C /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; B76A6BAAFDF07809B2715060E43EB92D /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - B76D10F3EE89D60E6C52C27971C78A43 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + B78188FA0C97411126C5FAEB3BB42796 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B798E603AE7D98E283F3D074067CC63C /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B7B56761649607E003E9AB43AFCAB488 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; - B7C45FCE2881D036B56473739FCDDBFE /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - B7CD90ABFA5CAD203DECF9778DF221F5 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; - B7D880AD3344988E75DB2D19B5008257 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + B7C167A810E10F8D2ADE45F82BD63D7A /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + B7C9F1E7E9876DD2D7144A6440C9A8E7 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + B7CF9B72261629EAB848A2CE11266504 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; B7DEDDFABCB0CE6A9C82FF73C5D61D42 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + B7E043A262B1518E86D0C09984A7D64F /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B7FF6E52C8A68ABD9B5A97C50C50D774 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B8004FBFD4A41E8A292CCE60BA84510D /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - B828E567307694BEA54DFA798D446AEB /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - B8493A937517A7BD1D737EC6BD9A7C5F /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + B892EA530F62ABC29C35F863980B3295 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; B892F16336DEB00631BC8CD1318C62FF /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; B89DDFE00E22E3A3906EFC459918A226 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; B8AF819B6D1CA91471061BCB3DCA3399 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; B8B868FABDDDED888EB3F265D4C82CD6 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - B8B967F67A9A47EAE957BE83BF7A08F9 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; B8BEB0A7E7B4336A14038F4285B9C119 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; - B8C46D38E4C93D5B3539F30546420B42 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - B8D5C7E974E0DA0C96BAA4040B03F3E7 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - B8D5E9FDB2234F0FAF6B2E0983778CD6 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; - B8D6A01971F78DEFE0CD090570F95BAE /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; B90A57421BD2FE43008358E7B97960FD /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; - B920945C9CA21605C5876FFBA385F645 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + B92FAB8C34849F2ECB38D6CE52E75380 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + B966670BACB863143BABBDC76DB14E5B /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + B96F14739423169C9ABAC285ED23FB2C /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; B9992A0460441B3092B6F393EF92483D /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; B99DB16193C464C8F88E3209E3808DA5 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; B9D027B630B02D7D423D5976C3AA1D8E /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - B9F668C38D2AC42B82699C84A7F586C8 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + B9F0EB59D626301EF9780413294E1351 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; BA0AD95D9B63C03558D2620776EB94CF /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - BA1A41E19C1DFD7E97E6D3A55723A0E3 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - BA1FDDA89F369E09845E91BEE4980D7F /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - BA31621FA1C8B1F40AC093EBA9775F25 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - BA389489AD3F66E8E1CB1FE46F32744C /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - BA42074E9801DCCF7FCD4BF7D2249405 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; - BA4D92333397EC8D722390CF6007C9D0 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + BA0B9F1D7BD0A60D2EA6FDF78225EE4B /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + BA3856C68C5F8A48BB10AFD3B0B4ED7C /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; BA4E478BE1D462DDEE6877421281D92C /* 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 = ""; }; - BA657D183021628BF32ED7BF4CCAB778 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - BA692097DDF46B1E925F3A62F09565D3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - BA6E072D1A8B997D42A8ABA653B90133 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - BA8EA011464D1B5C848FBEFC83CE3E39 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - BA98B31EA1738E56ED3968B7D41292D7 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + BA7A948AB9F16E13D64F60C6AD15BD68 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BA8573F9D8B98A429B4420E99AE8C840 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + BA880FC12730B7C342D7D98082DEFB8A /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; BAAD5D2CCF9D8C098D404B8ED9F844B3 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - BAF475FBE73DECDA301043F705C1DA1D /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; - BB32D49DA0AECFC80F73D73ECAB81A6F /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - BB4F98F9A79C65BE96594A6A62ACA28D /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + BAE11861EB7996A1FC6AD54ED6B522EA /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + BB31185D47198BCD575DCC5BADE985BD /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + BB350FF912A6054EB575369BF4315FD9 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + BB35EE26A7B5D1F9026E9BB2B1E209A3 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + BB5E57A9E7B638FB025C91640EA9091E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; BB6E5175A62D1B1B6A4AE686F54D742A /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; - BB73A2FA7AABFB68521C902D59683FD5 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - BB95A42F1DB412AC51C240029BF888A0 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - BB998A709396C02BF7801229F04600EE /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + BBA81E795A6F0688DB5AD415E880E09F /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + BBC755979C5A7924B239CE2863F75D2B /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + BBD052E7CCF45103E6D1C0582B2DA182 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; BBF36F839AFA87F8CEA19E8669A7D4DE /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - BC1273027B89903D2FA02EED7206E7B2 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; BC24DDADEAFBD94E4143A49973415FC5 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; + BC307A742B60D2AB0633354DC7A5CA9B /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + BC4011B122897FDDCC4CE9AD68DBA68B /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; + BC40BA8E7644C1EA6B5CFC657FED9D7F /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; + BC4BE52E2452E492F2CE8F4899ED0EC4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; BC5E566CC46B70BDC9A5B9B3461FEBAE /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - BC6F2325D9C8B0EABE4B94C09D8CE138 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - BC80D47C6CDBD7086E7E728EB1717A10 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + BC5F2FBE21B93523EBC55629437D0524 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + BC73F4546ABFE2F67B7193CDAAAB73CE /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; BC8C08C0024359A1D4F82150428F2530 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; BC9E7EEC35ACAA2457D991913A17F23F /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; BCA311510FA24986BC3AF19E0BE6D0E5 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - BCF4BB39AA9D972D4FAFEA6BC6B8EEBC /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BD138F8E84C692E0B4161D3612F0BABE /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; + BCFC17EEDE91BFD2259D26B531A21717 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; BD1DB32E582E29C18BF49D87015CBEE4 /* 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 = ""; }; - BD28E838ADCCC65E5CCD3E96ED69CA63 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - BD4C8BC633E2A9B5A5D3435478D22C3B /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - BD5288BA61AC1F0A50A3CB5E7F211A76 /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; - BD77FDB21D05219BDE06CA6527AD066C /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - BD8F473C3E4A3FE6CA53CE1F5D981D40 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - BD96DC68DA0234D68DF41799B3EF2E50 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - BDA7BDED460EEFAAD058802B9AFF9917 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - BDC6A8BB06D24B48DC4DC36CF9EC67D2 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; - BDDBD2943A9B87E4E890E45468BD30D4 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - BDE42650BC9F9DD8A115629E10981D07 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; - BDE6E262234A5B14E7A484374795580D /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; - BDFB51ADA6468FC5D7E77E0A83765BBE /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - BE1D0D6043DBC36E460388414B674120 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - BE25945B2546B4E805BC0E01903CC69E /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; - BE305D50A851A552CAE374BCF1D4F77C /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - BE4D11DC428728370935140D16D3665C /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - BE4E913B523C487FD14DC53DB97C143B /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - BE862BF36C8861440009B6D78B4F44C5 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - BF668DD35F7117FEFE217B1BEC930535 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - BF7C8D82374ED918C8F4EC3C2D81AC16 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + BD3E1A18BA95F63A25DB141B3A318A52 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + BD75E609AA0C3502B1B05340881E5CE1 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + BD875951C78D5AD5EA822E6C142A3D8F /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + BDAC55589F3332BB022FA883475FF1D6 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + BDBE7FB5689F9613768BE15846A3E0F5 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BDC2FB23E9D4527529EAA38EDF139415 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BDF4C7A324E59F6ABBED28DF6BA9AD79 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + BE8C0165151B087ABE4E84B05011DC10 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + BEF3E94632B3CE0750DA323E96733414 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + BEFC20B4F6B4975A92E36C31FC2F4C8F /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + BF0F3D1F61441D35615F1C6A9585B0E4 /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + BF51011F998488F833327B4F778815E3 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + BF77DE855490EB2B3CAB84571B3DF08F /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + BF7953BCCE360D2618A6E81464C9CBF4 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + BF7B163C2F95C428582BD13412CB5553 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + BF7C8AC23475705E339E60A5291A86E3 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + BF7D8686B8694262FD5BED2CB3EF8E25 /* 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; }; + BF85C52E200193E4723F826849E6D6A2 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; BF868AF1CA3630C36493C0F530ECED27 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + BF9686D2F9155663E43EB43CFCC35052 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; BFA247F5974A6677929F9A981DE7CEDD /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - C006DA03186A2DFF16C749637E83030E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - C00F6ABD26FA24AC01558D1555972C93 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; - C0142ED749AF000C530635CF83DF425A /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - C039A0959DCC08B8A1F8215F71F2816F /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - C04ADF14DB99C7990B47F00AE3C4E79E /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + BFE2828225D422CDB4CCFD42F7B475D1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C028987D6BC89945EDFD49E32534A316 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; C05C779C87084783B793457477C3A6FE /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + C05CC5F8381C9DB14E69EE2F32B2C024 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; C086608DBE5E51714F538B940CCC6CB0 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; - C08A7BDC21357A2133C2B6BFC04AC9CE /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - C0AF8A51E28DC0FEEA5B45A6E27A28C6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C10ACEEBA7982577556E26F349C4699F /* 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; }; + C087694BB376ED453FB63A4522C3519B /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + C08A92CA2B5B8E32AB71000636E688DD /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; + C0B12BF1EBA314C216124B51B4360071 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + C0FF9EBF42A091996D87776E488252E2 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; C116E1E40DDEE7F544679616A954A8A1 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - C11B859C9B678D377691DAB7053CABB5 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - C11D9AD667508E1C876132F985D006E8 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - C1329548FB5474AD5B664F1F97BCCC78 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + C14C35D6045E684E2B1F0F9A25AEF457 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; C14EB949A4D519FD9658B9141C98A497 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - C17A7BC9744C2846DB65A6B7FC5AC80B /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - C19C1705E6E1858A1FAB0C46E6D5D455 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + C16651185D56E461B2641CD69A6277C9 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + C176D130CEBCEB861121E60CB70EE892 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + C190283F68DF23971125DB4DA006A6DE /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; C1B012452C7833FDA989026BAA5BB17E /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; C1B84861B5F138BACEBDA0F0D992379E /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - C1C9D0C8BFC7D88D5A31B398B7A85378 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C1F5C672F45E668D82E457808A2990C3 /* 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; }; - C1FD61059ED51E365EB8C98830DA1DDB /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - C20A11A46DA88C93478EB17745182247 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C1DDFA30396E7F06B9B41D8458CC9FF5 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + C2080EE15AABE9DCE14883533792875B /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; C20B4C566C1CB5C6DCE02D4331AEDCA5 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; - C238953E538AED81F3041EF99B90B69C /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + C22A2FE455E18549F0EFD785E0A787D5 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; C243618E51AB390562FEE55114C657DE /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; - C24F2D232EB58787DEA2CA30758659D6 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; C24F40A63FE451294206B6301FB2605F /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + C25D6F8C29DF9DA8B1C005C128B04811 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + C2685D27794E48145A8B4CC3712CB09F /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; C283455D40EFD0387D66378077728A45 /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - C2AC88F8D973034AFBF86A3FB6B7E0B0 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - C2B92333BB5845F760C448E223DD5AA8 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + C2C4D8ADC4BCCEB2CF20BF317DE6FCB7 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + C2F78CC0F2B9807DFCD699032AC00DAE /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + C30F3FE99037DCA79CBAF49FF4BAAC59 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; C3156725A520FE984536BAC0B9B7EB41 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; C321C88AD1064932674547B58CD6BC8D /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; + C3264A4CFF6025795AA0F7D1B85DEEDD /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + C33636E194B49F4B82D1D08E0D504E69 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + C347E27034743CA901C2D10C9534AB87 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C36FFD8CE4F2E096ADBA4F60C3B3095C /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; C37392C07364A92131316CE0CA864C43 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - C38027A5C41130D4A36A41863AFE03DE /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - C39665AF94FBA346085767D7916412E6 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - C396D78F38FBE9F34D8848FC3FC43AE6 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + C3A9A7FB2BD977E7DE692419AE299EBD /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + C3ABB767E7D0F0A2026A5988C9CB9915 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; C3AF44932E73D7712C931B302DAB1F93 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - C3C11881E2F336517CFF4E6B6DDE7FCB /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - C3DEBDBD5F087F4D3F139931C71B7FA6 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; + C3E110E69C99F5B0F7203A4CB8DD3494 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; C3ED87CC99B7D13CD7CEFCF9E532F865 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - C3F6808A0964F33A10D3F334501ABD86 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - C402D82EE3109C9B95D9482EB7EC83A1 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; - C444E8C4FFBDF6017C84D102EF653A10 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + C3F6DA662FE0C9FD70FB1521184F8BEE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C417FEF35C95971E4745F12DA343DFD8 /* 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; }; + C430D6B48BF9A56C9EB7C641D89564B7 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; C4601302469BE8B655C4CB0CEA21F8EB /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + C4639FA7A623FEC266F0F42AD07FABC0 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; + C46AEA2932F58C285C763BDA43CC54B8 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + C46DBC801B39B3629E99383D2216889E /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; C4A2C3812B9FECA4EB67508A4A3716DD /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; + C4ABD0F3CAA7DAA9EBE466C7B5CB206E /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; C4ABEED1209A2F9E1A8AF5F5560F17A7 /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; - C4BBC310691D1955EABB6CCD8E2335E2 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + C4D08656AFB12B1B8A7ACFC93CEF37C3 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + C4DBF84534866D7ABEE61B6BD3F2A9B8 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; C4F53A4FC2A26375B835ECC53525A2B1 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - C532BE23168A8EECAAEA83EC098617CE /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + C50C43FF0FF5DC539B9DE5CF389CCDF9 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; C5387831650F9DCBA998365899E6B032 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - C56082C206BF8B76E902D42B784C1DD9 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - C568FD833DF9A59790247E4132B6D124 /* 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; }; + C551707B03980C33508992D9C5FEF877 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + C554D24340E681CF504B21F839092491 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; C56BBE4016E34220AA76571A0BB89A39 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - C579CA51C3922D215446012D3F26D0D4 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + C59010E8FD859DB908C8E98EB62B72F9 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C5963C328E7C3559A3F4E49F6284D75D /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; - C59BAEC2A7827C2B428990AD6BB07A31 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - C5C21E43A2EA60995ED257C9872F617F /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; - C5C8333BFD44196B4A0FFDB65E076AE5 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + C59C6349D81C03F7EEDEB0A96AC10880 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; C5E0474C43CB4DC755D7FD8CF4B490A9 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - C5E6C401811F8E8E72A347413A20E31D /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - C5EBB0DCF4F22FD00FB15638ABC292DE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C604070C7F536149A4EA4CDC591F222E /* react-native-splash-screen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-splash-screen-prefix.pch"; sourceTree = ""; }; C60C7CD3A7A4ABE97A9B002D3D67323C /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - C61BF98CD40D21619BD6FFB97EE88B3C /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - C62974E05057B212D7CA11B18B225453 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - C6322163B7128CD797844F1CEBB989F3 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - C635370BF7182A2F524F98FA6D49C2EE /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + C631712EBAA83902A820700806537AF2 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; C63DEB6C4A8E1B3FF493E2FF4CEBFF6D /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; - C6587216CEB798C1574D2D1E737805CB /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - C66417A8A5758738388ED7AA58B30060 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - C6BBF10D0568EACF7D5A2AAB7D8F18C3 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - C6BC80FBF3C55A6B59C978DF008D2DE3 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + C66CDD629EDA64E404FC724DE3E45352 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; C6D1B50F412563947401411DF8DE4D34 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; + C6D2505334E5CAA7740E6983C7152D01 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + C6DB6362CEF69B846E4778217B3C2772 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C6F52C73A69547A8F79B0ADD6616B8E2 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - C7082E79F2AAB8C5DFA3C141991F6634 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; - C70A672855707370603108A8BB354B3D /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - C73A6840F412A81A8DB9E48578EABA3F /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - C78FC1440F0A278101EA115E5D9AA22A /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + C7079265D36BC501A360FED126673409 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + C739D8EDF67876820304548AC123C324 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + C77EC0CFA2E3DDC0C4B56194D96F2295 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + C7A5CC92C269E4299548E5EAC7346CF1 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + C7B4368A77C5B67B94918F461B7CD6E7 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; C7B6461DDADD7F645B46FFC393866F9E /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - C7C222BF7D9472BE80CE933B394805B8 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; C7C5F0144054BF042A76CE92B837EE3C /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - C7D9D34DC43886A53207BF9E80D3BF3A /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; - C82027183D5FAE25C74A7F14B79D1AA9 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + C7CED257568C26037E9876B6E4BC83C1 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + C806B05F1698DE5AB3C5550BFD5C49E5 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C8411FFB4C7500F1F655210A66B725EA /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - C86203125B00920102E9A9E6EF3DD532 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - C8C29DF21EC6F9850ADF4FC2EBA9AEF1 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + C8485DCB968B262135381BE6207F1F69 /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + C898270C2A5042B6754D6D47840F98B2 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; C8C5CD2DE6191D4F0CFE7D02E8112BDF /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + C8F57439A8F0C62D0B519D7BA74F7F55 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; C90497D51FA05FB28EEA809E24218800 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - C92DE7A07F2E756DF5DFA76B0D7364C4 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - C95F7F0BB59E03EF5CBC816D28B51A8F /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C96A5AC4864557B5EC8617A856C2886E /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C97BD572963C9686094E01478F35B7F1 /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + C92C9E62964970B6A04B3561E36DA6B9 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + C98C904711D58A5903EB269B7546D9A0 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + C9928DB0D3B6E6BF956DC2F870D65DC3 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + C99424DBC5CBF352E17756160F7F77EF /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; C997C0CEE444EEC9B8F029D7578EF0E8 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - C999CBF0CDCCF9350B0C0A8215830F1C /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + C9BD72101FD43E3F3BF27A6EF4F77A2B /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + C9C90F8B55FB2CF1B17B47367293B1B6 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; C9CBACF7C7861F9B9DF318E9580D1FA9 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - C9CF53D2295282EC9ACA6DB73EE9A9B2 /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; C9D3CE9E910139A9E291604E0D688B9F /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - C9E713F50EF0A4980AF38416D683468D /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - C9FCCD691B58ACED82B04848C9B9B860 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; - CA10FB1E0DFFF0B0FD133DC021512D3F /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - CA123E117105CCD6B185D40422D7DC30 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - CA1F092C65DA8E6C48C6F21690506982 /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; - CA28D65097E457C8F388D75083A9111F /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - CA3904BCD27523736FE542F13F3E9869 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + C9D6E71718CF05849F6F1FE78A2D29FA /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + CA032297FC8F24FBCD190A402DAF6DE1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CA165F8F4F1866BAB1A1EB14BC1444EC /* 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; }; + CA2C98941E61A9E25202BE552ED6B272 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CA4423B6415E6008203CC00F959FE0E2 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; CA47AC809E1A327630C1C1C635D41B55 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - CA59BBE9E3A2CD7230971CE0ABA9D965 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; CA631A6A406987E1F1B615C640440C9F /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - CA7FE353B17B9F6411D1B8CC4F38E112 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - CA8CD0CACBEE0102D390A826D6A512AB /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - CA94976BBB1A2EF6CDDEA7C1D01F25D3 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + CA674FBA3D7C2226761BC8706C95EAF9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; CADAC6F2BA25DF61057FF0ACAA1F600E /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; - CAE7752D029A98D84435AAB9B13C6C3C /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + CAEE217C9064C403AD1513A1CEF5D6A3 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; CAF1D5CB0ADEF95962020EC540962C5D /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - CB24821F8D92E1785823CD7E825ABA72 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; - CB44A58EFD3D043C620F7C7CBD9A3E54 /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; + CB024C04D7B170FCF14F61D0EF25E017 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + CB29B1BC3F0F78F8D1C1C0DDB497E5C7 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; CB5AFFF5AA989115573980515B16C98F /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; CB5B3DD0CB25806244B3A979B3155F4C /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - CB72724311908317E86E7679E0EB38B0 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + CB73716F6DD6DDF7B315429B130FC24A /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; CB80C73A069C4CD8C0ABD0122B0CECC0 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; CBAA112A0946E2A10349054B42CCFAFD /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + CBC2DF0112309530C7991B11C812D167 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; CBE49B902ED4AA80540702944BFB6633 /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; - CC175D849FF5E17E87CAA2E1FA679940 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - CC5DE05F0AFDA59DEC6A3F5271D6E24B /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - CC74A6BA09B50FC84C6B08F70CC9B206 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CC91B809615D4E91E1703E046ECAD0C0 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - CC97112575841E4BF0BBEB424C56236E /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - CCA72E64A0F57F58993904DBB63B6CF7 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - CCBCD1ECB8F92058FCF51464F3E09844 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + CBE5BF7AF4A694DFB5084DE8C2F499AD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CC65A93307B2D7038545E4C13358DE98 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + CC67F505ECDC0AE173DF49D34B6FD31E /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + CCE04E7978B9589D248D0861EC6C6F94 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; CCFF7C53C3F65EAEFBB65DD3DBFD0080 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; - CD04E51D86BB4E5F81EE41DDE5BA4063 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - CD297B797ED674D2A6DF814ED0D84459 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; - CD662CEDBFD96BFA0736A129B582B0AB /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + CD01C76F23C44782B7EDE800DAEFFBE3 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + CD1240183A1BFC06B5BA099785D5F2E0 /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; + CD2467C1288BCA5E636FC43A4A3C0D64 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + CD2E5A2286E62474CDEF112E7CE13224 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + CD37F8E15417BE0F66479DC5FD02090A /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; CD66EEAD4E79983350DCD51A38F9617C /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - CDCE878B34213960A39C86D72769BD67 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - CDD45AA3C601E1A3A45A712E8A9DFD90 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + CDC9AA5FCA84143369C297072827D15A /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; CDE2E14DEF8ED843D0CF8135FEB889A2 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - CE243AAD7E2688A6F06CD4B9E4124DCC /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - CE32FD9AAE872F96034704AEF28E8F62 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CE5496E6F7A3AE3054CCDBA23677DF90 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; + CE4B087C688838210B152C2E5C71B366 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; CE6262D56D601609A89D3D28DE908AF9 /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; - CE745798B9CD3C17B8AE5DB7C87F66D9 /* 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; }; - CE79154F117485E04A02BF0BB2FBD4BA /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + CE7A098C9C5162CB3078666808F04D94 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; CE84BAF378592FCDBBBE6A223C68147D /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; + CE8EC7ACF0AFC2BCC09A6031B2B4BFFC /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; CE94ECF312F6A0B42B6BE768C75B7482 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - CE98B91B77E42906684C87AB8E0800E8 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; CE9DD018769C9C2FCA491ADC228A0851 /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - CE9E9ECC868228D37412CCD7DEA7CE22 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - CEA26965AD99DE602B0FBF3060FD7E1B /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - CEB737E34428B67F981BE7321E784390 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - CED7B95E4A78B2AD74DB8526ADD32676 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - CEFF64BE17DA431B947FAF2F59C45554 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - CF4562602F7A58F59F5BCCEEBFE71FC7 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - CF67E5C4B0A7AB4861DF8E845B259ED3 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - CFA757F4A01E5EE1C0D49E13B09169AC /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CFDAA17195D4BBD9B343F6A16B797EC4 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; - CFDCAEAB682B98ADF0EAA9C335C0131F /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - CFEB170D65147AE6B399CAEAB51CDD83 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - D0280C22D66CA99355BCC526A3BA164F /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; + CEDEBAE5ACCA3F181D3EB49075C0BA4D /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + CEEB2D9E1CFDEA0B73110AFAC88DC2FF /* 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; }; + CEF92E3CD305A1229FC2946DDF073184 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + CF1CB3DAFF2EADFA3EF3AD6100093009 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + CFAC967A79F25505409F6072E5115C09 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + CFE86784723F4144BE01CB7C0F53157B /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; D02A7A1FD348673DF58087A42715BAC1 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - D02ECCE46323D1937AF1BD582D5AFEB5 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; D03EBE6D3E591C28B345A65B16360526 /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; - D0453667D24E7F60CE58700765778DD9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; D04FDD6B4AC745C08223B4D304F993AA /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; + D0689946652037DEDC61C09241B31931 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; D06DA09FF14C0C4880409B9CCF4AD1E4 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - D0AE346535487551E03C418FEBE76792 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - D0D4EB434E2A7084401400859BE709FC /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - D0E211E286336B914A2B19295E3B9225 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D0EA0D0D64A4CC345586C1291CA087A6 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + D0720A03F44D871C4C49E244474DDCBD /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + D08EDBC7AB602789DB4A0724C29A1BEE /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + D0AB0C0D0E0B2AEA49857AB9C2E80C3D /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + D0C08B23FB89DB1782574F4D2254B1FD /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + D11BF3B5B3EE2C87C55B931C270BDA5C /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; D135D13B9F1E5B7D35C088287A29344C /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; D14790922BEA06A54EC252F69D7A7774 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - D18FF1C7D96E0D3AAE070E96C680B5FE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D16EA6EA37FFDC964E97AA7ED629D422 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D188B31E1D07EE438DDB2771094A4DA7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; D1B4AB45A9F69AA7CFC94AF05D8DCFF0 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + D1B9DD3458988F0AAAD0D1EA7CCAE2ED /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D1C56BE80AF1FE8CE01A1E6B7B9F51FE /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - D1CC13168FC8DBB7DDF9AB78DCD3FBCE /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; D230EE1096F3D6F19088E6D44B8AD1AE /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; D241BAF87527D9716051AA18E4DBF848 /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; - D2425D4C3CEFC71CFF79A3F397658994 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; D242D9E89804010D15F96FEECDDC22FB /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; - D253F0093B088DDC3E1FAF79F9E53D45 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; - D25FF2A1A7108DACA8AE84999769A5AD /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - D2623C93B9C015E9A8F1571FD31B16E6 /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; D26DCA8456FCC2D29FBD25DB58BA91F1 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; - D2A08675E7AE166CE5245BAB36CD6FC5 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; D2AB9B67B0F639DA759FC1B0841BC6A9 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; D2D458AB4BED0D5249B67CC59E72E84D /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - D2EF1493FE19EF6E9A7C6F8A066868DC /* 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; }; + D2D79935AE776F0D224387259FFA6493 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; D30D5B4250FE25C0D94E0FD37FCF9A12 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - D3245588DCAD4CF71DF8859685764FE8 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; D326E96219DBD79E0321A7440F88A33A /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - D39C219FA741DA0C29860635ACF28C4B /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; - D3BA9D50CE03C2E15E321FF935241AD7 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - D3BEA212F612722EEDFAD978C0BB39D8 /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; - D3C3F2AB2E31399ED485A9653BC34AF2 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - D3C577DE9EA19FAAD3F409D681829FD7 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - D409D02ECC9D15E6DD381481625E516A /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; + D3E3B51156A68A9A07965D4C50CE8050 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + D3E6E68957849C422C54B6F369192F12 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + D4004E6539B73F70F309F6CA3B8BBA3A /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; D434EDB1CBB94586CAD133E0226092CC /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - D441D8AF46EAB4DEC84B6D1DF54A222E /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + D43590D14258E56F1775AA02D30F1518 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D439424137FB962043629BDB8E42A3C4 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + D43FBC97BD92C3BD352A78276098A7EE /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; D44B1D1C9573C46A21A7539427E60A74 /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; D4802F7230B9434BDE45E05E615EC1E7 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; D488F72CE205F7975B1AFBD3F1D1A201 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - D4A56D810B8EC11BFEA5D4C20EFF3AEE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D4A7792216784BB7402BC5B2693927B3 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - D4CE9E92E07ABF17FED46F4750B649E2 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - D4D6A0329CD649D0C075E993F930BFBA /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D4C5756CDD650D16063F8B5E9F042651 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; D4D89B195649657510780B4B9E5BF4A9 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - D5050F9FA6EF770BDC0BA85B547449F2 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - D5065EADC6A4E0E4BD0D987857BA04DC /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - D52F8088FD47E4E052367ED557DC9D38 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - D58829D210FBE20929D48359B702D2FA /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + D4F5BEE9DEB9C9B3477B898BC2936D4A /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + D52C93E3D6C661C79E46EA686A3B7F5D /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + D534392D7F927D8EE032226269FD5C35 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + D537324255EBD6976E2E3677BF01FBE5 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + D54E02ECEE3BC2207FA1DC90CA0D0CE3 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; + D56056EAF311C03ECA1158C387BF87B7 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + D58FC630FFE050A850F08A7BDEAD0A43 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + D5A97A0715158BA07A5B022BFBBEA9A2 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + D5B5FC77E16648B5D1FC79A971A2254E /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; D5B72979CC82624B5FF3546982CAB762 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + D5BFCF60661636A6850D575B670372CE /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; + D5D8AE2DEB2583B95D6F4F531545BDEB /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; D5E13D2F2560B38BE6E926B65D649D7C /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + D614058F3AD573F2A7754209D4309109 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; D624A4AC905CEE30FA3E4438A36E08D2 /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; - D6415C4D17B283E12255572B27EA49A2 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - D66A5ABDC175A4C8569498B8AFCB1B5C /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + D625566F6B0B66D0B84F7CE461181CD1 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + D64C00A0DE77C5B1204899230CA72856 /* 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; }; + D668AF0C724A19448A2784B233119A9D /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; D682A46134B9317FB89052EDDBF2A659 /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; + D69D1B27A6F7B8378846F09729DB732B /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; D6A298CEB203F72FFD7EEF4C03CEF0AA /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - D6BF450B1CF01327AAEFF3843EB2693E /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - D6D5927AF267515C77C90FFAAA11F663 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; D6DCAEB56D8DA54613340766690167C0 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; + D6ED43B58AEFBC372DCDC2E5681BB0CC /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; D6F6AFB15AD1A3DE9AE390609384F1AB /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; - D72A5086705F3BAFEB1269EBE778F566 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + D6FFE1943C2E043624D76E3D847DA71D /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D71B4882231CDB46A079AE0A67BFB25F /* libreact-native-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-jitsi-meet.a"; path = "libreact-native-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D720AAD1C3D47938F92F17D5543D342E /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; D7840E936631EC0CDC218A200B993CCB /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - D78CF1A78FD76E950A83F5B95A112877 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - D7A718E9E40F641EF25CBB285005DF86 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + D79234504007F0295963C1CB8C0BAD3C /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + D7A6E4E7A72FAAFD54621A0C40455AE9 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; D7D231B7CEF66B3DD619BE56A21D09A5 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - D7DC864424FFCD32B48738F8E72507CB /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - D7DDA4B923909E2ABB26250538C84B76 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; D7F800F4B8A79178A1AA514238E791D1 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - D801AF3D252F806D05976A03102E51A5 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + D7FEA8377C58D1EBE7C5ACB10DD05034 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + D82C2801427DB2A3D33E15C3049B754E /* react-native-splash-screen.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-splash-screen.xcconfig"; sourceTree = ""; }; D8322329471A998422CAA20E7C3BDAC2 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; D83FD833133BF0578E165633F10E99BA /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - D84BF71B3FD7D916318D8AFA3EC8C5BA /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - D8849FF2FAA7B4ADE1401764D456AC4F /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - D8948C8DEFDFA24AACADDEF258199A1B /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - D8AB62C8A78A17043382295D5AF6DFE8 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D85569CE9E86E0D31D3DD7D120A6253A /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + D87F9A123B9BBFC9A91EB2EF5E8BE16E /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + D894CF5FCF479436625E5C9AFD885DCD /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + D8B092140ED660B266DB97704383B187 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + D8B99054E2C3D6DC51ACB4404D499F57 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D8D0CA6E66E84D101882B52AA7A338A6 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + D8D379DFB07FA428C583F158CED89EF3 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + D8D75A886A4175082C6781C6CE977E84 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; + D8DF3EB955337602DE0554E104040066 /* 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; }; D93050D6F9D827CAE6D7A7B952A30937 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - D9320BE88E741DEC5491727C41EC8630 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - D9447883194DD09F8CB8F5CC8B8FC23F /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - D976ACE9A0F79565855CDA712FD9AAC2 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + D9305687DEBB639C4D134B7F74401C1F /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + D933F15460A30E35E49150B66D9A2279 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + D96BD324BC6AA09D887B41C25B54DA7B /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + D986BFF0D965A66AC92362F43D41C2BB /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + D98E2682046148389942FB2F4195884E /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; D9B9CB9BED0E87673E9A18E363E4817C /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - DA1E6F5DA1C5B7BE02C7F9FAA2E7D246 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - DA2862C764DC067202223164258F2549 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; - DA2E1D5D2151B6E028039E086377861B /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + D9FF47579FE0B14194FDA39D0E2C300E /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + DA21935BDE5D3D9F7A550DF75C79DC36 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; DA46B0664E3A7BB9E473F604D77A3A5A /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; DA4A8DA48D85D2FA92152D838BCF910C /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - DA5783422343FC461A172E9D4CB314D9 /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA884B5D6B9B7635794D7EFC0E4BBD1F /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - DAC7475ABC0A021C153586AF1B38843D /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - DAC88AD06AFBA35B7614B2892CE1862D /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - DACEA80519903C23ED463542B32F17C4 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DAFA46D343260CFCD8636C9260F0491C /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - DB2CC93EAFD0652A1251BE276258BCAB /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - DB550C0B57182EB7ECF71B581CB8332D /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DA5165BB2F3F23B995426F2E0F87D911 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + DA53A2B2A403E5A2465CB69245A7137A /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + DAA80C061C157CEFF00F487068FF3B26 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + DAA88D44BB304C41B21D6146D31F533F /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + DB003CD9BCC36FA10245914812D13F61 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + DB1103650E3CAB41A505379BF5D8EAD6 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DB3822809F4715DBB18448113C994523 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + DB41263ABFD95C43BFFC5735B91F49F5 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + DB503FB5801900F0318A6AF234168D23 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + DB7EACE0049552819B333B958E79B45A /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + DBABA096A184E70F1347918ED6057A3A /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; DBBFC044221634764300D4A0C8191226 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - DC3DF2419CD1889E2B7759D0212C1489 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - DC43EFFCE628499967009E8FD1F6CEE3 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - DC5012D88B77C31B39BB274BFF3219BD /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - DC92291832A9A80C8FEF22C37FAD5B20 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - DCBE288F57E819BDF9FC650A6C8F0D36 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - DCF6C088310EEF30275C9C3B4DBC9F25 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + DBF417EFC5BFFBCF2BECD6A3530FF80A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DC68B7F4B92266490BFA50D965555855 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + DC71F32B6369186E82C096838154F02A /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + DCD6621E041C80E2E8557009B22A7C8E /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + DCFCACE6967D247BCF7F7E9EF4389F4E /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + DD10FACD1F6E9C9A3466FEB026007044 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + DD68568E233F6B2741D776BD74C922E6 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DD7B920B1FD293829C9A2FA9714DA286 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; DD8F6F3A202816B146D6B3887E8AEB74 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; + DDA03B2B53634453BF581D7D293EEE0A /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + DDC2449DF3C6213C58139A282022C455 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + DDEC23949AC5984BC3B70A8D6A139173 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; DDF3683F3ED11F7BCF308D682651AAAB /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; DE0704E4E2DE0B2DCC750EDB922186CF /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; DE2B26B0E0BFD62EF816B83137A018DC /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - DE721E39C1F43835E859AE29B93A0629 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + DE435410187C9BDB11466D42CC3425E0 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; DE7628942074E2E9FB76E1CAEDE49271 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - DE8CD113CD3693946B31BF3AFBA15182 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; - DEB21DA40A7D7B3E1D6A593245AFE04E /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - DEFE7EF20F15D8C51FA1E7BE5ADF72C6 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; - DF239F485579D2099543B08E4165026C /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - DF2DC0C44CE483ABD4F98B0E5F097840 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - DF369DF3D4A9549CF6A59A917F768541 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - DF386E1B9ACF1CF737FA57899C6F62A4 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - DF4912D26F07B97028F264B684A5A5D6 /* 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; }; - DF584DF14D519DCC098367248F4CD3AC /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - DF5F4B608EFC5C937FEACB0CBC41C0EB /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - DF7D9692AB0CF9237BA7B4C9E0ED16D1 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; + DEE24A6252BE72B1586F51863FC207AF /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + DEEBA5D1E1553BBDA79EBD59B971879A /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DF01276E01BAEE60BCB6BC71D7F839CE /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; + DF14B74A8CC0D9D6C08BE83BA70E37F3 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + DF45282CC82088B38C36BA4CDD15B504 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + DF4992D1E3BB4AAA062AF3D6A20ACE20 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; DF84CFF1949A27612BFB1D82133AE8CD /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; - DF93D4B0A603CD0CF6CB0F2F77D43126 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - DF9E339F522DAAB2B9E73F31537F8FFB /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - DFC4812CE6BA6F03A4828EA600CD1D1E /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - DFD1497E7A315817235A43F4C5B958F8 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; - DFE5E733EDF5FEF87333D061419E89A6 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - DFE6F4AE4A52E0402C95624B31731A16 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - DFF749D95E264156BABFB798B5B5F3D6 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + DF93493C88F75A0C5BE7F54A5FB8468D /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + DFC53C424974B9D08B76BEB152BCF601 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; E0145F79BA0A88C2B2E2AF8F48357CD5 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; E0261F725100B4F0064DD6041D2571D8 /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; + E027B867D809F25824981006F025D0F0 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; E047A854D579C83DD483BCBF81104986 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + E0580412CBDCC6CE9F8952FA23CBB013 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + E062766419CA1A721C0490678A645B81 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; E070640A397B53A09E64766337E88D56 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - E0831E0CC52FF3C6413689E8FD108E7E /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - E0A1BE111F61B60F675C339CF757757A /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + E0AB7BE36B1E9A1B9FE4F3B7907E70FE /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; E0CE7E539FABA0D0602D2001A7B3D74E /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; - E0E131BC3D68CD4CF4E45F8A5B77A0C0 /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; - E0FE5E4F949A2D2D334FEB6417F012D5 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - E1586535F11C552CD5FCA9E225D102FC /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + E0E33B7248C8B3AF2B3CB7456AE68CFE /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + E0E760855E39C6C5C08569D010DC6826 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + E0E9F2DE8B504A007F47938E3C7E03E9 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + E0FB31BB5B4A62D3E54DB083EDA5AB48 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + E133271DAE0A84FBCA777D3B378CDE0A /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; E171A346FC7D96C63AFE1735FF7770C2 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - E18AD20128B69DC2D9A91F91108EEE60 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - E198172F6749DBC8FFB5CC6034E4D8E6 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - E1E2E32840FA665638BC0BDAC13FD8BF /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - E1ED833C1DF75C4BCB52EE680234CE3C /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + E194BEA87DE42633F40C49F3CC880329 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + E1EEC77540511784E37C331AB20D4DBD /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + E20B05B6DC11AA8F3A183FCE44F0E179 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + E21D9A28AFC1190DFF8DC3300C0D8636 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + E21E994004866473C8011040DCBA9351 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; E229AE471DE8CDDEEC7790DBECC166E2 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - E2306D5FB2F49E75665AE8E3911A4754 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E2572AB54BF9B7FB572DE201025FD845 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; + E268346A6A0F84E150C9B54CF3A2507F /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; + E26D22A5A7C9F212C6C19AC2EC2A9C0A /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; E27287031B8AAEE45985814B4EDF8D08 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - E279ED36192F6396844CD1D3AE31AE46 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; E286A13145ECBD0ED5107D7555B7B133 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - E298A4C4F98E3A5263D4CB82DEE411D6 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - E33DD9742BBB769FD756DB0981348B97 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - E36693084136459DC362AEAFB76F6C6B /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; - E36DDE85ED8F9E2F285114A9607A7D44 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - E399DC420F7D49BAA8DDEE6C78F05A8F /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - E3C1EE15A8B761F2506CEEB138AB56FF /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + E29400EBFF41C8A6877CA5EF70C5039C /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + E2B0C33686F0E9F4B5A619A4F3993323 /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E30CAC426E01DE2FA7AB0E311773200E /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + E31C7A72E305702E9CCB85842D3B9465 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + E3260BF7E931B31E949E7C3D721B7FA4 /* react-native-splash-screen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-splash-screen-dummy.m"; sourceTree = ""; }; + E34AB1399218027C5AEEE6C1C1CF1CBF /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + E357A9E3468005C08D78222EA5BF427A /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + E36ACC53735840721FABFD95F3D485DD /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + E3751055589C0E0ABD0035CBA3B7080C /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + E3A70A872830CB4F45C9AE8CF8CD4F12 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + E3B984AB826E418980736AB6DA4E0F94 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; E3CB6BD41583CB5AFC7913B38BB7F166 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; E3D0280F0405F05E16163B124B4575DF /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; - E3E9D8FA14DFD596D27F9BB39C8D6DF6 /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E42E8FF004760A273B45C14DBFDEA993 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - E45D779C266172A684B698F1298F708D /* 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; }; - E46A026ECB5B82F99A115CFD9DCFC1F5 /* 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; }; + E41E0822FF04C422F50F947F119B495A /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + E4281AC9A6432A99115A44D5745894E5 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + E42B64B0442DDB8AA54EC4ECA7BB35D8 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + E42C41E26497A0847F9AF6C59FF79DDD /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + E42EE08627BD2012BF134272A222A90F /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; E46CB1CAF8EA7964EFA29B3CC90A369F /* 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 = ""; }; - E4882FAE6F2C0CC916E6871F70A1A983 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - E49095A3107CAB8BDABD87287A631C8A /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; - E4F72F67AB9685C072917A0880F7FF11 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; - E51D7F63B069E4994B4B8D5E4C1D0675 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; - E54C26DCEB21B7DCF12F63E0371C4636 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - E54F978444A7CEF84EE02DD3AAA36A72 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - E597B6B237F0736D5C201E27C53A3F5D /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - E5A0609A4F1D25071C96892F8D2DC260 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E5AB4A66A2FE5D8764C6EE9096C72518 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - E5DDEE85626A84F58AE2152550825C8C /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; - E5F32C80489C8EE4CB8C544D85360E3C /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - E60EB5702F44F0338F436F0649EA09E5 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - E612B4BB28A3B645D685CF9AD20AC095 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - E61D1F9C622B0200284D9B1D2CAEA105 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - E64340356E6F9AE06CBF2BCFF3E18DB5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E6AD35E2827330F6D0FDDA7A31D290E6 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; - E6B75C132C07BC882F7FB5588848815D /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + E479997F583324DBB8CE5B987F305AD5 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + E488C619ADAF6B51401EB7B66FBCAF97 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + E4E5769636DDDBCAFC9D5153D0B02C75 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + E4EBD15E57AFDBC796DD43C867F18275 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + E4FD82944AED0B2CC7EE0E5823FB61B8 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + E5060233E24A626171E9CDA30D2D95E3 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + E52397915EAD1B9A3E238C4124253997 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + E52AFDA7EA67539C752614EBBA50D6F2 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + E560EF5CEDAE450B4773CC6AB4A85E78 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + E56F444D34E63407269750AB0AC4C47D /* 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; }; + E58723A496343CBFCA88DE3E6B075D52 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + E59571941397FD13C41918D5184A77B5 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + E5A1D0454F60706F38F9AB708FB86659 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + E5B777DB60365135C3317DAE8E8AF141 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + E612292B8AB5FA563900B422A0A9C157 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E6215D963897CA32672C31E35D21E9CB /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + E65AB3A85051F611773A24AD8CEE8914 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + E675361AAE40510061F67D83E176DEEB /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; E6C65C4BC155F8AE8FFD112237503535 /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - E6E88CCF48AB30F6305AB96E4C0CB8C7 /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; - E70628CB7C4150E60887D1C06A324ECD /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - E706CE3149E69838539A935D471359EA /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; - E70AEED73E5DE6CF2AE2300263552226 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + E6DDDFF4E93D6FF61A793208796DA2E7 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + E6E3C07DFAE82047B7A3DED1C6A42B50 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + E6EC942B0646F12A0A059FD5A98A5D90 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + E7034F7C402EDD861F56B4B03E1D2290 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; E723D3596BFBC35A6289523AD2B53647 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; - E726FFE91602139913C1543A7328C450 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - E730F5A0625FEFFE5532EA912AAFA8F5 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; E739CA9FF7C24F8ED603A7F7FDFFDFE2 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - E749B8877B3B0EE7EEF1DDCF99DD0F83 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; E77E169257CAC680599A408A2E8BD165 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; - E788ED0D0E971350B6AA43A6E9EA1C8D /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - E792A56960DE7B083053882538A55F5F /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; - E7C848FF3ABA2C35DBAD13A5D7F7C85B /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; - E83BC0869C332952905502DB320B10F1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E849D6F37E7174B6C155619799AA8173 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + E807C30D97F33BF44ED62EE2EC129A31 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + E80DF049DFDEEA90BD79D805EA57A57F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E8236B417937890374B572958742C510 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; + E8397DD952C9A43C7C8FC313818DCFFD /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; E8538B57397E0EBE516081FD6AB6BFC2 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - E85C0C94B7D5FB5DC0F407F2600152D3 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - E88864F2F461C52C9E0228247A522A1C /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - E8890B903CEC07A38B5E97F6B26123A0 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - E89FA65752DFF12DB8FF3620228BE5F8 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - E8B74C2FE69C1503D7FD854A9BDFE747 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - E8BA406F1554548B86334FEEA49CD21A /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - E91E1F32FD136A4D2C4428C141222543 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - E950A29E3193050AC0B092D929EC6165 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - E9CCFBD3A7AF692B506909FDA846C710 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + E853FB30B5EF7783522F389558141343 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + E86D10B109765FA3A9CD134DEB466EE0 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + E87AEAFFB67B5CF35C599D04782B94D7 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + E8D26DB87FB252B15E331D6F930A963F /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; + E8E47A155B2E333991D6A1083C0ECA6B /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + E93E3F523A221B2D04945DF6B978816B /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + E94DED88B2026DF21C5EA9CBF98D8E87 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + E98D53F57734A123BB8C2DEA0441E7DA /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + E9BA6C256C0C4E9BF165FBE355297D1E /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; E9D092DBFCC5CB2234422DF2728F3722 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; - E9D41375CE9A5EB189F9B8A07230DB4E /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; - E9DE536273503BFD853C7F1E29AB5F9D /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - E9F7DBA2F2ADB56223D8FC71E44FC92D /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; - EA56701034E43E1D4C2BA343E80A18EB /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + E9D2F36885EBD6039693A5FA9375C1D2 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + EA084B799B58557F91B1A20B1833B8C7 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + EA26737B64DA8B0E470B5FAD586E734E /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; EA5FFEA91E07D363F41AE15ADD8C866D /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - EAA1B093A4DB20F9F31584CFE7262384 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - EAB5F55088374969C34AC879E3F596C0 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - EAC1B1DE473FB1605621FAF200F94389 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - EAFF7DF58471BC362F2D2DAF2215797F /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - EB072EC67FF85120DF099767F4317442 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - EB44D8F303D45D242103CDB25BF48DBE /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - EB6BD9F82161C104132984C6A19CCE8E /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; - EBCC1EE518130A7BEB24147271BD699A /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - EBE1A045C51E644379FCA7BB5C1A8C10 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + EA7D0AEA76D3959679CCCF6C0D842F15 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + EA9CE3AE065CACCB2FF800D95CC0352D /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + EAA0401EB0AAD8815727B97B12A6B9E7 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + EB4EAC2FEE7DD225B1D41B00CAF85779 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + EB522040EEBDC5D6B12E41D66921B3D9 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + EB7151B064D0701C8165F9ECA71E1432 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + EB842D9BDA48D22718E0697CB61A915C /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + EBAF04E0EFEBDAD178CD963991D99AE4 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + EBC5C063A870E139F90580DBDB0ABEA1 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + EBEAE2AC26DA02A603A1F16D4309D583 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; EC07CD6EAF5BAC50B9F7AB1B4AF6026D /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - EC73666E50DF41FAD73DDF692BD34931 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - EC7B045962DCBDA2CAE57D022600ECFA /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + EC101901ACAF307E37D834D05D976EF4 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + EC746C5D0AB91F60A711E652203D98AD /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; EC9287B023487367544B583D62504235 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - EC977BDF60F0D8FD5CA3971CDBEF3EA0 /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EC98255645D800D93AA313FBD7A2C65C /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - ECA4B460688DF2142CF64C2256B71522 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + ECD0EA602EDA3D8C6088CAC0DB321B9B /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; ECD343076F797FCD752BE527123BF02B /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; ECD53A35203CF3EFF6CC520D9BB5439A /* 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 = ""; }; - ECDA3645A898A8276498D93C1190AD6B /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - ECE10FC2BF38F1BB875A7D45C9856E5C /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ECECCA3D20B6BDA3040997E7EE61D10B /* 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; }; + ECEA0E13EA39C4C97FFD5885CA594F64 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + ECFF458B1EE2DAB517A39337B06F3D4E /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + ECFFC7D58604BBC72950F361BD4C5704 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; ED10B73795E82AA9A70F0B015CE551AD /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; + ED1392E431830AE8AD8F595CAFDC8211 /* 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; }; + ED508C7F81080365D80934F358525523 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; ED5429E388CD23904C491234D507B650 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - ED5CE9B9F397590A36DF9262A13DAAAC /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - EDA35732043AF03C1D0A9D11AC79A10A /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - EDAA4916ACE76B6A069F9ED3C4ED339F /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - EE4E17CB57E71CEC6326510BBD28C33D /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - EE9B1F8A8D75DBD0B724CBBC425403EF /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + ED6CC9EEA8A0DF3CF4682EAE13DCAF3B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + ED8C940F8E8DDE214BE270A19913EBE3 /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + ED9BAB4B0F8B046DAE01878D05A5CE2C /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + ED9F2D7EDF1165FFE6C810A8E2AD223A /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + EDA0E6804FF1FCBDC0A058AF72BD5CD6 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + EE2D4D91A2D0CDEEC8BA5C159867C85B /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + EE3A83DF684111FFEEE34504A628B8E3 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; + EE633745BACF3EBD7108AF4A16BF609F /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; + EE7A6DEA4196881B413D982CE976F849 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + EE7DD9BDF83E7E5AC0DBC9681243902F /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; EEA510D50642D5063ADD2D6ED11895E4 /* 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 = ""; }; - EEB466F74ACC7EBC0B496B85E36EDB3F /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - EEF40665F46FB3797440A917AF5C07C5 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EF19086FC19FF73008D2D0747261BD3D /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + EEB25596468D7B800C8EC4065F1FA387 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + EEEA377DA97D9F91E87A79EF17EEDAFB /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + EEEB895662DE96CEBD20E82B6EC47777 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + EF1CB95FDC338D71D32AEC8225DC03EB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EF29DE5CC75A76FB44746AF24C5F56EA /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + EF346ABF43DF3103AD71D25B7A72C132 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + EF388371D30B095B43988D640B8226EB /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + EF4F0822B3850987B9AA1C317ABCECEB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; EF5526B1FDBD5CA54475C9028CA88C83 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; EF5762268C647C0466867833BCB4DA66 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - EF64F723099DEC0EB5B0C9F5CEAB3B19 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; EF86848722F005343E8F78FE98C72283 /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; - EFA17A1611483E4CAB28842BA66A59F8 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - EFBAACF6D899685F64842CD8C4FBEC17 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; F01130C986BAC60F5B3ACD416FBEBDD5 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; - F01E326CCE406D2A49E4A10396547317 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + F0254752783333425B98D8C4E0ECE2E0 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; F0374C8E0FD7FEAB3F228A9EA9627A8D /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; - F040E331E673F93B31ED42B854281C45 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; - F05A8F8C250E94F7535D77F642B34D45 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - F05AB836BDC07D1ACDC2D02D31A773A8 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - F0649DDB022283545798B15182097277 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F09F743D5423F2EE9A21918914DA08A1 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; + F058A857DDB39C58AB33BE7B1C1C0BD7 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + F062B2A7B9D5314EB0614256530BD2FE /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + F07F58FD856FB1BFF513C515189ECC62 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + F09B943DBEEA22CB24E4E991485DB889 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; F0A99024BB3B4EE55C6A3ED1CD817CBF /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - F0E6F18BD52E0CF9769F64BBFEAE8487 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - F0F2C3DDC28B8D78EF6FB0C17C4AC0B6 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - F106414321C52BC0328541629B8B29DD /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - F1254E34D6B5674E1F4A309A48A3BACF /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - F12C31B209356772EBED28609068E257 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - F14E4F9E7E375BE6FE42E2D25CBE3C26 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + F0CEC95F759E134DCDD4E19A3A2EE923 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + F138E15A64C2BB3FBFFF4D1C69650BE8 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + F1546EA59107070CFAF22176C5ACE9DC /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; F163EE2B01C6048029A8C258CCE35581 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - F1808C91B566577A489B240322947C38 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - F190B64A2D63DAF1E694C5F3D806C8E5 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - F19BCB5E384F48FB9A57967B08C70F4F /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - F19DEDB8616807263EC79EBEC423846C /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; - F1A97663093C451E51C1285AFBDD4177 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - F1B38F47FD8ADDEB16D29405006445DF /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - F1EE54C558C71275F875B67E1CAEFD2D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F1EE90878DDB3B66274AE580B748C31A /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + F16C2063C605F887C6442E624E97A2A4 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + F1785279879E43093D534EDCD9482936 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + F1A4331698139734F99049964B2DD973 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + F1BB8E7820C05FA293B15DB42C067345 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + F1EE9C083EA2418A2A278B502CC848A8 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + F20132D7EB54EEE4D41C35C5CD713CA7 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; F208206AA517C463DBC7F8798068446F /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - F219F9EFB883772A4ACAAC42BC83F4A9 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; F22BD4AA11C9AE735BF3D9A59AE4C137 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - F23AD859800CCD9D7CFB2F7165D4D419 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + F23A5223D449E6D72285B4B0B2352835 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + F24169FDAA1A7B817048D96FCE78D3EC /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; F26D92BC9188533EC4BC0A385FC9464F /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; F28D6C4FEE0BE4BF51AF475A033F11F2 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + F2A4FEB9343FBAF5A9F2F81A45016FE8 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; F2C042E913EF7610168C1114340318CB /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; + F2C921620495A1AC94399F79C28C0F76 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; F2CB4CF11AA79755FBC5B08EACE06DB7 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; - F2CD426134D4E904003CC3897BC3E4CC /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; - F2E66F8F043639EC706963D14A9C9765 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; - F325369DEAC2F9F3E8BB72E3CB27E587 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - F325600622CCAA9A09A4685975C9210C /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - F33097B3879E9851A14049D85599297A /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + F2FA6758A5BCB91A3B44DE4672B9C1B8 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + F2FDBCC499A258C9739CA6C2669659FD /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + F3538797FE8EEA93D334B393CDCC1865 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; F366F5022D2BAA995F22199BB3C69715 /* 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 = ""; }; - F37FD7F638A29BEFACF9294960E1A508 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; - F3931D28AA076A31C49BC2F3020B0733 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - F39D87D87782BE2F3483A8F92024F25A /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - F3A726284EFD20935D731C08A511D713 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; F3BE6A89C0B0239C7809E9B1FF58C15D /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - F3BEC0B48A4079D97A09C0489F762EAC /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - F3C545D3719C07AA73DC5A009DDB92B1 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + F3EF098AA019316090F1DC949AECF3C3 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; F426FEE4424D23704CA948BDB5BEDB8C /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; F43910CB743F06F295966C913C58D465 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - F4FAAA98DA6FAE29391031279B2E7583 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + F43ACB07274A3E4C74881E2AAEB95EAD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F4B9B267B54CBD2384AB293D0B6ADCAC /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + F50377399111FEE8E8AC0721AE4FE73E /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + F525073FEFA0D921B530CC130C4C2040 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; F55AD6390B75E42F55EECD90216C7D7A /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; F5776A6462FAB1D3EB2498EEABA6EF42 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; F57EFF2305EFF81E4002CF298FFC3C62 /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - F5837167B5F75D49720A052BB368408E /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - F5A1D2A2181A3CE2E6F5A205B199A4D2 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - F5A6EF7877284C70D47CA945BD6ED2CE /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + F5C693F401A6786650B9C4846F86659F /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; F5E8AB734699B19C78718064ABA1FC2D /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; - F5EE07D4FF7C481EA57281ABF12FE6C5 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + F6189AD074A208ABB7743C69A71F540C /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + F619548AA9E40FDC745F4454D70AF50F /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; F6215914E5B850B4D3CA559D2EEF3623 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; F622D2DE360574F83D589D98519BBC8D /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; - F62F4A4BBFDD3FE3F0A229A612F2C9FD /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; - F689591CF7C3C72186DB328870EDE816 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; - F69A49ED8D00ADA1F8ACFC1B2460DB0F /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + F64A821DCA45FCB0FDA406A097715F36 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; F69CF9A88B972BDA0B631489A51FA8C9 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - F6FAA14558A4C4ACEB215A1400FA2220 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - F748C1911393D3A68ED133957A913FF9 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - F75F01C3748354CB900B963E1E280814 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - F76730335FA5B44EB23F25F0EA6399DC /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - F77856DAB02054287753021638745EEA /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + F6A5EE7D6FE701B4B2EAF9123D60FA19 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + F6C9ACB1ED76F649150BB6FBE8EEBF60 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + F6E8D371DD248ED3C8AF03A1F31781A9 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + F6F11A3438C1786042201FCB6F48F425 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + F70112DCAD03D609765FE3D7A9C0FCA7 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + F71D97D6D9439133A64A8C16C1B27859 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + F7A3FB519472DE9215BFC0DA8A491339 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + F7AEDBB499992AC4FB98D274D8A4F766 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F7B56AF292E8F7D5A9C9F485FF4716EF /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; F7BB7A5066213E49959F8E0552154F3C /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; - F7C160F8560865B7A599CF658C29362E /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + F7E762D4AD774C05D0E395BEA0CC92B2 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; F7EEEF9E634653BAFEE012C9C06A8A90 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - F834CCAD795E977DBB19041BCF8F27BD /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; F83D0DD976046DFA3F989D3365BD3364 /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; F843C96353F8D06C7E74EEBFCAAB86D6 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - F879B1326B54C9F9A72C1A72B23916B6 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + F849EDC739E04BE831BE236F2D01E5DE /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; F88C750675C9707168976614308EE3A8 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; - F8EEB9B8F005A47C23DDF619994FD898 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - F910D3B5C95998CA6A22B02EB5A8FDC0 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F92EE1C0837EB379E32FFE7059BE647D /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; - F965DCF885F1426E09025A2E6E691E96 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - F98E1DEFE3A940C12562B76C495E364E /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - F99A39C227A6240858090253465A5496 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - F9BDB5FB053D69C8E59F594B9E914EC2 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - F9D1D3FCFF86056D9C66800FEEFC06B0 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - FA3BE52D5B6B778A172B4ABEF91CDA5E /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + F8A6013BD7261B152F8827C42F3209A5 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + F8BDF60FEE17E709CB35EE0218CAE410 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + F987284A212602C3EB74A4256A9C99E6 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + F99343EFC769412760DB58F64D0EB345 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + FA07B19E0E8762926BDE4994917FF625 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + FA136B6FBE867A0D64C69549620A0098 /* 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; }; + FA1A893EECD86461870FDF97D6BF7328 /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + FA20B853E49011AEC69C5E5A1077431B /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; FA446B698417568D5BEB49568655AE65 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - FA475548DB7784D97888AD13A8068EB4 /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; FA488407F572597916D559E4D9456C18 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - FA63D99B6021039B74156FB8E56D5799 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - FA6A05E24DF5C1BDADD225F4BA44730F /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + FA6937F539FAC6368C143760466C3198 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; FA70C0C21F424E0C40C6162AC449CFBE /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; FA8BAF21586610704DB775F365B3EFD4 /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; FA8CFC3FD598893FBCD003A30F10523E /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; + FA9C3D4EF563AD23483E9A617B61E573 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; FAD92B2FED1728101BF962B17118D45D /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; - FB0FA281B0BF713CBC57241C1246A488 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - FB1AF4CE8DB6FF59DB022D2F559157EB /* 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; }; - FB55E6533C35670B3BF5EAFAB97011B1 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - FB5654D54283DA19B4F16F0BD22D0A3B /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + FB066A2612D2603626E6E436B3E3AF24 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + FB0C6FB99018F4E0AAF0B8118F8839B8 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + FB0D512C42CE9CCDF55020F03437FB9F /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + FB39D550663AC710F87B3D67357AE1DD /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + FB55463DA7484F2BA93CA8928BBECC5A /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; FB7436D9950CD010952DD6E4419E0688 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + FB796C1EBCEF998F94EA653E5E71F759 /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; FB89622D97EB5A6A0A93097D9C11E42B /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - FB99261DB69C1EB7B6545302C1CE6A4B /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - FBBF17E1989733CF8EEB82221A9A299A /* libreact-native-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-jitsi-meet.a"; path = "libreact-native-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FBC5F328B91CDEFB67AF032281E6EB16 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - FBD195C1C123E5DA826A6272C83A7D4B /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - FBD79F3E8B7334FE5D9E4C46AAC88A28 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - FBDF8189F61B9E0CAA944B2D73AC6FA7 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - FBE3260F5107E97CF76634BC8605C405 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; - FBE5378C09BFC55CD82F6C17426AE8F3 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; - FC1FC0DA8CEE8B98F69F2AC74A9D663C /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - FC5DFE0E717A0A6D92D453D6251387BB /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - FC79867D3EBAE9C8077300734E335FFD /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - FC7A02454BC02E2504060136A6FCD201 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - FC9BBB92DF15F0771D6FBD1458871EC8 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - FCAA8376DED59C1A32771B7C0FCB62B4 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; - FCB72B65B0BEA4566579C1EB76647D3C /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; - FCC22059E462192D9B273B945DC2A9B9 /* 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; }; + FBA7E41356B202D2AAF425DA4C1CFD4D /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + FBB061E97DC409BD210ADA05D3E7700A /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + FBBB4C11C8FC11E87DA0B362100D1D82 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + FC134CE28577924FBA0E845DE9301AEC /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + FC7E0EB79A989D5675811DA83CD39CE8 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + FC90F94D9FE8E4CA32C8E7817AA33EE4 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + FC9205A5DE3370929D8E6BB9F606BFF3 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; + FC94D48DAB9B03A2B1667F11F246B0A6 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + FC9C10AB5E2A4BB89E67347C40D9E1A3 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; FCE7C2864AB0D2F75CF5068437F73606 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - FCEC2541110D1265792D327D918573CC /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + FCE9B19FB2BE228D19A8BD11712DE8BB /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; FCF1244758EEAF1CE8D594EE842C4714 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - FD0884FBF8E38AD7AE9679B92726379E /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; FD23012415E231DC86E456F1F2E83332 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - FD725E3DC813EBE48EE6AE23395DA6BA /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - FD8919E809C87FE25026647AC644A90B /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - FD9CC0B318912FFEC6798E5431C6C273 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - FDA5B7A03641BA8B2DBE29A614E7770D /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - FDDDC2FA9F4DDA2DD7852488C0CE7446 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - FDEE1AD8F9E20C171936D9D4FFBA1EE7 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - FE11B451448C087FA000F8E536798238 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - FE3D7A64EC1D8C73B06102101D283D62 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + FD2C2D7D646FBED71496665A5A92595B /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + FD3AA916097747CFD508EB73EDE8AD3B /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + FD4676B30890AEC0B24DB8CCC806F930 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + FD61CA27AFA97AA4FF2D4566AA427819 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; + FD73F4059AF9E223438E529DF7A2F384 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + FD98ADAA64E7DBA1192EE72EB9CCC7D2 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; FE3DF4EF4E5A90A23B9E0451A9EBDFEE /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - FE402DC8FD228C6CFD011F923A0A9354 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; - FE497DC1D03BBC1524B08585DFBC018E /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE7B0C7D5C08B338703C396DD3B57ED7 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - FE9882D6F1ADD55B531AE6C0DA506CCC /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - FEF802BF200B9669B9C5B9B36BE04EED /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - FF1CA10439430CC049CD5687B975EE75 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - FF21F2F302A776515EE5EF5560F277CC /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - FF7A4EF0C373D5139F2F1CBB88FC71CC /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - FFBE77E59F03C19E6D2D4D175A6106C0 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - FFC5ABC27E695D934677BECA7F9216F6 /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; - FFDC942E37948825AC39ECEFF5C5AA17 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + FE58B14CEBD06ECE595FD4538D43487A /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FE9798AE06AA6090627CDA6CDBA1BE58 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + FEFBC926B9C42A6C9127AFCDCCF52563 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + FF0CFB7FDB3F12A179ECE1207107AEDF /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + FF1AC685B7906D28656B0650DC479726 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; + FF30C375154C57FA408D39486AFEBF2F /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + FF4271875C7366D121A7899419331EC6 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; + FF55B8A50C5DD76CEAFAE979C532BA6A /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + FFA314ACF26BA8A22B70B868414BBD50 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + FFB4E2B4AF464E7342771C68FD811EB2 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; + FFCA69F53B53E2EBEDFCCBF6F8686EF9 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + FFD90AF36B34F88B475E9503F22DFE01 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + FFFCE4157E7DDA4480D47D082131FAAF /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -6127,21 +6164,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 10269FF106A58B22D9E19EDB078CFC99 /* Frameworks */ = { + 142D68D458C0D02A7937680EC3210824 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 135DFAF142A14BF96714707FA8F4EF77 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 192A46BB4F825672EB39443B8A7C2E26 /* Frameworks */ = { + 1F789943F692E7C6FFD798C39AE2A4FF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6169,34 +6199,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 24B4BCD997742976F79030BBBD932F56 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2865E77511619A76182CB1CA82DB5C48 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 288ABC21F1D06F9CB82B2CB966FE04A2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 297CFACE54023F56F6CE738A4330D150 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 29DDCCCAF9B1EDCC9998ECDADEFF7D8A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6204,13 +6206,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2C47705138CB6B365AC2DDC8E28598E2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2E44450BEA6B8CBCB8E9EF047BA1D554 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6218,7 +6213,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 329CD3FEFD7012AEB924D8F0A059E0E1 /* Frameworks */ = { + 3764ECD920AAAD0F17D79439B1FFD71F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3A93F100BDFF9CD1128488B44E5737EF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6239,13 +6241,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3EFA10597286A79C3B1B7317D71DA962 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 424F30C23075C103135F4A1C1DA7D2B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6253,20 +6248,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4893A645B393FAE52653F2C9E542610E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CC05941F3243820A59EA6DBD09125F8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 4F9F0B35B560446F297F82541FBBC9B8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6274,7 +6255,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5137E9B29ADF12A8450C66BDD4631174 /* Frameworks */ = { + 50CE046CCB65127EFC04A18A3853AFE9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6295,6 +6276,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5A3DDB6E8EA27771D75DEDE2841F78CE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5AC84FEC285AA5EE698D679D4CEE733F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6309,14 +6297,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 606B6655F431A6AE5BB11530F9B9DB7E /* Frameworks */ = { + 5D1085A10A4FB0D9143F7469E1A1F80E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6B0452B313FFE8313B50AC0DDA781936 /* Frameworks */ = { + 609A338BD33827B9FC1751C8C02F6352 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 67D1A657D614794AE8B744CED86EE72C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 68A657F53DD5C3EEA7A694D1C5E2A27C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6358,28 +6360,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8A2B774A73B408E296022927E7E912B9 /* Frameworks */ = { + 8339966CDB1DEEDF4B392B963164BF6F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8B3E7988F932C74A7CE6F1431E939268 /* Frameworks */ = { + 8411F3155278613E2DBCA64C74A006D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8BEB698AEAD02F532FFF875B6B2B4692 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8CF1FEC117EC8E94BDFC47B3A7074B6E /* Frameworks */ = { + 8C2F09A23129DF2C59D9B369A8EC8EED /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6393,14 +6388,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 938A282777DB04289778D5D033447B37 /* Frameworks */ = { + 93A0739E5133AD08F334E7807BC7E5CB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 93A0739E5133AD08F334E7807BC7E5CB /* Frameworks */ = { + 94AEE852A735EA213C027477432A33E3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 94B4BB41335953159A90FD1310B8132E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6421,7 +6423,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9E3FCDC116387EDA7420257D1B04F1D3 /* Frameworks */ = { + 9E40F8374CFF478A13525E6B46522799 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9EA9DB94A9A9C19557098D386D6C8C9A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6435,21 +6444,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A3A30198A7972B6B0824BC3F85B8C3EB /* Frameworks */ = { + A59851063B6684D9B01E714CDEF4152E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A3BD170F3892930FE000EF30E902628D /* Frameworks */ = { + A63705CF7CBEE4C994A43AF16D7E4AC3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B38B94F395F4D44F2E9798E642962781 /* Frameworks */ = { + B20CDB357DDDE2197476705C0031C061 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6470,6 +6479,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BDF27EC7B2F5A5E95E112A842719FF9C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BEE8428E71A6AD210CAAF23821EEE60C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BF4CB8F1EE9C6B7BD5E8B7903A0187A4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; C1248EBD5F1A180D2AF1F6081680C0BF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6484,7 +6514,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C84EF20AF4BA0C5E4C1DA53D0E3D3CCF /* Frameworks */ = { + C934FD2C77E55705FEDC8F2644866D17 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6505,7 +6535,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D309C0D2C3A05A6DE2127D2E561E3771 /* Frameworks */ = { + D394251CBE83A97CDECEE25DDED3B800 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6519,6 +6549,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D656CB2FC37BEC4C6A510E68E0F7F0CD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D752D103DB89DC1C93E3166EA88C9AA5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6526,28 +6563,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DD5858A8BC66B8601AE70F4BF5285321 /* Frameworks */ = { + D8A6E702C5D5AAC3A22C8B648B7E5FA9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EBA4FEE7F3800EACA0EE15AA7127279A /* Frameworks */ = { + E414395D8BBBA42B9A3AA63B052EF72E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - EE1F3C37ACAF5EFD0568E299ABE080B9 /* Frameworks */ = { + EB7D26AD7D5E49869DFF9B5118013888 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F5CD5392DB2070C7C20849B56F328115 /* Frameworks */ = { + EC951518BD776EF6F53FFC688B4DD9CB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F59A8D40FC6DD79C6D81EA896C2E6796 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F5BFA93862AE3DDC7A5B8D61FDBA58EE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6561,14 +6612,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F7498C7BA263C5FBCCE77DC270AB9212 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F7E238D6ED628807081958F6DB260F36 /* Frameworks */ = { + F98DFC9424E8A683B749EC70A717047C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6585,6 +6629,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 00549EFF78847291E67EDEA72694F155 /* Core */ = { + isa = PBXGroup; + children = ( + ); + name = Core; + sourceTree = ""; + }; 009C6CE75EA75D20A6F859DF74D42ABF /* DoubleConversion */ = { isa = PBXGroup; children = ( @@ -6612,41 +6663,6 @@ path = DoubleConversion; sourceTree = ""; }; - 01A8A353AA55AFA81A7F36B1741F308D /* react-native-orientation-locker */ = { - isa = PBXGroup; - children = ( - EDA35732043AF03C1D0A9D11AC79A10A /* Orientation.h */, - 82D3AFC1AB29B1706189ED814A87A1E2 /* Orientation.m */, - EF15C051CE8400AA00912ED805EF5920 /* Pod */, - 293CF54965526CAE7895FA11C15A7AF0 /* Support Files */, - ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; - sourceTree = ""; - }; - 01DFBB12B21647E349D88C524FB03D8C /* FBLazyVector */ = { - isa = PBXGroup; - children = ( - 1E0FA86414BFEB705C57670B3CB2C87C /* FBLazyIterator.h */, - 424A556EC446FE4350191468301D19A8 /* FBLazyVector.h */, - 12AAA04D8C74C5C031678EDE4488AB76 /* Pod */, - E6C7E0B45F851F376CA4B86E11020A74 /* Support Files */, - ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; - sourceTree = ""; - }; - 02CB2453ABFE94487A4C2E99D1C9945F /* Support Files */ = { - isa = PBXGroup; - children = ( - B8D5C7E974E0DA0C96BAA4040B03F3E7 /* React-RCTNetwork.xcconfig */, - BA8EA011464D1B5C848FBEFC83CE3E39 /* React-RCTNetwork-dummy.m */, - 930864A3E4EB771995396A54BF432BB2 /* React-RCTNetwork-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; - sourceTree = ""; - }; 03091ECE0AA6E6999D89D5DBDB4C49B8 /* Pods */ = { isa = PBXGroup; children = ( @@ -6677,85 +6693,77 @@ name = Pods; sourceTree = ""; }; - 031006DC9D39D21D60AE4B672B95091C /* Support Files */ = { + 046546E621DBE9B4FD3BD25AE4E30A19 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - F2E66F8F043639EC706963D14A9C9765 /* EXAppLoaderProvider.xcconfig */, - 0E8177E5B34A0B1FAB6FC745856B935A /* EXAppLoaderProvider-dummy.m */, - 7A64BF1C1F98F81E2863BDFF51C90B71 /* EXAppLoaderProvider-prefix.pch */, + E18CD566361645D3976216E1647C1CCE /* Source */, + ); + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; + sourceTree = ""; + }; + 04EEF4BB88A1DA18A6F89FE6605C49C2 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 0C790DFDC67E8F7644F3DCDC4822DA35 /* RCTSafeAreaShadowView.h */, + 93D2B68E4943B8A61C084685652E2A34 /* RCTSafeAreaShadowView.m */, + 0FF55447BF7DA133631DB500A4C100D1 /* RCTSafeAreaView.h */, + D79234504007F0295963C1CB8C0BAD3C /* RCTSafeAreaView.m */, + 7C72860F59786ADB5F3953DECFA10E8A /* RCTSafeAreaViewLocalData.h */, + 485A71FC626F9EEEF94BA07B7675EB52 /* RCTSafeAreaViewLocalData.m */, + 7A6C30E536A23E1B07A4E69E02E4520E /* RCTSafeAreaViewManager.h */, + EC746C5D0AB91F60A711E652203D98AD /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 04F3283D56F7E03651B73EED1299EB7A /* TextInput */ = { + isa = PBXGroup; + children = ( + 1D9C1F626FF8877516FBFB862421B3C5 /* RCTBackedTextInputDelegate.h */, + E357A9E3468005C08D78222EA5BF427A /* RCTBackedTextInputDelegateAdapter.h */, + E52AFDA7EA67539C752614EBBA50D6F2 /* RCTBackedTextInputViewProtocol.h */, + F6A5EE7D6FE701B4B2EAF9123D60FA19 /* RCTBaseTextInputShadowView.h */, + 94D92CE5757DCC81A39041EE156BE503 /* RCTBaseTextInputView.h */, + 33DFD6F5E83E20EC62C353643F987378 /* RCTBaseTextInputViewManager.h */, + E9BA6C256C0C4E9BF165FBE355297D1E /* RCTInputAccessoryShadowView.h */, + 5E3B11570ABCF37409FA06932D3E60BB /* RCTInputAccessoryView.h */, + 5F008C2096AAD3E48E565A923B3C959F /* RCTInputAccessoryViewContent.h */, + 296473E2F21E38B0A943E93C44167BE0 /* RCTInputAccessoryViewManager.h */, + 26C9F5412F5A3835A295D24D8A97A3E2 /* RCTTextSelection.h */, + 51E97E28E419D0C83E9368A9C2F5B202 /* Multiline */, + 9E175CD8A4BD911D2F7576CB3D09935F /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + 05B1867C93BADDE119FE96F2DBA5C2D0 /* LNInterpolation */ = { + isa = PBXGroup; + children = ( + 0101D57D155BF159458D1448D4EE78C5 /* Color+Interpolation.h */, + AF4A3D421395311BE5314411D0119509 /* Color+Interpolation.m */, + D54E02ECEE3BC2207FA1DC90CA0D0CE3 /* LNAnimator.h */, + 1B10DE72A90B654CE90479D0C40B271E /* LNAnimator.m */, + 6C9F3BC1E1EEAE5A26776FF66174CB90 /* LNInterpolable.h */, + 93C5DD0E9F505143476813F6225FB978 /* LNInterpolable.m */, + 717F57A0FD757CFD34BDF9428123A51B /* LNInterpolation.h */, + 8CCFE1D3C116FCA574C5BA376EED857D /* NSValue+Interpolation.h */, + ); + name = LNInterpolation; + path = lib/ios/LNInterpolation; + sourceTree = ""; + }; + 073845AD41B141FC0E723C4E41E97B75 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8D532DA23F573B719951C15E9D1EA271 /* React-RCTImage.xcconfig */, + B9F0EB59D626301EF9780413294E1351 /* React-RCTImage-dummy.m */, + 8B49F9C765F131352DC5A5ECC1435BF0 /* React-RCTImage-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; - sourceTree = ""; - }; - 03D1E4A9AD8826221A98E4435DA38047 /* Pod */ = { - isa = PBXGroup; - children = ( - 4347897D8EE6D5B5D4E83AF48D5B0D01 /* UMConstantsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 04D7CD27DE251E443592FC86B4FD06E7 /* Pod */ = { - isa = PBXGroup; - children = ( - 01F9CAFA7C785C370974E137539A7E94 /* advancedIos.md */, - 013DB95938B7728F34B16035C8FA1EEB /* installation.md */, - 3437AB5300C2642CD3E8E9DE45BE8593 /* LICENSE */, - D9447883194DD09F8CB8F5CC8B8FC23F /* localNotifications.md */, - A8B11446203E849D229A546628455865 /* notificationsEvents.md */, - 4755005ADAFB0BAE54A7380DB5497844 /* react-native-notifications.podspec */, - 26037CD168CD5E3516B2582D8A023D4F /* README.md */, - 4B089478EB44035FB3C7975EBD74DFE4 /* subscription.md */, - ); - name = Pod; - sourceTree = ""; - }; - 05B2BF0E16F8E4E5097BE2C2FF096DA1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6E85BF10F7547DE92410EA03C468AFA8 /* EXPermissions.xcconfig */, - 053A5D01A585A827EDB74B9253950129 /* EXPermissions-dummy.m */, - 5915A0EB82E56482E0488E47E312FCBB /* EXPermissions-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - 064D4AB74961C6DD14AF8C99C4A2A156 /* Pod */ = { - isa = PBXGroup; - children = ( - CC74A6BA09B50FC84C6B08F70CC9B206 /* LICENSE */, - 595D13ED373FA716AADBEC9D7FB0B688 /* README.md */, - 15FCD29C178E73D03CACA2081D41AD4D /* RNGestureHandler.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 07A16BA1CF5BED2CCA3A57E86843E2BE /* RCTActionSheetHeaders */ = { - isa = PBXGroup; - children = ( - 77892E1E84595471F5AC0F2C036E5F15 /* RCTActionSheetManager.h */, - ); - name = RCTActionSheetHeaders; - sourceTree = ""; - }; - 089F77584A17C84FBB2831F6FBEC88DE /* Support Files */ = { - isa = PBXGroup; - children = ( - 2BA65DB4257C2024DDAB391A776ED76D /* UMConstantsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; - sourceTree = ""; - }; - 08B38747045F15BDC86D9BE861C7683F /* Reporting */ = { - isa = PBXGroup; - children = ( - A182CD6ECEADB7EC036B163C5AF9103F /* Filters */, - ); - name = Reporting; - path = Reporting; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; sourceTree = ""; }; 098C3AEBF372929FA2E482B19533EDBC /* FirebaseCore */ = { @@ -6805,100 +6813,101 @@ path = FirebaseCore; sourceTree = ""; }; - 099AE0AE9E9DB07248430CE8586CBE40 /* notifications */ = { + 0A3F13EE4A6CF8B65FA63B6046B7BDD8 /* RNReanimated */ = { isa = PBXGroup; children = ( - 8CD45EBEA139064AED165C8728AD3B8F /* RNFirebaseNotifications.h */, - C3DEBDBD5F087F4D3F139931C71B7FA6 /* RNFirebaseNotifications.m */, + B729B046328B2A6EE040C99363F2919C /* REAModule.h */, + D6ED43B58AEFBC372DCDC2E5681BB0CC /* REAModule.m */, + F3538797FE8EEA93D334B393CDCC1865 /* REANodesManager.h */, + 6D99E885968A8992A94D938134F8728D /* REANodesManager.m */, + 6A1BBDDACCD36D14FEE6AF72004F3448 /* Nodes */, + D7F4972A9990AA4E44E755B1A17F554B /* Pod */, + 7D60313329D372EA9393B6DC82C4EAF4 /* Support Files */, + 4CEE34C3744CFEF22B3D63B61378340A /* Transitioning */, ); - name = notifications; - path = RNFirebase/notifications; + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; sourceTree = ""; }; - 0A5FB4C48FAF01B0472F1F023C83CAC4 /* RCTCustomInputController */ = { + 0B158D90B7F73FA8B07FBA57F462ABE7 /* core */ = { isa = PBXGroup; children = ( - 2023A72C011E18F05C0BF471D42E29E2 /* RCTCustomInputController.h */, - 27BB988E58B26A522972143B489F069A /* RCTCustomInputController.m */, - FFC5ABC27E695D934677BECA7F9216F6 /* RCTCustomKeyboardViewController.h */, - C24F2D232EB58787DEA2CA30758659D6 /* RCTCustomKeyboardViewController.m */, + 083C70C6DB4E3A1710E259E037B82400 /* LongLivedObject.cpp */, + 4227A09837BAA05A3AE9D1082C5DF926 /* LongLivedObject.h */, + 3B77E884342DF33312B62EF4C44904FB /* TurboCxxModule.cpp */, + B5386C57A5649E0FE581E51C75584A61 /* TurboCxxModule.h */, + FA9C3D4EF563AD23483E9A617B61E573 /* TurboModule.cpp */, + 0A000CE45F9CCFDDD9CFD331C8BBCF86 /* TurboModule.h */, + A5A4245F80E599C2F6A152FA04512DBD /* TurboModuleBinding.cpp */, + 939B5B51B1043B250A2DCAA3E30F2CDD /* TurboModuleBinding.h */, + 4A0CD3AF4A7F53CAE0E39E8EAC4B862F /* TurboModuleUtils.cpp */, + 35FF3F3F46A7DB709984E9DD4324FF9C /* TurboModuleUtils.h */, + 28EDAFDA46D697C20465881397C6B310 /* platform */, ); - name = RCTCustomInputController; - path = lib/ios/RCTCustomInputController; + name = core; sourceTree = ""; }; - 0B0CE029E886AB512825EBCE0DADA4D7 /* Singleline */ = { + 0BE99D3C1EB4B7D238925188A8DFABB0 /* React-jsinspector */ = { isa = PBXGroup; children = ( - CFDCAEAB682B98ADF0EAA9C335C0131F /* RCTSinglelineTextInputView.m */, - 04455DB3BC054DF6D56C6BA001B5A7CE /* RCTSinglelineTextInputViewManager.m */, - 66C291D4A674C6356B137CA62D173818 /* RCTUITextField.m */, + F70112DCAD03D609765FE3D7A9C0FCA7 /* InspectorInterfaces.cpp */, + DDC2449DF3C6213C58139A282022C455 /* InspectorInterfaces.h */, + CF67156FCCFA6705566996058623166A /* Pod */, + 61484BD42F4F972C917D073599E989AB /* Support Files */, ); - name = Singleline; - path = Singleline; + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; sourceTree = ""; }; - 0BD24D42AA707D813E69331FF8820843 /* Pod */ = { + 0C6B0965C1DF4C079440FF0E86F7F687 /* vendor */ = { isa = PBXGroup; children = ( - EB072EC67FF85120DF099767F4317442 /* LICENSE */, - 6F6FF11949142094AFB32F29FFAFCF03 /* README.md */, - DF4912D26F07B97028F264B684A5A5D6 /* rn-fetch-blob.podspec */, + 046546E621DBE9B4FD3BD25AE4E30A19 /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; + sourceTree = ""; + }; + 0C9D99C91A95F3B4956FD1D511E0F298 /* Pod */ = { + isa = PBXGroup; + children = ( + C3F6DA662FE0C9FD70FB1521184F8BEE /* LICENSE */, + DD68568E233F6B2741D776BD74C922E6 /* react-native-jitsi-meet.podspec */, + CA674FBA3D7C2226761BC8706C95EAF9 /* README.md */, ); name = Pod; sourceTree = ""; }; - 0CFE4C51FA90CD6886BE632C8066A602 /* BaseText */ = { + 0CD3530BCCE11923CEAC506CD6EC81D0 /* Pod */ = { isa = PBXGroup; children = ( - 4C994142F48C355AF473A71D1DDCC1DC /* RCTBaseTextShadowView.m */, - 0E04AFC8B5440DD13FAF59D1180ABCD9 /* RCTBaseTextViewManager.m */, + 05614250B5A272D850B18E77217985FF /* LICENSE */, + 4AFD7EC131F804987EB6509BD0796D5C /* react-native-background-timer.podspec */, + BA7A948AB9F16E13D64F60C6AD15BD68 /* README.md */, ); - name = BaseText; - path = BaseText; + name = Pod; sourceTree = ""; }; - 0D2E46E8DFCDCE3FF9997C65CB500766 /* Support Files */ = { + 0D4CD9B0D122CAF699EA53975A3D1409 /* EXConstants */ = { isa = PBXGroup; children = ( - 455A6FB5786B77E5E2668ECE0C9A178C /* react-native-jitsi-meet.xcconfig */, - 4C3AA4CB7AC17CEF05DFB7A28CADC8AF /* react-native-jitsi-meet-dummy.m */, - 723EF007185A97D35DC8BD4F52C1F87F /* react-native-jitsi-meet-prefix.pch */, + CAEE217C9064C403AD1513A1CEF5D6A3 /* EXConstants.h */, + 511D9182E1B99FA52E9524A144BFC4EF /* EXConstants.m */, + 571AE852B9CCB22D43C5255D662ED14A /* EXConstantsService.h */, + 2CB9A3EC663CEF93B98195987545340B /* EXConstantsService.m */, + 6CDAC7F5DEDFB8FB8629F163FC58A4B9 /* Pod */, + A98264D63C3D1F9F73D704A28EBCAEC1 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; sourceTree = ""; }; - 0D97DBA70F89B8FEAA9C464E40542F66 /* React-RCTSettings */ = { + 0E9D17B54342146899B416BC9A49576A /* Pod */ = { isa = PBXGroup; children = ( - BA42074E9801DCCF7FCD4BF7D2249405 /* RCTSettingsManager.m */, - 28E37F3C157EA28BE0B03862AB3309FE /* Pod */, - C19D7CF12BD52427B17CB11656268F60 /* Support Files */, + 857C71F6D0B88701587250105D7A3A6A /* FBLazyVector.podspec */, ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - 0DC0EDBB99FA575D9C15BEAFDF2C6027 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2F9A53E729223A59791772D34C9FC202 /* EXFileSystem.xcconfig */, - 5553B7B08BF84D52C10343090077F8C9 /* EXFileSystem-dummy.m */, - 64522F0752F5FF19C6EF78D53B7594D6 /* EXFileSystem-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; - sourceTree = ""; - }; - 0E131B0B98EB1928C92832F75D968F0A /* converters */ = { - isa = PBXGroup; - children = ( - 56CB55815CDD2D9C3A5E0E2D4B73E037 /* RCTConvert+UIBackgroundFetchResult.h */, - BE25945B2546B4E805BC0E01903CC69E /* RCTConvert+UIBackgroundFetchResult.m */, - ); - name = converters; - path = RNFirebase/converters; + name = Pod; sourceTree = ""; }; 0EE8A32B2BFC683B93B2BA20CFA3F79D /* Support Files */ = { @@ -6910,20 +6919,38 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - 0F10A061FF00071D3988930A499FB1BC /* React-CoreModules */ = { + 0FCCA99155CB29E5A450E97BE9690305 /* EXPermissions */ = { isa = PBXGroup; children = ( - DA1E6F5DA1C5B7BE02C7F9FAA2E7D246 /* CoreModulesPlugins.mm */, - A110CE3C880FAC45F8BB586761603C09 /* RCTExceptionsManager.mm */, - B3EFAC78F103E51CEA11AC34D1ECF0CB /* RCTImageEditingManager.m */, - EBCC1EE518130A7BEB24147271BD699A /* RCTImageLoader.mm */, - BB73A2FA7AABFB68521C902D59683FD5 /* RCTImageStoreManager.m */, - 13E15D09E335BE6074D12F5BDB1A19EF /* RCTPlatform.mm */, - 1F54B78EBA5D1D373158569316543195 /* Pod */, - 58CFAC3B2D744EEA58A7EDB8D5760D59 /* Support Files */, + 15808698DB5FA5624C08F418F3E38DEB /* EXAudioRecordingPermissionRequester.h */, + 3851F8DE144842E83C5784DE07BFC3C6 /* EXAudioRecordingPermissionRequester.m */, + 5E92B9655444917C4C3D9962C8438BEB /* EXCalendarRequester.h */, + E8D26DB87FB252B15E331D6F930A963F /* EXCalendarRequester.m */, + 328D79AE72BFC77E112778EB15A0E9DB /* EXCameraPermissionRequester.h */, + ADD54A084CE2EB09BB024630C776C2B3 /* EXCameraPermissionRequester.m */, + B567EBE7C5BA1D28508A4EF2F636E159 /* EXCameraRollRequester.h */, + FB39D550663AC710F87B3D67357AE1DD /* EXCameraRollRequester.m */, + 71E3C084CB1099842368640A0CB2C6C2 /* EXContactsRequester.h */, + 829BC1E634AD92575E341184DF81B4FE /* EXContactsRequester.m */, + 9E994FB97EB6FFCC56CF6946F5A5CBA2 /* EXLocationRequester.h */, + 320DEBE647C0963734FFEDEABC3A78F0 /* EXLocationRequester.m */, + 433E7A14ED637AF50AD5C722E03D35C6 /* EXPermissions.h */, + F4B9B267B54CBD2384AB293D0B6ADCAC /* EXPermissions.m */, + 470D0C1264257708E0185248BEC55466 /* EXReactNativeUserNotificationCenterProxy.h */, + 76A53367ADBADFCEB1A65499E0D8EAFB /* EXReactNativeUserNotificationCenterProxy.m */, + 6E5C0EE0C98FF9A0FF0A5504EC99EAE1 /* EXRemindersRequester.h */, + 8F141F83123E29BF2D4DA54386D4B0A8 /* EXRemindersRequester.m */, + A60E2291F8539F075DAC574A9073CF5D /* EXRemoteNotificationRequester.h */, + 7A865D606C4CA0995531443DCEDA94EB /* EXRemoteNotificationRequester.m */, + E2572AB54BF9B7FB572DE201025FD845 /* EXSystemBrightnessRequester.h */, + 918F176DABEE0E1E9BDA1CB920965705 /* EXSystemBrightnessRequester.m */, + 79B6A8B330F159C6B6785E2F89171516 /* EXUserNotificationRequester.h */, + A0567BD7292058E0B82D697D52147070 /* EXUserNotificationRequester.m */, + 8F296AC6863E913295A780536B5730C6 /* Pod */, + E092084F2FF7B5EF4C1FA19F6F2383DC /* Support Files */, ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; sourceTree = ""; }; 101EED33BAC7AB267A02B4BB0E8713FF /* GoogleAppMeasurement */ = { @@ -6936,6 +6963,17 @@ path = GoogleAppMeasurement; sourceTree = ""; }; + 10682357A7A9E348E32F58EB2DC407D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + BA0B9F1D7BD0A60D2EA6FDF78225EE4B /* RNImageCropPicker.xcconfig */, + 78B951FBA873AEA472DE157C249184A1 /* RNImageCropPicker-dummy.m */, + A82A8AD3B03DC4BC6747960ABF9B0FEB /* RNImageCropPicker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + sourceTree = ""; + }; 10B212C2878E342D5C6A2C86CB998C28 /* Core */ = { isa = PBXGroup; children = ( @@ -7060,36 +7098,174 @@ name = Core; sourceTree = ""; }; - 11467BACF9BC2CC93789B20AB0D02A07 /* Support Files */ = { + 11853E2EB0934F42A7C680F349A2E5B2 /* Development Pods */ = { isa = PBXGroup; children = ( - 4147EAC2416ADC20941A5E597DA0D2E6 /* EXHaptics.xcconfig */, - 09BC00953B7AD898175C78AAADBD317D /* EXHaptics-dummy.m */, - 2515E476101B948AB81B6A35DC8BE1B5 /* EXHaptics-prefix.pch */, + CAC49E67702B0D240E8C4689437200D4 /* BugsnagReactNative */, + B897750DA2BBCA6A61BA9047E34A72E7 /* EXAppLoaderProvider */, + 6E94FEB04F4C609187EF98CE4095535A /* EXAV */, + 0D4CD9B0D122CAF699EA53975A3D1409 /* EXConstants */, + E7CD7E73ED82A5CAF3CD7D3C83A57923 /* EXFileSystem */, + 474625CD3EF020337F572378E236C6FA /* EXHaptics */, + 0FCCA99155CB29E5A450E97BE9690305 /* EXPermissions */, + D0455955B71C447627F93DB8E55D3B5D /* EXWebBrowser */, + 3F92EF858B1215A0D1FBF3D257590C89 /* FBLazyVector */, + 422DD37AFB6E2EAF57B64A3C06E9E78F /* FBReactNativeSpec */, + 1AB4523775362F8F73DF5E9E3CDE978C /* RCTRequired */, + CA52FB77960885977A4A6278E20A6E07 /* RCTTypeSafety */, + EE789186FAD472121CD2BA9287DC093F /* React */, + 8A2314432D2102821B159E0A53C11D4F /* React-Core */, + 871C136426B18D508EFB1811A210B24A /* React-CoreModules */, + 4C440A8657C67E3B2EA8789562A52662 /* React-cxxreact */, + DA110F6B70A7279609FADAC7E9099F47 /* React-jsi */, + 6788B97B4E2346EF9A30C3D0E061A899 /* React-jsiexecutor */, + 0BE99D3C1EB4B7D238925188A8DFABB0 /* React-jsinspector */, + C0E208B7F3A9E49523EF8B482C4AE9ED /* react-native-background-timer */, + F73AA81CE9691365C4015C17448B003F /* react-native-document-picker */, + 60C092074990E739E4200127DC1AD658 /* react-native-jitsi-meet */, + 7F3CD8A0720D1E3C25FD5141A27A8EDA /* react-native-keyboard-input */, + 1C80C5C5EA57C20CF4D4D3E4C8311549 /* react-native-keyboard-tracking-view */, + DD184543B584CE0B88B3C8A83EDBE306 /* react-native-notifications */, + 23A288030D731F5D616F65E2AACC58EB /* react-native-orientation-locker */, + 20F7F2DFB95FEA83594599555FD56D38 /* react-native-slider */, + F9CEAD8BDD415A3E068DB31A3DDD6776 /* react-native-splash-screen */, + F7AA6431429D6DDE56129B3730505033 /* react-native-video */, + A6EACABCB71675864555BD32A9863372 /* react-native-webview */, + 8D7CFA0F0996186B4E441F47E5B89039 /* React-RCTActionSheet */, + CE69B6129A51EDCBC82760387990768D /* React-RCTAnimation */, + ED7A6A2F232939CA3CCCAA80325E5B97 /* React-RCTBlob */, + FE143E1AC3903491CC5432ADFC315B50 /* React-RCTImage */, + 13528C677EB9AD0338CD39F709306C6D /* React-RCTLinking */, + D5AD9CB06FFD1E150AD8FBC52D6B0414 /* React-RCTNetwork */, + EDE4BF3EF17A1D557695348E44F0353D /* React-RCTSettings */, + 67491E7CFB81240ADFD296A3820A682E /* React-RCTText */, + 67C2950018D35DFA486B5D861B557F02 /* React-RCTVibration */, + 9F906FAF2CD5F4A1D45BE2839AC848E7 /* ReactCommon */, + 8967E9A6A0BC5367BFF9B2A4847E65F5 /* rn-extensions-share */, + ED067638B2EAF6F795E30334CFA52FA3 /* rn-fetch-blob */, + 90E29FAED38A6A3E94ED46FBCE59E1E1 /* RNAudio */, + 1D681473ECA4DBBE96FD6960FF18108F /* RNDeviceInfo */, + 8B51DAE53D6B6B7D4E67D6796886CF80 /* RNFastImage */, + 9C24BD1F7B08E6181EE00D4314D07DBB /* RNFirebase */, + D96D7712282DF04BF48B2EEA1BD8C398 /* RNGestureHandler */, + 400FB4F7478D60B89BCDD39E20768BDD /* RNImageCropPicker */, + AF0CE49FF9A3BAFD4F09B1C614A87522 /* RNLocalize */, + 0A3F13EE4A6CF8B65FA63B6046B7BDD8 /* RNReanimated */, + 57C8F79E65D33C0C80C612B97FCA920D /* RNScreens */, + A1F3D84A3175346107B3B87E272E635D /* RNUserDefaults */, + 4F354006812F21330E123627AA1E3420 /* RNVectorIcons */, + BB33DCF6C07F794C5AB7460D4317E6CA /* UMBarCodeScannerInterface */, + 7CCB0ABF3AFF0FF192E7A92212E99A91 /* UMCameraInterface */, + 59C00B092CE1B19B648F8A708E14D3FD /* UMConstantsInterface */, + 70D4C49AFB8394D7842D76EB3DCE99C4 /* UMCore */, + 79CDF33D4CFD7993C72AD081CF92D8DF /* UMFaceDetectorInterface */, + B9732232A46F273748B1EEF502447DA5 /* UMFileSystemInterface */, + 5F6196C342AF67EA5D35C1F3B252103D /* UMFontInterface */, + 71DF619CF51948B1184380697EC8B63B /* UMImageLoaderInterface */, + CFB72459A247CB2298B42A2C154F2136 /* UMPermissionsInterface */, + C9E03039F613286403DE79D9C2E857F7 /* UMReactNativeAdapter */, + 561433C2ED9429FF5DF34C9D87C063C6 /* UMSensorsInterface */, + 9B02A02014C965AAA1B7404FAA47AA6E /* UMTaskManagerInterface */, + CC3CE572E1440933AA79D8AB11D0B30D /* Yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 12A72EA1E3C0B34407F852532562F4CD /* Support Files */ = { + isa = PBXGroup; + children = ( + 408A55FF8793775EAE8A24FE07599952 /* UMCameraInterface.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; - 12AAA04D8C74C5C031678EDE4488AB76 /* Pod */ = { + 12E801261405BBD4F4FF90D34992D62C /* Recording */ = { isa = PBXGroup; children = ( - C95F7F0BB59E03EF5CBC816D28B51A8F /* FBLazyVector.podspec */, + F8A6013BD7261B152F8827C42F3209A5 /* BSG_KSCrash.h */, + 5E55140B46D34E4E76879CA22E6D965B /* BSG_KSCrash.m */, + F0CEC95F759E134DCDD4E19A3A2EE923 /* BSG_KSCrashAdvanced.h */, + 5A880D903F821EC36957012A3DAF2B5A /* BSG_KSCrashC.c */, + 5DE6A10A748FDD430402F30F30524700 /* BSG_KSCrashC.h */, + DA53A2B2A403E5A2465CB69245A7137A /* BSG_KSCrashContext.h */, + 4E68C3B2A19A447E2E8AF9623C5B60FF /* BSG_KSCrashDoctor.h */, + 8779A69E8ED3BCE402A0D1D75DD8FAE3 /* BSG_KSCrashDoctor.m */, + 90EA3656AA02FED12B60B3C2760D83B7 /* BSG_KSCrashReport.c */, + 723938913D85D0A458D185BF546C3F75 /* BSG_KSCrashReport.h */, + EF29DE5CC75A76FB44746AF24C5F56EA /* BSG_KSCrashReportFields.h */, + C77EC0CFA2E3DDC0C4B56194D96F2295 /* BSG_KSCrashReportStore.h */, + 2D9A68AF764561268F380644198B5630 /* BSG_KSCrashReportStore.m */, + 482862C6592AECCBB77951E3DA54D7E0 /* BSG_KSCrashReportVersion.h */, + 4349132399EC82C742EA69A2ECC9A05F /* BSG_KSCrashState.h */, + 6038907C588C70ADD2420E99AB3A8FFA /* BSG_KSCrashState.m */, + E7034F7C402EDD861F56B4B03E1D2290 /* BSG_KSCrashType.c */, + 227189023C3F46D621DB4C6C30DD5544 /* BSG_KSCrashType.h */, + BC5F2FBE21B93523EBC55629437D0524 /* BSG_KSSystemCapabilities.h */, + A7905F32BD9AAD4B830701F643E48973 /* BSG_KSSystemInfo.h */, + B20AA6BAEC4697E70A009E491DF907D6 /* BSG_KSSystemInfo.m */, + 4447F1919ABF0FEDB61E72511F95E8FE /* BSG_KSSystemInfoC.h */, + 3CD3ED61742B48A44330030A2FE6DC10 /* Sentry */, + 6F04BBEEFD636AF6DBDE7BEDF4D1A902 /* Tools */, ); - name = Pod; + name = Recording; + path = Recording; sourceTree = ""; }; - 1417455366FDE29F339C244D1E1EF950 /* Support Files */ = { + 13528C677EB9AD0338CD39F709306C6D /* React-RCTLinking */ = { isa = PBXGroup; children = ( - C7C222BF7D9472BE80CE933B394805B8 /* react-native-video.xcconfig */, - AD0BF147CDC3863A03E6AD4CDCD05EDD /* react-native-video-dummy.m */, - 432015892798064D127AD8AF53FF3923 /* react-native-video-prefix.pch */, + B49CF758D8F29619381E06B3FB11ACB4 /* RCTLinkingManager.m */, + AE929D9F7FE090F62E01068B15FCBC17 /* Pod */, + 91D2F0BEFAB8F0E01C973657CCCD303C /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; + sourceTree = ""; + }; + 1359E0A8F9CACC9CD71A55043828AB04 /* RCTNetworkHeaders */ = { + isa = PBXGroup; + children = ( + 6390BC90E47BD15A5C60B3A7B150FF2E /* RCTDataRequestHandler.h */, + 5D30EAA254D1CCEA13F5AA247A872274 /* RCTFileRequestHandler.h */, + 9306B1DFCB1591EF86A99F9426F249ED /* RCTHTTPRequestHandler.h */, + E58723A496343CBFCA88DE3E6B075D52 /* RCTNetInfo.h */, + A587D619C29B49E5F3678808DE478126 /* RCTNetworking.h */, + 433A1C6838E0DDE997AC12A082CE28E9 /* RCTNetworkTask.h */, + ); + name = RCTNetworkHeaders; + sourceTree = ""; + }; + 141365E047A5179B4757D509F4EF2620 /* Support Files */ = { + isa = PBXGroup; + children = ( + B7CF9B72261629EAB848A2CE11266504 /* react-native-video.xcconfig */, + A5305A4D0C6F921BC5019A149F229999 /* react-native-video-dummy.m */, + E42C41E26497A0847F9AF6C59FF79DDD /* react-native-video-prefix.pch */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/react-native-video"; sourceTree = ""; }; + 142448AB482D2E609522821D1256C5C8 /* Support Files */ = { + isa = PBXGroup; + children = ( + A54D35475CB3A43DDAA208B70F5F9041 /* UMSensorsInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + sourceTree = ""; + }; + 1474C686BD7DE11CA11086668E4B521A /* BaseText */ = { + isa = PBXGroup; + children = ( + 3C183D65484AB97F1C7519B1D473A656 /* RCTBaseTextShadowView.h */, + C9928DB0D3B6E6BF956DC2F870D65DC3 /* RCTBaseTextViewManager.h */, + ); + name = BaseText; + path = Libraries/Text/BaseText; + sourceTree = ""; + }; 14876DCA21FFA05DA02947692813B53B /* demux */ = { isa = PBXGroup; children = ( @@ -7100,74 +7276,53 @@ name = demux; sourceTree = ""; }; - 14A56F3289DAC1BB7BD6B7680D5B1066 /* Pod */ = { + 1607F581537A2AFC150E30CF85152108 /* Pod */ = { isa = PBXGroup; children = ( - A9D22AA00BB4016F84DAE57CFD038334 /* EXFileSystem.podspec */, + E612292B8AB5FA563900B422A0A9C157 /* LICENSE */, + DBF417EFC5BFFBCF2BECD6A3530FF80A /* README.md */, + 8B768F3712FBC0C01FC79B0F9169F4ED /* RNFastImage.podspec */, ); name = Pod; sourceTree = ""; }; - 14C49D9B45B0FF06FE9219BD4FCC5CD4 /* instanceid */ = { + 16191F887F157190492F7342C5E9B52B /* Pod */ = { isa = PBXGroup; children = ( - E49095A3107CAB8BDABD87287A631C8A /* RNFirebaseInstanceId.h */, - C9CF53D2295282EC9ACA6DB73EE9A9B2 /* RNFirebaseInstanceId.m */, + 73B562F065D2865B2AE417FA3F634354 /* React-RCTBlob.podspec */, ); - name = instanceid; - path = RNFirebase/instanceid; + name = Pod; sourceTree = ""; }; - 161C71101A52CB2EA89701C94C0AA630 /* Support Files */ = { + 16CD4B24477A4F0D4ACF001FED9B6CCE /* Pod */ = { isa = PBXGroup; children = ( - 13F3EE543C8BA12CF095D9709376A681 /* React-Core.xcconfig */, - ECA4B460688DF2142CF64C2256B71522 /* React-Core-dummy.m */, - 55719E74D72294EE0D554332A69D065B /* React-Core-prefix.pch */, + BDC2FB23E9D4527529EAA38EDF139415 /* React.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 1746161CD8E04C1488A733270EC4765E /* Support Files */ = { + isa = PBXGroup; + children = ( + A96F8FD03B3427FBE0F2543D760261F9 /* EXAppLoaderProvider.xcconfig */, + 58A68C5A47CB28A78B1DDD572FB4E938 /* EXAppLoaderProvider-dummy.m */, + 30301C3CD0ACCEF7C5D95B2CC0A0467B /* EXAppLoaderProvider-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; + path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; sourceTree = ""; }; - 16488AEA80A1AF2EC326B2C0A647217A /* Pod */ = { + 17E218DBF01D948704234306952EA197 /* Pod */ = { isa = PBXGroup; children = ( - 09C0F8525F18B02A95BA7CDBBD2BB865 /* UMCore.podspec */, + 2746B6B301B94A066A77438EEEB2D40F /* LICENSE.md */, + FA136B6FBE867A0D64C69549620A0098 /* react-native-document-picker.podspec */, + F43ACB07274A3E4C74881E2AAEB95EAD /* README.md */, ); name = Pod; sourceTree = ""; }; - 164F823316FF8FB134E91630E4C73BF9 /* Pod */ = { - isa = PBXGroup; - children = ( - 8FDFD9A8764EA0B559ACB03F2109D8E9 /* UMBarCodeScannerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 171FB9F951926D7D69F37D315853132C /* Drivers */ = { - isa = PBXGroup; - children = ( - C11B859C9B678D377691DAB7053CABB5 /* RCTDecayAnimation.m */, - 4341046B557301C8C52B4235329D3B0F /* RCTEventAnimation.m */, - E597B6B237F0736D5C201E27C53A3F5D /* RCTFrameAnimation.m */, - 3C8967EB8943C362A949D858A7313623 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - 174F47C6821A4A8E15C4B35A7F0DCF50 /* Support Files */ = { - isa = PBXGroup; - children = ( - F6FAA14558A4C4ACEB215A1400FA2220 /* React-RCTImage.xcconfig */, - A85BBF1BB8607EBB7E6BA89D2278165C /* React-RCTImage-dummy.m */, - D66A5ABDC175A4C8569498B8AFCB1B5C /* React-RCTImage-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; 185519C98B7C801E65896D53804ECF43 /* Folly */ = { isa = PBXGroup; children = ( @@ -7192,105 +7347,34 @@ path = Folly; sourceTree = ""; }; - 198B298FB24873B1FDF8CDF2D04460B4 /* RCTImageHeaders */ = { + 191213C293E2068ACF7456B44F17D779 /* fabric */ = { isa = PBXGroup; children = ( - 849BAF286C430F04B7D2003F3CB677AB /* RCTAnimatedImage.h */, - 86B2636F998D062D4D3FB9C112E7C761 /* RCTGIFImageDecoder.h */, - 661F03944A7D3C41BEACEE82E89C53AD /* RCTImageBlurUtils.h */, - 92FC18EC6AD15E95D5C55E9E231A2178 /* RCTImageCache.h */, - 73EE8E27AD9A38B22238BD2AE9CF4AD9 /* RCTImageDataDecoder.h */, - 5284303ED4B1250943EE4429B2E83C86 /* RCTImageLoaderProtocol.h */, - E749B8877B3B0EE7EEF1DDCF99DD0F83 /* RCTImageShadowView.h */, - 2E760992B2650089B51F63143D7E9C3D /* RCTImageURLLoader.h */, - 25E04E81DF3771994D1AD16A26EDCF46 /* RCTImageUtils.h */, - F76730335FA5B44EB23F25F0EA6399DC /* RCTImageView.h */, - 6CD0229375DE1D2D8DEA21B80ECA6388 /* RCTImageViewManager.h */, - FBDF8189F61B9E0CAA944B2D73AC6FA7 /* RCTLocalAssetImageLoader.h */, - 8FD0B65F93BBF3D29E1F13C7E482877E /* RCTResizeMode.h */, - 9874A1ACDC0B0D75CA7A7E561B7C821D /* RCTUIImageViewAnimated.h */, + CB46D5D40C0635F2CE059A15D98D9269 /* crashlytics */, ); - name = RCTImageHeaders; + name = fabric; + path = RNFirebase/fabric; sourceTree = ""; }; - 19CE0BF4225519CBE3D68804AB7D00C7 /* Development Pods */ = { + 195DE786EEC6AF812E9EFA4E917361E1 /* Support Files */ = { isa = PBXGroup; children = ( - EBA61C37156700AD40BDE29A27CC1573 /* BugsnagReactNative */, - F186A0A80F48592C66302F725A4BEC1B /* EXAppLoaderProvider */, - DA9966820E16AB135D425EE174272255 /* EXAV */, - 2DD2F5E5D95F7FB9235EBFEEDFE322B4 /* EXConstants */, - E1C6F709CD668DF42912AFF4DEF8639E /* EXFileSystem */, - F6DAB2D1E921041E12670AAD379C83AF /* EXHaptics */, - A7C265C94D28AE185BA8B6E258FEF2DA /* EXPermissions */, - CB1C7B816EBBFB15DED635CF72046494 /* EXWebBrowser */, - 01DFBB12B21647E349D88C524FB03D8C /* FBLazyVector */, - F6093BEB6091392A92590D948465F618 /* FBReactNativeSpec */, - A69791230F777B21005472941CF2C4A1 /* RCTRequired */, - A2B6157DD36D2B6ACA4389B166D009F8 /* RCTTypeSafety */, - 652CA6BFA1D8484CA993DFA32E44B1A1 /* React */, - F41D27CCF23045603E78345AB7951FFB /* React-Core */, - 0F10A061FF00071D3988930A499FB1BC /* React-CoreModules */, - B2651275FF887455E77F929836D0C3A7 /* React-cxxreact */, - D0B7EA55A2B1CE20FFB95A53BCF580E3 /* React-jsi */, - 7CC7C516F88FCA44517D1E61F36EC15F /* React-jsiexecutor */, - 5930ED8DD384570CA551A37C1F473291 /* React-jsinspector */, - 20F564B59B31F95F3F20DD51F72302F2 /* react-native-background-timer */, - 43CF31DF4E39BA5BF5C2A58428EB2F74 /* react-native-document-picker */, - FDCCDAD0667AC7EC273BD2A5A4E3095B /* react-native-jitsi-meet */, - 57E9681E6AB3EF7AE7D2013AF6880D0D /* react-native-keyboard-input */, - 4BE756250D1ECF6C253065F5B2FA9D79 /* react-native-keyboard-tracking-view */, - 75D7BF0943BCCD94F5ED5FAAB8F334AB /* react-native-notifications */, - 01A8A353AA55AFA81A7F36B1741F308D /* react-native-orientation-locker */, - C437BD883F5EBA585A778D23FE5D224E /* react-native-splash-screen */, - D033233737CB27D26F172EBB1C703236 /* react-native-video */, - 5432C5B6FB6CB41BB8216C58EFB1F805 /* react-native-webview */, - BEC4854966A33A94EEB857F6AB2BBD96 /* React-RCTActionSheet */, - C6BBAC5C19713AB0C6A967E41276FD06 /* React-RCTAnimation */, - 785AB03F08CFF048705F813A5BDE6820 /* React-RCTBlob */, - 9F11F71AA6CDD6D60D6AD8F805A80A9D /* React-RCTImage */, - E29D3A5209CB3747E8E1C389D07AE44D /* React-RCTLinking */, - BB76AEA1E13A51BE8C3D716F3178C819 /* React-RCTNetwork */, - 0D97DBA70F89B8FEAA9C464E40542F66 /* React-RCTSettings */, - 52349F4D4BA1244BC9E043CFFD84ED6C /* React-RCTText */, - 67EC0F389B1FDA4D7F0EE0CDDE3A9B12 /* React-RCTVibration */, - 8F2D2152063E33D5679B0993F99A0257 /* ReactCommon */, - 493C5A1ECF31A191771A52D652820874 /* rn-extensions-share */, - 281444D8EF63909D4DFA99748B56DFB5 /* rn-fetch-blob */, - 623C4E269FA0252D4BFD63BA25BFD9B9 /* RNAudio */, - 4C0B41991CC7C966CB3A30EDCEEE585F /* RNDeviceInfo */, - 7E0DB297392B8A48300A1753B173B34B /* RNFastImage */, - B3E9BFC16E08834B1D814CE43443CBDE /* RNFirebase */, - 3173D5C1C69BD8E2124446A7974BEE7C /* RNGestureHandler */, - EA087189CFBA14B5D6F38530087DC387 /* RNImageCropPicker */, - 26FD63F4F214EAB11FDDA6612E41816F /* RNLocalize */, - 43C44707AD78010D557DF2127F556029 /* RNReanimated */, - F4369B5D916E3A341AA40BEC4B3D1B53 /* RNScreens */, - A398E4C5EC98BFCF0CE5EA14645F7A62 /* RNUserDefaults */, - C84D37CAD0D45945C09CE0DA08EADD1F /* RNVectorIcons */, - 51029A5B0A64AB7F58316BE9892C6F58 /* UMBarCodeScannerInterface */, - 23FCEF518E7CD0080FB945FC0993D6FC /* UMCameraInterface */, - 9C9A9F1ACD3F674643079F52ABD9CA97 /* UMConstantsInterface */, - 9D0BA34D2DF88484D47F8840EAE717DF /* UMCore */, - 7154D5B0CED37CA14A8CB41D2143C983 /* UMFaceDetectorInterface */, - 9F9AC2900443CF1C172DE7E70630249C /* UMFileSystemInterface */, - 548D0A7EA8E1D4A391E648B85A36D5F4 /* UMFontInterface */, - CFCE2E129260B2DC9C3FBD031AEE9738 /* UMImageLoaderInterface */, - 8D951304368588B30E020B2022029AD7 /* UMPermissionsInterface */, - 66524E121E9678338594A0A185E103E6 /* UMReactNativeAdapter */, - 975BC4A9540A9D72BE5C9AB7CB34B0B6 /* UMSensorsInterface */, - E895048131BBE4CDE2476746D902A059 /* UMTaskManagerInterface */, - E1E7D9103929F67FE9369C8949CD91AA /* Yoga */, + D5BFCF60661636A6850D575B670372CE /* react-native-slider.xcconfig */, + 6C4A548709834040A93E5741CE5D828E /* react-native-slider-dummy.m */, + 300F15B2F96876A0FEBEEEE57AC292DD /* react-native-slider-prefix.pch */, ); - name = "Development Pods"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; sourceTree = ""; }; - 19E2B62B5841B9B0550E5653AAF31878 /* Pod */ = { + 19C4222EBF759ECD048B67012EE215BA /* perf */ = { isa = PBXGroup; children = ( - 24EDFDD6887102483489AFE14F32AB18 /* RCTTypeSafety.podspec */, + EE7DD9BDF83E7E5AC0DBC9681243902F /* RNFirebasePerformance.h */, + 3C0BE689D12CED12678638FD555066DF /* RNFirebasePerformance.m */, ); - name = Pod; + name = perf; + path = RNFirebase/perf; sourceTree = ""; }; 1A26BE4AAAB78A3ADEC6C804FEFE4F86 /* Logger */ = { @@ -7303,53 +7387,87 @@ name = Logger; sourceTree = ""; }; - 1A89D9AD4B14297D60BB576F76250C40 /* Pod */ = { + 1AB4523775362F8F73DF5E9E3CDE978C /* RCTRequired */ = { isa = PBXGroup; children = ( - 999620C379E51B2D5151B5D70F40E7AE /* UMTaskManagerInterface.podspec */, + BA880FC12730B7C342D7D98082DEFB8A /* RCTRequired.h */, + 6F3285739A96A4096338A109726449B9 /* Pod */, + F51E0391AEC357B4D3BF0214897F4FFD /* Support Files */, ); - name = Pod; + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; sourceTree = ""; }; - 1B95B25D6EF2F73FD130589FB3B18B2A /* Pod */ = { + 1B90E4D8B596293DCCFB62A6DDF14678 /* Services */ = { isa = PBXGroup; children = ( - C0AF8A51E28DC0FEEA5B45A6E27A28C6 /* LICENSE */, - 7B528786017D9DAE80E38746B599AF7A /* react-native-webview.podspec */, - A3D2972F5BB21FFEEF73983D51644494 /* README.md */, + 773EFEACDD1369E5751F2091FA268F32 /* UMLogManager.h */, + 2C8F933A182C911AAC19FB38B9DD646A /* UMLogManager.m */, ); - name = Pod; + name = Services; + path = UMCore/Services; sourceTree = ""; }; - 1F54B78EBA5D1D373158569316543195 /* Pod */ = { + 1C80C5C5EA57C20CF4D4D3E4C8311549 /* react-native-keyboard-tracking-view */ = { isa = PBXGroup; children = ( - 51602A8B0FF2DBD9D031FBEEBE346B11 /* React-CoreModules.podspec */, + 4B91D4B7426A36265A0038E1DB93DF04 /* KeyboardTrackingViewManager.h */, + 324EFFFFB7E3FE773B5AA9BA536708F3 /* KeyboardTrackingViewManager.m */, + 4DB23644FB3840465CCE05DB366E9F9A /* ObservingInputAccessoryView.h */, + 9C6A0AFD7E09AAC4A3AA35E6F0175503 /* ObservingInputAccessoryView.m */, + 542E26EACF9AB19CE88301513BBCB1E6 /* UIResponder+FirstResponder.h */, + F23A5223D449E6D72285B4B0B2352835 /* UIResponder+FirstResponder.m */, + 467A4C674F874864DEE9516C4642FAF2 /* Pod */, + 98C1FC06E200C87F4F693A992E627332 /* Support Files */, ); - name = Pod; + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; sourceTree = ""; }; - 2011012DA4D4BA42994E704E278AB9EF /* Support Files */ = { + 1D6163F7F1405C2D29D56A559B2E9304 /* Support Files */ = { isa = PBXGroup; children = ( - BC80D47C6CDBD7086E7E728EB1717A10 /* react-native-document-picker.xcconfig */, - FC5DFE0E717A0A6D92D453D6251387BB /* react-native-document-picker-dummy.m */, - 7393CF7A333E2F3F4502DDA8465306CC /* react-native-document-picker-prefix.pch */, + 74EBB2631777EE2669ECE44A3D9B6E93 /* UMBarCodeScannerInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; sourceTree = ""; }; - 20F564B59B31F95F3F20DD51F72302F2 /* react-native-background-timer */ = { + 1D681473ECA4DBBE96FD6960FF18108F /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - 73BE4E2BD8191FF1A806D5002828337D /* RNBackgroundTimer.h */, - 667562C93CE0E35859560D81A9D4C366 /* RNBackgroundTimer.m */, - 9163A0F0F7F059B9B12D2A46D962897D /* Pod */, - 738048688FCAFD0EA62436788E5E7837 /* Support Files */, + 8160262E898F5F3D158F2045C2DF848C /* DeviceUID.h */, + 5A56503F1822BA76BDB2F2C0943E6599 /* DeviceUID.m */, + 4F4CF4E9B83E6A0F0D4D75A7E4019B96 /* RNDeviceInfo.h */, + D58FC630FFE050A850F08A7BDEAD0A43 /* RNDeviceInfo.m */, + 5F14BCAADE0EA4B71C77ECE040E473FC /* Pod */, + 454D950636C6E20A4CD86A5BC4401262 /* Support Files */, ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + 1FA0BE5653EA4D0AC0D4E2ECA627F1EF /* KSCrash */ = { + isa = PBXGroup; + children = ( + A73E622BBEA4A39BBC4E87FC9494CD15 /* Source */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 20F7F2DFB95FEA83594599555FD56D38 /* react-native-slider */ = { + isa = PBXGroup; + children = ( + 3A2FA9D7EE24227F85381B0AE53D99D9 /* RNCSlider.h */, + E3A70A872830CB4F45C9AE8CF8CD4F12 /* RNCSlider.m */, + ED8C940F8E8DDE214BE270A19913EBE3 /* RNCSliderManager.h */, + 7F5BA7A3078743A58DABEB3358FA7C43 /* RNCSliderManager.m */, + 9E36B42FEBFB4150EAEC530F717E2E23 /* Pod */, + 195DE786EEC6AF812E9EFA4E917361E1 /* Support Files */, + ); + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; sourceTree = ""; }; 2136ECB76D27908075C4B018E1E6C607 /* Firebase */ = { @@ -7362,163 +7480,113 @@ path = Firebase; sourceTree = ""; }; - 2348794B921E44C89ED1E1D641BB8687 /* Pod */ = { + 237E06750B9FACA9A1BBB52BB409EF07 /* Pod */ = { isa = PBXGroup; children = ( - 4E3073268F3560B063D070EF55DA0D9B /* UMFileSystemInterface.podspec */, + D8B99054E2C3D6DC51ACB4404D499F57 /* FBReactNativeSpec.podspec */, ); name = Pod; sourceTree = ""; }; - 23D640A023956697F7254F02F112EB09 /* Support Files */ = { + 23A288030D731F5D616F65E2AACC58EB /* react-native-orientation-locker */ = { isa = PBXGroup; children = ( - F3C545D3719C07AA73DC5A009DDB92B1 /* React-RCTActionSheet.xcconfig */, - C1FD61059ED51E365EB8C98830DA1DDB /* React-RCTActionSheet-dummy.m */, - CC175D849FF5E17E87CAA2E1FA679940 /* React-RCTActionSheet-prefix.pch */, + 052723ACB794355B27AEF5498BE2DC12 /* Orientation.h */, + 76C9E5C84BDB19E01B604C03586DA684 /* Orientation.m */, + D83A58D0646CC6E2E57E8871CD8CE6F2 /* Pod */, + F6AE4C1C974A0DC90F750408347F37D3 /* Support Files */, + ); + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; + sourceTree = ""; + }; + 24048445B51E85C3BF74143674BC85E0 /* Support Files */ = { + isa = PBXGroup; + children = ( + E560EF5CEDAE450B4773CC6AB4A85E78 /* UMFontInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; - 23FCEF518E7CD0080FB945FC0993D6FC /* UMCameraInterface */ = { + 246709BD79D129EF1DF5C3957B61D3EA /* Singleline */ = { isa = PBXGroup; children = ( - 1EDB4DD1370455027F415ADAF0FE206B /* UMCameraInterface.h */, - 93080E9A956C3EF9992CE2BDBAE7D92C /* Pod */, - 611E207009DB11C41FFE26E192D584E1 /* Support Files */, + 9360D7604E1B47757AF6FFFAE266DE49 /* RCTSinglelineTextInputView.m */, + ED9BAB4B0F8B046DAE01878D05A5CE2C /* RCTSinglelineTextInputViewManager.m */, + 85C07E74D4E47FBB3E5FF5A65490616D /* RCTUITextField.m */, ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 24267E43DEA33EB99583EF2C310F0E77 /* UIUtils */ = { + 26CC20F20AABCA06C79599109AB27B98 /* Inspector */ = { isa = PBXGroup; children = ( - 943A32BC82DD9F90B690F521C2F3BF01 /* RCTUIUtils.h */, - C579CA51C3922D215446012D3F26D0D4 /* RCTUIUtils.m */, + E853FB30B5EF7783522F389558141343 /* RCTInspector.h */, + 9030D3ED68F37D23CE302E783411BE87 /* RCTInspector.mm */, + E0580412CBDCC6CE9F8952FA23CBB013 /* RCTInspectorPackagerConnection.h */, + 865B91878CA5DE76935D0E9DB383221D /* RCTInspectorPackagerConnection.m */, ); - name = UIUtils; - path = React/UIUtils; + name = Inspector; + path = React/Inspector; sourceTree = ""; }; - 2689784321CA535F8759E8AB1741ECE8 /* Multiline */ = { + 27F2647F085F5D081E9508008F0521A6 /* Support Files */ = { isa = PBXGroup; children = ( - 9A400EAD23CF7F01C37961AE6ED25820 /* RCTMultilineTextInputView.h */, - 61AA363888A6630CBFBBB0BFB0F9D7D4 /* RCTMultilineTextInputViewManager.h */, - DEB21DA40A7D7B3E1D6A593245AFE04E /* RCTUITextView.h */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 26FD63F4F214EAB11FDDA6612E41816F /* RNLocalize */ = { - isa = PBXGroup; - children = ( - 149234285FE52788DC286C2C1D089708 /* RNLocalize.h */, - 2C14B476AA97AC9B5965F8675044844F /* RNLocalize.m */, - 5B6847EE8E12E4BC522D73352DFD055D /* Pod */, - CB8FFE81C7D6B29641D72C66AB75126D /* Support Files */, - ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; - sourceTree = ""; - }; - 281444D8EF63909D4DFA99748B56DFB5 /* rn-fetch-blob */ = { - isa = PBXGroup; - children = ( - 858402B1090257CEEDC1F5183B06EC41 /* IOS7Polyfill.h */, - 16288A6D374DEF57B30DDCE361394DDD /* RNFetchBlobConst.h */, - FE11B451448C087FA000F8E536798238 /* RNFetchBlobConst.m */, - 3DDA5211D6D3A7556B833E5BE41C6FED /* RNFetchBlobFS.h */, - 6B6AB3485E97258DA51BC6AC13968E3D /* RNFetchBlobFS.m */, - CA28D65097E457C8F388D75083A9111F /* RNFetchBlobNetwork.h */, - 21C2FD82F3EF2E1D1385E4CF77E0EE21 /* RNFetchBlobNetwork.m */, - 1BC512E868EDC52D88DB5A2461800637 /* RNFetchBlobProgress.h */, - B22C08575AEB62A243675DECFA9C489C /* RNFetchBlobProgress.m */, - 0C8700E7C2E5477D0948D22AE0D0346E /* RNFetchBlobReqBuilder.h */, - 07679B01ED7717BDB95924F0A1F4636F /* RNFetchBlobReqBuilder.m */, - B8B967F67A9A47EAE957BE83BF7A08F9 /* RNFetchBlobRequest.h */, - 897103098BBBD0BC1C556F51F19325F6 /* RNFetchBlobRequest.m */, - 0BD24D42AA707D813E69331FF8820843 /* Pod */, - F8D67F47F1036A158C06BA57E504A8A0 /* RNFetchBlob */, - 7DA3503D65449BF63F910C510D3C419B /* Support Files */, - ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; - sourceTree = ""; - }; - 28E37F3C157EA28BE0B03862AB3309FE /* Pod */ = { - isa = PBXGroup; - children = ( - C10ACEEBA7982577556E26F349C4699F /* React-RCTSettings.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 293CF54965526CAE7895FA11C15A7AF0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 61FF33B74344249CC59D55F54F4D3652 /* react-native-orientation-locker.xcconfig */, - 311DF445FE87CE1764573708E7F33CBE /* react-native-orientation-locker-dummy.m */, - AC5AEA724649D3D8BE10F6B7E3704C36 /* react-native-orientation-locker-prefix.pch */, + B60BA99B6550848D20B9C468177534C8 /* FBLazyVector.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - 2C3A81619707143ABF34D8F184280AA4 /* Pod */ = { + 28111EE9332555CC30A48D56C5CC750A /* jscallinvoker */ = { isa = PBXGroup; children = ( - 6B715AADBE26668243592D882F5FD78C /* LICENSE */, - F1EE54C558C71275F875B67E1CAEFD2D /* README.md */, - 9E4995825BF1CC7B1272BA7374915B4E /* RNFastImage.podspec */, + B3552E8D6732E01D03C7B0ED5DD6E5AB /* BridgeJSCallInvoker.cpp */, + 27B8E719671E9672B056B04B75865332 /* BridgeJSCallInvoker.h */, + A0E472440EB32ADA68E70C758083D8C6 /* JSCallInvoker.h */, + ); + name = jscallinvoker; + sourceTree = ""; + }; + 283C30D3A4807EC11CA147BC4FDE772A /* Filters */ = { + isa = PBXGroup; + children = ( + 61907AB761300BC6069FF6CF1CADCCDA /* BSG_KSCrashReportFilter.h */, + 348CDDA1799F90ED5C9232B92D189CF7 /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + 28EDAFDA46D697C20465881397C6B310 /* platform */ = { + isa = PBXGroup; + children = ( + 7D0B525594FAC436EB2401E902266F0E /* ios */, + ); + name = platform; + path = turbomodule/core/platform; + sourceTree = ""; + }; + 2A530FE8C5E301B9ABB50559921ACCC8 /* Pod */ = { + isa = PBXGroup; + children = ( + CEEB2D9E1CFDEA0B73110AFAC88DC2FF /* React-RCTSettings.podspec */, ); name = Pod; sourceTree = ""; }; - 2D0ED285167E80156E050384AB5AFAA5 /* Sentry */ = { + 2AA15D526E9C43AE3474853DC2FEFC73 /* Support Files */ = { isa = PBXGroup; children = ( - 810F63F23555A8505AEA8B76EDB18D76 /* BSG_KSCrashSentry.c */, - AB46787E2D8E38B23B6E70FFB59547A4 /* BSG_KSCrashSentry.h */, - E42E8FF004760A273B45C14DBFDEA993 /* BSG_KSCrashSentry_CPPException.h */, - AC11BC507A7E2C29D98632EB8C9197D2 /* BSG_KSCrashSentry_CPPException.mm */, - BDA7BDED460EEFAAD058802B9AFF9917 /* BSG_KSCrashSentry_MachException.c */, - E9F7DBA2F2ADB56223D8FC71E44FC92D /* BSG_KSCrashSentry_MachException.h */, - BE305D50A851A552CAE374BCF1D4F77C /* BSG_KSCrashSentry_NSException.h */, - C1329548FB5474AD5B664F1F97BCCC78 /* BSG_KSCrashSentry_NSException.m */, - FD9CC0B318912FFEC6798E5431C6C273 /* BSG_KSCrashSentry_Private.h */, - 3A3FA7E5BA0595C9DB539264B6DCFA7F /* BSG_KSCrashSentry_Signal.c */, - BD4C8BC633E2A9B5A5D3435478D22C3B /* BSG_KSCrashSentry_Signal.h */, - 9BE194BCBF94E09172E4340DD7686E24 /* BSG_KSCrashSentry_User.c */, - DE721E39C1F43835E859AE29B93A0629 /* BSG_KSCrashSentry_User.h */, + 7C36198849441049B981A28FE6B5B947 /* Yoga.xcconfig */, + B7059F69EAD9A2CE07C2E46A4237121E /* Yoga-dummy.m */, + DCFCACE6967D247BCF7F7E9EF4389F4E /* Yoga-prefix.pch */, ); - name = Sentry; - path = Sentry; - sourceTree = ""; - }; - 2DD2F5E5D95F7FB9235EBFEEDFE322B4 /* EXConstants */ = { - isa = PBXGroup; - children = ( - 0182ABCB8A61B583B37098F2F4D3D3D3 /* EXConstants.h */, - 4C19F8522831D2F9EE9D4A1147119D41 /* EXConstants.m */, - 5C1E4A406BD935C2DA57253C04A20DC4 /* EXConstantsService.h */, - CA94976BBB1A2EF6CDDEA7C1D01F25D3 /* EXConstantsService.m */, - 340D605553F7B470F6B5FCF154F0F7B9 /* Pod */, - AC3E47478A27694D1A44571A9C728F1E /* Support Files */, - ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; - sourceTree = ""; - }; - 2E299FD20AAD4C2075DF3FBB1B18680F /* Pod */ = { - isa = PBXGroup; - children = ( - 6C5F2693223E3FE7E2AC98ABBF24DF2B /* React-RCTNetwork.podspec */, - ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; sourceTree = ""; }; 2E3AF22451B9D0CD72A455BC06A17F6C /* Support Files */ = { @@ -7531,96 +7599,27 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 2E87789820CAFB333B93FB1D7ADAA135 /* Support Files */ = { + 2FC165412E504CC8EFFDD7AE725BA629 /* RawText */ = { isa = PBXGroup; children = ( - 824BCC9DC38620055EC071518322EFE8 /* react-native-keyboard-input.xcconfig */, - 4D3BB9A691B6348607528B84A81C4278 /* react-native-keyboard-input-dummy.m */, - 23D97E3914D4BD4753EA2C6E3DF2F48F /* react-native-keyboard-input-prefix.pch */, + EB7151B064D0701C8165F9ECA71E1432 /* RCTRawTextShadowView.h */, + FEFBC926B9C42A6C9127AFCDCCF52563 /* RCTRawTextViewManager.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + name = RawText; + path = Libraries/Text/RawText; sourceTree = ""; }; - 3173D5C1C69BD8E2124446A7974BEE7C /* RNGestureHandler */ = { + 344BD278A1A94622246B60E4C02BF91B /* Support Files */ = { isa = PBXGroup; children = ( - D801AF3D252F806D05976A03102E51A5 /* RNGestureHandler.h */, - 435810AA44D25F78E402E260306A966E /* RNGestureHandler.m */, - E1ED833C1DF75C4BCB52EE680234CE3C /* RNGestureHandlerButton.h */, - AB726F23F2EB8BFD8AF3422843E0CDB9 /* RNGestureHandlerButton.m */, - 352C6E90D068FB859B0ACAEC65A0F166 /* RNGestureHandlerDirection.h */, - D0EA0D0D64A4CC345586C1291CA087A6 /* RNGestureHandlerEvents.h */, - 17A3F710097376D90315825E107D5707 /* RNGestureHandlerEvents.m */, - 1C247F512B6D089F48F0B57405F07C83 /* RNGestureHandlerManager.h */, - F05AB836BDC07D1ACDC2D02D31A773A8 /* RNGestureHandlerManager.m */, - 21F17E06C2BC683EA3844510D8BEB780 /* RNGestureHandlerModule.h */, - 7CF841B7F2C4FFE5C70AD8200D90F5E5 /* RNGestureHandlerModule.m */, - FE9882D6F1ADD55B531AE6C0DA506CCC /* RNGestureHandlerRegistry.h */, - 8FD4960E636E1EF34354A4B03380DB08 /* RNGestureHandlerRegistry.m */, - 0CC89BB934369B19B9F46D39A46AA58C /* RNGestureHandlerState.h */, - A68FBC3F5EF9C484CA4B97ED5D841169 /* RNRootViewGestureRecognizer.h */, - 5204A27C7572AECD142E1A0DE5595F9A /* RNRootViewGestureRecognizer.m */, - DDCDDABC49E9709834132C3C25E1B654 /* Handlers */, - 064D4AB74961C6DD14AF8C99C4A2A156 /* Pod */, - F9CA889B5CB2E84E70982614CD766A5E /* Support Files */, - ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; - sourceTree = ""; - }; - 326DB36CE8B2997E670F1036291F2F97 /* Support Files */ = { - isa = PBXGroup; - children = ( - 323DD5C7D0964EA39BE403A831E9C6A5 /* React-RCTBlob.xcconfig */, - D52F8088FD47E4E052367ED557DC9D38 /* React-RCTBlob-dummy.m */, - 06F110F71397F24159F56D7B2854524D /* React-RCTBlob-prefix.pch */, + EAA0401EB0AAD8815727B97B12A6B9E7 /* React-RCTBlob.xcconfig */, + 2CD5E3607A8451B641020D97846A2ED1 /* React-RCTBlob-dummy.m */, + AD171BEFDF8A0867103FFBF72F60169D /* React-RCTBlob-prefix.pch */, ); name = "Support Files"; path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 337B4A4D7EEE023C665C1FD1DF59D1E8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 883C9E38BB217029ADF8022B1D274DB6 /* RNFastImage.xcconfig */, - F965DCF885F1426E09025A2E6E691E96 /* RNFastImage-dummy.m */, - 8CD43246F366DCE35A65E6E4924E18A5 /* RNFastImage-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; - sourceTree = ""; - }; - 339EB9CB96F76A8830A47ABF43F5579A /* Surface */ = { - isa = PBXGroup; - children = ( - E85C0C94B7D5FB5DC0F407F2600152D3 /* RCTSurface.h */, - A0C6606D2DA7EEA34B069ADD6667E0B0 /* RCTSurface.mm */, - DF386E1B9ACF1CF737FA57899C6F62A4 /* RCTSurfaceDelegate.h */, - 86147824685623C46CAC743FC1BC6364 /* RCTSurfaceRootShadowView.h */, - 6A873229028D1DCC282AA0FA849579CA /* RCTSurfaceRootShadowView.m */, - 499C5CA01A8F491E9ED436E6171BB50D /* RCTSurfaceRootShadowViewDelegate.h */, - 6E9EC060AED3BF6D73D4CAE2EA0E4653 /* RCTSurfaceRootView.h */, - 196B36500F41B8DEAD7E76153FF0F832 /* RCTSurfaceRootView.mm */, - EFBAACF6D899685F64842CD8C4FBEC17 /* RCTSurfaceStage.h */, - 2493FEB4824E177D1417D8421C1A2F3E /* RCTSurfaceStage.m */, - 0A0D8670A8F4F0002D6099952104E081 /* RCTSurfaceView.h */, - 05C4A9697C1CDEC26FD3D27810AAB2E8 /* RCTSurfaceView.mm */, - 50EDF2247D0E2B94B1E4D798890BFC72 /* RCTSurfaceView+Internal.h */, - EB5360BD739E3E5103000078B801D570 /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - 340D605553F7B470F6B5FCF154F0F7B9 /* Pod */ = { - isa = PBXGroup; - children = ( - 80D474772031EDA1D872FCD359AE130A /* EXConstants.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 347E620B0DF1C7D8ED2FB2063B6FF354 /* FirebaseCoreDiagnosticsInterop */ = { isa = PBXGroup; children = ( @@ -7632,48 +7631,6 @@ path = FirebaseCoreDiagnosticsInterop; sourceTree = ""; }; - 34B6096C687B7C8ACDA14C90FC7954E8 /* Profiler */ = { - isa = PBXGroup; - children = ( - C6BBF10D0568EACF7D5A2AAB7D8F18C3 /* RCTFPSGraph.h */, - 8D0AC2D50D7D2C791B08AD60C6B17CA5 /* RCTFPSGraph.m */, - 148980C89EFF8F652687014331586428 /* RCTMacros.h */, - 5FBF7783362F2FAABF6B7F8AD2FAFD62 /* RCTPerfMonitor.m */, - 49088C0902F6B970C7555A3B4255F85C /* RCTProfile.h */, - EF19086FC19FF73008D2D0747261BD3D /* RCTProfile.m */, - 88D32AEAF24B72B853AD03FC0774B285 /* RCTProfileTrampoline-arm.S */, - A87EA7E9759D4E10D3F233F2428356EF /* RCTProfileTrampoline-arm64.S */, - BD8F473C3E4A3FE6CA53CE1F5D981D40 /* RCTProfileTrampoline-i386.S */, - CD662CEDBFD96BFA0736A129B582B0AB /* RCTProfileTrampoline-x86_64.S */, - ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - 35013D174F5D04E5571D2D9AB5E3E114 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9477D376E691798B42431F5D088414E8 /* React-RCTVibration.xcconfig */, - F0F2C3DDC28B8D78EF6FB0C17C4AC0B6 /* React-RCTVibration-dummy.m */, - B5A9173B90D3C3ACB383BCCCE244771D /* React-RCTVibration-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; - sourceTree = ""; - }; - 35A90260E0A3601543B2CCD85B5B6708 /* RCTNetworkHeaders */ = { - isa = PBXGroup; - children = ( - 3162609F6B6850B1DD8A9479CC18DD16 /* RCTDataRequestHandler.h */, - B518BC9BD482C1913CE4D88CDFD9421C /* RCTFileRequestHandler.h */, - FBD79F3E8B7334FE5D9E4C46AAC88A28 /* RCTHTTPRequestHandler.h */, - A778999F163DF9687DA14B63BB982F2E /* RCTNetInfo.h */, - 6156004C6392EA98C2A26FF9DA3CD6C5 /* RCTNetworking.h */, - 341CFFF0DD947EE9C0719DB50875B42B /* RCTNetworkTask.h */, - ); - name = RCTNetworkHeaders; - sourceTree = ""; - }; 35FE887956225FE6B7D8E4BE53F0315A /* Resources */ = { isa = PBXGroup; children = ( @@ -7682,54 +7639,160 @@ name = Resources; sourceTree = ""; }; - 38E3316D3BAF16CA2652F99C7FD89386 /* Multiline */ = { + 36E4A703689210A5E7F467158092A554 /* Services */ = { isa = PBXGroup; children = ( - B06EA9ED33D7A432E1ACE38EA9409FF5 /* RCTMultilineTextInputView.m */, - 986B2273FF3D42F53FA6563FB449EDE2 /* RCTMultilineTextInputViewManager.m */, - FB0FA281B0BF713CBC57241C1246A488 /* RCTUITextView.m */, + 5B03401611E7C1DF1E567F44E4916B3A /* UMReactFontManager.h */, + FB0D512C42CE9CCDF55020F03437FB9F /* UMReactFontManager.m */, + 91B18FC37DAD6A1911E81799C435ABCA /* UMReactLogHandler.h */, + AD340991395E58CB3BD13AB6321BAB89 /* UMReactLogHandler.m */, + 62E700290C47425EDA596300E1E2BB70 /* UMReactNativeAdapter.h */, + E5060233E24A626171E9CDA30D2D95E3 /* UMReactNativeAdapter.m */, + 728CE0419461B961D176D79650669EBE /* UMReactNativeEventEmitter.h */, + 38E0338A3D438DA2CB41C2A68A559F88 /* UMReactNativeEventEmitter.m */, ); - name = Multiline; - path = Multiline; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; - 3A1AAC6C2DC6D0EC3CEBF8FB436B973D /* Pod */ = { + 37D74ECE839E0ED739247D5B8BA5D686 /* Support Files */ = { isa = PBXGroup; children = ( - 77563CBBC295652F09A0B06AA30606C5 /* React-jsiexecutor.podspec */, + D82C2801427DB2A3D33E15C3049B754E /* react-native-splash-screen.xcconfig */, + E3260BF7E931B31E949E7C3D721B7FA4 /* react-native-splash-screen-dummy.m */, + C604070C7F536149A4EA4CDC591F222E /* react-native-splash-screen-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; + sourceTree = ""; + }; + 38F1C44E2F6C3E0B062C70F681E20B2A /* Pod */ = { + isa = PBXGroup; + children = ( + 742BE7392D71F15A8D7CAEA4678E9566 /* React-Core.podspec */, ); name = Pod; sourceTree = ""; }; - 3C054CB30B4FAEE030C670A926919A59 /* RCTAnimationHeaders */ = { + 397D45148778C53F5E1D31DF6A88C56F /* instanceid */ = { isa = PBXGroup; children = ( - C2B92333BB5845F760C448E223DD5AA8 /* RCTAnimationUtils.h */, - 0ED6BF721FE2D996FA29368D4CC4C8D9 /* RCTNativeAnimatedModule.h */, - CA3904BCD27523736FE542F13F3E9869 /* RCTNativeAnimatedNodesManager.h */, - 47A6A66137C515CA13A17E3A22DCD1E7 /* Drivers */, - 98000F8EE66DE05DE11247FDF405A305 /* Nodes */, + 2DE9735D71B5CD9FB4D7D210D773B985 /* RNFirebaseInstanceId.h */, + 6555C913B9BAB497F17AA1E34852C7F5 /* RNFirebaseInstanceId.m */, ); - name = RCTAnimationHeaders; + name = instanceid; + path = RNFirebase/instanceid; sourceTree = ""; }; - 3CE3E367C4EAD6B0343D4D3662EEE1E0 /* KSCrash */ = { + 39F2D2BB873DA62DA560E673B636778D /* Drivers */ = { isa = PBXGroup; children = ( - E9A4ED271E8F96640FF20315F2DD507D /* Recording */, - 08B38747045F15BDC86D9BE861C7683F /* Reporting */, + 1CED1BDD79FF49A385F677CE8E04EDF7 /* RCTDecayAnimation.m */, + 66AC5AB614BFC56FA2DFDB93C7918585 /* RCTEventAnimation.m */, + 266585B90A470F714AFA3072ACC7B343 /* RCTFrameAnimation.m */, + C554D24340E681CF504B21F839092491 /* RCTSpringAnimation.m */, ); - name = KSCrash; - path = KSCrash; + name = Drivers; + path = Drivers; sourceTree = ""; }; - 3E0D626DC6D9FCD2CB475A8E7918C157 /* Support Files */ = { + 3AED2A05685D048638CDCD6DE253E77E /* auth */ = { isa = PBXGroup; children = ( - 566AD3507F551CF6CC8AE84B4EBFD196 /* UMFileSystemInterface.xcconfig */, + A78EF4B222014C5EF4DE3A0DC1A7BF55 /* RNFirebaseAuth.h */, + 8E48BD2039041622413DB3C8530F6A7B /* RNFirebaseAuth.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + name = auth; + path = RNFirebase/auth; + sourceTree = ""; + }; + 3CD3ED61742B48A44330030A2FE6DC10 /* Sentry */ = { + isa = PBXGroup; + children = ( + F058A857DDB39C58AB33BE7B1C1C0BD7 /* BSG_KSCrashSentry.c */, + 21CC0CC0C6E9F76EADAEF10F8ECC0AF2 /* BSG_KSCrashSentry.h */, + 9571D80B373311B7D3D985725DC8BE22 /* BSG_KSCrashSentry_CPPException.h */, + 189A3065B407FE53DCC747BCCA5A41A7 /* BSG_KSCrashSentry_CPPException.mm */, + 468289CB679A68DFA7B43B4416772021 /* BSG_KSCrashSentry_MachException.c */, + A956D49C949A66944DD951B70E947316 /* BSG_KSCrashSentry_MachException.h */, + 2F96B0EA309BAE565D0277162ED347B4 /* BSG_KSCrashSentry_NSException.h */, + BF7B163C2F95C428582BD13412CB5553 /* BSG_KSCrashSentry_NSException.m */, + 2E9525FFC58DF5B3F9D3349825031B6B /* BSG_KSCrashSentry_Private.h */, + AA426E7ECDAB07CBEE0161247F1CB84D /* BSG_KSCrashSentry_Signal.c */, + A4FC994EFA0383846B52AE19FD44C316 /* BSG_KSCrashSentry_Signal.h */, + C3ABB767E7D0F0A2026A5988C9CB9915 /* BSG_KSCrashSentry_User.c */, + A4FF41E2D54CA70816320DF10584485F /* BSG_KSCrashSentry_User.h */, + ); + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + 3E4415479B78488F68971CE7CF159E07 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 399A68E54FBD2DFD3E9F6196EF7235D2 /* RCTScrollableProtocol.h */, + 27D8FA446CDC6EBAB9D7B58D48E637C1 /* RCTScrollContentShadowView.h */, + A725EB344FE2497DA6219CB96064308B /* RCTScrollContentShadowView.m */, + A692288C13E0B38BBE3BF475FE48AC13 /* RCTScrollContentView.h */, + 663B03D6DACCF85CC2F1AF70E40EDD0A /* RCTScrollContentView.m */, + 6B259593F9D547106FB3F30A6DA60BC0 /* RCTScrollContentViewManager.h */, + E31C7A72E305702E9CCB85842D3B9465 /* RCTScrollContentViewManager.m */, + 4E94807EF43C9BC49416BDE1CCC067AA /* RCTScrollView.h */, + CC65A93307B2D7038545E4C13358DE98 /* RCTScrollView.m */, + 90004C64E7AC8C5F453E97136DE3F46D /* RCTScrollViewManager.h */, + 089E67CCEA7344804852D0680EECCB5E /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 3E62D0C384C50153385E6F53C88DDD6B /* Pod */ = { + isa = PBXGroup; + children = ( + 3EF914F4926F98AC4604B36778E5A031 /* React-RCTImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3F02CD9B14268EFE2D5F88D5A3D79CF0 /* Pod */ = { + isa = PBXGroup; + children = ( + 4F8D10B2076870496F57933A20AB3C00 /* EXWebBrowser.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3F8D61B061099DD631D75E921399DF9B /* RCTImageHeaders */ = { + isa = PBXGroup; + children = ( + BEFC20B4F6B4975A92E36C31FC2F4C8F /* RCTAnimatedImage.h */, + 322E8C60FEA9CCBC1AB4509865A90E1B /* RCTGIFImageDecoder.h */, + 9F46DE3533C8BBEEB5EE0C96E5D60E49 /* RCTImageBlurUtils.h */, + 87C3E8AFE756ABF4431F28522D6E483D /* RCTImageCache.h */, + A82C55B5393F6282F1F21611A54891C1 /* RCTImageDataDecoder.h */, + 88BB9EE275530B41D9BEED203F93F754 /* RCTImageLoaderProtocol.h */, + 3FFB8D4E03ACFE08CB9437838517BE61 /* RCTImageShadowView.h */, + 273CA956EA2999827DDB31D0BE548E01 /* RCTImageURLLoader.h */, + 571509FBD5A178E21F4FAF37C1B05DD0 /* RCTImageUtils.h */, + 5E1E7BA4A3443EF26263735A85DC2500 /* RCTImageView.h */, + 0DDBB27583E14964AD06F48EF7433B95 /* RCTImageViewManager.h */, + 6FCA51DA8D464334EFF78166D2707057 /* RCTLocalAssetImageLoader.h */, + 25B6426BEF9BC191A6D264F6B5FF3379 /* RCTResizeMode.h */, + C3264A4CFF6025795AA0F7D1B85DEEDD /* RCTUIImageViewAnimated.h */, + ); + name = RCTImageHeaders; + sourceTree = ""; + }; + 3F92EF858B1215A0D1FBF3D257590C89 /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + B51D356C10E517C59850C8AC3064D4DA /* FBLazyIterator.h */, + 9C1C61A90D591DFF05410C6F4BD56431 /* FBLazyVector.h */, + 0E9D17B54342146899B416BC9A49576A /* Pod */, + 27F2647F085F5D081E9508008F0521A6 /* Support Files */, + ); + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; sourceTree = ""; }; 3FBCB639711F335106BD59282389EEA9 /* QBImagePickerController */ = { @@ -7760,6 +7823,41 @@ path = QBImagePickerController; sourceTree = ""; }; + 400FB4F7478D60B89BCDD39E20768BDD /* RNImageCropPicker */ = { + isa = PBXGroup; + children = ( + 111BAFDBB7C4F2C621DF48841B7B999B /* Compression.h */, + 8FDE6FC24CA6FD99661AF0F51B8C7B92 /* Compression.m */, + B338DB1CE645F77FDE0E81222708029F /* ImageCropPicker.h */, + F062B2A7B9D5314EB0614256530BD2FE /* ImageCropPicker.m */, + 890376274E71B425A0FD4474A010EB57 /* UIImage+Resize.h */, + 7E1583AC547B404027CEAF606A273B06 /* UIImage+Resize.m */, + 9C74A5A3ACCF98B97C80CF657CD4BE4A /* Pod */, + 10682357A7A9E348E32F58EB2DC407D8 /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; + 40C29C9550B2F7500EAFA7735C6AAA02 /* TextInput */ = { + isa = PBXGroup; + children = ( + 7DD89B666D9E83A7492C009EE55EB3EE /* RCTBackedTextInputDelegateAdapter.m */, + C7A5CC92C269E4299548E5EAC7346CF1 /* RCTBaseTextInputShadowView.m */, + A96AECE90BB6412398E60DEF2787602A /* RCTBaseTextInputView.m */, + CE4B087C688838210B152C2E5C71B366 /* RCTBaseTextInputViewManager.m */, + 52C2F79ED06AD6552EF3DFCE05C400A7 /* RCTInputAccessoryShadowView.m */, + 39B9C7A84653B428A72EC6A02F1C9D01 /* RCTInputAccessoryView.m */, + 6B082CD986165A04C47683859EFDB2FA /* RCTInputAccessoryViewContent.m */, + 0EA24B3179112AD99B55821B6639C0A2 /* RCTInputAccessoryViewManager.m */, + FC94D48DAB9B03A2B1667F11F246B0A6 /* RCTTextSelection.m */, + 76E3D9C982B522B41460E614AA5E7A51 /* Multiline */, + 246709BD79D129EF1DF5C3957B61D3EA /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; 4149A060ABA622333B58CFC72B8E8253 /* Resources */ = { isa = PBXGroup; children = ( @@ -7773,64 +7871,46 @@ name = Resources; sourceTree = ""; }; - 421441F53CABC916EB976DA993030A58 /* Support Files */ = { + 422DD37AFB6E2EAF57B64A3C06E9E78F /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - DF7D9692AB0CF9237BA7B4C9E0ED16D1 /* UMFaceDetectorInterface.xcconfig */, + 6D2125B351CFD8EACD7DFC37E6DDD36B /* FBReactNativeSpec.h */, + B6087DB38CEBE42F95249DD2C8645BA8 /* FBReactNativeSpec-generated.mm */, + 237E06750B9FACA9A1BBB52BB409EF07 /* Pod */, + DA2DB6E638CE8C757A2B89F3A86C7543 /* Support Files */, + ); + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + sourceTree = ""; + }; + 4314147774717DA6B32A49AB11F9CE35 /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + E20B05B6DC11AA8F3A183FCE44F0E179 /* RCTBlobManager.h */, + 10B786E7DFA521AAF68C76FD05BA1FED /* RCTFileReaderModule.h */, + ); + name = RCTBlobHeaders; + sourceTree = ""; + }; + 438BB1D8D96E3DFF16CF32A3A14BF4F7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 99D5248A800608BC572A32A3CEED9ED4 /* RNAudio.xcconfig */, + 0858F2F3E6ABFAF2D036305F20EE806D /* RNAudio-dummy.m */, + AF66DBAB18DA97FFA6571B7B8A068CCA /* RNAudio-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; - 42E621BBE5564E7E803726656856E2ED /* UMModuleRegistryAdapter */ = { + 441EAB320916CF6D58866A7DDAFC4032 /* Pod */ = { isa = PBXGroup; children = ( - 04A453ADA31088DEF5A67519CD4860BF /* UMModuleRegistryAdapter.h */, - 63E21425C37E960C1E29E2D3EF3300F4 /* UMModuleRegistryAdapter.m */, - 580BC6FD478957654C4352DA4270E025 /* UMViewManagerAdapterClassesRegistry.h */, - 39D0F9ED2E4BC0E3916B780CA5C9D622 /* UMViewManagerAdapterClassesRegistry.m */, + 4D874F43BAA974E85046D0C7FA99E02D /* LICENSE */, + D8DF3EB955337602DE0554E104040066 /* react-native-video.podspec */, + B7FF6E52C8A68ABD9B5A97C50C50D774 /* README.md */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; - sourceTree = ""; - }; - 43805B9D4BDE4462EC79BA9E0725D255 /* Support Files */ = { - isa = PBXGroup; - children = ( - A55E7EC91AD0B1AFCC10A42D8D106577 /* UMCore.xcconfig */, - 81E495DC27F8820E0F7C1E39F2D71739 /* UMCore-dummy.m */, - 3F3C7244EB44D0B5F967C8330B9AD181 /* UMCore-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - 43C44707AD78010D557DF2127F556029 /* RNReanimated */ = { - isa = PBXGroup; - children = ( - BDFB51ADA6468FC5D7E77E0A83765BBE /* REAModule.h */, - 3A5B59423CA8D381C4BBD432AE6AD75F /* REAModule.m */, - ADEA8E9FE8D76BCE22028D8E4F20EA29 /* REANodesManager.h */, - 037A48AE57AA6B3C75EFEAD196441BC8 /* REANodesManager.m */, - F65F1FCDCBCC5D3AE5AB899CB62D1BA3 /* Nodes */, - E8598DD18E659916D2E9CBE2075762DB /* Pod */, - EA1D6739F5B1DF78A7FC98EE6054749E /* Support Files */, - F06D764E0284EB598C20B1CF6AA72316 /* Transitioning */, - ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; - sourceTree = ""; - }; - 43CF31DF4E39BA5BF5C2A58428EB2F74 /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - 6759327F1828D6B0EB2AEB250153BEBB /* RNDocumentPicker.h */, - 56C81757F4727E41BA011562A6C6E56A /* RNDocumentPicker.m */, - A0D9A747D9376DA2DF4F94A93C806C7E /* Pod */, - 2011012DA4D4BA42994E704E278AB9EF /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; + name = Pod; sourceTree = ""; }; 44CA0DFFA3EE5E6BAF138E4A1675E9DB /* Support Files */ = { @@ -7842,104 +7922,69 @@ path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; sourceTree = ""; }; - 475A3A43E890DBD5493F0236FA4CE5BA /* Products */ = { + 454D950636C6E20A4CD86A5BC4401262 /* Support Files */ = { isa = PBXGroup; children = ( - E2306D5FB2F49E75665AE8E3911A4754 /* libBugsnagReactNative.a */, - 0C1845B037EBFB2AF0EBE8D51A83F789 /* libDoubleConversion.a */, - 460991AC1BE5B75FEBBA47638A4138A1 /* libEXAppLoaderProvider.a */, - 196B0A88499EC4B56090AF686E8DD239 /* libEXAV.a */, - 356FE3E71CD3DEFCAC4909FF82DACCE4 /* libEXConstants.a */, - C1C9D0C8BFC7D88D5A31B398B7A85378 /* libEXFileSystem.a */, - D0E211E286336B914A2B19295E3B9225 /* libEXHaptics.a */, - D0280C22D66CA99355BCC526A3BA164F /* libEXPermissions.a */, - CDCE878B34213960A39C86D72769BD67 /* libEXWebBrowser.a */, - 3C7C5D42DD5948AB3DD0AEEBFA0DBCF9 /* libFBReactNativeSpec.a */, - A610DFF0E0BE7C475685FA8DE3DBCF0C /* libFirebaseCore.a */, - 820EEE156D19F1273871393F2850D75B /* libFirebaseCoreDiagnostics.a */, - 7109CEA655580ED91B75F927D0F3982E /* libFirebaseInstanceID.a */, - 2A7F743FD292127E00F2E9D5E75F7BB1 /* libFolly.a */, - AE42EF954CD85BF69907E5C1DC217CCC /* libglog.a */, - A404097E148F1819281A337650A82A85 /* libGoogleDataTransport.a */, - 00538E6400D6DE497F2355C3CDA9468C /* libGoogleDataTransportCCTSupport.a */, - AFB872DDD998C244AC1FF5DEF2A6CF00 /* libGoogleUtilities.a */, - 808E8AF2269D05C21D3D9C6352A7F413 /* liblibwebp.a */, - AA5207268C70A330051FE675E3CC119C /* libnanopb.a */, - EEF40665F46FB3797440A917AF5C07C5 /* libPods-RocketChatRN.a */, - C6BC80FBF3C55A6B59C978DF008D2DE3 /* libPods-ShareRocketChatRN.a */, - 5767849105DF5DF08A153E973779C2F7 /* libQBImagePickerController.a */, - 29D68C01B7BB771D070839C48F2C7780 /* libRCTTypeSafety.a */, - 709BFF4EAF2CDF772CFC20DDC685AB63 /* libReact-Core.a */, - 918FAA25B981FC2328B54C5EC159E438 /* libReact-CoreModules.a */, - 409FF0807B37ED4A9D2CCEF42F1D0F74 /* libReact-cxxreact.a */, - 91EA25725FFF249D140E775D023F0228 /* libReact-jsi.a */, - 8D3111EE7181EC6A88D9C468462900B4 /* libReact-jsiexecutor.a */, - DA5783422343FC461A172E9D4CB314D9 /* libReact-jsinspector.a */, - E3E9D8FA14DFD596D27F9BB39C8D6DF6 /* libreact-native-background-timer.a */, - 3D187B29FF40E909C7B00649D02DD8D7 /* libreact-native-document-picker.a */, - FBBF17E1989733CF8EEB82221A9A299A /* libreact-native-jitsi-meet.a */, - 8E721A81A43A372A9667A58B44C84384 /* libreact-native-keyboard-input.a */, - C1F5C672F45E668D82E457808A2990C3 /* libreact-native-keyboard-tracking-view.a */, - 41A5423EBB1880BAF6F9267E5B15F7D6 /* libreact-native-notifications.a */, - 97C923AA0AA7EF31C4233AF4848FD432 /* libreact-native-orientation-locker.a */, - 8E180F9558C8D0F98BBFA9A8F4F5DC55 /* libreact-native-splash-screen.a */, - 3EC540D240E3AB36FE683E1FBCD785BF /* libreact-native-video.a */, - FCC22059E462192D9B273B945DC2A9B9 /* libreact-native-webview.a */, - C96A5AC4864557B5EC8617A856C2886E /* libReact-RCTActionSheet.a */, - D2623C93B9C015E9A8F1571FD31B16E6 /* libReact-RCTAnimation.a */, - FE497DC1D03BBC1524B08585DFBC018E /* libReact-RCTBlob.a */, - DACEA80519903C23ED463542B32F17C4 /* libReact-RCTImage.a */, - DB550C0B57182EB7ECF71B581CB8332D /* libReact-RCTLinking.a */, - D4D6A0329CD649D0C075E993F930BFBA /* libReact-RCTNetwork.a */, - 021223F4CB3D713C8F939055BC00D673 /* libReact-RCTSettings.a */, - CE32FD9AAE872F96034704AEF28E8F62 /* libReact-RCTText.a */, - 7007E5BD63700535A791FC56F083BFA9 /* libReact-RCTVibration.a */, - EC977BDF60F0D8FD5CA3971CDBEF3EA0 /* libReactCommon.a */, - 3BCF90E27230C0A61CC068752BDE4D38 /* librn-extensions-share.a */, - 84227D0A32CFFFEE02E7558663BF3682 /* librn-fetch-blob.a */, - 62ACAC5E7A06BE7F1B445F549B65DF73 /* libRNAudio.a */, - B2C3C50842C99465084B59724BB1F888 /* libRNDeviceInfo.a */, - 1432AC107EEC71614DBC990356D446B8 /* libRNFastImage.a */, - 86006669CAEC9F6B941A80CC032DC0CF /* libRNFirebase.a */, - 03793EA509CD256464C56FDB7BB6DBC4 /* libRNGestureHandler.a */, - 08EA89A726A317A7E4C39434BC66C2E1 /* libRNImageCropPicker.a */, - F834CCAD795E977DBB19041BCF8F27BD /* libRNLocalize.a */, - 122AAEB338DC8B736B63DB63AD613A00 /* libRNReanimated.a */, - 77D98E1479E96A1B403182C9C22AD207 /* libRNScreens.a */, - 884DDCF8ABAE6E290FFBEE88290F6038 /* libRNUserDefaults.a */, - C20A11A46DA88C93478EB17745182247 /* libRNVectorIcons.a */, - 02BB86289FF53E3C45D13C3A1B115EFA /* libRSKImageCropper.a */, - 301567460D8660C931BC4A8ACB8330DB /* libSDWebImage.a */, - ECE10FC2BF38F1BB875A7D45C9856E5C /* libSDWebImageWebPCoder.a */, - 08F2757358C92ECAD0E9B56A8B4C8F59 /* libUMCore.a */, - 450F873C9449D773F8A6A196FF5DACFE /* libUMReactNativeAdapter.a */, - 51AC96BADB4666318F48A67EE9D1E934 /* libYoga.a */, - 7C292364A20E94A203C3C11FD7B564F2 /* QBImagePicker.bundle */, + 70D3163FC18ECFC5FC9C5CB39ABEF981 /* RNDeviceInfo.xcconfig */, + FF55B8A50C5DD76CEAFAE979C532BA6A /* RNDeviceInfo-dummy.m */, + F2FA6758A5BCB91A3B44DE4672B9C1B8 /* RNDeviceInfo-prefix.pch */, ); - name = Products; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; - 47A4CCE46A5200755FEFE5D346367F6D /* auth */ = { + 45F65ADC670A5C7D56FA058CDCA82440 /* Pod */ = { isa = PBXGroup; children = ( - E6E88CCF48AB30F6305AB96E4C0CB8C7 /* RNFirebaseAuth.h */, - 8F11F570308CDC853BABBEC38D47572C /* RNFirebaseAuth.m */, + 1AB5FA3FE0814633E0457EA139F9F637 /* React-CoreModules.podspec */, ); - name = auth; - path = RNFirebase/auth; + name = Pod; sourceTree = ""; }; - 47A6A66137C515CA13A17E3A22DCD1E7 /* Drivers */ = { + 467A4C674F874864DEE9516C4642FAF2 /* Pod */ = { isa = PBXGroup; children = ( - FC1FC0DA8CEE8B98F69F2AC74A9D663C /* RCTAnimationDriver.h */, - 8ABF9E15E87F25B75581ED9825AB0A90 /* RCTDecayAnimation.h */, - 9A31001672A2F92EBFE5A9DEB5FC1A7C /* RCTEventAnimation.h */, - 9312678C01E526ED0B774C6976B0256D /* RCTFrameAnimation.h */, - A5306B67950A6E590FF79ACF340E2A72 /* RCTSpringAnimation.h */, + 604CB7E4F3F5461E8646013384B4C101 /* LICENSE */, + 3D1D5A7E1E7465D9D93BCD618A99BF41 /* react-native-keyboard-tracking-view.podspec */, + 61D88B04FA74CFD3BB5B726E854B8473 /* README.md */, ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; + name = Pod; + sourceTree = ""; + }; + 471F64F23D36209CA38FA19CA81BF2A0 /* Pod */ = { + isa = PBXGroup; + children = ( + BC4BE52E2452E492F2CE8F4899ED0EC4 /* LICENSE */, + 0449F9E2A3B99460CCC2260241BE1436 /* react-native-splash-screen.podspec */, + 25857240814A3940170DFB69E5059DBD /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 472738A2F5DC6082A67509413CF3CE54 /* firestore */ = { + isa = PBXGroup; + children = ( + 085915EAB73892F543C2C9766B384A63 /* RNFirebaseFirestore.h */, + C087694BB376ED453FB63A4522C3519B /* RNFirebaseFirestore.m */, + 3AC81ECFFDB79EB32FB2FDE9176E38F0 /* RNFirebaseFirestoreCollectionReference.h */, + 4EC479D69351B2B7E0C3CA6DA7D281C1 /* RNFirebaseFirestoreCollectionReference.m */, + C4639FA7A623FEC266F0F42AD07FABC0 /* RNFirebaseFirestoreDocumentReference.h */, + BF0F3D1F61441D35615F1C6A9585B0E4 /* RNFirebaseFirestoreDocumentReference.m */, + ); + name = firestore; + path = RNFirebase/firestore; + sourceTree = ""; + }; + 474625CD3EF020337F572378E236C6FA /* EXHaptics */ = { + isa = PBXGroup; + children = ( + 6992B249E906E9D314DDB55FB579EA4D /* EXHapticsModule.h */, + 6C37F88B0617BC05B371956CE8F4767A /* EXHapticsModule.m */, + CA1082DE5BB7EF4E04D5DE9977BF4219 /* Pod */, + 92F4765451663A2FDF2BECB91216DAFB /* Support Files */, + ); + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; 47DF58E02830DB7010781AF7438EFDDA /* UserDefaults */ = { @@ -7951,27 +7996,25 @@ name = UserDefaults; sourceTree = ""; }; - 493C5A1ECF31A191771A52D652820874 /* rn-extensions-share */ = { + 487FD3E8FC2C01C342EE05955F314377 /* Support Files */ = { isa = PBXGroup; children = ( - DCBE288F57E819BDF9FC650A6C8F0D36 /* ReactNativeShareExtension.h */, - C3C11881E2F336517CFF4E6B6DDE7FCB /* ReactNativeShareExtension.m */, - 73027A6C9F29B1EFC1B482DBAEFF5FBE /* Pod */, - 8BB57AED62BE389D58DD6A703AC58482 /* Support Files */, + 405139FB03C22D22C6683426F4D91C3B /* EXFileSystem.xcconfig */, + BBC755979C5A7924B239CE2863F75D2B /* EXFileSystem-dummy.m */, + D5A97A0715158BA07A5B022BFBBEA9A2 /* EXFileSystem-prefix.pch */, ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; - 4A2FAAA64229A258E22AEF293A6017F9 /* internal */ = { + 496A73ABF72B913C40257684C2DE2C6F /* Pod */ = { isa = PBXGroup; children = ( - 1EA1E4929834E80F9031A0E802E1E931 /* experiments.cpp */, - 159C23316B64E79F2A8F063074242D3E /* experiments.h */, - 320B535A141FFFD6BEF39B9029F0ACE4 /* experiments-inl.h */, + 8C6ABD61318429CBEB3C45C856D19777 /* LICENSE */, + E80DF049DFDEEA90BD79D805EA57A57F /* README.md */, + 8C083D81909E663F2821F32328D29101 /* rn-extensions-share.podspec */, ); - name = internal; - path = yoga/internal; + name = Pod; sourceTree = ""; }; 4A854B05DD0C86B61CFF86670D2231C6 /* Frameworks */ = { @@ -7982,88 +8025,173 @@ name = Frameworks; sourceTree = ""; }; - 4B4DB59D3FE4524F670104E8157571B1 /* platform */ = { + 4C440A8657C67E3B2EA8789562A52662 /* React-cxxreact */ = { isa = PBXGroup; children = ( - B5E95B58FDDA627BF052CED8E412C44B /* ios */, + 8B9B4F51586AD13990EF48C0E859BAD3 /* CxxModule.h */, + DDEC23949AC5984BC3B70A8D6A139173 /* CxxNativeModule.cpp */, + 75540950BCFA42DA75C26F869DD36FC9 /* CxxNativeModule.h */, + 0F15F0193BF14ADE2B475B302CA596AA /* Instance.cpp */, + 0106B72F9B4492E5E77A1DD80D02E281 /* Instance.h */, + 3C5F05B28DDC2DD77D3275F9510B8891 /* JsArgumentHelpers.h */, + 127CC9BCDE4DA36501BEABA9A77B33F7 /* JsArgumentHelpers-inl.h */, + 785C61796F78DB526B072365E707BE1F /* JSBigString.cpp */, + 1736828DD92323F6CAC9BBA918DB2022 /* JSBigString.h */, + 80C918D6457910AEF2D541463932F8B6 /* JSBundleType.cpp */, + 303CD0BEC481C3A8E4F57FEFC820A1E4 /* JSBundleType.h */, + 8604AB585E4698708FF2BAE10DB5ED34 /* JSDeltaBundleClient.cpp */, + C2F78CC0F2B9807DFCD699032AC00DAE /* JSDeltaBundleClient.h */, + 2B9348B0B8CBA72D05C1AF8A3B993D3F /* JSExecutor.cpp */, + D0720A03F44D871C4C49E244474DDCBD /* JSExecutor.h */, + 849D393AAF94ED15EA20FCE6C8EC6CDE /* JSIndexedRAMBundle.cpp */, + 814095D409CCBDE6158CF82E43903B97 /* JSIndexedRAMBundle.h */, + BDAC55589F3332BB022FA883475FF1D6 /* JSModulesUnbundle.h */, + 91B6F9AF65BC3DF419019CD1F6D5C7FD /* MessageQueueThread.h */, + F5C693F401A6786650B9C4846F86659F /* MethodCall.cpp */, + FBB061E97DC409BD210ADA05D3E7700A /* MethodCall.h */, + 7C703036B18420138A3BF721BB532C8C /* ModuleRegistry.cpp */, + F525073FEFA0D921B530CC130C4C2040 /* ModuleRegistry.h */, + 5979F2A313B60D345CE639883301C742 /* NativeModule.h */, + 06474F33DFFF694A8A309933C48BA294 /* NativeToJsBridge.cpp */, + C16651185D56E461B2641CD69A6277C9 /* NativeToJsBridge.h */, + 943AA9E1DC120C730F5571A901624687 /* RAMBundleRegistry.cpp */, + 42B640A081325ECDC684A77D99CA5E40 /* RAMBundleRegistry.h */, + 9C4CC1925AB8CE0AA9162B3555C47203 /* ReactMarker.cpp */, + FBA7E41356B202D2AAF425DA4C1CFD4D /* ReactMarker.h */, + 7740BFDC7D18FEC805CD563920393092 /* RecoverableError.h */, + 7F8BBD5B230414CE29DAEF2CCF65D3C4 /* SharedProxyCxxModule.h */, + 99B23E3EBAA821EAA1E5C95A11B26F98 /* SystraceSection.h */, + E2750D23A5051803B3F7F86190602E1B /* Pod */, + 85BCE497FE223786B4ED3A7346F120B9 /* Support Files */, ); - name = platform; - path = turbomodule/core/platform; + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - 4BE756250D1ECF6C253065F5B2FA9D79 /* react-native-keyboard-tracking-view */ = { + 4CDEA32FE25C60EBDDBD3EBCB258D9F0 /* config */ = { isa = PBXGroup; children = ( - 5566964AFCE43B80771F95B85FA4C68C /* KeyboardTrackingViewManager.h */, - 538E1380F02205A6F58F796C494CF55D /* KeyboardTrackingViewManager.m */, - 6207FF278A70770958D7291B4E8519D2 /* ObservingInputAccessoryView.h */, - 005BC469630F6F7D66610C867DC586BC /* ObservingInputAccessoryView.m */, - 1617C6129814BD692F81CD11B543090D /* UIResponder+FirstResponder.h */, - 099698855A327030936F87CEC20A807E /* UIResponder+FirstResponder.m */, - 6327AD3730FD608D804FC82DF852170F /* Pod */, - A74F4CEEC4E7ACDBDC2A9DA4F134EFAE /* Support Files */, + 957D2D199C4B10E710D676DE2568B4DF /* RNFirebaseRemoteConfig.h */, + 2FD5DF7AB34503BA12776A77E1B85EC7 /* RNFirebaseRemoteConfig.m */, ); - name = "react-native-keyboard-tracking-view"; - path = "../../node_modules/react-native-keyboard-tracking-view"; + name = config; + path = RNFirebase/config; sourceTree = ""; }; - 4C0B41991CC7C966CB3A30EDCEEE585F /* RNDeviceInfo */ = { + 4CEE34C3744CFEF22B3D63B61378340A /* Transitioning */ = { isa = PBXGroup; children = ( - 10D27A7F00D229731BC7F62D6A8F461B /* DeviceUID.h */, - A5328265B65371E9D6B710194CAD7C06 /* DeviceUID.m */, - 670899587CDF9673DCCDFAD2A1E5407A /* RNDeviceInfo.h */, - BA389489AD3F66E8E1CB1FE46F32744C /* RNDeviceInfo.m */, - 8008AAA7B210ECBDEC871291CF3DE4EA /* Pod */, - B491C9AE2312CAEA9C8BDCD4F1B79055 /* Support Files */, + BF51011F998488F833327B4F778815E3 /* RCTConvert+REATransition.h */, + 8726B4D11188B675EF6A4867E871EED0 /* RCTConvert+REATransition.m */, + 5A847512E7200D650709EF4EB3A8581E /* REAAllTransitions.h */, + F07F58FD856FB1BFF513C515189ECC62 /* REAAllTransitions.m */, + BB5E57A9E7B638FB025C91640EA9091E /* REATransition.h */, + 7D114FD897EF106290DFD60DCE5AF142 /* REATransition.m */, + 442D354E1D153EB1881D58B965500CB8 /* REATransitionAnimation.h */, + 1EEC170555E63DA97B7F1E8DC2657DBC /* REATransitionAnimation.m */, + C898270C2A5042B6754D6D47840F98B2 /* REATransitionManager.h */, + 7BA38B6848517A310AF94496522CC706 /* REATransitionManager.m */, + 2BA30E9C59287B8292D81BC82434F385 /* REATransitionValues.h */, + 7418BE562F5618067EB40E888EC5F000 /* REATransitionValues.m */, ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; + name = Transitioning; + path = ios/Transitioning; sourceTree = ""; }; - 4C173838B3C9F6CD300F88E5F6A824A8 /* UMModuleRegistryProvider */ = { + 4D4C261838014A1DA7B0503F0AF3C348 /* Modules */ = { isa = PBXGroup; children = ( - 9D7B7CB894CCA3FD5F353EB7F1B02EAD /* UMModuleRegistryProvider.h */, - 74ABABBA392724CE895FBCE6CBFC9966 /* UMModuleRegistryProvider.m */, + 25A75624919D83FB48745F37353FEEEB /* RCTAccessibilityManager.h */, + FFCA69F53B53E2EBEDFCCBF6F8686EF9 /* RCTAccessibilityManager.m */, + 9F3132DE79F995E19F96B64715A5289A /* RCTAlertManager.h */, + 16332955B78FC5EA10D62AB24EB4806B /* RCTAlertManager.m */, + 96917C66215B265285950ACA7825FEF6 /* RCTAppState.h */, + 68FB7C547A7EAB60C8B3D1D4CE3FEE51 /* RCTAppState.m */, + F6189AD074A208ABB7743C69A71F540C /* RCTAsyncLocalStorage.h */, + CD01C76F23C44782B7EDE800DAEFFBE3 /* RCTAsyncLocalStorage.m */, + ECFF458B1EE2DAB517A39337B06F3D4E /* RCTClipboard.h */, + 63AE1B9B98F69048EE3BE437BE5A2BAD /* RCTClipboard.m */, + 0592FF99D2221B5A116B08EB5E748496 /* RCTDeviceInfo.h */, + 7251510672B1DB67D427A4C26383B136 /* RCTDeviceInfo.m */, + C66CDD629EDA64E404FC724DE3E45352 /* RCTDevSettings.h */, + 040AEF129E02AA850F517523AB528D18 /* RCTDevSettings.mm */, + 4AF90E23E1B37226F3C59F4F2545D36B /* RCTEventEmitter.h */, + B966670BACB863143BABBDC76DB14E5B /* RCTEventEmitter.m */, + 637776B45EC598AB2E12428F0314BE07 /* RCTI18nManager.h */, + 4D15D68451EDED2467B35763CE633432 /* RCTI18nManager.m */, + 2FBB8CF01A6472CE09242ECF61A59227 /* RCTI18nUtil.h */, + 456143B6697C349EF1EA552A03304AE3 /* RCTI18nUtil.m */, + 630B742972CDD499319FA20798FB1A61 /* RCTKeyboardObserver.h */, + F24169FDAA1A7B817048D96FCE78D3EC /* RCTKeyboardObserver.m */, + 8B2C420D7F2E6D4DED08AC7B76252A4F /* RCTLayoutAnimation.h */, + 2A77951D231C794FAFB6C55537A61AB8 /* RCTLayoutAnimation.m */, + 796AD9D4BAD8C89AA96891298BFD4317 /* RCTLayoutAnimationGroup.h */, + 0292771E70F7E29E86D4A9BE9369BBCB /* RCTLayoutAnimationGroup.m */, + E65AB3A85051F611773A24AD8CEE8914 /* RCTRedBox.h */, + 53437B5339C52D81D91461F1361628AD /* RCTRedBox.m */, + 5F8213AC3784718CE3BFCC44E6DB8618 /* RCTRedBoxExtraDataViewController.h */, + 58E522079B68C75FB3790277CA1913D4 /* RCTRedBoxExtraDataViewController.m */, + 6FE8F193C9C3921426B447F0D48EB916 /* RCTSourceCode.h */, + 90E21009BC714006C387637443AE6B61 /* RCTSourceCode.m */, + D2D79935AE776F0D224387259FFA6493 /* RCTStatusBarManager.h */, + F1785279879E43093D534EDCD9482936 /* RCTStatusBarManager.m */, + 5AA897E596B2C740768E7893A40025C6 /* RCTSurfacePresenterStub.h */, + 931681268015C0047A72B0ED60D76B30 /* RCTSurfacePresenterStub.m */, + AD59C7CAC3D0360FAF80F5BB137EB3F3 /* RCTTiming.h */, + D614058F3AD573F2A7754209D4309109 /* RCTTiming.m */, + 9C9F32E288C377170A84391DE3C24A50 /* RCTUIManager.h */, + 325879D705EA379DA6576D57835AAE4E /* RCTUIManager.m */, + FD4676B30890AEC0B24DB8CCC806F930 /* RCTUIManagerObserverCoordinator.h */, + 20CDE0518610864395B04C00F6A6D817 /* RCTUIManagerObserverCoordinator.mm */, + 04826111BC5C1050A6C27A888F0E3333 /* RCTUIManagerUtils.h */, + ED9F2D7EDF1165FFE6C810A8E2AD223A /* RCTUIManagerUtils.m */, ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; + name = Modules; + path = React/Modules; sourceTree = ""; }; - 4C2B59A6447845E8C7EC645FE695DA33 /* firestore */ = { + 4DEA4181C50B9F257F7D996609641FD4 /* converters */ = { isa = PBXGroup; children = ( - 27E75C50F92E130F88D4B6358253C445 /* RNFirebaseFirestore.h */, - EB6BD9F82161C104132984C6A19CCE8E /* RNFirebaseFirestore.m */, - 3D2A8A4DB39D76CF60BB6EC3314F228C /* RNFirebaseFirestoreCollectionReference.h */, - A302DCC4C64D912E6521BDAC89150910 /* RNFirebaseFirestoreCollectionReference.m */, - 7BA993BA85D5B32B217BF12413874098 /* RNFirebaseFirestoreDocumentReference.h */, - E792A56960DE7B083053882538A55F5F /* RNFirebaseFirestoreDocumentReference.m */, + B4D32857B12A71D2DB1E60612F24AB11 /* RCTConvert+UIBackgroundFetchResult.h */, + D96BD324BC6AA09D887B41C25B54DA7B /* RCTConvert+UIBackgroundFetchResult.m */, ); - name = firestore; - path = RNFirebase/firestore; + name = converters; + path = RNFirebase/converters; sourceTree = ""; }; - 4CA03AAD8F7B30E5946E59E15D11AFD1 /* Support Files */ = { + 4E42BFE3E9895A644D09E0563F29CFAF /* RCTLinkingHeaders */ = { isa = PBXGroup; children = ( - 2177633D2BA7B24159DF0F8D9895045C /* react-native-webview.xcconfig */, - 2B340C1A9DA24640121D255A2C50B247 /* react-native-webview-dummy.m */, - 4108B6722686B91AF785A162ED70BE71 /* react-native-webview-prefix.pch */, + 5562817A06A03289CFEABF4C1E7587E3 /* RCTLinkingManager.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + name = RCTLinkingHeaders; sourceTree = ""; }; - 4FABEC75634AA0C38933844043EBB565 /* links */ = { + 4F354006812F21330E123627AA1E3420 /* RNVectorIcons */ = { isa = PBXGroup; children = ( - 007D8E799734FFD16BA16CC0493D23BB /* RNFirebaseLinks.h */, - 13F848E82CBE206FF89F5A4D545E95DB /* RNFirebaseLinks.m */, + 242FA318110D5D23813B762E43E094C1 /* RNVectorIconsManager.h */, + A6DC9692B6A5AF130DABBFF2D58A3996 /* RNVectorIconsManager.m */, + F5754A473146B7393FDE6E1B65B93522 /* Pod */, + B738C693248803AAF387C143E5DB1E44 /* Resources */, + 7608816318A3BC23F0F22E3DB552B583 /* Support Files */, ); - name = links; - path = RNFirebase/links; + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + 4FACD67A252BBFA2342243EDA608795A /* Drivers */ = { + isa = PBXGroup; + children = ( + 90CA3E6D370F2ECB6288A3097DCB1B7F /* RCTAnimationDriver.h */, + E675361AAE40510061F67D83E176DEEB /* RCTDecayAnimation.h */, + 626991F51C7CEF74F00A652A6102CE8F /* RCTEventAnimation.h */, + 77BBEF9C3CD95081B3B869B7EC6AA6BD /* RCTFrameAnimation.h */, + 2566AED6ADCCFF960A9E804B5D929C36 /* RCTSpringAnimation.h */, + ); + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; 4FB4326A298FD7848ACC2033DEC91DE6 /* Fabric */ = { @@ -8078,150 +8206,124 @@ path = Fabric; sourceTree = ""; }; - 51029A5B0A64AB7F58316BE9892C6F58 /* UMBarCodeScannerInterface */ = { + 50409B3D4D6E87BCC1CA29D58DD0DCF0 /* Support Files */ = { isa = PBXGroup; children = ( - 40650C3157A19EA6BCDB1E0DCB8C8B8C /* UMBarCodeScannerInterface.h */, - 52097CBB2533B170B1D68EFC658DEEFE /* UMBarCodeScannerProviderInterface.h */, - 164F823316FF8FB134E91630E4C73BF9 /* Pod */, - C30DEAFD1ABD4EC7997B9CDF5AB71FC8 /* Support Files */, - ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; - sourceTree = ""; - }; - 52349F4D4BA1244BC9E043CFFD84ED6C /* React-RCTText */ = { - isa = PBXGroup; - children = ( - C39665AF94FBA346085767D7916412E6 /* RCTConvert+Text.m */, - 0EE37BEFEC43603EA71DA17AD6DB6EC8 /* RCTTextAttributes.m */, - 0CFE4C51FA90CD6886BE632C8066A602 /* BaseText */, - D2EE3F70424ED65F47E176E6D70DD3AC /* Pod */, - 702ADC08C7D8F6A755B62662349B67C9 /* RawText */, - 8159EBF5FDBB444988DD9A37F58947A1 /* Support Files */, - 9EF5244FC41FECF1AAD6BFF941D69A0E /* Text */, - 5F12FE9BA5FF0CCE2A937A5ABC4F9410 /* TextInput */, - DB1AF4D7E2E6B5A08ED8D63C4D18FBA4 /* VirtualText */, - ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; - sourceTree = ""; - }; - 5432C5B6FB6CB41BB8216C58EFB1F805 /* react-native-webview */ = { - isa = PBXGroup; - children = ( - 69EA2982D27D95080CAD783E0DC509E6 /* RNCUIWebView.h */, - 7A7A515834AE7AD2E49E9BF5C650DB63 /* RNCUIWebView.m */, - E0E131BC3D68CD4CF4E45F8A5B77A0C0 /* RNCUIWebViewManager.h */, - 3BEBF59797D0B7EC87BEB87BD2C61525 /* RNCUIWebViewManager.m */, - 2347462D47221E766C95EF43C86C5097 /* RNCWKProcessPoolManager.h */, - 607049354624AEE8FCDC45ADA3B250E3 /* RNCWKProcessPoolManager.m */, - 0A3D10984774FF2D4A12FA7CC49BFFC3 /* RNCWKWebView.h */, - CA1F092C65DA8E6C48C6F21690506982 /* RNCWKWebView.m */, - E706CE3149E69838539A935D471359EA /* RNCWKWebViewManager.h */, - F69A49ED8D00ADA1F8ACFC1B2460DB0F /* RNCWKWebViewManager.m */, - 1B95B25D6EF2F73FD130589FB3B18B2A /* Pod */, - 4CA03AAD8F7B30E5946E59E15D11AFD1 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - 548D0A7EA8E1D4A391E648B85A36D5F4 /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - F325600622CCAA9A09A4685975C9210C /* UMFontManagerInterface.h */, - 16A4126BC78B4983AFCB3092432BE39E /* UMFontProcessorInterface.h */, - D1CC13168FC8DBB7DDF9AB78DCD3FBCE /* UMFontScalerInterface.h */, - 085A09056E1148316166F25EC7D79E0B /* UMFontScalersManagerInterface.h */, - 92BF14FE7890E1557C12912D5ED7E08C /* Pod */, - C2C64BAD894C524B4CF3161427E86E20 /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - 57E9681E6AB3EF7AE7D2013AF6880D0D /* react-native-keyboard-input */ = { - isa = PBXGroup; - children = ( - 852083D7A696D80DE9E77778D3D2E60E /* LNInterpolation */, - F885A308EB492EB907B3D8D25E264600 /* Pod */, - 0A5FB4C48FAF01B0472F1F023C83CAC4 /* RCTCustomInputController */, - 2E87789820CAFB333B93FB1D7ADAA135 /* Support Files */, - ); - name = "react-native-keyboard-input"; - path = "../../node_modules/react-native-keyboard-input"; - sourceTree = ""; - }; - 58CFAC3B2D744EEA58A7EDB8D5760D59 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8CBB5C5BAC37CA780E3117B6AB1CAB47 /* React-CoreModules.xcconfig */, - AEE3DD005F902CB0572F5B9E859A7D7B /* React-CoreModules-dummy.m */, - 150AD3BF6D6A700C099220CAE5027D05 /* React-CoreModules-prefix.pch */, + A64E253262C8F853E11CA384270A654E /* react-native-webview.xcconfig */, + 3029E18E24246B70A26D3FD217BFCE0B /* react-native-webview-dummy.m */, + DF93493C88F75A0C5BE7F54A5FB8468D /* react-native-webview-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - 5930ED8DD384570CA551A37C1F473291 /* React-jsinspector */ = { + 50EA53A48FD1FF786B83601644F42E5D /* Reporting */ = { isa = PBXGroup; children = ( - 605635D6DB4B1BDBFEF5762CF7A64D54 /* InspectorInterfaces.cpp */, - 60C743CD5F6E78B0DFEAF3C1C92EF55E /* InspectorInterfaces.h */, - CCDF37DB566108C526E46063C4B26F72 /* Pod */, - EE28FFC8C472FE476C57714799722BA1 /* Support Files */, + 283C30D3A4807EC11CA147BC4FDE772A /* Filters */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = Reporting; + path = Reporting; sourceTree = ""; }; - 599F37BE324D2165B71B0309C2765FC9 /* Pod */ = { + 517E29FFC9AA3330D23D175406B23D15 /* Pod */ = { isa = PBXGroup; children = ( - CFA757F4A01E5EE1C0D49E13B09169AC /* React.podspec */, + 76D8DF9D7699C060D2A2B10C4F9B8D97 /* React-jsi.podspec */, ); name = Pod; sourceTree = ""; }; - 59A8D4BC88C6FF4A62F163B403AA7F0D /* Support Files */ = { + 51E97E28E419D0C83E9368A9C2F5B202 /* Multiline */ = { isa = PBXGroup; children = ( - 43904D676F711B84D0363DF0430E85AC /* FBReactNativeSpec.xcconfig */, - 80A15382E98BDAF0193A36F6DF062EAE /* FBReactNativeSpec-dummy.m */, - 924720F5C2D4A799CF215C9F992670E3 /* FBReactNativeSpec-prefix.pch */, + E21E994004866473C8011040DCBA9351 /* RCTMultilineTextInputView.h */, + 2221E19B5A55DC56755ED4F444D4E767 /* RCTMultilineTextInputViewManager.h */, + 402991739B2BA48DB11EB4AD065C9698 /* RCTUITextView.h */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 532A50431C4A12F11D6471D411F210DF /* Support Files */ = { + isa = PBXGroup; + children = ( + 8B23360045B8F9127C9D6482488D4E88 /* RNFirebase.xcconfig */, + 6DD53F86550FB0BE5418DC5A34BF5BF9 /* RNFirebase-dummy.m */, + CD2E5A2286E62474CDEF112E7CE13224 /* RNFirebase-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; - 5AC3286FBB8B4C0AA46BDB324C2DA012 /* UMModuleRegistry */ = { + 54A3D2B009E2ABF45C3FC3CFACEC4B23 /* Pod */ = { isa = PBXGroup; children = ( - 4C7E2C6308D8C8DD2F1341FB8F321FD4 /* UMModuleRegistry.h */, - D5050F9FA6EF770BDC0BA85B547449F2 /* UMModuleRegistry.m */, - A0CB64F4C7708EEA1503FD11E213386E /* UMModuleRegistryDelegate.h */, - ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; - sourceTree = ""; - }; - 5B6847EE8E12E4BC522D73352DFD055D /* Pod */ = { - isa = PBXGroup; - children = ( - D4A56D810B8EC11BFEA5D4C20EFF3AEE /* README.md */, - B51A7B88A4C808780209A9EB402F05C1 /* RNLocalize.podspec */, + 91660AC321535925B7514FAE471CB622 /* advancedIos.md */, + 0E129ADEA3C4DA1ACAB067011C39FE7C /* installation.md */, + BFE2828225D422CDB4CCFD42F7B475D1 /* LICENSE */, + 944AA0FE38B5A9F396BD35B0FD5F7A29 /* localNotifications.md */, + 67FEC91EE88564AF01FAF4A754F06318 /* notificationsEvents.md */, + 731EABAF3CE049AC382B0B73B55D93F4 /* react-native-notifications.podspec */, + 3C06740F5A31D95F9EC5417FF4305962 /* README.md */, + C2080EE15AABE9DCE14883533792875B /* subscription.md */, ); name = Pod; sourceTree = ""; }; - 5C32729E6213C6F97BD80F073787FFAB /* Support Files */ = { + 561433C2ED9429FF5DF34C9D87C063C6 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 36EA1DBC087523A55053723339039F73 /* UMSensorsInterface.xcconfig */, + 758575F11C55F4D65FE77441A11307B6 /* UMAccelerometerInterface.h */, + 3720453D374E4A1F9B7CDC67F1C2D167 /* UMBarometerInterface.h */, + CF1CB3DAFF2EADFA3EF3AD6100093009 /* UMDeviceMotionInterface.h */, + 9091A082BB374C6E67E0920DDC9B547B /* UMGyroscopeInterface.h */, + 65C55B44E280CE550BA6B67FE4C11AB4 /* UMMagnetometerInterface.h */, + 0461A6A24AC78A2DD6C94031529A818C /* UMMagnetometerUncalibratedInterface.h */, + BFAFA74C5E2FC2B17F4E89B065D9CAFD /* Pod */, + 142448AB482D2E609522821D1256C5C8 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + 57C8F79E65D33C0C80C612B97FCA920D /* RNScreens */ = { + isa = PBXGroup; + children = ( + 52C68A2B91D1AED6521A531F3459A593 /* RNSScreen.h */, + FB066A2612D2603626E6E436B3E3AF24 /* RNSScreen.m */, + 35572205BCCD950267FBF322EFB1A278 /* RNSScreenContainer.h */, + 6B50E6C8B976E37B1ED9C9BEF64B7B5E /* RNSScreenContainer.m */, + 91202E08A405E3A2F367879ABCA8D9BC /* RNSScreenStack.h */, + E6DDDFF4E93D6FF61A793208796DA2E7 /* RNSScreenStack.m */, + E807C30D97F33BF44ED62EE2EC129A31 /* RNSScreenStackHeaderConfig.h */, + 35F34E11387F56601E4A9365FBBC26BD /* RNSScreenStackHeaderConfig.m */, + D3947373D99E99BE407FF0B402B8E8A5 /* Pod */, + 8B6EF1246DD542E41A6FF2D50F2BD863 /* Support Files */, + ); + name = RNScreens; + path = "../../node_modules/react-native-screens"; + sourceTree = ""; + }; + 59C00B092CE1B19B648F8A708E14D3FD /* UMConstantsInterface */ = { + isa = PBXGroup; + children = ( + 7CC9AFFF905577249C2185CEA227A6CF /* UMConstantsInterface.h */, + 6B0FFC4023A614F1BDA37989CB5FC5AA /* Pod */, + CB40F88F3A82859427DDC8951F0D19E6 /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + 5CAB750B540A2E10B30BEC0FCB5EDB0D /* storage */ = { + isa = PBXGroup; + children = ( + 2AD01E8BD3B0B67A395D0598DAF3F1F7 /* RNFirebaseStorage.h */, + 3E6395AA693709AD413E9C250F44B1B4 /* RNFirebaseStorage.m */, + ); + name = storage; + path = RNFirebase/storage; sourceTree = ""; }; 5D2D4DF93BFEBDAF6A82CA4D55887DCF /* Support Files */ = { @@ -8235,84 +8337,112 @@ path = "../Target Support Files/libwebp"; sourceTree = ""; }; - 5DAB022BCB874F041A686A5C948D6E93 /* Support Files */ = { + 5E7280EB406A5F68A76A8D0582ECA9EE /* Pod */ = { isa = PBXGroup; children = ( - 211F80634955535277F6E665B57F313B /* React-jsi.xcconfig */, - 0C3FEAA5996EBAB6C087D51EBE25F51B /* React-jsi-dummy.m */, - A2A09B04F81EF2E3056B41E1DA8CE523 /* React-jsi-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; - sourceTree = ""; - }; - 5F12FE9BA5FF0CCE2A937A5ABC4F9410 /* TextInput */ = { - isa = PBXGroup; - children = ( - 283F9DBC19BC9C368189DBC095F85792 /* RCTBackedTextInputDelegateAdapter.m */, - 343B4074993DCF17EBC2939439C15A10 /* RCTBaseTextInputShadowView.m */, - 98738FC7EF9E6C189DFCD03F8F0586F9 /* RCTBaseTextInputView.m */, - E9DE536273503BFD853C7F1E29AB5F9D /* RCTBaseTextInputViewManager.m */, - F14E4F9E7E375BE6FE42E2D25CBE3C26 /* RCTInputAccessoryShadowView.m */, - 21ABA09EC95E05879F07F584E19B8541 /* RCTInputAccessoryView.m */, - D7DC864424FFCD32B48738F8E72507CB /* RCTInputAccessoryViewContent.m */, - 25E8D94BF8D71ED99315114105FB7E17 /* RCTInputAccessoryViewManager.m */, - B7D880AD3344988E75DB2D19B5008257 /* RCTTextSelection.m */, - 38E3316D3BAF16CA2652F99C7FD89386 /* Multiline */, - 0B0CE029E886AB512825EBCE0DADA4D7 /* Singleline */, - ); - name = TextInput; - path = TextInput; - sourceTree = ""; - }; - 6065E5B12A5672A833E7CF853E6FE31F /* Support Files */ = { - isa = PBXGroup; - children = ( - 2884DD0912197AF891B45AC139D8C64E /* react-native-splash-screen.xcconfig */, - 81C2532EF3342F72E6FD0A53291AD89A /* react-native-splash-screen-dummy.m */, - 7EBF1B168B6A290113FB57AB45EB4870 /* react-native-splash-screen-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-splash-screen"; - sourceTree = ""; - }; - 611E207009DB11C41FFE26E192D584E1 /* Support Files */ = { - isa = PBXGroup; - children = ( - F689591CF7C3C72186DB328870EDE816 /* UMCameraInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; - sourceTree = ""; - }; - 6128B252FC1BD23075D495354CCE4231 /* Pod */ = { - isa = PBXGroup; - children = ( - 254FD94E666E958F4AA767DBF3514C11 /* LICENSE */, - 17B5A3398542FBA69038FDE4DB3AF30E /* README.md */, - 4C0F6D6814201054F7BC694B6F77F313 /* RNVectorIcons.podspec */, + 2A94EB3FDE6181A992CD972225B93E95 /* LICENSE */, + 069A597A62C592D1266058990C46DDE9 /* README.md */, + CA2C98941E61A9E25202BE552ED6B272 /* RNGestureHandler.podspec */, ); name = Pod; sourceTree = ""; }; - 623C4E269FA0252D4BFD63BA25BFD9B9 /* RNAudio */ = { + 5E83487D4000ECB041BF94665F3F9FC6 /* messaging */ = { isa = PBXGroup; children = ( - A00C194F97F81C3428B538B51E2A782F /* AudioRecorderManager.h */, - 512147BD01A00A9A399A9F21DF93F432 /* AudioRecorderManager.m */, - AF5A9C9DCB1542D640E0321F6320FA77 /* Pod */, - 874E4E0F72BCAD4505CE4EE7DE6E4F95 /* Support Files */, + 4E3E7841ADAE79D35AD4AF7D577350A7 /* RNFirebaseMessaging.h */, + E8236B417937890374B572958742C510 /* RNFirebaseMessaging.m */, ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; + name = messaging; + path = RNFirebase/messaging; sourceTree = ""; }; - 6327AD3730FD608D804FC82DF852170F /* Pod */ = { + 5F14BCAADE0EA4B71C77ECE040E473FC /* Pod */ = { isa = PBXGroup; children = ( - 38EE2AEE5664ED9EFAAB1C91EB51082E /* LICENSE */, - 81029198431B4FFAE34236943BB9E65B /* react-native-keyboard-tracking-view.podspec */, - 5A54E8710802BFE7EB7AD8BD1B5E1104 /* README.md */, + EF4F0822B3850987B9AA1C317ABCECEB /* LICENSE */, + 9D376A9D2543D2CB1B97CACE75D43FF4 /* README.md */, + 38DC849110C3537268C7FE5D976F12F6 /* RNDeviceInfo.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 5F6196C342AF67EA5D35C1F3B252103D /* UMFontInterface */ = { + isa = PBXGroup; + children = ( + A42DA2D2669129AFDFD757224758269C /* UMFontManagerInterface.h */, + 27EF3C3474607B32C95194CD08B852DF /* UMFontProcessorInterface.h */, + A994C441295B604965D253B82D27348E /* UMFontScalerInterface.h */, + 25AD8AC6ACD84FE86DB7BD77F8F73B4F /* UMFontScalersManagerInterface.h */, + A0BDA52BD5F6EFE8F8A757ED19C1D136 /* Pod */, + 24048445B51E85C3BF74143674BC85E0 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 5FC33303660B4A3D00ADEC5E36EBC695 /* Pod */ = { + isa = PBXGroup; + children = ( + 12B8796744C0E2864BC6D4E804B5BC6E /* React-RCTAnimation.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 60C092074990E739E4200127DC1AD658 /* react-native-jitsi-meet */ = { + isa = PBXGroup; + children = ( + 4C3FDC1730E6A603C745883B4822E789 /* RNJitsiMeetView.h */, + 29F5B0B9714C01DE4F040D12DA423359 /* RNJitsiMeetView.m */, + 7C7FAC38BB6898466B9F04891309BADD /* RNJitsiMeetViewManager.h */, + 97526B3673A4306F0CC1E7CDBAD22D62 /* RNJitsiMeetViewManager.m */, + 0C9D99C91A95F3B4956FD1D511E0F298 /* Pod */, + D188E9962DD743CFF626D52102734DB6 /* Support Files */, + ); + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; + sourceTree = ""; + }; + 60F9A05EC5320E7220E347A40F7A9764 /* RCTActionSheetHeaders */ = { + isa = PBXGroup; + children = ( + ECFFC7D58604BBC72950F361BD4C5704 /* RCTActionSheetManager.h */, + ); + name = RCTActionSheetHeaders; + sourceTree = ""; + }; + 61484BD42F4F972C917D073599E989AB /* Support Files */ = { + isa = PBXGroup; + children = ( + EB4EAC2FEE7DD225B1D41B00CAF85779 /* React-jsinspector.xcconfig */, + DFC53C424974B9D08B76BEB152BCF601 /* React-jsinspector-dummy.m */, + 84ACBEC979D8CD27FFFFF46C6DA23EC2 /* React-jsinspector-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + 61D6B82DDBED3D05882DFDAC3BD9EFC3 /* Pod */ = { + isa = PBXGroup; + children = ( + EF1CB95FDC338D71D32AEC8225DC03EB /* README.md */, + 4B19F4DFC527349D971B7DB9AA460EE8 /* RNLocalize.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6259965D8F41268557EFC7290A9F4A9E /* RCTSettingsHeaders */ = { + isa = PBXGroup; + children = ( + 9DB687651F5100F1D6FF66832A34667B /* RCTSettingsManager.h */, + ); + name = RCTSettingsHeaders; + sourceTree = ""; + }; + 63338737D80B55E092F0AF7BD0DA6A96 /* Pod */ = { + isa = PBXGroup; + children = ( + 8C394FB87690135FE97E4FE14E957D85 /* RCTTypeSafety.podspec */, ); name = Pod; sourceTree = ""; @@ -8344,14 +8474,13 @@ path = JitsiMeetSDK; sourceTree = ""; }; - 652CA6BFA1D8484CA993DFA32E44B1A1 /* React */ = { + 65093E9E72DD0B7EAEEC03688B251299 /* Support Files */ = { isa = PBXGroup; children = ( - 599F37BE324D2165B71B0309C2765FC9 /* Pod */, - FC8CB42543B8AAB6DB6BCB44A8324BF1 /* Support Files */, + D56056EAF311C03ECA1158C387BF87B7 /* UMPermissionsInterface.xcconfig */, ); - name = React; - path = "../../node_modules/react-native"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; 654F21F543F956F4DAC287ECAF47A07A /* Support Files */ = { @@ -8365,54 +8494,51 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 65C092509AB3160B74D81E849D1E48F2 /* Pod */ = { + 66FC5463F33D9D068CF48C57C7FFB65E /* Video */ = { isa = PBXGroup; children = ( - 2E4358AA31F04F7E98758851A3B23137 /* Yoga.podspec */, + 1E80DB719DE56C04BDAA5BE08D9DE69D /* RCTVideo.h */, + B4BB6136ECD3FBC597C5FADEF034127E /* RCTVideo.m */, + F64A821DCA45FCB0FDA406A097715F36 /* RCTVideoManager.h */, + 24D548C4534A5995C0150220287FFFB9 /* RCTVideoManager.m */, + 064DB26DCBE9742CB2838FA98F139348 /* RCTVideoPlayerViewController.h */, + 0B4AC7EF9E4C1C777093940A54FEEF8C /* RCTVideoPlayerViewController.m */, + CFE86784723F4144BE01CB7C0F53157B /* RCTVideoPlayerViewControllerDelegate.h */, + FB0C6FB99018F4E0AAF0B8118F8839B8 /* UIView+FindUIViewController.h */, + FA1A893EECD86461870FDF97D6BF7328 /* UIView+FindUIViewController.m */, ); - name = Pod; + name = Video; sourceTree = ""; }; - 66524E121E9678338594A0A185E103E6 /* UMReactNativeAdapter */ = { + 67491E7CFB81240ADFD296A3820A682E /* React-RCTText */ = { isa = PBXGroup; children = ( - D6D5927AF267515C77C90FFAAA11F663 /* UMBridgeModule.h */, - C6001D3B2A54270C452614A0C3638FD6 /* Pod */, - D9BEDAFAC222C1B71F6644A4BA1B9DEA /* Services */, - 732CF9E49F31813C04BC03A8FB54D4A6 /* Support Files */, - 42E621BBE5564E7E803726656856E2ED /* UMModuleRegistryAdapter */, - 66BF011275801B69A83EABBAA6051D6C /* UMNativeModulesProxy */, - 7D4A0F12DA35C361343DC637FBC44152 /* UMViewManagerAdapter */, + 254EF6D4178B1BA3A2BE5552311C807C /* RCTConvert+Text.m */, + 3A2C61A298E71B81F7C2935B8D42FBD9 /* RCTTextAttributes.m */, + 810867BEEAEA358FA17A92987343562B /* BaseText */, + 9F36AB633CC1AB8DDB9282FC545FCCCD /* Pod */, + DB8F6CFBC667821860C9A40F6978E419 /* RawText */, + C6EBEBDF61181F8F9D18C1947FC34ADB /* Support Files */, + 6A140C29F6D6F9471377904476CDBC93 /* Text */, + 40C29C9550B2F7500EAFA7735C6AAA02 /* TextInput */, + A4C9C90E1E84D24409B055B443059563 /* VirtualText */, ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - 66AD9D645332E83295CE79FF61595097 /* Pod */ = { + 6788B97B4E2346EF9A30C3D0E061A899 /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 6A95733BC6CAA935AAFFEAA102274897 /* React-RCTAnimation.podspec */, + C6D2505334E5CAA7740E6983C7152D01 /* JSIExecutor.cpp */, + 1CB65D21A382A507AAF6FC5E036A8645 /* JSIExecutor.h */, + 91A13DD01C1483BF68BB5902C4B82C9A /* JSINativeModules.cpp */, + ED508C7F81080365D80934F358525523 /* JSINativeModules.h */, + C6CBBAA80AC860043E4AFB2E56033D4B /* Pod */, + DC3D58A188C06AB84774E56F780D0A99 /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 66BF011275801B69A83EABBAA6051D6C /* UMNativeModulesProxy */ = { - isa = PBXGroup; - children = ( - 375519D93ECF9CF39780B72B9BF6F8F9 /* UMNativeModulesProxy.h */, - 0D84FDC058A1FD39DBDD29372DB782E3 /* UMNativeModulesProxy.m */, - ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; - sourceTree = ""; - }; - 66C3F4E0771AE643F3CCFE0C2D686219 /* Support Files */ = { - isa = PBXGroup; - children = ( - 60A29590279765D116F9A5A784729A4D /* UMPermissionsInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; 6797B7A25E0298E4F4B21C545C6D2ED7 /* Pods-ShareRocketChatRN */ = { @@ -8429,86 +8555,218 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - 67EC0F389B1FDA4D7F0EE0CDDE3A9B12 /* React-RCTVibration */ = { + 67C2950018D35DFA486B5D861B557F02 /* React-RCTVibration */ = { isa = PBXGroup; children = ( - F3931D28AA076A31C49BC2F3020B0733 /* RCTVibration.m */, - EF06B98637154181EC86FE652C4FA1BF /* Pod */, - 35013D174F5D04E5571D2D9AB5E3E114 /* Support Files */, + 6E6274FC0645C634962BB4A7F21CCE9F /* RCTVibration.m */, + B360970E228EEBF993582CCE9598BED1 /* Pod */, + BF8A8B3DC3AA9D6AF04C9091E365A2E0 /* Support Files */, ); name = "React-RCTVibration"; path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - 6864C4323B332927C25C81D363DFC6F0 /* admob */ = { + 6815A83C7B87F289870CC36351C0C929 /* Handlers */ = { isa = PBXGroup; children = ( - 53CCF119E6E87F4352F1C3330BC95C59 /* BannerComponent.h */, - 77EB216CA8013141E8A00A4CFB2BCDA3 /* BannerComponent.m */, - 4F0C01DFBB5346F4FE6D03839E067D94 /* NativeExpressComponent.h */, - 9D97FFC28C9414B95D589399763961D4 /* NativeExpressComponent.m */, - BD5288BA61AC1F0A50A3CB5E7F211A76 /* RNFirebaseAdMob.h */, - A70694F5A4C5B5EF87E255F6DA6125A9 /* RNFirebaseAdMob.m */, - 685F76DE22F8EBD774E3CB935D8B507E /* RNFirebaseAdMobBannerManager.h */, - DA2862C764DC067202223164258F2549 /* RNFirebaseAdMobBannerManager.m */, - D253F0093B088DDC3E1FAF79F9E53D45 /* RNFirebaseAdMobInterstitial.h */, - F19DEDB8616807263EC79EBEC423846C /* RNFirebaseAdMobInterstitial.m */, - B8D5E9FDB2234F0FAF6B2E0983778CD6 /* RNFirebaseAdMobNativeExpressManager.h */, - 167A459272622EAFCCF5329E8083961A /* RNFirebaseAdMobNativeExpressManager.m */, - 218D325ED6F9CF50D150F81EC9121080 /* RNFirebaseAdMobRewardedVideo.h */, - FBE5378C09BFC55CD82F6C17426AE8F3 /* RNFirebaseAdMobRewardedVideo.m */, + 6B245A27EA2C46202CD0F1FA0B0E7B48 /* RNFlingHandler.h */, + E34AB1399218027C5AEEE6C1C1CF1CBF /* RNFlingHandler.m */, + 4E290CECE90737DE1852F8F5AEF7026E /* RNForceTouchHandler.h */, + 488B1323198BBB7167FB99F78CA5F329 /* RNForceTouchHandler.m */, + 337873F86949C7C4D310C327B204F8D5 /* RNLongPressHandler.h */, + BD75E609AA0C3502B1B05340881E5CE1 /* RNLongPressHandler.m */, + ADF46A5658324D30A7CDF480D809F704 /* RNNativeViewHandler.h */, + EB522040EEBDC5D6B12E41D66921B3D9 /* RNNativeViewHandler.m */, + 8C49201D18F034E4E1A4CD86E2E9DF43 /* RNPanHandler.h */, + 5F1BA7DE43D3D0C4634D5CD822FE1E90 /* RNPanHandler.m */, + 9F8AFCAC8503727F79A88D871C8E6B73 /* RNPinchHandler.h */, + 097AB8D08EBB1A7A3A56AB9611545E5F /* RNPinchHandler.m */, + 33D0FCF77122C15DBEE540C0AE73564B /* RNRotationHandler.h */, + CE7A098C9C5162CB3078666808F04D94 /* RNRotationHandler.m */, + 73C9DB8BF63FD3C91D64D10E08852C47 /* RNTapHandler.h */, + 6226D3BCFE1A5844DE28DCD36E1BCF2A /* RNTapHandler.m */, ); - name = admob; - path = RNFirebase/admob; + name = Handlers; + path = ios/Handlers; sourceTree = ""; }; - 68B113FC9C0EB87DF386554BD03D2038 /* bugsnag-cocoa */ = { + 6834686121B033B227B1F0517DE8A25D /* Support Files */ = { isa = PBXGroup; children = ( - AE0AFADC1249F540DDC71B19D65D0334 /* Source */, + A5F18544CBD2F3642D1EB1E5609E3D96 /* React-RCTAnimation.xcconfig */, + A1DB5F3F6F6A6787C2F5CBDD8121B16E /* React-RCTAnimation-dummy.m */, + B64D58311336ABD4F1C98BEA64CAC7FF /* React-RCTAnimation-prefix.pch */, ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - 696E1E15370051EEE34FD44A0DB41574 /* Protocols */ = { + 68A70D0B8E43FDE7BF95C64595184D50 /* Text */ = { isa = PBXGroup; children = ( - 37FAF41B1B290E8EAE555F939966E563 /* UMAppLifecycleListener.h */, - 1B46C473A86E2ED7BF76C7AC7E5BB383 /* UMAppLifecycleService.h */, - A731CFCEDA268A9E7D5B827BCA3528E8 /* UMEventEmitter.h */, - 2BC0D218879DC2E4C7EF682C9A6CC58F /* UMEventEmitterService.h */, - F01E326CCE406D2A49E4A10396547317 /* UMInternalModule.h */, - 1C172FCA6DEEE2C4CA566912D635CF84 /* UMJavaScriptContextProvider.h */, - A43B34C48897A6C0958D0D49568F9AB2 /* UMKernelService.h */, - C00F6ABD26FA24AC01558D1555972C93 /* UMLogHandler.h */, - E3C1EE15A8B761F2506CEEB138AB56FF /* UMModuleRegistryConsumer.h */, - BD77FDB21D05219BDE06CA6527AD066C /* UMUIManager.h */, - 248035685EB19D1B3F5667BF8645BED5 /* UMUtilitiesInterface.h */, + E8397DD952C9A43C7C8FC313818DCFFD /* NSTextStorage+FontScaling.h */, + 87508584A37E6D35C7D3E93BBF88312F /* RCTTextShadowView.h */, + F20132D7EB54EEE4D41C35C5CD713CA7 /* RCTTextView.h */, + DCD6621E041C80E2E8557009B22A7C8E /* RCTTextViewManager.h */, ); - name = Protocols; - path = UMCore/Protocols; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; - 6C520778F34C82058DA983FD5B4D9637 /* TextInput */ = { + 6A140C29F6D6F9471377904476CDBC93 /* Text */ = { isa = PBXGroup; children = ( - C59BAEC2A7827C2B428990AD6BB07A31 /* RCTBackedTextInputDelegate.h */, - DCF6C088310EEF30275C9C3B4DBC9F25 /* RCTBackedTextInputDelegateAdapter.h */, - FBD195C1C123E5DA826A6272C83A7D4B /* RCTBackedTextInputViewProtocol.h */, - B8D6A01971F78DEFE0CD090570F95BAE /* RCTBaseTextInputShadowView.h */, - 89167B14F836AA4BBAEEE438D34AF41E /* RCTBaseTextInputView.h */, - FF7A4EF0C373D5139F2F1CBB88FC71CC /* RCTBaseTextInputViewManager.h */, - FDA5B7A03641BA8B2DBE29A614E7770D /* RCTInputAccessoryShadowView.h */, - C238953E538AED81F3041EF99B90B69C /* RCTInputAccessoryView.h */, - BF7C8D82374ED918C8F4EC3C2D81AC16 /* RCTInputAccessoryViewContent.h */, - 30D4989713F879DD1DB017EFC27AC2E5 /* RCTInputAccessoryViewManager.h */, - BB32D49DA0AECFC80F73D73ECAB81A6F /* RCTTextSelection.h */, - 2689784321CA535F8759E8AB1741ECE8 /* Multiline */, - 8B5F55D483D67D5673C44540DC51C6D8 /* Singleline */, + EEEA377DA97D9F91E87A79EF17EEDAFB /* NSTextStorage+FontScaling.m */, + FFFCE4157E7DDA4480D47D082131FAAF /* RCTTextShadowView.m */, + BD875951C78D5AD5EA822E6C142A3D8F /* RCTTextView.m */, + 0E64679AEF396D3F35E4AA50CD16311C /* RCTTextViewManager.m */, ); - name = TextInput; - path = Libraries/Text/TextInput; + name = Text; + path = Text; + sourceTree = ""; + }; + 6A1BBDDACCD36D14FEE6AF72004F3448 /* Nodes */ = { + isa = PBXGroup; + children = ( + DF01276E01BAEE60BCB6BC71D7F839CE /* REAAlwaysNode.h */, + CB29B1BC3F0F78F8D1C1C0DDB497E5C7 /* REAAlwaysNode.m */, + 9E77CC43A4529AA5CFDB665DB5012F56 /* REABezierNode.h */, + D43FBC97BD92C3BD352A78276098A7EE /* REABezierNode.m */, + 85BCFE9AE193CB7F119DAE4E60130527 /* REABlockNode.h */, + 7DEF6640CD360A306E4CEAA4701104E6 /* REABlockNode.m */, + 68914D9B9333FE850119533B03A85384 /* REACallFuncNode.h */, + E4FD82944AED0B2CC7EE0E5823FB61B8 /* REACallFuncNode.m */, + E4281AC9A6432A99115A44D5745894E5 /* REAClockNodes.h */, + 97F5879CF9BB3C2F4E0E92F183F7EE9E /* REAClockNodes.m */, + 19E5FDBD681335238ABEB42C82B94529 /* REAConcatNode.h */, + 61D7C55751735EBCFBA4DD73DE70AA67 /* REAConcatNode.m */, + 9B64B30A08C37E5E989F9DE42621AA06 /* REACondNode.h */, + D4F5BEE9DEB9C9B3477B898BC2936D4A /* REACondNode.m */, + E3751055589C0E0ABD0035CBA3B7080C /* READebugNode.h */, + C4D08656AFB12B1B8A7ACFC93CEF37C3 /* READebugNode.m */, + FF30C375154C57FA408D39486AFEBF2F /* REAEventNode.h */, + 8A93992980DB6A5CF891405761F0734F /* REAEventNode.m */, + B29B351DB6CB683B7DC26B9E75438CFD /* REAFunctionNode.h */, + B96F14739423169C9ABAC285ED23FB2C /* REAFunctionNode.m */, + 5904C6DA9B41E1F507CFFF5C2815DF5E /* REAJSCallNode.h */, + 033AC1510813433A9DDE9514B0765888 /* REAJSCallNode.m */, + 7D09481BF6F18E719287E3EFE0A9893E /* REANode.h */, + DC71F32B6369186E82C096838154F02A /* REANode.m */, + E5B777DB60365135C3317DAE8E8AF141 /* REAOperatorNode.h */, + A1CCB2E5BB689229893C694A91986E69 /* REAOperatorNode.m */, + 4BE8177DC4F1608AEB00679E36664832 /* REAParamNode.h */, + 4DF322AF97C655AE4AA823818E4B1D7F /* REAParamNode.m */, + 05646E7F90C198219717B20CC4C26836 /* REAPropsNode.h */, + F2A4FEB9343FBAF5A9F2F81A45016FE8 /* REAPropsNode.m */, + 89945D9C14CD238AB6CC362EB0755CA3 /* REASetNode.h */, + E42EE08627BD2012BF134272A222A90F /* REASetNode.m */, + A312C8581F533EA4E0F3D026CC8EA0D8 /* REAStyleNode.h */, + 9CE9CA46093DAD9047A73167917D6484 /* REAStyleNode.m */, + E86D10B109765FA3A9CD134DEB466EE0 /* REATransformNode.h */, + 713F6733E2ABB78369F7A460A62BBAB1 /* REATransformNode.m */, + 71F100A357FCB4DA5ADD5EAC844EA1DB /* REAValueNode.h */, + FC134CE28577924FBA0E845DE9301AEC /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; + sourceTree = ""; + }; + 6B0FFC4023A614F1BDA37989CB5FC5AA /* Pod */ = { + isa = PBXGroup; + children = ( + D1B9DD3458988F0AAAD0D1EA7CCAE2ED /* UMConstantsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6CDAC7F5DEDFB8FB8629F163FC58A4B9 /* Pod */ = { + isa = PBXGroup; + children = ( + C59010E8FD859DB908C8E98EB62B72F9 /* EXConstants.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6D6D65A007BA38A1970C49B4470DBE73 /* Support Files */ = { + isa = PBXGroup; + children = ( + 83381D7721E6E3C4D2568172808C002B /* RCTTypeSafety.xcconfig */, + C36FFD8CE4F2E096ADBA4F60C3B3095C /* RCTTypeSafety-dummy.m */, + 2D2DCB90E2556B9EE9938AACD43EA18A /* RCTTypeSafety-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; + sourceTree = ""; + }; + 6E94FEB04F4C609187EF98CE4095535A /* EXAV */ = { + isa = PBXGroup; + children = ( + 1656BF768C6097C5186585595AB179F1 /* EXAudioSessionManager.h */, + EEB25596468D7B800C8EC4065F1FA387 /* EXAudioSessionManager.m */, + FC9C10AB5E2A4BB89E67347C40D9E1A3 /* EXAV.h */, + 189445D1D8255104F69652A281605CDE /* EXAV.m */, + 423B876C208915B2CB12806610E72380 /* EXAVObject.h */, + 2EEE6107293CEDB87E02C1175846D4AC /* EXAVPlayerData.h */, + C7CED257568C26037E9876B6E4BC83C1 /* EXAVPlayerData.m */, + 7B4AAE1668E096E20AE29E71281F2B70 /* Pod */, + B0C2ACFFE369626DD0B07FB190F995D2 /* Support Files */, + 9E58800D8A67B09E997A6E0CFD15BF65 /* Video */, + ); + name = EXAV; + path = "../../node_modules/expo-av/ios"; + sourceTree = ""; + }; + 6F04BBEEFD636AF6DBDE7BEDF4D1A902 /* Tools */ = { + isa = PBXGroup; + children = ( + 900FB825AE023D76B31DAB50D2C8CB0A /* BSG_KSArchSpecific.h */, + 19081B37EBBF7137D3F2E9C99315A738 /* BSG_KSBacktrace.c */, + 96A0D37DAA61E03392BA7F02ACAAC41B /* BSG_KSBacktrace.h */, + D625566F6B0B66D0B84F7CE461181CD1 /* BSG_KSBacktrace_Private.h */, + 3CBD4FBF6F89E89007406B5033F3EEA3 /* BSG_KSCrashCallCompletion.h */, + 30FFE92CADD8BB91848EC9EDCC17CECC /* BSG_KSCrashCallCompletion.m */, + 53B33057E6F844825A392608BE674BB7 /* BSG_KSDynamicLinker.c */, + D4004E6539B73F70F309F6CA3B8BBA3A /* BSG_KSDynamicLinker.h */, + AD3609A314C8F9128CFF9541241E1ABC /* BSG_KSFileUtils.c */, + E062766419CA1A721C0490678A645B81 /* BSG_KSFileUtils.h */, + 1019C15497785752A07B306C627C3481 /* BSG_KSJSONCodec.c */, + 2A84978DE0E1E89B30C5C97F38DAE402 /* BSG_KSJSONCodec.h */, + BB31185D47198BCD575DCC5BADE985BD /* BSG_KSJSONCodecObjC.h */, + E8E47A155B2E333991D6A1083C0ECA6B /* BSG_KSJSONCodecObjC.m */, + 4777204F4F989143F12AC93DA2222CC6 /* BSG_KSLogger.h */, + 962C1AB6161EF945BE8944A970CEA6E5 /* BSG_KSLogger.m */, + E93E3F523A221B2D04945DF6B978816B /* BSG_KSMach.c */, + 0A95C13B5C83B0BD1A625452476DD17E /* BSG_KSMach.h */, + FA07B19E0E8762926BDE4994917FF625 /* BSG_KSMach_Arm.c */, + 9ECAF0FBA9C4A3278CAB1D8EA15E11A5 /* BSG_KSMach_Arm64.c */, + 9F79079216DFD84B53778FC99ACEBAD2 /* BSG_KSMach_x86_32.c */, + B65EA57CBCCBBC8C9DF9883AF667F899 /* BSG_KSMach_x86_64.c */, + E488C619ADAF6B51401EB7B66FBCAF97 /* BSG_KSMachApple.h */, + 4AB6B8E1B5D2F391FCCE597EF62BD5EA /* BSG_KSObjC.c */, + B41C2008BC5C5AF6889FFA469005EF88 /* BSG_KSObjC.h */, + 223A26DA213F18FC7C7E42885D9A99D9 /* BSG_KSObjCApple.h */, + FD73F4059AF9E223438E529DF7A2F384 /* BSG_KSSignalInfo.c */, + D08EDBC7AB602789DB4A0724C29A1BEE /* BSG_KSSignalInfo.h */, + 0B803CDFBC04274DA1CB860853C7FA16 /* BSG_KSSingleton.h */, + CD2467C1288BCA5E636FC43A4A3C0D64 /* BSG_KSString.c */, + 6F689B9146C2260E11900873E6B7943F /* BSG_KSString.h */, + 78F7DD691CC73FD58463DADDA806A7A0 /* BSG_KSSysCtl.c */, + A5D633BFFB1CBE9A05C51896744099AF /* BSG_KSSysCtl.h */, + 81C70E4F4F84A3BBC2D9AC5D616E6A75 /* BSG_RFC3339DateTool.h */, + 8A9C40BFF02D1EE9D5008324828F05D7 /* BSG_RFC3339DateTool.m */, + DBABA096A184E70F1347918ED6057A3A /* NSError+BSG_SimpleConstructor.h */, + 00B26F757EA0038680F1EEA17AF7CF0F /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; + sourceTree = ""; + }; + 6F3285739A96A4096338A109726449B9 /* Pod */ = { + isa = PBXGroup; + children = ( + 9497C420AE9A349A5BBCD4C0E194A387 /* RCTRequired.podspec */, + ); + name = Pod; sourceTree = ""; }; 6FA9136E1DBFC8D09F8D9DC92421A62B /* MethodSwizzler */ = { @@ -8594,14 +8852,29 @@ path = FirebaseInstanceID; sourceTree = ""; }; - 702ADC08C7D8F6A755B62662349B67C9 /* RawText */ = { + 70D4C49AFB8394D7842D76EB3DCE99C4 /* UMCore */ = { isa = PBXGroup; children = ( - 09AE6C4847EC41611B376E9BB177F772 /* RCTRawTextShadowView.m */, - ADD9F6420889E1B436C90B5D1917C8BC /* RCTRawTextViewManager.m */, + F1546EA59107070CFAF22176C5ACE9DC /* UMAppDelegateWrapper.h */, + F6C9ACB1ED76F649150BB6FBE8EEBF60 /* UMAppDelegateWrapper.m */, + 934DD91A3CF792E1F8567593CB98CC43 /* UMDefines.h */, + 3D8038048702CEDF3937648E67111660 /* UMExportedModule.h */, + FCE9B19FB2BE228D19A8BD11712DE8BB /* UMExportedModule.m */, + 81316070F7FF9BFFE936F238E4996919 /* UMSingletonModule.h */, + AEF61B09A2787EB4D0A8704092EBEDE1 /* UMSingletonModule.m */, + 9923E3FF71E04D45C0D53C11D10C1078 /* UMUtilities.h */, + 327D4E097792B0D7E984609A475821A0 /* UMUtilities.m */, + 14FE50132160C1DB554C87DF7A672CE6 /* UMViewManager.h */, + 07F36FF08D8F673DD9CCA9A2FB1935B2 /* UMViewManager.m */, + D8DCF398FFD4E1C9EB110A30683CA154 /* Pod */, + C223A0F91765EEE035CECAF78DC17B11 /* Protocols */, + 1B90E4D8B596293DCCFB62A6DDF14678 /* Services */, + 9C10AFF89D2E89F4AFEABCF96EC09154 /* Support Files */, + CD52286AC861C68BEAEC8036D0B1E057 /* UMModuleRegistry */, + E6B64F864E60FA5CA3BC78D350663DD9 /* UMModuleRegistryProvider */, ); - name = RawText; - path = RawText; + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; sourceTree = ""; }; 70E0F91EC56BA02DB752464E7D4A0434 /* Support Files */ = { @@ -8613,44 +8886,41 @@ path = "../Target Support Files/JitsiMeetSDK"; sourceTree = ""; }; - 7154D5B0CED37CA14A8CB41D2143C983 /* UMFaceDetectorInterface */ = { + 71C01EC75430D7D9E02AEE1DE220A8A6 /* Pod */ = { isa = PBXGroup; children = ( - 9990343D83C89804B084FE4F87C99DF2 /* UMFaceDetectorManager.h */, - D25FF2A1A7108DACA8AE84999769A5AD /* UMFaceDetectorManagerProvider.h */, - C5CE554627B54A2CD09898FF37451579 /* Pod */, - 421441F53CABC916EB976DA993030A58 /* Support Files */, - ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; - sourceTree = ""; - }; - 71A0E37D26DC03196CB73301CFC8CF81 /* Pod */ = { - isa = PBXGroup; - children = ( - 0F186F37C21F554742D1737B8D1F6269 /* LICENSE */, - 6667C3035E82ECC130BEF6F3F8C575A9 /* react-native-video.podspec */, - 3ECA891608B867CCA5696895C4EC818E /* README.md */, + 86E52FC14067DFBE7695EBD3743922F2 /* EXFileSystem.podspec */, ); name = Pod; sourceTree = ""; }; - 71EDA3F95823B04B363B0CF511FCE957 /* Pod */ = { + 71DF619CF51948B1184380697EC8B63B /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - 9CBE4EAC0CAF4536219D4D9A0BD73FF0 /* UMImageLoaderInterface.podspec */, + 316F9E816D9D526C7B701A976C5EA757 /* UMImageLoaderInterface.h */, + 85D80C6F58378AD1E0F10AFA1BDC9E23 /* Pod */, + B2D2136DB586D444A86E9A3707771933 /* Support Files */, ); - name = Pod; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 72C72B4B3E4608B05E8EC107494555BB /* crashlytics */ = { + 72BFB045629BB6DFE96BEA9E54B7055D /* CxxBridge */ = { isa = PBXGroup; children = ( - 0D3283319DCE73232B5789FE6261D8B0 /* RNFirebaseCrashlytics.h */, - DFD1497E7A315817235A43F4C5B958F8 /* RNFirebaseCrashlytics.m */, + DAA88D44BB304C41B21D6146D31F533F /* JSCExecutorFactory.h */, + 41DB07B0FE238587641AE37FC810EF38 /* JSCExecutorFactory.mm */, + B56DB2837E25467FC361734ED1D506D1 /* NSDataBigString.h */, + C46DBC801B39B3629E99383D2216889E /* NSDataBigString.mm */, + A03F323AC963C5F9713FB05CB5C482A4 /* RCTCxxBridge.mm */, + E133271DAE0A84FBCA777D3B378CDE0A /* RCTCxxBridgeDelegate.h */, + EE7A6DEA4196881B413D982CE976F849 /* RCTMessageThread.h */, + 07CD09C8A6A3F9167C3016189B90C33F /* RCTMessageThread.mm */, + B6A8BBCDBFAD6B877B49AE5E6FD41E37 /* RCTObjcExecutor.h */, + BBA81E795A6F0688DB5AD415E880E09F /* RCTObjcExecutor.mm */, ); - name = crashlytics; - path = crashlytics; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; 72DC33E2DD160F8A6F6F58AB06557CC2 /* CoreOnly */ = { @@ -8661,157 +8931,25 @@ name = CoreOnly; sourceTree = ""; }; - 73027A6C9F29B1EFC1B482DBAEFF5FBE /* Pod */ = { + 743E3BAE943851CE7B4C388C04C00691 /* Pod */ = { isa = PBXGroup; children = ( - E83BC0869C332952905502DB320B10F1 /* LICENSE */, - EC73666E50DF41FAD73DDF692BD34931 /* README.md */, - D2EF1493FE19EF6E9A7C6F8A066868DC /* rn-extensions-share.podspec */, + 1F02226D47C65910FDB27F045C84706F /* React-RCTActionSheet.podspec */, ); name = Pod; sourceTree = ""; }; - 732CF9E49F31813C04BC03A8FB54D4A6 /* Support Files */ = { + 746A520ADE1392DE6EB5B45347CCFBF8 /* CoreModulesHeaders */ = { isa = PBXGroup; children = ( - FA475548DB7784D97888AD13A8068EB4 /* UMReactNativeAdapter.xcconfig */, - 935271ED504C7B694762B790EAA3118E /* UMReactNativeAdapter-dummy.m */, - 68293502B264E8E1FD86B607C8D0D6ED /* UMReactNativeAdapter-prefix.pch */, + 34E0DE2FAAAB4E92DD0B93B9B36480B2 /* CoreModulesPlugins.h */, + 1DE263200ABC41A5BB6C4BBA64445B6F /* RCTExceptionsManager.h */, + BBD052E7CCF45103E6D1C0582B2DA182 /* RCTImageEditingManager.h */, + 7175128E077E3EF62B988CA39F960080 /* RCTImageLoader.h */, + 1118FCF08CD4C32D8E8F7A5AEC855C7C /* RCTImageStoreManager.h */, + 3921FEA6E4E9DF38DC25DB73EB353A0F /* RCTPlatform.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; - sourceTree = ""; - }; - 738048688FCAFD0EA62436788E5E7837 /* Support Files */ = { - isa = PBXGroup; - children = ( - E5DDEE85626A84F58AE2152550825C8C /* react-native-background-timer.xcconfig */, - C7082E79F2AAB8C5DFA3C141991F6634 /* react-native-background-timer-dummy.m */, - 08841FEBCCCD7B53C2C5F5C132BD14AC /* react-native-background-timer-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; - sourceTree = ""; - }; - 739BD686758B611709E4C1AF386FDA57 /* config */ = { - isa = PBXGroup; - children = ( - 9E84953AFE58B0FC4F1D4094F3814DFE /* RNFirebaseRemoteConfig.h */, - 8DC2FD8AE0197E4115A8D2A9B5EDB31A /* RNFirebaseRemoteConfig.m */, - ); - name = config; - path = RNFirebase/config; - sourceTree = ""; - }; - 74188A75CF81A30680D73217BC5D4673 /* CxxUtils */ = { - isa = PBXGroup; - children = ( - 0369E1124555667E8646DBBF07490844 /* RCTFollyConvert.h */, - 114C34D8834697823FC79812526E14AA /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - 74E61173E0B9CFE8096A159C4BF441F8 /* Support Files */ = { - isa = PBXGroup; - children = ( - F09F743D5423F2EE9A21918914DA08A1 /* ReactCommon.xcconfig */, - 621E16A73348549B7BE9353D22D6702D /* ReactCommon-dummy.m */, - FB99261DB69C1EB7B6545302C1CE6A4B /* ReactCommon-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; - sourceTree = ""; - }; - 75214B5EE7CF498F5C34DE3C1CB9328F /* Modules */ = { - isa = PBXGroup; - children = ( - 0472AFFAD011F413CCDA441B58E96DA6 /* RCTAccessibilityManager.h */, - 3221FE00A1602F823985FCD2723820CD /* RCTAccessibilityManager.m */, - 0C652809A4EF604F7132378D11C07B20 /* RCTAlertManager.h */, - F1A97663093C451E51C1285AFBDD4177 /* RCTAlertManager.m */, - 909A3B046942A94D6876AE056EA198D4 /* RCTAppState.h */, - BD28E838ADCCC65E5CCD3E96ED69CA63 /* RCTAppState.m */, - DA2E1D5D2151B6E028039E086377861B /* RCTAsyncLocalStorage.h */, - FDEE1AD8F9E20C171936D9D4FFBA1EE7 /* RCTAsyncLocalStorage.m */, - E5AB4A66A2FE5D8764C6EE9096C72518 /* RCTClipboard.h */, - C92DE7A07F2E756DF5DFA76B0D7364C4 /* RCTClipboard.m */, - 622F4B1F83CB4C45EE4282F4ED21DAD6 /* RCTDeviceInfo.h */, - 6262EB2DC13516A6F27E6AE25484ED7D /* RCTDeviceInfo.m */, - AAA8325D11CF3749C94DEAE5C5085E3A /* RCTDevSettings.h */, - 9EDBD3BEDF444E97BA7E052508D06878 /* RCTDevSettings.mm */, - 469D5CECF9B14CB47C6628F2E5875A5E /* RCTEventEmitter.h */, - 0E4FF71DC060298C1BE098B79EBC07E3 /* RCTEventEmitter.m */, - C62974E05057B212D7CA11B18B225453 /* RCTI18nManager.h */, - 5EB4B1B4A9B45B1CE1D2C9A894199455 /* RCTI18nManager.m */, - 2AC301BADE666E324EBD0FA7B6B7250D /* RCTI18nUtil.h */, - 87E66F6A0C7DDAF93995ACACE4BCAF0B /* RCTI18nUtil.m */, - 734C761D4996E224062F7055DCD5AFE0 /* RCTKeyboardObserver.h */, - 08E1AD7FD4DC7B341AB680D19921759D /* RCTKeyboardObserver.m */, - 95AA6E8D48E806E9A46EFB3DF6644B7B /* RCTLayoutAnimation.h */, - F33097B3879E9851A14049D85599297A /* RCTLayoutAnimation.m */, - 3E0D53AE22348ACA5019E711B052F91D /* RCTLayoutAnimationGroup.h */, - 87BAE6CE5D53DA4379063B118627926B /* RCTLayoutAnimationGroup.m */, - C5E6C401811F8E8E72A347413A20E31D /* RCTRedBox.h */, - 740AFC452E3C0DA7FE00D399D41B3C8C /* RCTRedBox.m */, - F8EEB9B8F005A47C23DDF619994FD898 /* RCTRedBoxExtraDataViewController.h */, - E726FFE91602139913C1543A7328C450 /* RCTRedBoxExtraDataViewController.m */, - 7FF84AB54A8F38ECC2DFB2FEDAEB68B0 /* RCTSourceCode.h */, - 80F397D34E7300F8F00F22CAB82A16DC /* RCTSourceCode.m */, - AF5B943A302C58530D06308B3737FD7A /* RCTStatusBarManager.h */, - 79EC6F19D4A58C5FB85C74142CA592BD /* RCTStatusBarManager.m */, - BA6E072D1A8B997D42A8ABA653B90133 /* RCTSurfacePresenterStub.h */, - FEF802BF200B9669B9C5B9B36BE04EED /* RCTSurfacePresenterStub.m */, - 5A1314D1DC895111A69435BB4CBD9E5B /* RCTTiming.h */, - 4BD815B0A50F75539647B5A987D130B1 /* RCTTiming.m */, - 0B259E547F8F4BB2DB47673E43EAFD93 /* RCTUIManager.h */, - C19C1705E6E1858A1FAB0C46E6D5D455 /* RCTUIManager.m */, - 6FE5F5E7D3A709FEE7272B876262C3FA /* RCTUIManagerObserverCoordinator.h */, - 7AB55ECDCC1B343952FDF3AFD1C899C7 /* RCTUIManagerObserverCoordinator.mm */, - EBE1A045C51E644379FCA7BB5C1A8C10 /* RCTUIManagerUtils.h */, - B920945C9CA21605C5876FFBA385F645 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = React/Modules; - sourceTree = ""; - }; - 75D7BF0943BCCD94F5ED5FAAB8F334AB /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 362B34AF06E4DD3B78721CA41E49802C /* RCTConvert+RNNotifications.h */, - F12C31B209356772EBED28609068E257 /* RCTConvert+RNNotifications.m */, - 3168B94989DF6941033689BD8D948B62 /* RNBridgeModule.h */, - 6D415352E3499FA04B015C1827EB89DF /* RNBridgeModule.m */, - 32CFF873DF3097D76C880151012A947C /* RNCommandsHandler.h */, - 2CA6A199D7F1D517194CD33AA24C0DAA /* RNCommandsHandler.m */, - C4BBC310691D1955EABB6CCD8E2335E2 /* RNEventEmitter.h */, - 4AA6D5CB12274E3E0BAA73FEA0B758A7 /* RNEventEmitter.m */, - A2B4AA84FFEAB4694F7306618ED0D5A0 /* RNNotificationCenter.h */, - 64C97CACB57042717A809EDB0DF68C63 /* RNNotificationCenter.m */, - 49B53B91A0A095795C5B103601EC9091 /* RNNotificationCenterListener.h */, - 22F17609A13F48A6EF6EC0D3BC5F9A3A /* RNNotificationCenterListener.m */, - C635370BF7182A2F524F98FA6D49C2EE /* RNNotificationEventHandler.h */, - B03DACD4D293CA5E131B244DF380A361 /* RNNotificationEventHandler.m */, - 777557749740C00BBFF089B62E1ED923 /* RNNotificationParser.h */, - 3A60CAAA7F985AC2622D11572F1A620A /* RNNotificationParser.m */, - B5D0403AE234D3440422D93C4C145063 /* RNNotifications.h */, - 357C18207563DC20B8BEB0607FC45B0F /* RNNotifications.m */, - 1ECF4FB380846056FFCACC5105C7D2F4 /* RNNotificationsStore.h */, - ADACD95D8F6382B1FD9712DE89344E08 /* RNNotificationsStore.m */, - 00BF4BD90992B195EF34E8231C77E6F5 /* RNNotificationUtils.h */, - DAC88AD06AFBA35B7614B2892CE1862D /* RNNotificationUtils.m */, - 84E1B2FAA5D3B051039B96F0883057AF /* RNPushKit.h */, - E33DD9742BBB769FD756DB0981348B97 /* RNPushKit.m */, - D409D02ECC9D15E6DD381481625E516A /* RNPushKitEventHandler.h */, - 1BC4F1D594338B8E5BF253CE26E5C888 /* RNPushKitEventHandler.m */, - F3BEC0B48A4079D97A09C0489F762EAC /* RNPushKitEventListener.h */, - DE8CD113CD3693946B31BF3AFBA15182 /* RNPushKitEventListener.m */, - 04D7CD27DE251E443592FC86B4FD06E7 /* Pod */, - DE6C175B840E97AC554B85EB0D3EEEEA /* Support Files */, - ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; + name = CoreModulesHeaders; sourceTree = ""; }; 75DB45C6B0510FE4613A19E70F1D1396 /* AppDelegateSwizzler */ = { @@ -8826,6 +8964,17 @@ name = AppDelegateSwizzler; sourceTree = ""; }; + 7608816318A3BC23F0F22E3DB552B583 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6C92F376E6E0410451FAF4193B600621 /* RNVectorIcons.xcconfig */, + 6468CB1AF106016844379DF9EDFEA947 /* RNVectorIcons-dummy.m */, + C551707B03980C33508992D9C5FEF877 /* RNVectorIcons-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + sourceTree = ""; + }; 76E0E28B015BF1F44B6530763D8C32DA /* Support Files */ = { isa = PBXGroup; children = ( @@ -8837,118 +8986,114 @@ path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; - 77A9631D4B21E1B63F0DFA695AACF1D9 /* ScrollView */ = { + 76E3D9C982B522B41460E614AA5E7A51 /* Multiline */ = { isa = PBXGroup; children = ( - 44F9738EAD6E7B2FDBDFCBA059106659 /* RCTScrollableProtocol.h */, - 2331104210C979BABADA961D17D1043D /* RCTScrollContentShadowView.h */, - BA1FDDA89F369E09845E91BEE4980D7F /* RCTScrollContentShadowView.m */, - EF64F723099DEC0EB5B0C9F5CEAB3B19 /* RCTScrollContentView.h */, - 784032A5322B124C5B6599C68C0F8947 /* RCTScrollContentView.m */, - B5C5214D438E6FAA8D6D4D0BA99046C8 /* RCTScrollContentViewManager.h */, - A9C9398573E80F194501E6D5C00F72CA /* RCTScrollContentViewManager.m */, - 5BB6875849373E94B58E7EEE3A2B059C /* RCTScrollView.h */, - B828E567307694BEA54DFA798D446AEB /* RCTScrollView.m */, - 50DBDC3B06FB28E4840470D3EA068F97 /* RCTScrollViewManager.h */, - A88D44D3DDCF8BB3222BF681C0B7D646 /* RCTScrollViewManager.m */, + 420CD35617478221BA95BABEFB70A80E /* RCTMultilineTextInputView.m */, + 4D35AAF93E1A97949E0E0AE8298542CD /* RCTMultilineTextInputViewManager.m */, + 7689206C93F560E26943CFE9617C9BAF /* RCTUITextView.m */, ); - name = ScrollView; - path = ScrollView; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 785AB03F08CFF048705F813A5BDE6820 /* React-RCTBlob */ = { + 785619D5BF820FBA3D6354717F7D5B79 /* Nodes */ = { isa = PBXGroup; children = ( - 8DD947A0E27F8395DC1DA31CA86A8547 /* RCTBlobCollector.h */, - 5803F4041283462B899282457DE9535F /* RCTBlobCollector.mm */, - 570C0007299E9E1EA2C8D258775A0AFE /* RCTBlobManager.mm */, - 77D6BC9496CBB29DC41F919B1A14940B /* RCTFileReaderModule.m */, - F8B2BED2EA17302214F17E0E40626F21 /* Pod */, - 326DB36CE8B2997E670F1036291F2F97 /* Support Files */, + 4DBA968041B33CBDB848C57CADFCB062 /* RCTAdditionAnimatedNode.h */, + 94B55126D1ACE18B20F722B43544B148 /* RCTAnimatedNode.h */, + 02B467BA07B4CCC6325F30CAB2BC56F9 /* RCTDiffClampAnimatedNode.h */, + 8B1E3E0128769F0ABEE2F3D620C783A0 /* RCTDivisionAnimatedNode.h */, + 06B0902612648A9CC62DE613946DFB33 /* RCTInterpolationAnimatedNode.h */, + 2915FC99A0FE5C21F4DC3DBF4E28B7C4 /* RCTModuloAnimatedNode.h */, + 7505CDB153F87410785E444595A32116 /* RCTMultiplicationAnimatedNode.h */, + 55DE636F8FFADCD10F3AADCB66D7EE1A /* RCTPropsAnimatedNode.h */, + 54A4010A3A634774189A7A8E5A42972A /* RCTStyleAnimatedNode.h */, + E1EEC77540511784E37C331AB20D4DBD /* RCTSubtractionAnimatedNode.h */, + CFAC967A79F25505409F6072E5115C09 /* RCTTrackingAnimatedNode.h */, + 30727861E86434E2E4890D87BB10D7E2 /* RCTTransformAnimatedNode.h */, + C14C35D6045E684E2B1F0F9A25AEF457 /* RCTValueAnimatedNode.h */, ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 78E390A3A596C0388CE10D8A09C812EB /* Support Files */ = { + 79919F19E17C7B944C13F1CA6217CCFB /* RCTAnimationHeaders */ = { isa = PBXGroup; children = ( - DF2DC0C44CE483ABD4F98B0E5F097840 /* RNImageCropPicker.xcconfig */, - 915233203EE7BF13D1BE60EB4BA67D61 /* RNImageCropPicker-dummy.m */, - FB5654D54283DA19B4F16F0BD22D0A3B /* RNImageCropPicker-prefix.pch */, + 7D33760CA6A9B42CB118D7E69CA1BB12 /* RCTAnimationUtils.h */, + 3F7B307A5EC29928D22835F25742D9FB /* RCTNativeAnimatedModule.h */, + 2EC65B40CE3B5A6EB0011F2833724B28 /* RCTNativeAnimatedNodesManager.h */, + 4FACD67A252BBFA2342243EDA608795A /* Drivers */, + 785619D5BF820FBA3D6354717F7D5B79 /* Nodes */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + name = RCTAnimationHeaders; sourceTree = ""; }; - 7A8964BD95CBEEEB59A620878CD1826C /* Support Files */ = { + 79CDF33D4CFD7993C72AD081CF92D8DF /* UMFaceDetectorInterface */ = { isa = PBXGroup; children = ( - 1968EA8AC1899CE9211FFB0A9ADD1977 /* UMTaskManagerInterface.xcconfig */, + BF7C8AC23475705E339E60A5291A86E3 /* UMFaceDetectorManager.h */, + C8F57439A8F0C62D0B519D7BA74F7F55 /* UMFaceDetectorManagerProvider.h */, + C1EBCCCAA54B01093C0DF601F4ED5899 /* Pod */, + 9F8B48178985EC253F906E598EE73106 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; sourceTree = ""; }; - 7BC0C6E8284295145B113BAA7336A893 /* Pod */ = { + 7B4AAE1668E096E20AE29E71281F2B70 /* Pod */ = { isa = PBXGroup; children = ( - CE745798B9CD3C17B8AE5DB7C87F66D9 /* React-RCTImage.podspec */, + 2F7EA7CBBA5E2E7C6A37989E4F3CFDE3 /* EXAV.podspec */, ); name = Pod; sourceTree = ""; }; - 7CB2A68288E70D1C7A87D587AEEF65AB /* Pod */ = { + 7CCB0ABF3AFF0FF192E7A92212E99A91 /* UMCameraInterface */ = { isa = PBXGroup; children = ( - 03A3E4A4C9538148C7F7A8F9FA7A187B /* LICENSE */, - E45D779C266172A684B698F1298F708D /* react-native-splash-screen.podspec */, - 78F219EA8DF004BD76593FE3558A3FC0 /* README.md */, + 7FB779573E4ED6C95291CB2D409FBF5D /* UMCameraInterface.h */, + 8FBE12369F2FC5346E96C4F3D0223A07 /* Pod */, + 12A72EA1E3C0B34407F852532562F4CD /* Support Files */, ); - name = Pod; + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; sourceTree = ""; }; - 7CC7C516F88FCA44517D1E61F36EC15F /* React-jsiexecutor */ = { + 7D0B525594FAC436EB2401E902266F0E /* ios */ = { isa = PBXGroup; children = ( - CED7B95E4A78B2AD74DB8526ADD32676 /* JSIExecutor.cpp */, - C86203125B00920102E9A9E6EF3DD532 /* JSIExecutor.h */, - 4E805B6A93E2DDE62578C56D49A0CC4E /* JSINativeModules.cpp */, - 0BA08CB7743F937D23C1A6C7D8FBC27B /* JSINativeModules.h */, - 3A1AAC6C2DC6D0EC3CEBF8FB436B973D /* Pod */, - 848D804AFCA724A897080392A86F38F1 /* Support Files */, + A32AB72267265F805CD29C9FFB6C8A6F /* RCTTurboModule.h */, + F2C921620495A1AC94399F79C28C0F76 /* RCTTurboModule.mm */, + 7554ACED1214DFADDF0B46A44D085BF4 /* RCTTurboModuleManager.h */, + BC307A742B60D2AB0633354DC7A5CA9B /* RCTTurboModuleManager.mm */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = ios; + path = ios; sourceTree = ""; }; - 7D4A0F12DA35C361343DC637FBC44152 /* UMViewManagerAdapter */ = { + 7D60313329D372EA9393B6DC82C4EAF4 /* Support Files */ = { isa = PBXGroup; children = ( - 7ECB420536ADF69CE9843B14210A5ADE /* UMViewManagerAdapter.h */, - 270967510F13979B1EB6F3574EEC77F1 /* UMViewManagerAdapter.m */, - ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; - sourceTree = ""; - }; - 7D6DAD9BDC2AB17AEBD390FCEE143065 /* Pod */ = { - isa = PBXGroup; - children = ( - 20ACEE4893BA7EFE878483DFF8097A22 /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7DA3503D65449BF63F910C510D3C419B /* Support Files */ = { - isa = PBXGroup; - children = ( - 77F5609B4B12EA9B0EDC2CF48E5572F3 /* rn-fetch-blob.xcconfig */, - E91E1F32FD136A4D2C4428C141222543 /* rn-fetch-blob-dummy.m */, - 2321C7B2C6AAB9C7AFDCCB49C72AC1FF /* rn-fetch-blob-prefix.pch */, + 74529E4EE6B11BC290B1664EECE30EE8 /* RNReanimated.xcconfig */, + 3F97BE6B2A4B0E898B0C2E3B793FA496 /* RNReanimated-dummy.m */, + E4E5769636DDDBCAFC9D5153D0B02C75 /* RNReanimated-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; + sourceTree = ""; + }; + 7D7C735E4DFCFC1822347856B7D825AB /* RCTCustomInputController */ = { + isa = PBXGroup; + children = ( + 0C0750D4B73DC173D99EBE29BBE0157A /* RCTCustomInputController.h */, + 408D32E188D2E62C96020CA5DD19439C /* RCTCustomInputController.m */, + 989BC77CF8221534E57B282D294A01ED /* RCTCustomKeyboardViewController.h */, + 10D34A4E45842BAC3670047A21888091 /* RCTCustomKeyboardViewController.m */, + ); + name = RCTCustomInputController; + path = lib/ios/RCTCustomInputController; sourceTree = ""; }; 7DE15526E8DB560E3196E08E90EFF632 /* Frameworks */ = { @@ -8959,99 +9104,41 @@ name = Frameworks; sourceTree = ""; }; - 7E0DB297392B8A48300A1753B173B34B /* RNFastImage */ = { + 7F1277FE669613A63AD781347794AD31 /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - 112771E1E5793DBF74BBA1D3C35DBFBD /* FFFastImageSource.h */, - 473E13BA68BED6C6934E6BEA919A48BA /* FFFastImageSource.m */, - EC98255645D800D93AA313FBD7A2C65C /* FFFastImageView.h */, - 4EC4205FABEABCC72C0DBFBB1CB885A9 /* FFFastImageView.m */, - F77856DAB02054287753021638745EEA /* FFFastImageViewManager.h */, - 3505D6FE5DDE3A48D66A447E8A218EF8 /* FFFastImageViewManager.m */, - F9BDB5FB053D69C8E59F594B9E914EC2 /* RCTConvert+FFFastImage.h */, - 851E1E9DA148DF8D8D054D99847AE8EC /* RCTConvert+FFFastImage.m */, - 2C3A81619707143ABF34D8F184280AA4 /* Pod */, - 337B4A4D7EEE023C665C1FD1DF59D1E8 /* Support Files */, + 4D80B4281E7298F19B86BFFD6EA3F7D6 /* RCTConvert+Text.h */, + BEF3E94632B3CE0750DA323E96733414 /* RCTTextAttributes.h */, + 61C8BCF4FCA57CC82870D0288E2B5F10 /* RCTTextTransform.h */, + 1474C686BD7DE11CA11086668E4B521A /* BaseText */, + 2FC165412E504CC8EFFDD7AE725BA629 /* RawText */, + 68A70D0B8E43FDE7BF95C64595184D50 /* Text */, + 04F3283D56F7E03651B73EED1299EB7A /* TextInput */, + D2FFFF369F92BD114391D104728DCF71 /* VirtualText */, ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; + name = RCTTextHeaders; sourceTree = ""; }; - 8008AAA7B210ECBDEC871291CF3DE4EA /* Pod */ = { + 7F3CD8A0720D1E3C25FD5141A27A8EDA /* react-native-keyboard-input */ = { isa = PBXGroup; children = ( - 19E19694EA799C446569FF0DAF10EF46 /* LICENSE */, - 93752AC35B4BF873CFC039AC4029065E /* README.md */, - 3C549DDF856BB422636E3D7C42F96AD1 /* RNDeviceInfo.podspec */, + 05B1867C93BADDE119FE96F2DBA5C2D0 /* LNInterpolation */, + A6968348B5B05AAD8B11AE786F0BBE2B /* Pod */, + 7D7C735E4DFCFC1822347856B7D825AB /* RCTCustomInputController */, + 90A9F2176C6FC8F023C6352417A4C4E8 /* Support Files */, ); - name = Pod; + name = "react-native-keyboard-input"; + path = "../../node_modules/react-native-keyboard-input"; sourceTree = ""; }; - 81240900FA1FAB637B87FFAD36CE4673 /* Support Files */ = { + 810867BEEAEA358FA17A92987343562B /* BaseText */ = { isa = PBXGroup; children = ( - D3BEA212F612722EEDFAD978C0BB39D8 /* EXAV.xcconfig */, - 75F263017750569A21246A8B421C3DE4 /* EXAV-dummy.m */, - 08C8CAC4FE84756EEAF76B2A238A7B92 /* EXAV-prefix.pch */, + 4C71AEEC8638E61C8BB88F7C47F9E083 /* RCTBaseTextShadowView.m */, + 6D02ED994932250529D1ECFC1C635EB2 /* RCTBaseTextViewManager.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; - sourceTree = ""; - }; - 8159EBF5FDBB444988DD9A37F58947A1 /* Support Files */ = { - isa = PBXGroup; - children = ( - B6B57818D5BE1B8294828964AFE6A2CC /* React-RCTText.xcconfig */, - 95A6CF289CEB268659DF4520A94F2054 /* React-RCTText-dummy.m */, - 5530D2A085E6E2236FD3D98780EBA47B /* React-RCTText-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; - sourceTree = ""; - }; - 822BB0E199AA8A31A359308C923BE3AA /* event */ = { - isa = PBXGroup; - children = ( - 50F0B6C3B6D69AD7902BDA15767E48CC /* event.cpp */, - DF584DF14D519DCC098367248F4CD3AC /* event.h */, - ); - name = event; - path = yoga/event; - sourceTree = ""; - }; - 8353360E8979C67E6878E5D089D9FCEC /* Pod */ = { - isa = PBXGroup; - children = ( - 80B50683D60D36788668321D41A4F905 /* RCTRequired.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 848D804AFCA724A897080392A86F38F1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 581AA7F4B16067D071241054CB86FA75 /* React-jsiexecutor.xcconfig */, - BA4D92333397EC8D722390CF6007C9D0 /* React-jsiexecutor-dummy.m */, - 6A329B8D6B5AC096B1CF8F3EAB76D814 /* React-jsiexecutor-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 852083D7A696D80DE9E77778D3D2E60E /* LNInterpolation */ = { - isa = PBXGroup; - children = ( - 415C3BA01E823C90D60BC65AEB69F185 /* Color+Interpolation.h */, - BC6F2325D9C8B0EABE4B94C09D8CE138 /* Color+Interpolation.m */, - 023E4339966E9E2E9FE67C2EB7C47D1C /* LNAnimator.h */, - CFDAA17195D4BBD9B343F6A16B797EC4 /* LNAnimator.m */, - CB24821F8D92E1785823CD7E825ABA72 /* LNInterpolable.h */, - 47B0AFF0D32D5B238B0338E82F823051 /* LNInterpolable.m */, - 44FBEF46DA69AE67CB7C4EAB355665B8 /* LNInterpolation.h */, - 3C90957C7667D5B970F4C8D60145A5B3 /* NSValue+Interpolation.h */, - ); - name = LNInterpolation; - path = lib/ios/LNInterpolation; + name = BaseText; + path = BaseText; sourceTree = ""; }; 85B044187F74C1B0146CEA3746A32B9C /* SDWebImage */ = { @@ -9064,6 +9151,25 @@ path = SDWebImage; sourceTree = ""; }; + 85BCE497FE223786B4ED3A7346F120B9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0578308B8E5BA2284AC0D5AE8BDCD938 /* React-cxxreact.xcconfig */, + 088BCC6DEE4F161C8D46C85FBA197D97 /* React-cxxreact-dummy.m */, + 7E4161430D7027D2FA8D72FB83D571AB /* React-cxxreact-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + sourceTree = ""; + }; + 85D80C6F58378AD1E0F10AFA1BDC9E23 /* Pod */ = { + isa = PBXGroup; + children = ( + 1F30496B25AF9EC8375313D691C4C50B /* UMImageLoaderInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 8641CC33BCBB72FF03B42378FBC9AC1F /* Support Files */ = { isa = PBXGroup; children = ( @@ -9239,44 +9345,20 @@ name = webp; sourceTree = ""; }; - 873BA8B6CF0A01EC05FCCD0995033F40 /* Pod */ = { + 871C136426B18D508EFB1811A210B24A /* React-CoreModules */ = { isa = PBXGroup; children = ( - D8AB62C8A78A17043382295D5AF6DFE8 /* EXAppLoaderProvider.podspec */, + E027B867D809F25824981006F025D0F0 /* CoreModulesPlugins.mm */, + E5A1D0454F60706F38F9AB708FB86659 /* RCTExceptionsManager.mm */, + 3536E3B9F48C303FAEC67706B4D8E6B7 /* RCTImageEditingManager.m */, + F3EF098AA019316090F1DC949AECF3C3 /* RCTImageLoader.mm */, + 752D8F4C1A2637E63BDBF6394EE1B052 /* RCTImageStoreManager.m */, + F1EE9C083EA2418A2A278B502CC848A8 /* RCTPlatform.mm */, + 45F65ADC670A5C7D56FA058CDCA82440 /* Pod */, + EC338618877AD3C73F30C0A05BC0495F /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 874E4E0F72BCAD4505CE4EE7DE6E4F95 /* Support Files */ = { - isa = PBXGroup; - children = ( - E54C26DCEB21B7DCF12F63E0371C4636 /* RNAudio.xcconfig */, - 46AEC60604B39AF805BC6D5EB27D7555 /* RNAudio-dummy.m */, - 5717E626E8E008514CB4C16907E75FBB /* RNAudio-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; - sourceTree = ""; - }; - 876E33278B351A381EE71B849DE2B7DD /* Support Files */ = { - isa = PBXGroup; - children = ( - 21C10B8C0533C1F8C901EE90FC88A762 /* RNVectorIcons.xcconfig */, - A5ABBF17FD206FBD0911CA8C83D9500F /* RNVectorIcons-dummy.m */, - A1BD812E27EEB4BD980432A00715B0E1 /* RNVectorIcons-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; - sourceTree = ""; - }; - 879B48C656E8FA1D3B1139A63BCCF953 /* Pod */ = { - isa = PBXGroup; - children = ( - 9343DE1F1989A99BD17DAC745D790480 /* LICENSE */, - 3F60A75B29A400815365320E53E9EAFD /* README.md */, - 140F46D2D2F24F9DB2A92470ED32950C /* RNUserDefaults.podspec */, - ); - name = Pod; + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; sourceTree = ""; }; 87BD7946936D581AF43DEF83F8ED4D8C /* Support Files */ = { @@ -9289,66 +9371,133 @@ path = "../Target Support Files/FirebaseCoreDiagnostics"; sourceTree = ""; }; - 8901910B52D0CD4819894CCA023756D0 /* Pod */ = { + 883AD32B98C222727EF8D94FD825A995 /* admob */ = { isa = PBXGroup; children = ( - 87BBEB4BD130A28B3141A669894FAB1F /* React-RCTLinking.podspec */, + 897395768F034BA6189FD9BFAC41E096 /* BannerComponent.h */, + EE3A83DF684111FFEEE34504A628B8E3 /* BannerComponent.m */, + 3BFF642B73D51498B002FFFFB8CDD831 /* NativeExpressComponent.h */, + 834C0CF6461E0E142AD1B6C6166A0AF6 /* NativeExpressComponent.m */, + 55729E44789F357E9DFF4E004C7E5C3C /* RNFirebaseAdMob.h */, + C05CC5F8381C9DB14E69EE2F32B2C024 /* RNFirebaseAdMob.m */, + C46AEA2932F58C285C763BDA43CC54B8 /* RNFirebaseAdMobBannerManager.h */, + 573BAA8712B029CA51700CEB2B4E9FFC /* RNFirebaseAdMobBannerManager.m */, + F7A3FB519472DE9215BFC0DA8A491339 /* RNFirebaseAdMobInterstitial.h */, + 1A33F4DEB7BE332884109D2094D78BB8 /* RNFirebaseAdMobInterstitial.m */, + D894CF5FCF479436625E5C9AFD885DCD /* RNFirebaseAdMobNativeExpressManager.h */, + E42B64B0442DDB8AA54EC4ECA7BB35D8 /* RNFirebaseAdMobNativeExpressManager.m */, + C2685D27794E48145A8B4CC3712CB09F /* RNFirebaseAdMobRewardedVideo.h */, + FC9205A5DE3370929D8E6BB9F606BFF3 /* RNFirebaseAdMobRewardedVideo.m */, ); - name = Pod; + name = admob; + path = RNFirebase/admob; sourceTree = ""; }; - 8B5F55D483D67D5673C44540DC51C6D8 /* Singleline */ = { + 886AC6AFE2FF8260EFB3E17B5FD4A8AC /* UMViewManagerAdapter */ = { isa = PBXGroup; children = ( - 7B6D6243FE11718BAC28BE6A7C3E6C22 /* RCTSinglelineTextInputView.h */, - 5B85A285352C374D520086FDCF7B0F8C /* RCTSinglelineTextInputViewManager.h */, - C73A6840F412A81A8DB9E48578EABA3F /* RCTUITextField.h */, + 296F8A7FD519208A21674E51D1C0CE43 /* UMViewManagerAdapter.h */, + 6902B55DC67EC99096B5A420E190FE67 /* UMViewManagerAdapter.m */, ); - name = Singleline; - path = Singleline; + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; sourceTree = ""; }; - 8BB57AED62BE389D58DD6A703AC58482 /* Support Files */ = { + 8967E9A6A0BC5367BFF9B2A4847E65F5 /* rn-extensions-share */ = { isa = PBXGroup; children = ( - A49FD196C40396CE87F5E587717F312C /* rn-extensions-share.xcconfig */, - EFA17A1611483E4CAB28842BA66A59F8 /* rn-extensions-share-dummy.m */, - 184D7E85971E634B6D8916E6E07D8B29 /* rn-extensions-share-prefix.pch */, + A3D5289F74ADD6D8D0CDEAC499DB826D /* ReactNativeShareExtension.h */, + 8F318BE14ABEA04FE61D738CC7C58709 /* ReactNativeShareExtension.m */, + 496A73ABF72B913C40257684C2DE2C6F /* Pod */, + A44FD82B857C1D7ACC18FD20A63C41EB /* Support Files */, + ); + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; + sourceTree = ""; + }; + 8A2314432D2102821B159E0A53C11D4F /* React-Core */ = { + isa = PBXGroup; + children = ( + 746A520ADE1392DE6EB5B45347CCFBF8 /* CoreModulesHeaders */, + 9963C5FE98069E2E8893BA11A861EC99 /* Default */, + E0B54CB140E54B8280238ED510F7773A /* DevSupport */, + 38F1C44E2F6C3E0B062C70F681E20B2A /* Pod */, + 60F9A05EC5320E7220E347A40F7A9764 /* RCTActionSheetHeaders */, + 79919F19E17C7B944C13F1CA6217CCFB /* RCTAnimationHeaders */, + 4314147774717DA6B32A49AB11F9CE35 /* RCTBlobHeaders */, + 3F8D61B061099DD631D75E921399DF9B /* RCTImageHeaders */, + 4E42BFE3E9895A644D09E0563F29CFAF /* RCTLinkingHeaders */, + 1359E0A8F9CACC9CD71A55043828AB04 /* RCTNetworkHeaders */, + 6259965D8F41268557EFC7290A9F4A9E /* RCTSettingsHeaders */, + 7F1277FE669613A63AD781347794AD31 /* RCTTextHeaders */, + B35570EB848D646CD92043669853467D /* RCTVibrationHeaders */, + B493B6E8112C46075B13C4A2870BD0BF /* RCTWebSocket */, + 8D2634FAB4B251B1258483AD52B11BEA /* Support Files */, + ); + name = "React-Core"; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 8A7AE1F20EBDD7662F7834C3B1887F67 /* Support Files */ = { + isa = PBXGroup; + children = ( + D534392D7F927D8EE032226269FD5C35 /* RNGestureHandler.xcconfig */, + 661C7FA60DF3AD34CCF2A9609932DCA0 /* RNGestureHandler-dummy.m */, + 034CD5D16FE9C4B8EBD12D3A99B39C8C /* RNGestureHandler-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; - 8C19FA3C551D9216D554A12DFCD86C9A /* database */ = { + 8B51DAE53D6B6B7D4E67D6796886CF80 /* RNFastImage */ = { isa = PBXGroup; children = ( - 683059112877707E522BC088D2CF1657 /* RNFirebaseDatabase.h */, - 6D94FBC1079F7E257483B299E7C8C892 /* RNFirebaseDatabase.m */, - 1B84B1680F89719975011E6416792F81 /* RNFirebaseDatabaseReference.h */, - 518B4BFAC8C86BA88D0C669147F14B2C /* RNFirebaseDatabaseReference.m */, + 58F767E66C997D64788A852B5A4C3947 /* FFFastImageSource.h */, + 2FDE9600E417CE270AC3D29349502B56 /* FFFastImageSource.m */, + F09B943DBEEA22CB24E4E991485DB889 /* FFFastImageView.h */, + C30F3FE99037DCA79CBAF49FF4BAAC59 /* FFFastImageView.m */, + 9A9A5F3C5535351E3F8544690BF04B3E /* FFFastImageViewManager.h */, + 7C5E2445FF78346D5726D47D7DE79BBF /* FFFastImageViewManager.m */, + F1A4331698139734F99049964B2DD973 /* RCTConvert+FFFastImage.h */, + FBBB4C11C8FC11E87DA0B362100D1D82 /* RCTConvert+FFFastImage.m */, + 1607F581537A2AFC150E30CF85152108 /* Pod */, + 9325D99623FFC8F8B87B93E5D40D9C2F /* Support Files */, ); - name = database; - path = RNFirebase/database; + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; - 8CA39506E0553D2B9A4AF2F7FAA8843F /* Pod */ = { + 8B6EF1246DD542E41A6FF2D50F2BD863 /* Support Files */ = { isa = PBXGroup; children = ( - 4E43B51F469B0AEE34BC4041C20C5BC0 /* EXWebBrowser.podspec */, + AB7B0B708FDD688E73E0E6589D3C80CF /* RNScreens.xcconfig */, + 6CDC16D0C716DD296F85DE02FD8092A4 /* RNScreens-dummy.m */, + CEDEBAE5ACCA3F181D3EB49075C0BA4D /* RNScreens-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; sourceTree = ""; }; - 8D951304368588B30E020B2022029AD7 /* UMPermissionsInterface */ = { + 8D2634FAB4B251B1258483AD52B11BEA /* Support Files */ = { isa = PBXGroup; children = ( - 4CE10571F7D1FF9ADB910D24E22F88FD /* UMPermissionsInterface.h */, - CA8CD0CACBEE0102D390A826D6A512AB /* UMUserNotificationCenterProxyInterface.h */, - EB5C398A21C14E3344F61BAD84CDAFCE /* Pod */, - 66C3F4E0771AE643F3CCFE0C2D686219 /* Support Files */, + A17C93721632E07D35AEA6F3295490DD /* React-Core.xcconfig */, + 13C156D81FCB4C385C033E8C4EDF3762 /* React-Core-dummy.m */, + 2E276B27831473BEBE2AF0F4F2AB331A /* React-Core-prefix.pch */, ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + 8D7CFA0F0996186B4E441F47E5B89039 /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + C9D6E71718CF05849F6F1FE78A2D29FA /* RCTActionSheetManager.m */, + 743E3BAE943851CE7B4C388C04C00691 /* Pod */, + A314323AF0162A47414BC10402CD3A54 /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; 8E03E7CE77D8AC7977DDB85E0F145E5C /* Support Files */ = { @@ -9361,15 +9510,12 @@ path = "../Target Support Files/GoogleDataTransportCCTSupport"; sourceTree = ""; }; - 8F2D2152063E33D5679B0993F99A0257 /* ReactCommon */ = { + 8F296AC6863E913295A780536B5730C6 /* Pod */ = { isa = PBXGroup; children = ( - C8A8F2A194C690C4616EAF0EB9A8CB57 /* jscallinvoker */, - 74E61173E0B9CFE8096A159C4BF441F8 /* Support Files */, - A8C738350F223A4E250F29D3245A3843 /* turbomodule */, + B7E043A262B1518E86D0C09984A7D64F /* EXPermissions.podspec */, ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; + name = Pod; sourceTree = ""; }; 8F50D4E533E25DD1EC15FC4611AE04A3 /* SDWebImageWebPCoder */ = { @@ -9386,6 +9532,14 @@ path = SDWebImageWebPCoder; sourceTree = ""; }; + 8FBE12369F2FC5346E96C4F3D0223A07 /* Pod */ = { + isa = PBXGroup; + children = ( + BDBE7FB5689F9613768BE15846A3E0F5 /* UMCameraInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 9001E2B13ED6F066DDEEB1626E9C67AE /* Support Files */ = { isa = PBXGroup; children = ( @@ -9405,6 +9559,17 @@ name = Frameworks; sourceTree = ""; }; + 90A9F2176C6FC8F023C6352417A4C4E8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0DA802B6AD87B1EBBD082AE4AAA228A9 /* react-native-keyboard-input.xcconfig */, + BC40BA8E7644C1EA6B5CFC657FED9D7F /* react-native-keyboard-input-dummy.m */, + 41D884FE392F90A710A78D454D3094AC /* react-native-keyboard-input-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + sourceTree = ""; + }; 90DF1A2E3C127BEC35E41774B4EBC6D4 /* NSData+zlib */ = { isa = PBXGroup; children = ( @@ -9414,30 +9579,90 @@ name = "NSData+zlib"; sourceTree = ""; }; - 9163A0F0F7F059B9B12D2A46D962897D /* Pod */ = { + 90E29FAED38A6A3E94ED46FBCE59E1E1 /* RNAudio */ = { isa = PBXGroup; children = ( - C5EBB0DCF4F22FD00FB15638ABC292DE /* LICENSE */, - F0649DDB022283545798B15182097277 /* react-native-background-timer.podspec */, - 5F22E75E01B9F9D96BEF96A42085CB21 /* README.md */, + 2A6BC107213029258D24830162129499 /* AudioRecorderManager.h */, + 327DDEB6AE029EBC2C4DBA834E12D41F /* AudioRecorderManager.m */, + F3FB8421AF4B455A34CDDF2412E05408 /* Pod */, + 438BB1D8D96E3DFF16CF32A3A14BF4F7 /* Support Files */, ); - name = Pod; + name = RNAudio; + path = "../../node_modules/react-native-audio"; sourceTree = ""; }; - 92BF14FE7890E1557C12912D5ED7E08C /* Pod */ = { + 90F8D3875A85BCD36ACFB8BBB01B3FD9 /* jsi */ = { isa = PBXGroup; children = ( - 6313539CA2D05F8AABEBB90D128EE17D /* UMFontInterface.podspec */, + 768D1C1D036E29838BA35B8C648D5DE0 /* decorator.h */, + 8BB6BD2743551A57693D54135A79F3EA /* instrumentation.h */, + C176D130CEBCEB861121E60CB70EE892 /* jsi.cpp */, + 259AFCCA7BA4E9ED3A04D630B9042BE8 /* jsi.h */, + 59D9224D78413FA6939A17685BE0A2B1 /* jsi-inl.h */, + BAE11861EB7996A1FC6AD54ED6B522EA /* JSIDynamic.cpp */, + EA9CE3AE065CACCB2FF800D95CC0352D /* JSIDynamic.h */, + 41AF73921B9F9ECFED74B6282E800864 /* jsilib.h */, + 520909E6F1DB53381A2F4692F64A8628 /* jsilib-posix.cpp */, + 037F10359ED1F2F1F86AC87AAC1F74E5 /* jsilib-windows.cpp */, + 9F71E483330B2F6F5E7C68F6034BC042 /* threadsafe.h */, ); - name = Pod; + name = jsi; + path = jsi; sourceTree = ""; }; - 93080E9A956C3EF9992CE2BDBAE7D92C /* Pod */ = { + 91D2F0BEFAB8F0E01C973657CCCD303C /* Support Files */ = { isa = PBXGroup; children = ( - 38457761BB95CA357F45DF5243F2B8D5 /* UMCameraInterface.podspec */, + 55A69AB3F9C6D4BA2EE982881C31D1CF /* React-RCTLinking.xcconfig */, + 6A2A5F481C858D3EE436D9073C04A642 /* React-RCTLinking-dummy.m */, + D52C93E3D6C661C79E46EA686A3B7F5D /* React-RCTLinking-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + sourceTree = ""; + }; + 92516A7C8CC63621FBDE7590A15D53C6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5E9C46160D0FA29FDD92E39A648027C5 /* rn-fetch-blob.xcconfig */, + 55775B505429615468773F16305ECE6E /* rn-fetch-blob-dummy.m */, + 9A6C95466D8A51DC1C312E1BAC6E8FDD /* rn-fetch-blob-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + sourceTree = ""; + }; + 92726B46D7838840AE39B0E11BC81EE7 /* Support Files */ = { + isa = PBXGroup; + children = ( + CEF92E3CD305A1229FC2946DDF073184 /* React-RCTSettings.xcconfig */, + DB41263ABFD95C43BFFC5735B91F49F5 /* React-RCTSettings-dummy.m */, + CBC2DF0112309530C7991B11C812D167 /* React-RCTSettings-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + sourceTree = ""; + }; + 92F4765451663A2FDF2BECB91216DAFB /* Support Files */ = { + isa = PBXGroup; + children = ( + 283EA3EF3DEB8C7640364D81F2624ABC /* EXHaptics.xcconfig */, + 3BD5EB8A5D25CE55D1956695A7B852A4 /* EXHaptics-dummy.m */, + 46DC5EC3711F606CC147F78795E04FFC /* EXHaptics-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; + sourceTree = ""; + }; + 9325D99623FFC8F8B87B93E5D40D9C2F /* Support Files */ = { + isa = PBXGroup; + children = ( + 203B0D3C957D3C9509E72565E9EA8BFA /* RNFastImage.xcconfig */, + C50C43FF0FF5DC539B9DE5CF389CCDF9 /* RNFastImage-dummy.m */, + 264C33FEE4FA7184B3EF9C4641E3847B /* RNFastImage-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; 936D98A7C198094120299A5BDEE9B461 /* RSKImageCropper */ = { @@ -9466,126 +9691,44 @@ path = RSKImageCropper; sourceTree = ""; }; - 9437D9C3DDE287DB16B6C1C15EE8BCD4 /* Support Files */ = { + 95F94EDDF9A0C622C00B400D78342F47 /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - 04E15B5964805DC5108565460F62DE8E /* RNScreens.xcconfig */, - 4700497CB6F7892DEBC975C55A151D91 /* RNScreens-dummy.m */, - C8C29DF21EC6F9850ADF4FC2EBA9AEF1 /* RNScreens-prefix.pch */, + AC6EB90480D4B3EB34ABC7A1B42F7BC3 /* UMModuleRegistryAdapter.h */, + 8972034304D09B5D6866FBB30D9D0E91 /* UMModuleRegistryAdapter.m */, + A5DFFA2016BFE320CCF25B2F14A350F4 /* UMViewManagerAdapterClassesRegistry.h */, + BCFC17EEDE91BFD2259D26B531A21717 /* UMViewManagerAdapterClassesRegistry.m */, + ); + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; + sourceTree = ""; + }; + 98C1FC06E200C87F4F693A992E627332 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE04E7978B9589D248D0861EC6C6F94 /* react-native-keyboard-tracking-view.xcconfig */, + E268346A6A0F84E150C9B54CF3A2507F /* react-native-keyboard-tracking-view-dummy.m */, + 943B0DF14D480104DCD54DDEB53B65A0 /* react-native-keyboard-tracking-view-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; - 94B6D0C8116FC6956A0C7CD19FA5BFC4 /* Default */ = { + 9963C5FE98069E2E8893BA11A861EC99 /* Default */ = { isa = PBXGroup; children = ( - B0A1F0A97A5CFE5B1E4E3B43BF1E13AC /* Base */, - BB8971DFA319D1901489DE042CB9241E /* CxxBridge */, - FA7578C3AA70C34FCF89766B717CCFF0 /* CxxModule */, - 74188A75CF81A30680D73217BC5D4673 /* CxxUtils */, - 75214B5EE7CF498F5C34DE3C1CB9328F /* Modules */, - 34B6096C687B7C8ACDA14C90FC7954E8 /* Profiler */, - 24267E43DEA33EB99583EF2C310F0E77 /* UIUtils */, - A8C29875993C8E51BBD827FA49DF03DB /* Views */, + B23416EA236EC8AA362EE9275E86A4A0 /* Base */, + 72BFB045629BB6DFE96BEA9E54B7055D /* CxxBridge */, + BF6C3AD66D8B167DCDCC2DF1BCAE522D /* CxxModule */, + F89F245F29671DBBA844AC50FA27F156 /* CxxUtils */, + 4D4C261838014A1DA7B0503F0AF3C348 /* Modules */, + CA92B786ED72DA061FE6E8704F3F3462 /* Profiler */, + E7EA7892F143857DD5044F6A1B07FC35 /* UIUtils */, + A21D49351E751C74B724217D36C44D8A /* Views */, ); name = Default; sourceTree = ""; }; - 9514634DC3B2CA79749467D97717DBD3 /* RawText */ = { - isa = PBXGroup; - children = ( - 76575E3B79BFD3AEA8E0A0C627421865 /* RCTRawTextShadowView.h */, - 8E29358304887AE9D591F76515AAAE12 /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 9560AE0CA18895636E1CDAC1B24DBC79 /* Pod */ = { - isa = PBXGroup; - children = ( - 3D2C41FEE2EDC3E7D873BD1F314CE151 /* UMSensorsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 957A9C1ACA7277FF1305C15B7E3F1E7D /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - 46B34CEA1C31953580CE189C9956C539 /* CoreModulesPlugins.h */, - A3CF386E760B431AF279467E1DCCF2FF /* RCTExceptionsManager.h */, - 14C664965E856D444C32E6EFCBFBB314 /* RCTImageEditingManager.h */, - B7CD90ABFA5CAD203DECF9778DF221F5 /* RCTImageLoader.h */, - 46C34CAB6AAC0E0EB79854BDD52EA02A /* RCTImageStoreManager.h */, - F1EE90878DDB3B66274AE580B748C31A /* RCTPlatform.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - 96A8FA253278C41422D7BF8458651454 /* Pod */ = { - isa = PBXGroup; - children = ( - A54FEC97C189CB11606A4308B2AE22A7 /* EXAV.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 975BC4A9540A9D72BE5C9AB7CB34B0B6 /* UMSensorsInterface */ = { - isa = PBXGroup; - children = ( - 54A593EA50F7A021692CC53552CF29AB /* UMAccelerometerInterface.h */, - 5EE21B14A271019C8E9B98428993A404 /* UMBarometerInterface.h */, - E36DDE85ED8F9E2F285114A9607A7D44 /* UMDeviceMotionInterface.h */, - 3D9DC6BE085A571CDB18E44DBDFF0070 /* UMGyroscopeInterface.h */, - 63A12B83F95FB9BF03317F5F506861BF /* UMMagnetometerInterface.h */, - CF67E5C4B0A7AB4861DF8E845B259ED3 /* UMMagnetometerUncalibratedInterface.h */, - 9560AE0CA18895636E1CDAC1B24DBC79 /* Pod */, - 5C32729E6213C6F97BD80F073787FFAB /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; - sourceTree = ""; - }; - 98000F8EE66DE05DE11247FDF405A305 /* Nodes */ = { - isa = PBXGroup; - children = ( - B1DB83D9D53946D698A41481D8841122 /* RCTAdditionAnimatedNode.h */, - F5A1D2A2181A3CE2E6F5A205B199A4D2 /* RCTAnimatedNode.h */, - 60BC42A9111822AFEAABCC60C8796759 /* RCTDiffClampAnimatedNode.h */, - DA884B5D6B9B7635794D7EFC0E4BBD1F /* RCTDivisionAnimatedNode.h */, - 688CA9964A0D2EB7CEC203851F00E7C3 /* RCTInterpolationAnimatedNode.h */, - C396D78F38FBE9F34D8848FC3FC43AE6 /* RCTModuloAnimatedNode.h */, - C5C8333BFD44196B4A0FFDB65E076AE5 /* RCTMultiplicationAnimatedNode.h */, - 445640C4E059EF5BD5ECBBD9FF01EC39 /* RCTPropsAnimatedNode.h */, - 87FF5199DB4EA632F3780A6BF236F2EC /* RCTStyleAnimatedNode.h */, - D72A5086705F3BAFEB1269EBE778F566 /* RCTSubtractionAnimatedNode.h */, - 034BF2C44FD02FB17FF3F13F5D6A2AD0 /* RCTTrackingAnimatedNode.h */, - 24E74C5A6343AC38E3B80858DB0A032A /* RCTTransformAnimatedNode.h */, - 462314FC5F61237B1DC57433E4DCB4D3 /* RCTValueAnimatedNode.h */, - ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - 98132535B13297279111C12B230177F9 /* Services */ = { - isa = PBXGroup; - children = ( - B2B9B966CF0670022DA229F644227B1B /* UMLogManager.h */, - 1B6589BE603FEA2993B00F22AA582653 /* UMLogManager.m */, - ); - name = Services; - path = UMCore/Services; - sourceTree = ""; - }; - 99BB210090A6AEE8DC8C32621878B864 /* Pod */ = { - isa = PBXGroup; - children = ( - 23EE2CE4FD8E5797BF49C3D61FCDA33A /* RNFirebase.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 99E77EDDB8BF9E4B476AA4E6FF856A62 /* Pods-RocketChatRN */ = { isa = PBXGroup; children = ( @@ -9601,34 +9744,19 @@ path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - 9A12DE39C91654946A8090383730010A /* fabric */ = { + 9B02A02014C965AAA1B7404FAA47AA6E /* UMTaskManagerInterface */ = { isa = PBXGroup; children = ( - 72C72B4B3E4608B05E8EC107494555BB /* crashlytics */, + A9933469517CBE2217167B1D251E4B27 /* UMTaskConsumerInterface.h */, + DDA03B2B53634453BF581D7D293EEE0A /* UMTaskInterface.h */, + C631712EBAA83902A820700806537AF2 /* UMTaskLaunchReason.h */, + 32AEBF6803774C8C238F76895528D338 /* UMTaskManagerInterface.h */, + EBC5C063A870E139F90580DBDB0ABEA1 /* UMTaskServiceInterface.h */, + B7AABB4BFC4DE3B5772204966B3AA1EA /* Pod */, + F540FF4BECC83BC0F8BCA58ACB25642B /* Support Files */, ); - name = fabric; - path = RNFirebase/fabric; - sourceTree = ""; - }; - 9A62AE547036F5F99BC115E4394E13C4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 995B813E0C15D4D7E4DD92A81956264E /* BugsnagReactNative.xcconfig */, - E61D1F9C622B0200284D9B1D2CAEA105 /* BugsnagReactNative-dummy.m */, - 922A83677E2F464EB9F8239786B60738 /* BugsnagReactNative-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; - sourceTree = ""; - }; - 9B074E293882C1405FE7DFEA559C29DF /* storage */ = { - isa = PBXGroup; - children = ( - CA59BBE9E3A2CD7230971CE0ABA9D965 /* RNFirebaseStorage.h */, - 82055F34960F45D2A53AF2E6478EE6D7 /* RNFirebaseStorage.m */, - ); - name = storage; - path = RNFirebase/storage; + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; 9B0C168B9B00AF185AFD0DD948724F77 /* FirebaseAnalytics */ = { @@ -9641,40 +9769,55 @@ path = FirebaseAnalytics; sourceTree = ""; }; - 9C9A9F1ACD3F674643079F52ABD9CA97 /* UMConstantsInterface */ = { + 9C10AFF89D2E89F4AFEABCF96EC09154 /* Support Files */ = { isa = PBXGroup; children = ( - 878E2F0E69F6B0AA8E2E788FC082B4BF /* UMConstantsInterface.h */, - 03D1E4A9AD8826221A98E4435DA38047 /* Pod */, - 089F77584A17C84FBB2831F6FBEC88DE /* Support Files */, + 83FF8A00FBFD0A046FB1D179A46CFAE8 /* UMCore.xcconfig */, + 06CE8795F3EEECFF5D8A97F80026E215 /* UMCore-dummy.m */, + 722B1A8E5CCC05BF095BA5AFA8B07B37 /* UMCore-prefix.pch */, ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; - 9D0BA34D2DF88484D47F8840EAE717DF /* UMCore */ = { + 9C24BD1F7B08E6181EE00D4314D07DBB /* RNFirebase */ = { isa = PBXGroup; children = ( - 942CE26A8AA3D8D3B39ED7DA35A07AA3 /* UMAppDelegateWrapper.h */, - 8129C9C241D72DBCD91B3FF571A91FE8 /* UMAppDelegateWrapper.m */, - 4DB92CB13D90E6A63C9449EB4A3D5FB0 /* UMDefines.h */, - FD0884FBF8E38AD7AE9679B92726379E /* UMExportedModule.h */, - 7529CCA7472FB72A593D6657998C2972 /* UMExportedModule.m */, - 1DC839280346F1C3CBB79D66A0473331 /* UMSingletonModule.h */, - EEB466F74ACC7EBC0B496B85E36EDB3F /* UMSingletonModule.m */, - CEA26965AD99DE602B0FBF3060FD7E1B /* UMUtilities.h */, - 32D442C11B07C66C9018E78AF1F7D796 /* UMUtilities.m */, - DFF749D95E264156BABFB798B5B5F3D6 /* UMViewManager.h */, - 16730113239A4A5F7934D2D7C9DE36C3 /* UMViewManager.m */, - 16488AEA80A1AF2EC326B2C0A647217A /* Pod */, - 696E1E15370051EEE34FD44A0DB41574 /* Protocols */, - 98132535B13297279111C12B230177F9 /* Services */, - 43805B9D4BDE4462EC79BA9E0725D255 /* Support Files */, - 5AC3286FBB8B4C0AA46BDB324C2DA012 /* UMModuleRegistry */, - 4C173838B3C9F6CD300F88E5F6A824A8 /* UMModuleRegistryProvider */, + CA4423B6415E6008203CC00F959FE0E2 /* RNFirebase.h */, + 86E8D047C6A2F72E89D19CBA327A88C3 /* RNFirebase.m */, + 042307CE4FA1BAD3E18F2230F29FECAD /* RNFirebaseEvents.h */, + 3F940FA029D297F79EA65AE9373A3A4C /* RNFirebaseUtil.h */, + AB4A07C90519C71693F3B4EA5FF5BA22 /* RNFirebaseUtil.m */, + 883AD32B98C222727EF8D94FD825A995 /* admob */, + BA648F16800AC3A2F79538C5923500DD /* analytics */, + 3AED2A05685D048638CDCD6DE253E77E /* auth */, + 4CDEA32FE25C60EBDDBD3EBCB258D9F0 /* config */, + 4DEA4181C50B9F257F7D996609641FD4 /* converters */, + DFCDB9E3A764C3AE3AFF395BA26E299D /* database */, + 191213C293E2068ACF7456B44F17D779 /* fabric */, + 472738A2F5DC6082A67509413CF3CE54 /* firestore */, + AA83E103024C11B442563A4E4EACC311 /* functions */, + 397D45148778C53F5E1D31DF6A88C56F /* instanceid */, + D076899453B130D0F795A4D2DA93ECE1 /* links */, + 5E83487D4000ECB041BF94665F3F9FC6 /* messaging */, + B4E06357861A3879B23725637FFD1B53 /* notifications */, + 19C4222EBF759ECD048B67012EE215BA /* perf */, + F16C46D06DAF1DD4F7929846899E0EF0 /* Pod */, + 5CAB750B540A2E10B30BEC0FCB5EDB0D /* storage */, + 532A50431C4A12F11D6471D411F210DF /* Support Files */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; + sourceTree = ""; + }; + 9C74A5A3ACCF98B97C80CF657CD4BE4A /* Pod */ = { + isa = PBXGroup; + children = ( + 6BA18DC8651691EA1E74836C58C60CA7 /* LICENSE */, + AE890D6BA99AAC4F0686CBEBA903FF73 /* README.md */, + C6DB6362CEF69B846E4778217B3C2772 /* RNImageCropPicker.podspec */, + ); + name = Pod; sourceTree = ""; }; 9D1BD12B3BC37A17AC65A7C571DD6116 /* Crashlytics */ = { @@ -9694,102 +9837,183 @@ path = Crashlytics; sourceTree = ""; }; - 9DE459859374F5B290408CD30B9DE13B /* jsi */ = { + 9E175CD8A4BD911D2F7576CB3D09935F /* Singleline */ = { isa = PBXGroup; children = ( - 143530949B5565B2E4DBF2F0C672E989 /* decorator.h */, - 7A7F70906ABA2A6F5B30D5A3EB40CE4A /* instrumentation.h */, - 270D91A8FE15937EE7AAE531B81CA808 /* jsi.cpp */, - BB4F98F9A79C65BE96594A6A62ACA28D /* jsi.h */, - 7F55E551A8CB8A46CB7B81200E70D4C7 /* jsi-inl.h */, - F37FD7F638A29BEFACF9294960E1A508 /* JSIDynamic.cpp */, - FA63D99B6021039B74156FB8E56D5799 /* JSIDynamic.h */, - 7799616C7D51CD10922AEC96A99941C9 /* jsilib.h */, - 45B386987E971282C4135DE079AA4C5A /* jsilib-posix.cpp */, - 57ADC6FB12218BC5F731E66581C6A9F0 /* jsilib-windows.cpp */, - D7DDA4B923909E2ABB26250538C84B76 /* threadsafe.h */, + 580B5510357F0FA688D1F66930D23066 /* RCTSinglelineTextInputView.h */, + E6EC942B0646F12A0A059FD5A98A5D90 /* RCTSinglelineTextInputViewManager.h */, + B175AEFB87A4E7D407570EB16C2C48DE /* RCTUITextField.h */, ); - name = jsi; - path = jsi; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 9EF5244FC41FECF1AAD6BFF941D69A0E /* Text */ = { + 9E36B42FEBFB4150EAEC530F717E2E23 /* Pod */ = { isa = PBXGroup; children = ( - 8B045D0E4243730481AAA1CB77990DEF /* NSTextStorage+FontScaling.m */, - C11D9AD667508E1C876132F985D006E8 /* RCTTextShadowView.m */, - 9C3850FE6ED692788F89481C551A0BD6 /* RCTTextView.m */, - 4FDDC07BDB2D69B8364DA6810AD90E5F /* RCTTextViewManager.m */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - 9F11F71AA6CDD6D60D6AD8F805A80A9D /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - D9320BE88E741DEC5491727C41EC8630 /* RCTAnimatedImage.m */, - 38FC85EF33B83764ACF58D59A2FF5A26 /* RCTGIFImageDecoder.m */, - B1E064D2E50907DD555F51A6E9449DF7 /* RCTImageBlurUtils.m */, - A832916A078966CF057416B5074A3D43 /* RCTImageCache.m */, - EAB5F55088374969C34AC879E3F596C0 /* RCTImageShadowView.m */, - DAC7475ABC0A021C153586AF1B38843D /* RCTImageUtils.m */, - 261E698D5EF014930107BA2CEFCFCD49 /* RCTImageView.m */, - CDD45AA3C601E1A3A45A712E8A9DFD90 /* RCTImageViewManager.m */, - 3F718A89C12CD95005EB2064AF63B331 /* RCTLocalAssetImageLoader.m */, - 19B762F877F3B152365AEC114E9BA027 /* RCTResizeMode.m */, - 0CBB6585A54119A963A82EE7A8977AF3 /* RCTUIImageViewAnimated.m */, - 7BC0C6E8284295145B113BAA7336A893 /* Pod */, - 174F47C6821A4A8E15C4B35A7F0DCF50 /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - 9F9AC2900443CF1C172DE7E70630249C /* UMFileSystemInterface */ = { - isa = PBXGroup; - children = ( - 691CBA7AE1D192756DFB1300FC78BB72 /* UMFilePermissionModuleInterface.h */, - 53CBDB3E54E4634C4C8AA572F23DEA95 /* UMFileSystemInterface.h */, - 2348794B921E44C89ED1E1D641BB8687 /* Pod */, - 3E0D626DC6D9FCD2CB475A8E7918C157 /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - A0D9A747D9376DA2DF4F94A93C806C7E /* Pod */ = { - isa = PBXGroup; - children = ( - 3FE86DB74A1BC11D0141924ED352515C /* LICENSE.md */, - 3028864806728918A117E4058D8441C1 /* react-native-document-picker.podspec */, - 331D10B0B267D53EE1FD58E141855523 /* README.md */, + D439424137FB962043629BDB8E42A3C4 /* LICENSE.md */, + 5F731BDE727ED88AEC2FBA0E0C76C164 /* react-native-slider.podspec */, + 1E208E6737827217EE9B5CEFCF501757 /* README.md */, ); name = Pod; sourceTree = ""; }; - A182CD6ECEADB7EC036B163C5AF9103F /* Filters */ = { + 9E58800D8A67B09E997A6E0CFD15BF65 /* Video */ = { isa = PBXGroup; children = ( - 94D6D30F732919276E067AADAB490563 /* BSG_KSCrashReportFilter.h */, - 031092BE47CEE783A63FE732D8DCA106 /* BSG_KSCrashReportFilterCompletion.h */, + 77700EFF4EBE66F5D89706A3135525C8 /* EXVideoManager.h */, + 428DDC26B4461E1116B41A6E80E74252 /* EXVideoManager.m */, + BF77DE855490EB2B3CAB84571B3DF08F /* EXVideoPlayerViewController.h */, + 7D232618FE434A9939EA3CABCD96347F /* EXVideoPlayerViewController.m */, + 820C6EB1FE9A3579042D7EC1C2D07F7B /* EXVideoPlayerViewControllerDelegate.h */, + 8D474EE1D460D6A47D08D7C277CF6737 /* EXVideoView.h */, + EBEAE2AC26DA02A603A1F16D4309D583 /* EXVideoView.m */, ); - name = Filters; - path = Filters; + name = Video; + path = EXAV/Video; sourceTree = ""; }; - A2B6157DD36D2B6ACA4389B166D009F8 /* RCTTypeSafety */ = { + 9F36AB633CC1AB8DDB9282FC545FCCCD /* Pod */ = { isa = PBXGroup; children = ( - A00442AA0B1FADE223DA97EBAB3D838B /* RCTConvertHelpers.h */, - D58829D210FBE20929D48359B702D2FA /* RCTConvertHelpers.mm */, - 184A5FE6720285DD234352C0BE668DCE /* RCTTypedModuleConstants.h */, - A27244A05409F207F84EAB5D36DF078B /* RCTTypedModuleConstants.mm */, - 19E2B62B5841B9B0550E5653AAF31878 /* Pod */, - F478F99164218B2101AC58E6057180A6 /* Support Files */, + 822D26FE979D2D28AE6DF00677950761 /* React-RCTText.podspec */, ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; + name = Pod; + sourceTree = ""; + }; + 9F8B48178985EC253F906E598EE73106 /* Support Files */ = { + isa = PBXGroup; + children = ( + 951DF02D40E87B6BFAEDDD89D1B1914C /* UMFaceDetectorInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + 9F906FAF2CD5F4A1D45BE2839AC848E7 /* ReactCommon */ = { + isa = PBXGroup; + children = ( + 28111EE9332555CC30A48D56C5CC750A /* jscallinvoker */, + A7178FF649B2C0648D69A65BF2369DA6 /* Support Files */, + F098A4C1F53DF8A2DE0246C4E69E12FF /* turbomodule */, + ); + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + A0BDA52BD5F6EFE8F8A757ED19C1D136 /* Pod */ = { + isa = PBXGroup; + children = ( + B798E603AE7D98E283F3D074067CC63C /* UMFontInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A1F3D84A3175346107B3B87E272E635D /* RNUserDefaults */ = { + isa = PBXGroup; + children = ( + 22F2A353865B9068634A8FBAE1D3D951 /* RNUserDefaults.h */, + 57C97855EC4698DC1BE6E1C20238998B /* RNUserDefaults.m */, + ED12239AFB6118DE57E52E7F58935288 /* Pod */, + D363CC036DC2E993FEDE844D7B058AB4 /* Support Files */, + ); + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; + sourceTree = ""; + }; + A2072C96525AC3DFAC8E918C5030C262 /* Pod */ = { + isa = PBXGroup; + children = ( + 65CB48BE8ED26CFABA46AE08200C79E9 /* React-RCTNetwork.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A21D49351E751C74B724217D36C44D8A /* Views */ = { + isa = PBXGroup; + children = ( + 6B0EA55A3EB766A8C7BDF1D6C8B9A7F6 /* RCTActivityIndicatorView.h */, + 58500076C2A5D52D9A891D88539791CC /* RCTActivityIndicatorView.m */, + BA3856C68C5F8A48BB10AFD3B0B4ED7C /* RCTActivityIndicatorViewManager.h */, + 8CF3E014B83894A46086EEF1BAF45EC2 /* RCTActivityIndicatorViewManager.m */, + 5C339C56143096EFC836DD8E3EDC590E /* RCTAnimationType.h */, + 2305A32EE0749D31086CEBECDB2D0FE7 /* RCTAutoInsetsProtocol.h */, + 8D0616F90D23D72D48EC49295F127593 /* RCTBorderDrawing.h */, + 7B2F96E518043A4D3022737A75038E58 /* RCTBorderDrawing.m */, + AF69B2788948BAFF9F11BC593753A1CE /* RCTBorderStyle.h */, + 7437219240A85A6890B435A6BD3EAA67 /* RCTComponent.h */, + 52DB8FAF7DC4188B475DA2BF3348D8C9 /* RCTComponentData.h */, + DD7B920B1FD293829C9A2FA9714DA286 /* RCTComponentData.m */, + B28CECD490AAEC029719808BB08E2AA1 /* RCTConvert+CoreLocation.h */, + 44115FD5D671B0E1C4224B512FB712B6 /* RCTConvert+CoreLocation.m */, + D9305687DEBB639C4D134B7F74401C1F /* RCTConvert+Transform.h */, + 5210C15DEE265DA8D4B2700F80627599 /* RCTConvert+Transform.m */, + 3F3A6653E26624B6CD7299EAA369CF15 /* RCTDatePicker.h */, + AD943F4563E9E5ED20B7D4BA598A1D16 /* RCTDatePicker.m */, + 5F2F165AD0176060EE42DAB42BA8B6F9 /* RCTDatePickerManager.h */, + 26B04B7CDB30D02904DCCB39CBC3DE6D /* RCTDatePickerManager.m */, + 533FCD942561E5BC07E97751A1ADB979 /* RCTFont.h */, + F71D97D6D9439133A64A8C16C1B27859 /* RCTFont.mm */, + EA084B799B58557F91B1A20B1833B8C7 /* RCTLayout.h */, + 36FD87C3118611DE27C022DE468F9C36 /* RCTLayout.m */, + 9D277ED473E132B5BB08A24A531A2459 /* RCTMaskedView.h */, + 602A3644EF21A16D3E3D1BA8774EA9B6 /* RCTMaskedView.m */, + DF14B74A8CC0D9D6C08BE83BA70E37F3 /* RCTMaskedViewManager.h */, + 49D0B0AC23130020DFD03C69A6F01E5E /* RCTMaskedViewManager.m */, + BF7953BCCE360D2618A6E81464C9CBF4 /* RCTModalHostView.h */, + E26D22A5A7C9F212C6C19AC2EC2A9C0A /* RCTModalHostView.m */, + 9267E62146A5F6BE4151442308CA0C6C /* RCTModalHostViewController.h */, + 9F88D4180ABEE65F387A1ECE8EEACA0F /* RCTModalHostViewController.m */, + 636A6FCD534106FB89A77A39DD04C29D /* RCTModalHostViewManager.h */, + 6594D986C0242CB0747B62B495FB7D2D /* RCTModalHostViewManager.m */, + 2291F6AF5147D1A072DE833D6DED9CAB /* RCTModalManager.h */, + 02C10B26E8680744CC63D26A1630737D /* RCTModalManager.m */, + E6215D963897CA32672C31E35D21E9CB /* RCTPicker.h */, + 41AA3B02ED0E2FC50A81361F83A02655 /* RCTPicker.m */, + 023429A0922DFD2EA410102940065E2E /* RCTPickerManager.h */, + 8E6A3EAA2CEB3E4A72061242ECB63338 /* RCTPickerManager.m */, + B09A09A09A14A32D8F6A1EA4BCD86CF5 /* RCTPointerEvents.h */, + 6967C5211464DF9E81F208C4417D10F3 /* RCTProgressViewManager.h */, + 01F003ED816FC8A9E95D36A5BCCB3BCE /* RCTProgressViewManager.m */, + ECD0EA602EDA3D8C6088CAC0DB321B9B /* RCTRefreshControl.h */, + 101162B1CCE2A849A5F52258BEEDD4C3 /* RCTRefreshControl.m */, + B2DB10E781C0E10CF21B01D3AFDEBFB8 /* RCTRefreshControlManager.h */, + DB503FB5801900F0318A6AF234168D23 /* RCTRefreshControlManager.m */, + A30312D3C8A05DEF298C324079414F93 /* RCTRootShadowView.h */, + 4ECCFC2DC49D7BB992905F8D18415D4A /* RCTRootShadowView.m */, + 592178B1B0EF94EF3665948C843E9D21 /* RCTSegmentedControl.h */, + E6E3C07DFAE82047B7A3DED1C6A42B50 /* RCTSegmentedControl.m */, + 9534F07FADA47B419ECABCEC7AA8D01A /* RCTSegmentedControlManager.h */, + 0C4B5281FBC677085B8ED090B2AB01C6 /* RCTSegmentedControlManager.m */, + 5CF3CE1E3E4D984BF738CC28D9766E48 /* RCTShadowView.h */, + 99201A2B5F3010E9D4FF9D92B58D6689 /* RCTShadowView.m */, + E87AEAFFB67B5CF35C599D04782B94D7 /* RCTShadowView+Internal.h */, + 6CA79E096453F2D77713A980508E9B3B /* RCTShadowView+Internal.m */, + 0773D017973CEE43D72A6E368B2DD693 /* RCTShadowView+Layout.h */, + 50C83FCA97F81CD2A256DFAF0EB16CE7 /* RCTShadowView+Layout.m */, + 85891543719EB94BC0F828B999795FCE /* RCTSlider.h */, + 5EDA3C3C1B8F449A6842EBACFEFB7E6B /* RCTSlider.m */, + 7DC7C99D0F488B0249EF49D1E101E006 /* RCTSliderManager.h */, + 7E02CB38755E079473B8393106D28D76 /* RCTSliderManager.m */, + C430D6B48BF9A56C9EB7C641D89564B7 /* RCTSwitch.h */, + 173BDF635278296F3AF22AB4BC2D71C4 /* RCTSwitch.m */, + 04DBD6020E707D300022517BB1B58B05 /* RCTSwitchManager.h */, + 4079524FBE127F51059B454848EA65DF /* RCTSwitchManager.m */, + D9FF47579FE0B14194FDA39D0E2C300E /* RCTTextDecorationLineType.h */, + A71D8DEC4ECF4D1A3C6BED3B29002E05 /* RCTView.h */, + 6070E6EA6D29F8C1E4F58BC4F716B616 /* RCTView.m */, + 3D91201BB120DFA7F3D16F1D44279C8B /* RCTViewManager.h */, + 7E2E81108D91A8697EA0DF075F910526 /* RCTViewManager.m */, + 515B25B90FACCE492D6668944247CF23 /* RCTWrapperViewController.h */, + 672DED78587155BE27785BCD295BE1D3 /* RCTWrapperViewController.m */, + ACB46B1B44451A33D3B8DE6E18D06563 /* UIView+Private.h */, + D720AAD1C3D47938F92F17D5543D342E /* UIView+React.h */, + 1233E3242BE7B85FD7D1723E9901C49E /* UIView+React.m */, + 04EEF4BB88A1DA18A6F89FE6605C49C2 /* SafeAreaView */, + 3E4415479B78488F68971CE7CF159E07 /* ScrollView */, + ); + name = Views; + path = React/Views; sourceTree = ""; }; A2BD0DF7BB823F49F75A2CBAC78DB678 /* Support Files */ = { @@ -9801,16 +10025,36 @@ path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - A398E4C5EC98BFCF0CE5EA14645F7A62 /* RNUserDefaults */ = { + A314323AF0162A47414BC10402CD3A54 /* Support Files */ = { isa = PBXGroup; children = ( - 08E14DC5CD5C28CA59A5678EE181FBFC /* RNUserDefaults.h */, - 5C6355702DBCA100421558425DCD6D8B /* RNUserDefaults.m */, - 879B48C656E8FA1D3B1139A63BCCF953 /* Pod */, - EF32D11CFBA4E8AEEE9A1149B473AC7A /* Support Files */, + 8C4B3A71037EDB3360B8F3D3380A72EA /* React-RCTActionSheet.xcconfig */, + 6377CE1E69DA42888216AAE8713E1D79 /* React-RCTActionSheet-dummy.m */, + FD61CA27AFA97AA4FF2D4566AA427819 /* React-RCTActionSheet-prefix.pch */, ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + A44FD82B857C1D7ACC18FD20A63C41EB /* Support Files */ = { + isa = PBXGroup; + children = ( + 184F6BF9DD73E60CAFFC6B45D09CB872 /* rn-extensions-share.xcconfig */, + 84A768B8A953D220D369B2B07FA8259F /* rn-extensions-share-dummy.m */, + D5B5FC77E16648B5D1FC79A971A2254E /* rn-extensions-share-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + sourceTree = ""; + }; + A4C9C90E1E84D24409B055B443059563 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 1449F457259E3623C9C0CC95BC650F1D /* RCTVirtualTextShadowView.m */, + 3DB1F18BA5BB57CCAD55B4931F84C2A4 /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; sourceTree = ""; }; A50A315A41DB695EA33EC99233E9DC35 /* Support Files */ = { @@ -9824,6 +10068,25 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; + A540D59AA42400E857997F50A7CAF2D1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9C87477C1E523ECD7DAB8844A833994C /* React-RCTNetwork.xcconfig */, + 388F9AD3900BC3E0CC570C9BA0118F59 /* React-RCTNetwork-dummy.m */, + 2E2D1CE946682D2D23D8D2486C7099D3 /* React-RCTNetwork-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + A58114E940201A893C625EF27F9A8CF0 /* Pod */ = { + isa = PBXGroup; + children = ( + 9634D258E25A546E85557CB153FB57A1 /* Yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -9833,78 +10096,54 @@ name = "Targets Support Files"; sourceTree = ""; }; - A69791230F777B21005472941CF2C4A1 /* RCTRequired */ = { + A6968348B5B05AAD8B11AE786F0BBE2B /* Pod */ = { isa = PBXGroup; children = ( - 650DB6B819DC30A7C6D51DFCAA3EB7F8 /* RCTRequired.h */, - 8353360E8979C67E6878E5D089D9FCEC /* Pod */, - D3F6B7649A10E51265CF082B2F76B04A /* Support Files */, + 302E58633A27510751FD1F868F49A7E2 /* LICENSE */, + BF7D8686B8694262FD5BED2CB3EF8E25 /* react-native-keyboard-input.podspec */, + CBE5BF7AF4A694DFB5084DE8C2F499AD /* README.md */, ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; + name = Pod; sourceTree = ""; }; - A72FB130F3974E9F57AE9EC67DEFCED3 /* DevSupport */ = { + A6EACABCB71675864555BD32A9863372 /* react-native-webview */ = { isa = PBXGroup; children = ( - 52F5CC037E0AA5117AD5590A3986C8AE /* RCTDevLoadingView.h */, - 1F1A807662FDC7594F91714855F12EBD /* RCTDevLoadingView.m */, - DB2CC93EAFD0652A1251BE276258BCAB /* RCTDevMenu.h */, - 4ADD59F006F86CBA814C6ADCD4DDFBBE /* RCTDevMenu.m */, - 96F530C4CBF8BAADC5076ADD050B5A0E /* RCTInspectorDevServerHelper.h */, - FBC5F328B91CDEFB67AF032281E6EB16 /* RCTInspectorDevServerHelper.mm */, - C78FC1440F0A278101EA115E5D9AA22A /* RCTPackagerClient.h */, - 31505D7E478C6717D9019F338B7D7376 /* RCTPackagerClient.m */, - B073A051EB57DF54349C9150A67DAF60 /* RCTPackagerConnection.h */, - CEB737E34428B67F981BE7321E784390 /* RCTPackagerConnection.mm */, + 41CFDF5F9684DC7BB39145196CF4C958 /* RNCUIWebView.h */, + 6B21B898F5667861279833D5CE1EFA5F /* RNCUIWebView.m */, + B1CCD14AC1C4E747A94331D8F84AA151 /* RNCUIWebViewManager.h */, + 60B2E20EB27AF90FDA3BE466A092A1E6 /* RNCUIWebViewManager.m */, + F849EDC739E04BE831BE236F2D01E5DE /* RNCWKProcessPoolManager.h */, + A5FC1F72D7AC7D39382EC5A16D029B23 /* RNCWKProcessPoolManager.m */, + 8EB8A9816C1DACC8365A1125042E9C11 /* RNCWKWebView.h */, + 5FAB87817B1927483339922E5CE7D3AC /* RNCWKWebView.m */, + EE633745BACF3EBD7108AF4A16BF609F /* RNCWKWebViewManager.h */, + F99343EFC769412760DB58F64D0EB345 /* RNCWKWebViewManager.m */, + BA348B0382C642ED510AB9DCE321E064 /* Pod */, + 50409B3D4D6E87BCC1CA29D58DD0DCF0 /* Support Files */, ); - name = DevSupport; - path = React/DevSupport; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; - A74F4CEEC4E7ACDBDC2A9DA4F134EFAE /* Support Files */ = { + A7178FF649B2C0648D69A65BF2369DA6 /* Support Files */ = { isa = PBXGroup; children = ( - A88578045E339347233A1BCBF9F4C3B7 /* react-native-keyboard-tracking-view.xcconfig */, - C9FCCD691B58ACED82B04848C9B9B860 /* react-native-keyboard-tracking-view-dummy.m */, - 24724BCB576DF787119770C31B395EC3 /* react-native-keyboard-tracking-view-prefix.pch */, + 4A9907F40A9D7710C09CE159C07B2095 /* ReactCommon.xcconfig */, + A1E0EF912854B870EDA451156DAD524E /* ReactCommon-dummy.m */, + 47DBEE65F5A5DE032ABA6FFC212E0EB5 /* ReactCommon-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; - A7C265C94D28AE185BA8B6E258FEF2DA /* EXPermissions */ = { + A73E622BBEA4A39BBC4E87FC9494CD15 /* Source */ = { isa = PBXGroup; children = ( - C999CBF0CDCCF9350B0C0A8215830F1C /* EXAudioRecordingPermissionRequester.h */, - 3D63A93F7ADBFA07F80E9681BCDDB72E /* EXAudioRecordingPermissionRequester.m */, - 0FD69AAD99CAD6A9F1FCCDF4C1B7FA7C /* EXCalendarRequester.h */, - B37A90398BCCDCC233D0E07016024232 /* EXCalendarRequester.m */, - 55FEA42274B43F7959F933B6E7D0768C /* EXCameraPermissionRequester.h */, - 646BC1E0E6C82CE13BF3FC32B4E99B03 /* EXCameraPermissionRequester.m */, - C7D9D34DC43886A53207BF9E80D3BF3A /* EXCameraRollRequester.h */, - FBE3260F5107E97CF76634BC8605C405 /* EXCameraRollRequester.m */, - B42FE18F19C04AC6DEDBEA85C745980A /* EXContactsRequester.h */, - 959E4F2F20DD331569989D41276051E1 /* EXContactsRequester.m */, - 241A26CB996A14E5B7B7320C51998079 /* EXLocationRequester.h */, - 5B67A2E90035830F4704E9B2100EFBD8 /* EXLocationRequester.m */, - 6E77E134D22C67293A6E91F68E12908E /* EXPermissions.h */, - 6F33DCE3027BC6BC8AC0D769DA5F846D /* EXPermissions.m */, - 929C056E8BC298F78C48EBD94A41B0AD /* EXReactNativeUserNotificationCenterProxy.h */, - 370690606EC6E87A207E7CB5BEA4E5EA /* EXReactNativeUserNotificationCenterProxy.m */, - 6F852CEDE307141D58790A6953B2FECB /* EXRemindersRequester.h */, - 091C9C23AE69F9B2BA8D31111118D209 /* EXRemindersRequester.m */, - E4F72F67AB9685C072917A0880F7FF11 /* EXRemoteNotificationRequester.h */, - AF4EA25442F8EC569DBAE79C2136E8F7 /* EXRemoteNotificationRequester.m */, - FCB72B65B0BEA4566579C1EB76647D3C /* EXSystemBrightnessRequester.h */, - C0142ED749AF000C530635CF83DF425A /* EXSystemBrightnessRequester.m */, - B755EBF064CC633CD0FB942E32ADFA78 /* EXUserNotificationRequester.h */, - 1E339A238C5C19A933FB40E580AF7A78 /* EXUserNotificationRequester.m */, - C5D5503B0BDE63B267E5A90009A4C57F /* Pod */, - 05B2BF0E16F8E4E5097BE2C2FF096DA1 /* Support Files */, + E431FC776756D62661A552892C91903E /* KSCrash */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = Source; + path = Source; sourceTree = ""; }; A8594F09DE580E53D48DAE823AFC380F /* GoogleUtilities */ = { @@ -9924,223 +10163,42 @@ path = GoogleUtilities; sourceTree = ""; }; - A8C29875993C8E51BBD827FA49DF03DB /* Views */ = { + A98264D63C3D1F9F73D704A28EBCAEC1 /* Support Files */ = { isa = PBXGroup; children = ( - A4C3A30D388BAB3491B25D05E1B0A71B /* RCTActivityIndicatorView.h */, - 360A590D6E87D353A4EE548C36D5B73D /* RCTActivityIndicatorView.m */, - E54F978444A7CEF84EE02DD3AAA36A72 /* RCTActivityIndicatorViewManager.h */, - 4E00F05CCF734A12CFC85CCF4150FA8D /* RCTActivityIndicatorViewManager.m */, - 5E07BF8060268F6B80602BEEB58F34AE /* RCTAnimationType.h */, - 1367958180570BB91AAC503D0DA52EA5 /* RCTAutoInsetsProtocol.h */, - A60CE7222FA178C7A80B5DDE6B86BDA4 /* RCTBorderDrawing.h */, - 6DD79C048F2F9C16126AC0E71B625506 /* RCTBorderDrawing.m */, - F39D87D87782BE2F3483A8F92024F25A /* RCTBorderStyle.h */, - 14A3D6EBD5C32E4A32F6B92C713CB468 /* RCTComponent.h */, - 67BD77AEC4CDF83989C9357B81F0DB81 /* RCTComponentData.h */, - 794D9C91799055313BD7AD8652AE800B /* RCTComponentData.m */, - F75F01C3748354CB900B963E1E280814 /* RCTConvert+CoreLocation.h */, - 363E6F052C48D3F0193DFD739D5B2222 /* RCTConvert+CoreLocation.m */, - 62E2FF06653AA04F58C3E3B1B8700E06 /* RCTConvert+Transform.h */, - 49EC7C3EFAC13533502ABAE3EF8E95F9 /* RCTConvert+Transform.m */, - 32336E7E9DC6F10F67D09C259843D0AF /* RCTDatePicker.h */, - FFDC942E37948825AC39ECEFF5C5AA17 /* RCTDatePicker.m */, - 52EB945050F8273FCC2AA02B3FF3D450 /* RCTDatePickerManager.h */, - 2615554DFEFB88ABE2F6B4CA84F63873 /* RCTDatePickerManager.m */, - BB95A42F1DB412AC51C240029BF888A0 /* RCTFont.h */, - 87A1C13CA2D72E1522A40D2D74193401 /* RCTFont.mm */, - A352EE81C4436FBC31BAC8A8587F313B /* RCTLayout.h */, - B453937127F6A3D264A97AB9C73C0ADC /* RCTLayout.m */, - B4D33198940256F0ACFB9163452F4A40 /* RCTMaskedView.h */, - 573C44DE67D54268AB03CF5F639F152C /* RCTMaskedView.m */, - 062AE6550F080AD30620845DBEB0FCB0 /* RCTMaskedViewManager.h */, - 2601F820D5E847840E1912591E645E44 /* RCTMaskedViewManager.m */, - 5EDE5499A2030945932C276366A4F22D /* RCTModalHostView.h */, - C17A7BC9744C2846DB65A6B7FC5AC80B /* RCTModalHostView.m */, - C61BF98CD40D21619BD6FFB97EE88B3C /* RCTModalHostViewController.h */, - 1EB62C1A0405F3AABCAA51A572E4481A /* RCTModalHostViewController.m */, - 56505B21ABD3B3E95EB5A96E9FBC65C9 /* RCTModalHostViewManager.h */, - D2425D4C3CEFC71CFF79A3F397658994 /* RCTModalHostViewManager.m */, - B8C46D38E4C93D5B3539F30546420B42 /* RCTModalManager.h */, - CB72724311908317E86E7679E0EB38B0 /* RCTModalManager.m */, - 2EE1DA86EC3D99C00C25FD24C6220B89 /* RCTPicker.h */, - 6C20BAEA9855B28809BD0DC67FFBCFA4 /* RCTPicker.m */, - 1C4EB2F545314F1957F530FB31F7A15D /* RCTPickerManager.h */, - E612B4BB28A3B645D685CF9AD20AC095 /* RCTPickerManager.m */, - 125140995B0A46D82FA3E4E85BE2664E /* RCTPointerEvents.h */, - C66417A8A5758738388ED7AA58B30060 /* RCTProgressViewManager.h */, - D84BF71B3FD7D916318D8AFA3EC8C5BA /* RCTProgressViewManager.m */, - 07233EDA1FC3BE41EB1F2313D8F020BB /* RCTRefreshControl.h */, - D8948C8DEFDFA24AACADDEF258199A1B /* RCTRefreshControl.m */, - 882D4B170328E113857BE5DFEE6EB7FB /* RCTRefreshControlManager.h */, - BE4E913B523C487FD14DC53DB97C143B /* RCTRefreshControlManager.m */, - 372B94412F3E2A1C066996D0B590E620 /* RCTRootShadowView.h */, - 73D2E9B4F61167441A36D7C78C495831 /* RCTRootShadowView.m */, - D02ECCE46323D1937AF1BD582D5AFEB5 /* RCTSegmentedControl.h */, - 62EA1C1E10E897A9DBD203F76B2C0B6D /* RCTSegmentedControl.m */, - 5843D5D3667FB0238E3EAE2D7449E82E /* RCTSegmentedControlManager.h */, - 4D402CA1FF2E44253F8C2FFE4C71CC15 /* RCTSegmentedControlManager.m */, - E0831E0CC52FF3C6413689E8FD108E7E /* RCTShadowView.h */, - E1E2E32840FA665638BC0BDAC13FD8BF /* RCTShadowView.m */, - 223120526602CBA7ADF9D35AC98D8720 /* RCTShadowView+Internal.h */, - 3F832139EA227D044E2A897B5F71A8A6 /* RCTShadowView+Internal.m */, - EAFF7DF58471BC362F2D2DAF2215797F /* RCTShadowView+Layout.h */, - E8B74C2FE69C1503D7FD854A9BDFE747 /* RCTShadowView+Layout.m */, - 624EB0EC80205CE1C8038C4BD5935FD0 /* RCTSlider.h */, - 1E0343C36A0B74959C83D8D8EF00965B /* RCTSlider.m */, - 147617E44F9FF00DFBA646A5E61B5F6B /* RCTSliderManager.h */, - 7384F92614915774FE7D143644A6AAC9 /* RCTSliderManager.m */, - 7F2E78275ADC02B7781684C3E99ADC46 /* RCTSwitch.h */, - 242135F551E8566963FD257AC3087ECB /* RCTSwitch.m */, - 476900FE80EACAEF08215CC16E6D35F7 /* RCTSwitchManager.h */, - EAC1B1DE473FB1605621FAF200F94389 /* RCTSwitchManager.m */, - 32BD0359DD585004F232BD4CDB009979 /* RCTTextDecorationLineType.h */, - FA6A05E24DF5C1BDADD225F4BA44730F /* RCTView.h */, - E0FE5E4F949A2D2D334FEB6417F012D5 /* RCTView.m */, - CA10FB1E0DFFF0B0FD133DC021512D3F /* RCTViewManager.h */, - 5CF3EC69826025014E5DEAD9152E01A0 /* RCTViewManager.m */, - 97D3928D38A1480CB81397CE9AF06E29 /* RCTWrapperViewController.h */, - 0F52746296A9DABDAD3FD8FDDC0DF9BD /* RCTWrapperViewController.m */, - 17644A6B0E396AF4AD0662B27777DFF8 /* UIView+Private.h */, - 835373FDECFAC8B72C5C6F5AEFC7A42E /* UIView+React.h */, - 7B20176F5FC22BE9655BFB17EC6839A9 /* UIView+React.m */, - AB93FA32A471CD605D916673901CB255 /* SafeAreaView */, - 77A9631D4B21E1B63F0DFA695AACF1D9 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - A8C738350F223A4E250F29D3245A3843 /* turbomodule */ = { - isa = PBXGroup; - children = ( - AC3A176FC19C031D257B5EF951568CBB /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - A90B82BEAF8C30CD6648482FD235E0D8 /* BaseText */ = { - isa = PBXGroup; - children = ( - 4EDA5B0B693EC04E2E1A909067E02BE0 /* RCTBaseTextShadowView.h */, - AE6E96DF9C6FDEC503DEC3366EC4D7AB /* RCTBaseTextViewManager.h */, - ); - name = BaseText; - path = Libraries/Text/BaseText; - sourceTree = ""; - }; - AB5F630503CEE34D20A831EB77BC8442 /* Pod */ = { - isa = PBXGroup; - children = ( - 3A03AEFCB40A7E79C41C1EEED1327D7C /* BugsnagReactNative.podspec */, - EE4E17CB57E71CEC6326510BBD28C33D /* LICENSE.txt */, - E64340356E6F9AE06CBF2BCFF3E18DB5 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - AB93FA32A471CD605D916673901CB255 /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - A6CD2C98D5C802B074C47D5E2F5A1918 /* RCTSafeAreaShadowView.h */, - 438610B152172E5A494F3D6DAA4E51A1 /* RCTSafeAreaShadowView.m */, - 541665DE9513D4D514E370DAAF58ECC0 /* RCTSafeAreaView.h */, - 4E5FECC1F5F4E9A59CEE4D8563B9C00B /* RCTSafeAreaView.m */, - E730F5A0625FEFFE5532EA912AAFA8F5 /* RCTSafeAreaViewLocalData.h */, - FE3D7A64EC1D8C73B06102101D283D62 /* RCTSafeAreaViewLocalData.m */, - 90EF3CC92E1A8E488C018136E9006A28 /* RCTSafeAreaViewManager.h */, - 0672CC33362C8EA9E2EC7642931B289C /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - AC3A176FC19C031D257B5EF951568CBB /* core */ = { - isa = PBXGroup; - children = ( - 15E3F338E2982D013E665FA5E6266A03 /* LongLivedObject.cpp */, - CE9E9ECC868228D37412CCD7DEA7CE22 /* LongLivedObject.h */, - 76657910171C675682A5C4E4F4BDBEFD /* TurboCxxModule.cpp */, - 5979A6DCA021FC4DB90375F8BEAE9D2A /* TurboCxxModule.h */, - 7005E4DA7F55B511559E8246168FE76A /* TurboModule.cpp */, - CE243AAD7E2688A6F06CD4B9E4124DCC /* TurboModule.h */, - 88B164D86751AE69B80EA5FBC5EBCE96 /* TurboModuleBinding.cpp */, - 5059A540B10068188B439D59A4DE311A /* TurboModuleBinding.h */, - A87AC62844575266891A5467856DA092 /* TurboModuleUtils.cpp */, - 6501672F142BDD3D0892B1547EB5A495 /* TurboModuleUtils.h */, - 4B4DB59D3FE4524F670104E8157571B1 /* platform */, - ); - name = core; - sourceTree = ""; - }; - AC3E47478A27694D1A44571A9C728F1E /* Support Files */ = { - isa = PBXGroup; - children = ( - A6B3905E0090D04E72761DFE3FA13965 /* EXConstants.xcconfig */, - 548EB0ABCA789B0DE2235B7CFE4C86CB /* EXConstants-dummy.m */, - 13AE3B54731D2D6128AC94B931D4028F /* EXConstants-prefix.pch */, + 14079EF9DE3A819B2C72CB3DCDCD4760 /* EXConstants.xcconfig */, + 5B939876847B21A82571B25D28E764B8 /* EXConstants-dummy.m */, + 7F434BF44525A5CDF447733AA1D91E4B /* EXConstants-prefix.pch */, ); name = "Support Files"; path = "../../../ios/Pods/Target Support Files/EXConstants"; sourceTree = ""; }; - AE0AFADC1249F540DDC71B19D65D0334 /* Source */ = { + AA83E103024C11B442563A4E4EACC311 /* functions */ = { isa = PBXGroup; children = ( - 537635F4708B126906D062515A1BE3A1 /* BSG_KSCrashReportWriter.h */, - 6C33E60E4947C96317C4255B8D508168 /* BSGConnectivity.h */, - 05442FDE4805564614EA4952496C139C /* BSGConnectivity.m */, - BB998A709396C02BF7801229F04600EE /* BSGOutOfMemoryWatchdog.h */, - C38027A5C41130D4A36A41863AFE03DE /* BSGOutOfMemoryWatchdog.m */, - CFEB170D65147AE6B399CAEAB51CDD83 /* BSGSerialization.h */, - 4F2E0C3D4F7F3E5B307FBEFD9725F1EF /* BSGSerialization.m */, - A494A9A1F1AC056C5AE2EFBD23136692 /* Bugsnag.h */, - 39A938235B3F79C2932F1080A077DCEA /* Bugsnag.m */, - 406F0A8AFBB83E44E858A26C5A72FB5A /* BugsnagApiClient.h */, - B59E19CC78621D2F32E9443F6F98BA0A /* BugsnagApiClient.m */, - E60EB5702F44F0338F436F0649EA09E5 /* BugsnagBreadcrumb.h */, - 4049ADE92FECBC403667D3A0C2152CD6 /* BugsnagBreadcrumb.m */, - 3A04E2393782BA1C44DD03CD92C6AE13 /* BugsnagCollections.h */, - 0E5A68431CC08DEFE993FF0DE9CF6989 /* BugsnagCollections.m */, - 11E4FD2442C70128644C7D019F1DCA17 /* BugsnagConfiguration.h */, - D6415C4D17B283E12255572B27EA49A2 /* BugsnagConfiguration.m */, - F748C1911393D3A68ED133957A913FF9 /* BugsnagCrashReport.h */, - 7F3169BDD19657EB912EB0AFCBC7E40E /* BugsnagCrashReport.m */, - 4E2B78E982AE24449641F5EC876DD0C5 /* BugsnagCrashSentry.h */, - A5C0990F7808701C0C84DB9A1A691EFE /* BugsnagCrashSentry.m */, - C039A0959DCC08B8A1F8215F71F2816F /* BugsnagErrorReportApiClient.h */, - 2C5607C6880FF5AC845BBA1B6B5C8278 /* BugsnagErrorReportApiClient.m */, - 0FFED4820CDB638B5ECA6DDB9D6E6944 /* BugsnagFileStore.h */, - 30540B5CD8D8D67A88C3FBCFED33E27A /* BugsnagFileStore.m */, - BA98B31EA1738E56ED3968B7D41292D7 /* BugsnagHandledState.h */, - BE862BF36C8861440009B6D78B4F44C5 /* BugsnagHandledState.m */, - AD19AB2D04A4025DA68CFA7186527E2B /* BugsnagKeys.h */, - 7DB0BF3ABAA1B33B4E2A1F4166755A2D /* BugsnagKSCrashSysInfoParser.h */, - CC97112575841E4BF0BBEB424C56236E /* BugsnagKSCrashSysInfoParser.m */, - 4DF27DFEF0E55DE0F3985BBF40FDD829 /* BugsnagLogger.h */, - 12EE1EAAC2DA7A25BCB317A65363FB8E /* BugsnagMetaData.h */, - FD725E3DC813EBE48EE6AE23395DA6BA /* BugsnagMetaData.m */, - 1A1F8B3A353F4A7504F87F7A7FA0A072 /* BugsnagNotifier.h */, - B9F668C38D2AC42B82699C84A7F586C8 /* BugsnagNotifier.m */, - 2169C4F6CF62640E8A8C6746DE13EA26 /* BugsnagSession.h */, - FE402DC8FD228C6CFD011F923A0A9354 /* BugsnagSession.m */, - F879B1326B54C9F9A72C1A72B23916B6 /* BugsnagSessionFileStore.h */, - B63CD15FD6ACF9EE75F164C21D5CCB46 /* BugsnagSessionFileStore.m */, - 783D3A6D2930F4F2E252E0843414B1EC /* BugsnagSessionTracker.h */, - 0635E482AFC3BFB5E1DAC723E4935367 /* BugsnagSessionTracker.m */, - 67787BB26327FECAC3B79C20BA2A917E /* BugsnagSessionTrackingApiClient.h */, - 1C5D7B960114F9BB1BCA58A7FA827695 /* BugsnagSessionTrackingApiClient.m */, - 32D139AE1030A1F5EC0E6E808CD2B05A /* BugsnagSessionTrackingPayload.h */, - EB44D8F303D45D242103CDB25BF48DBE /* BugsnagSessionTrackingPayload.m */, - 898A64B1A8A41E76DB7072DB08974FD3 /* BugsnagSink.h */, - 3F2E4423240E0F98D08353BC08A7D0AB /* BugsnagSink.m */, - 255F369A3756B80CD77447496371F192 /* BugsnagUser.h */, - 6131DCBD0941A1053295C68236B7F087 /* BugsnagUser.m */, - E399DC420F7D49BAA8DDEE6C78F05A8F /* Private.h */, - DCA0B66B65ED6E6EB8EB9C67DD98B1D0 /* KSCrash */, + 95903556C613988420F39A23941B6897 /* RNFirebaseFunctions.h */, + 8411CDBF6CA20A603A7CE7074AE4FE77 /* RNFirebaseFunctions.m */, ); - name = Source; - path = Source; + name = functions; + path = RNFirebase/functions; + sourceTree = ""; + }; + AAF98FD49233FE3A31A8FB3AB5D7DE78 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2A41E281B8EEFD1D51FE7D9817BA14B0 /* React.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; + sourceTree = ""; + }; + AE929D9F7FE090F62E01068B15FCBC17 /* Pod */ = { + isa = PBXGroup; + children = ( + 7C8B241CC225994FAACA031800674C3E /* React-RCTLinking.podspec */, + ); + name = Pod; sourceTree = ""; }; AEE78C83739F4C5B5303E996719A34C3 /* nanopb */ = { @@ -10161,245 +10219,279 @@ path = nanopb; sourceTree = ""; }; - AF5A9C9DCB1542D640E0321F6320FA77 /* Pod */ = { + AF0CE49FF9A3BAFD4F09B1C614A87522 /* RNLocalize */ = { isa = PBXGroup; children = ( - 5BBAA0EE9770537A594E3A5E9A121C80 /* LICENSE */, - 96CC4B1D880FB45289AC5D787DA25711 /* README.md */, - 1ABEE2D4FC9698E68CA4C7FFD1151177 /* RNAudio.podspec */, + B375B5C0E992CE165C6F7A2AC1A49D5A /* RNLocalize.h */, + 1D8057B8F868DFB438C6C5AC816A6B7B /* RNLocalize.m */, + 61D6B82DDBED3D05882DFDAC3BD9EFC3 /* Pod */, + C219B8C20F3E4FB5FCD5C1279BBFECFC /* Support Files */, ); - name = Pod; + name = RNLocalize; + path = "../../node_modules/react-native-localize"; sourceTree = ""; }; - AF862D1A8D3C4E68C9DA59D4AA1C0DBA /* Pod */ = { + B0C2ACFFE369626DD0B07FB190F995D2 /* Support Files */ = { isa = PBXGroup; children = ( - 2249F9070C863D3CEC7124B2482FB873 /* FBReactNativeSpec.podspec */, + 6C40D8A89D4AB9052665ABB5528E1B2C /* EXAV.xcconfig */, + 62DE192BE1973BDFD25019D8768BDBF7 /* EXAV-dummy.m */, + 8ACCDC342EA89915C212A5BA38D19B1B /* EXAV-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAV"; sourceTree = ""; }; - B0A1F0A97A5CFE5B1E4E3B43BF1E13AC /* Base */ = { + B23416EA236EC8AA362EE9275E86A4A0 /* Base */ = { isa = PBXGroup; children = ( - 6EE49F2E42B57ABFF7A9DC176D440F76 /* RCTAssert.h */, - 9770701D00AD7BD0ED5458AFB97AFE61 /* RCTAssert.m */, - C6322163B7128CD797844F1CEBB989F3 /* RCTBridge.h */, - F23AD859800CCD9D7CFB2F7165D4D419 /* RCTBridge.m */, - 78F9329624C946422F472DBDA7AB265A /* RCTBridge+Private.h */, - CC91B809615D4E91E1703E046ECAD0C0 /* RCTBridgeDelegate.h */, - 9F59812770BCBECF98FF23E95AC4DC27 /* RCTBridgeMethod.h */, - 2BC8110D8F6EEF1C21845076F7100B10 /* RCTBridgeModule.h */, - 76A738794D31D885B111B85A18CA1CF8 /* RCTBundleURLProvider.h */, - 675E5D49D53D73187019A27801C41869 /* RCTBundleURLProvider.m */, - 70308215C1175325A3EBB9B449C9828C /* RCTComponentEvent.h */, - CA7FE353B17B9F6411D1B8CC4F38E112 /* RCTComponentEvent.m */, - 34618B48335451A86FD63245F8B1A2CC /* RCTConvert.h */, - A4FA30C04F08AEB225F3EB7F744A92F7 /* RCTConvert.m */, - 86DD38D171735C60E25CF6FA5142E9B3 /* RCTCxxConvert.h */, - 13295BC400A5F4F8C1621BF5ED23EA2D /* RCTCxxConvert.m */, - D0D4EB434E2A7084401400859BE709FC /* RCTDefines.h */, - 1397DBF6218AA62653DBEE59059B323B /* RCTDisplayLink.h */, - 8A320BC213025221920BC95CF58F90A0 /* RCTDisplayLink.m */, - A76A4D55D86753F3914F46B5D28F56DF /* RCTErrorCustomizer.h */, - 8A86255F4E6C0462CF3200D4B4285015 /* RCTErrorInfo.h */, - B76D10F3EE89D60E6C52C27971C78A43 /* RCTErrorInfo.m */, - 0CDC53720F88761FFEBBA22F25FB5359 /* RCTEventDispatcher.h */, - 7D3E0310CCA25F3CD5B84308609151A1 /* RCTEventDispatcher.m */, - 42476F7A64AA7BA8FFB35920F1FE9AFA /* RCTFrameUpdate.h */, - 9007A3F44B14BA7EB90AA3B61B6EF21D /* RCTFrameUpdate.m */, - 9052C091A13022FF93718EE33BD00E74 /* RCTImageSource.h */, - FF1CA10439430CC049CD5687B975EE75 /* RCTImageSource.m */, - D3C3F2AB2E31399ED485A9653BC34AF2 /* RCTInvalidating.h */, - 6F067734D13880C265E549D01BE5C90B /* RCTJavaScriptExecutor.h */, - 30B553459F4188715B5D1F719303295A /* RCTJavaScriptLoader.h */, - 523700F193E295798F5EC922B95231DC /* RCTJavaScriptLoader.mm */, - BF668DD35F7117FEFE217B1BEC930535 /* RCTJSStackFrame.h */, - 9F50D7622E84F5FA8AA25A055A69540B /* RCTJSStackFrame.m */, - 68C80B33AE1B6879EB74CF8842CB14CE /* RCTKeyCommands.h */, - 9B93D14FE376C2D5027B5831039438CF /* RCTKeyCommands.m */, - DF5F4B608EFC5C937FEACB0CBC41C0EB /* RCTLog.h */, - 3F127787122244C4AFE496D25DA31D4A /* RCTLog.mm */, - 30198F89533E567DE6EDCC4C1D62CF34 /* RCTManagedPointer.h */, - 84CD02D1ED29A744F8574417D01384C7 /* RCTManagedPointer.mm */, - FC9BBB92DF15F0771D6FBD1458871EC8 /* RCTModuleData.h */, - A569B97BA410C7A58E9B388D00B34F34 /* RCTModuleData.mm */, - D4CE9E92E07ABF17FED46F4750B649E2 /* RCTModuleMethod.h */, - D78CF1A78FD76E950A83F5B95A112877 /* RCTModuleMethod.mm */, - 95C99A3FFB6500F1978BD60C43BDD8BD /* RCTMultipartDataTask.h */, - 9AA5C9FC8CE7F44EFEAB0BD125AAE8CE /* RCTMultipartDataTask.m */, - 9856F95AC8C1232A931036A55559BC99 /* RCTMultipartStreamReader.h */, - A9622D55AEFAE02CED2DFFB85F78F9E8 /* RCTMultipartStreamReader.m */, - 654CD9BC492EBAE43E9EA12BDD165166 /* RCTNullability.h */, - A8518561956A95E1342CFBCF21B6FC01 /* RCTParserUtils.h */, - 9EDCBD529E4082C773FE0393618BE743 /* RCTParserUtils.m */, - EE9B1F8A8D75DBD0B724CBBC425403EF /* RCTPerformanceLogger.h */, - 96243305842B41AB0C1D76426C6B7583 /* RCTPerformanceLogger.m */, - 3BD0143DF5E499DCA1B23DAD0EDDC0E2 /* RCTReloadCommand.h */, - 0C1A507BCEB82D132645DA32F46BAC87 /* RCTReloadCommand.m */, - 1ECE1F925ECC0E51F74CE044F6D1AA39 /* RCTRootContentView.h */, - F325369DEAC2F9F3E8BB72E3CB27E587 /* RCTRootContentView.m */, - 02A0229394953FB8D15C30C1E490DAE9 /* RCTRootView.h */, - 8BF2586A232E616FF99C351820C4FEAC /* RCTRootView.m */, - 5FC66961EA27E6026AA4E22CBDE039D0 /* RCTRootViewDelegate.h */, - 6D4612EC95007C01427A34C2518E174B /* RCTRootViewInternal.h */, - 45C508BDB58C3C22D4B094C0BF786B3C /* RCTTouchEvent.h */, - C444E8C4FFBDF6017C84D102EF653A10 /* RCTTouchEvent.m */, - 9F70832FAF8D00BECAEBBAEEF9757BF4 /* RCTTouchHandler.h */, - 81B41AAAAED8392AA5AC9A581DA3B2A7 /* RCTTouchHandler.m */, - B4200244D0E1FA1327DCBBEF6454A66E /* RCTURLRequestDelegate.h */, - 59F604DFA78880738E3AA81560E5CA53 /* RCTURLRequestHandler.h */, - 9FA51DC1EB4858AA16A2A500FD76C664 /* RCTUtils.h */, - D5065EADC6A4E0E4BD0D987857BA04DC /* RCTUtils.m */, - DFE5E733EDF5FEF87333D061419E89A6 /* RCTVersion.h */, - 2A6BCBF8DFA9036607B10E1C54A7049E /* RCTVersion.m */, - 58076B1CBB4B83F6FC127CB8A4EF4CF4 /* RCTWeakProxy.h */, - A159C5095F4FAE2AA8E5AEA2CBEC07D0 /* RCTWeakProxy.m */, - 339EB9CB96F76A8830A47ABF43F5579A /* Surface */, + A8634C8D66A929C8D8628EF7CA25E19A /* RCTAssert.h */, + 2C68AF6107F6B7B7DB4958CB9F2EA6FF /* RCTAssert.m */, + 17D07F5ABDFE0DBDB4199E4C703D42F2 /* RCTBridge.h */, + 1A54709321FF0E3079AA9191BE89CCA8 /* RCTBridge.m */, + 9140D46562590D1E8B0FA108379E8D65 /* RCTBridge+Private.h */, + 31C62F50912E7175CEEA64A388983E2A /* RCTBridgeDelegate.h */, + EB842D9BDA48D22718E0697CB61A915C /* RCTBridgeMethod.h */, + D11BF3B5B3EE2C87C55B931C270BDA5C /* RCTBridgeModule.h */, + 67333B747BBBF99A63409BA5A4F50B36 /* RCTBundleURLProvider.h */, + 9FE95EC8444AAFB03F7FE114C2E843F7 /* RCTBundleURLProvider.m */, + 224844280A2215AE5AC984FC13876E8F /* RCTComponentEvent.h */, + DD10FACD1F6E9C9A3466FEB026007044 /* RCTComponentEvent.m */, + 8AB53AF2807DE4C1BE2C6EBC608094EC /* RCTConvert.h */, + 8C25F8D8F1183ED914976B3071FC9A5B /* RCTConvert.m */, + 11C965D1C2F065529C14355435CA0507 /* RCTCxxConvert.h */, + 07F6A0273BB39AE3B4E643AA18384F6E /* RCTCxxConvert.m */, + DB7EACE0049552819B333B958E79B45A /* RCTDefines.h */, + 4F64307F0EE1165D748D0C38790F8D39 /* RCTDisplayLink.h */, + C0FF9EBF42A091996D87776E488252E2 /* RCTDisplayLink.m */, + 9BF186F2375686D2AF94DFA310B9891E /* RCTErrorCustomizer.h */, + 56BF8C68FB1C601619C37B220E33031B /* RCTErrorInfo.h */, + 98FB4DA2EB47173ECD945B14F82115DB /* RCTErrorInfo.m */, + 6AD36DD5263D26827C95B4E786CBB1D5 /* RCTEventDispatcher.h */, + A6D1F7D5471A605585316C45965A95F4 /* RCTEventDispatcher.m */, + 06AC3946928E623A55388E0AE06B0724 /* RCTFrameUpdate.h */, + 4873E13504CC0440AFF788FD4FD5E2D8 /* RCTFrameUpdate.m */, + F1BB8E7820C05FA293B15DB42C067345 /* RCTImageSource.h */, + 16A53AB741930DECC26188BC5AA3C3B0 /* RCTImageSource.m */, + B1AEA9268F6C0565C9BBD92BD3302EF3 /* RCTInvalidating.h */, + 05CAB057FDF972A8E5E1F72B9217DDB3 /* RCTJavaScriptExecutor.h */, + C98C904711D58A5903EB269B7546D9A0 /* RCTJavaScriptLoader.h */, + 36E378F02C67275D1D9B87C7C3E58A96 /* RCTJavaScriptLoader.mm */, + EEEB895662DE96CEBD20E82B6EC47777 /* RCTJSStackFrame.h */, + 5DEC13A3F2DC6C25EA3A7167155F085A /* RCTJSStackFrame.m */, + A90BD36B46343F9BCDD0FE9DA6CD1495 /* RCTKeyCommands.h */, + 0829073BD76AFEE3A2CFFD66B29BF97B /* RCTKeyCommands.m */, + 72537F381CF278E6D4ABFE115A784A21 /* RCTLog.h */, + 7485AE21263F1EAD59FC0EC29B1E0746 /* RCTLog.mm */, + B92FAB8C34849F2ECB38D6CE52E75380 /* RCTManagedPointer.h */, + A6D182072E0E72DD05C19C4B0E151C1A /* RCTManagedPointer.mm */, + 22ED763355770BBC79AAEC73275AEDF9 /* RCTModuleData.h */, + 176DDDFD3824AF946A1880F5D31597F7 /* RCTModuleData.mm */, + 20B7CB5DAB327026B497A9AC0A4EB325 /* RCTModuleMethod.h */, + 43705BCAA96A692A9B79259FF28D366F /* RCTModuleMethod.mm */, + 22D32FF28E7A64038833FD0A8FC32EEE /* RCTMultipartDataTask.h */, + C1DDFA30396E7F06B9B41D8458CC9FF5 /* RCTMultipartDataTask.m */, + 57F6C067AEA3B5E66722BB2F4B2F7842 /* RCTMultipartStreamReader.h */, + 95CF7AF312F530A833E391F5B5BC9ACD /* RCTMultipartStreamReader.m */, + 8705B839FB0FCD4C0D2ED455C440933E /* RCTNullability.h */, + FA6937F539FAC6368C143760466C3198 /* RCTParserUtils.h */, + 951F78505EAED951CD2284309620FB88 /* RCTParserUtils.m */, + 8D39E34878FF6A917085E027CEF713AA /* RCTPerformanceLogger.h */, + F6F11A3438C1786042201FCB6F48F425 /* RCTPerformanceLogger.m */, + D87F9A123B9BBFC9A91EB2EF5E8BE16E /* RCTReloadCommand.h */, + D7FEA8377C58D1EBE7C5ACB10DD05034 /* RCTReloadCommand.m */, + 646F10A059CF2BBF806AB2FD8A8ACC77 /* RCTRootContentView.h */, + B1B5F6F7A85AAD8B576223876EA4DAF3 /* RCTRootContentView.m */, + 753F4722AC7A21B9AFFF7D385B1E4300 /* RCTRootView.h */, + AAD3B9175DC4388521492F10BC3C47E4 /* RCTRootView.m */, + 1F524A23409C0190CE01E807B46A0583 /* RCTRootViewDelegate.h */, + C22A2FE455E18549F0EFD785E0A787D5 /* RCTRootViewInternal.h */, + 9F1895BC65DDF8C4706B1C975B4CC9AB /* RCTTouchEvent.h */, + 7640311CCD6A969EEAB9A8F134456D4F /* RCTTouchEvent.m */, + 25E8160B38B1BF575741A1E8CBD91ECF /* RCTTouchHandler.h */, + 97CFC0AFD5B501FCFC89B4702C9FB886 /* RCTTouchHandler.m */, + ACA3AA929E62F71B2AFE6316A5B579F4 /* RCTURLRequestDelegate.h */, + 49C24929DE3926214EDD2B82FB1108C3 /* RCTURLRequestHandler.h */, + 456D21985FBAAC445EA518ACD7FC8D6B /* RCTUtils.h */, + C4ABD0F3CAA7DAA9EBE466C7B5CB206E /* RCTUtils.m */, + 226D7B42F497598D81ACF244D18162C3 /* RCTVersion.h */, + 3BC75AACB595883AE4E22FA6AFC9074A /* RCTVersion.m */, + CC67F505ECDC0AE173DF49D34B6FD31E /* RCTWeakProxy.h */, + F619548AA9E40FDC745F4454D70AF50F /* RCTWeakProxy.m */, + B5321EE9F4870AEB160781FF8F241ADD /* Surface */, ); name = Base; path = React/Base; sourceTree = ""; }; - B2651275FF887455E77F929836D0C3A7 /* React-cxxreact */ = { + B2D2136DB586D444A86E9A3707771933 /* Support Files */ = { isa = PBXGroup; children = ( - E198172F6749DBC8FFB5CC6034E4D8E6 /* CxxModule.h */, - 044393F552A853D58562756BD01C24F7 /* CxxNativeModule.cpp */, - CA123E117105CCD6B185D40422D7DC30 /* CxxNativeModule.h */, - 9DB010F05ED85B59E18461127BDA2011 /* Instance.cpp */, - 3091E2CFFC0B4A1C7BD3C4D9B28DF2E6 /* Instance.h */, - 5D45C6ADB8D3846C42DC09C2AEA8357D /* JsArgumentHelpers.h */, - AEAF91E2DB5B6A939D80226C6461B2ED /* JsArgumentHelpers-inl.h */, - B35119F4088DD54E10619963A15ACA97 /* JSBigString.cpp */, - 66D06BEE9895A2305CDB2C4ED3A1E97B /* JSBigString.h */, - B33784A2108D2D41D6C7D2A4F9F0FC8C /* JSBundleType.cpp */, - 9DF61CB46D3614F3C454032356336A37 /* JSBundleType.h */, - E70628CB7C4150E60887D1C06A324ECD /* JSDeltaBundleClient.cpp */, - BE1D0D6043DBC36E460388414B674120 /* JSDeltaBundleClient.h */, - 3A2F76867CD64DF89F23D6837328260E /* JSExecutor.cpp */, - C2AC88F8D973034AFBF86A3FB6B7E0B0 /* JSExecutor.h */, - 8FE974BADF79553E4722E9189E9AE63F /* JSIndexedRAMBundle.cpp */, - 2240A04B699F4DF2CD4D46E9FE2DA557 /* JSIndexedRAMBundle.h */, - 426C1C903F357DC2DE898B6998D0DD5D /* JSModulesUnbundle.h */, - DC92291832A9A80C8FEF22C37FAD5B20 /* MessageQueueThread.h */, - 8AB56EB9AB0FCD6B15E62D038FE0A714 /* MethodCall.cpp */, - 785E5FE77EF92CC9C6E38F9463296C8F /* MethodCall.h */, - B53FAAD75C0C6369D832431E85667CCE /* ModuleRegistry.cpp */, - 3D0BAD9FC243B9AF0FE127E76E95F46F /* ModuleRegistry.h */, - 3BB71B5697E561D8A2B1717AC483B5AB /* NativeModule.h */, - ED5CE9B9F397590A36DF9262A13DAAAC /* NativeToJsBridge.cpp */, - E4882FAE6F2C0CC916E6871F70A1A983 /* NativeToJsBridge.h */, - EAA1B093A4DB20F9F31584CFE7262384 /* RAMBundleRegistry.cpp */, - 433EE80BFBA84B632B975E242C138631 /* RAMBundleRegistry.h */, - A5564BEB590405246294DD1CBD8BFAE3 /* ReactMarker.cpp */, - A43BA5B3060A78F4C17C697796E5B8EF /* ReactMarker.h */, - 92896B4FE27A8B9CD1DA76E16BDFB022 /* RecoverableError.h */, - F219F9EFB883772A4ACAAC42BC83F4A9 /* SharedProxyCxxModule.h */, - DAFA46D343260CFCD8636C9260F0491C /* SystraceSection.h */, - BAD9F50DFF237ECA26733FA5B14503A3 /* Pod */, - FBD803FBCB5790A0C017D5B6750136DD /* Support Files */, - ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; - sourceTree = ""; - }; - B33CE6545DA022E972A8D7783453553D /* Support Files */ = { - isa = PBXGroup; - children = ( - CD297B797ED674D2A6DF814ED0D84459 /* Yoga.xcconfig */, - B072D8D73FB9454A1DF60D01B1086581 /* Yoga-dummy.m */, - 42B16FE63D75FB40E4A435DE61E1D82B /* Yoga-prefix.pch */, + C08A92CA2B5B8E32AB71000636E688DD /* UMImageLoaderInterface.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; - B3E9BFC16E08834B1D814CE43443CBDE /* RNFirebase */ = { + B334B5A2CE1F6864FF8A0367ACCCBA97 /* Support Files */ = { isa = PBXGroup; children = ( - 292E194053D8F2265C1B40218F834FBF /* RNFirebase.h */, - BDC6A8BB06D24B48DC4DC36CF9EC67D2 /* RNFirebase.m */, - 05928729358A05A5C29C585D4CFF8531 /* RNFirebaseEvents.h */, - 66811F873C66A7948D2771AFCF65C980 /* RNFirebaseUtil.h */, - 80D2C1289FD39DC69D87397ABF0C0CC8 /* RNFirebaseUtil.m */, - 6864C4323B332927C25C81D363DFC6F0 /* admob */, - E90284B991485316A986E5FB1DF32CDC /* analytics */, - 47A4CCE46A5200755FEFE5D346367F6D /* auth */, - 739BD686758B611709E4C1AF386FDA57 /* config */, - 0E131B0B98EB1928C92832F75D968F0A /* converters */, - 8C19FA3C551D9216D554A12DFCD86C9A /* database */, - 9A12DE39C91654946A8090383730010A /* fabric */, - 4C2B59A6447845E8C7EC645FE695DA33 /* firestore */, - B3F79A03A8EC34461389872448FCFEE2 /* functions */, - 14C49D9B45B0FF06FE9219BD4FCC5CD4 /* instanceid */, - 4FABEC75634AA0C38933844043EBB565 /* links */, - EEF907437D27809B7CA53F1AAD787320 /* messaging */, - 099AE0AE9E9DB07248430CE8586CBE40 /* notifications */, - D617075BFB5A5D9D4FA15493346A2F83 /* perf */, - 99BB210090A6AEE8DC8C32621878B864 /* Pod */, - 9B074E293882C1405FE7DFEA559C29DF /* storage */, - FFCEB001A7EA1036A53CA103378B12D0 /* Support Files */, - ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; - sourceTree = ""; - }; - B3F79A03A8EC34461389872448FCFEE2 /* functions */ = { - isa = PBXGroup; - children = ( - 95BC1336B0F1DF0B8B9A4478EF9E6918 /* RNFirebaseFunctions.h */, - 4D00044A78AF2C669000B43E09D48157 /* RNFirebaseFunctions.m */, - ); - name = functions; - path = RNFirebase/functions; - sourceTree = ""; - }; - B491C9AE2312CAEA9C8BDCD4F1B79055 /* Support Files */ = { - isa = PBXGroup; - children = ( - 417DE957EC105186A344ACDA4E41ED2F /* RNDeviceInfo.xcconfig */, - 6A32AE1FB919DCA6398458A35DEBF369 /* RNDeviceInfo-dummy.m */, - B61E37A19DD34A941B2637D427A7F9C0 /* RNDeviceInfo-prefix.pch */, + 001D117336D1487BE3E46D1AE45E158A /* BugsnagReactNative.xcconfig */, + 0E9B8D4F44E64E3A24258D8F671CA2FC /* BugsnagReactNative-dummy.m */, + 08DAE6490A2AEC0CEBB31380AE926572 /* BugsnagReactNative-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; - B52EFBA1619D90208453DC98A8390BCA /* Pod */ = { + B35570EB848D646CD92043669853467D /* RCTVibrationHeaders */ = { isa = PBXGroup; children = ( - 8CD0EBF3FB910053833A2A196972DD26 /* React-jsi.podspec */, + 4DFBC9DDA86B21E8D14382C51BA63D61 /* RCTVibration.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + B360970E228EEBF993582CCE9598BED1 /* Pod */ = { + isa = PBXGroup; + children = ( + 64EFA09F1E1CBFCC57EAFCBF1691AAB7 /* React-RCTVibration.podspec */, ); name = Pod; sourceTree = ""; }; - B54D18DDE1F8820DAD793ADF6EA77237 /* Video */ = { + B40283B9B1210DDF13C9DEBD51E64964 /* Support Files */ = { isa = PBXGroup; children = ( - 81F5A0318ABFB4FDB7846C1DDCADF532 /* RCTVideo.h */, - BAF475FBE73DECDA301043F705C1DA1D /* RCTVideo.m */, - E9D41375CE9A5EB189F9B8A07230DB4E /* RCTVideoManager.h */, - 0534438AB319701CE76AD8A253D6A792 /* RCTVideoManager.m */, - E51D7F63B069E4994B4B8D5E4C1D0675 /* RCTVideoPlayerViewController.h */, - E36693084136459DC362AEAFB76F6C6B /* RCTVideoPlayerViewController.m */, - 6D666C4436EF461909F1FA890E75B227 /* RCTVideoPlayerViewControllerDelegate.h */, - 733FEDD8017B2DDE7BCA6BBDF2D8B241 /* UIView+FindUIViewController.h */, - 5F837651F5D08E18CB65FEA245D52D31 /* UIView+FindUIViewController.m */, + 9E9CCDF9BB00A29CE4BEDF9792FE69FE /* React-jsi.xcconfig */, + 1B7898AA7D8104044FD5B914275DAC31 /* React-jsi-dummy.m */, + E98D53F57734A123BB8C2DEA0441E7DA /* React-jsi-prefix.pch */, ); - name = Video; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; - B5E95B58FDDA627BF052CED8E412C44B /* ios */ = { + B493B6E8112C46075B13C4A2870BD0BF /* RCTWebSocket */ = { isa = PBXGroup; children = ( - 333ADA951A0BEE1FEAFF5ACE35B8ECF0 /* RCTTurboModule.h */, - 71541F399B2685CEB9C5D006A9B20DE7 /* RCTTurboModule.mm */, - D3245588DCAD4CF71DF8859685764FE8 /* RCTTurboModuleManager.h */, - C532BE23168A8EECAAEA83EC098617CE /* RCTTurboModuleManager.mm */, + E0FB31BB5B4A62D3E54DB083EDA5AB48 /* RCTReconnectingWebSocket.h */, + C2C4D8ADC4BCCEB2CF20BF317DE6FCB7 /* RCTReconnectingWebSocket.m */, + 004E9D49CC5B7F1F9087DC5A407D3614 /* RCTSRWebSocket.h */, + 6F13ED7B4171BE1ED2A5115A996FA231 /* RCTSRWebSocket.m */, + 52C1B551AA5EE7780F8E2474E3B38B55 /* RCTWebSocketExecutor.h */, + 5019659ABFFBFF83C69E40485CD79DF5 /* RCTWebSocketExecutor.m */, + 6735E4E22890CE220393AC11268606DF /* RCTWebSocketModule.h */, + 66CD19907657AC2538E303AD2EF0AEDB /* RCTWebSocketModule.m */, ); - name = ios; - path = ios; + name = RCTWebSocket; + sourceTree = ""; + }; + B4E06357861A3879B23725637FFD1B53 /* notifications */ = { + isa = PBXGroup; + children = ( + FFB4E2B4AF464E7342771C68FD811EB2 /* RNFirebaseNotifications.h */, + 387F298177CA3EA44C0B917D04206888 /* RNFirebaseNotifications.m */, + ); + name = notifications; + path = RNFirebase/notifications; + sourceTree = ""; + }; + B5321EE9F4870AEB160781FF8F241ADD /* Surface */ = { + isa = PBXGroup; + children = ( + D3E6E68957849C422C54B6F369192F12 /* RCTSurface.h */, + 897B81FC343F10630CE773823298E413 /* RCTSurface.mm */, + 10327B22A9211C045DEEF45D33F83EBA /* RCTSurfaceDelegate.h */, + 98B35C2375B0BDBEE35665BE89369BD0 /* RCTSurfaceRootShadowView.h */, + 1B7370628760C41318C9F9BA94424EC1 /* RCTSurfaceRootShadowView.m */, + 29E19B53D8ABF516FEA265CCD54C1E91 /* RCTSurfaceRootShadowViewDelegate.h */, + 05C07694D2B245EF25E64FCF4B7F1D11 /* RCTSurfaceRootView.h */, + 8344E7F102F2EE936BEDAAF9260A06C7 /* RCTSurfaceRootView.mm */, + 5A65BC4051DB982C35995939C56F0BAD /* RCTSurfaceStage.h */, + E36ACC53735840721FABFD95F3D485DD /* RCTSurfaceStage.m */, + E0E9F2DE8B504A007F47938E3C7E03E9 /* RCTSurfaceView.h */, + FD3AA916097747CFD508EB73EDE8AD3B /* RCTSurfaceView.mm */, + 1C2AAFE3BCE2D8BF461E130215F79A58 /* RCTSurfaceView+Internal.h */, + C5184E9F3D5BB164BCA52B7FE8EA0581 /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; + B738C693248803AAF387C143E5DB1E44 /* Resources */ = { + isa = PBXGroup; + children = ( + 9C78CDCE2C95CB440E004C5E39AC63BF /* AntDesign.ttf */, + FE9798AE06AA6090627CDA6CDBA1BE58 /* Entypo.ttf */, + 82D772F9D373208FAC02C54256FB9483 /* EvilIcons.ttf */, + 42B1C76F2F926620FC4F23D880C7BAFB /* Feather.ttf */, + 8E1CBBAA947243CD2B85C769B47D2050 /* FontAwesome.ttf */, + 9BC6096ADA4C415973FD4AB95AD58F5A /* FontAwesome5_Brands.ttf */, + 9EBE44368D3F00D8300D890C298E1965 /* FontAwesome5_Regular.ttf */, + 67969D4A4F4CDD728A48DC5154207258 /* FontAwesome5_Solid.ttf */, + 0A78AD7EB2F4F7CCB5A7036875FFFB5A /* Fontisto.ttf */, + DA21935BDE5D3D9F7A550DF75C79DC36 /* Foundation.ttf */, + 9304156C81D818CB4B05CE9D86B226F2 /* Ionicons.ttf */, + 9711D843B71A5A7A6122CD2CAB1B7579 /* MaterialCommunityIcons.ttf */, + 4667E2C1BAB03DB006C1AD05D14E1C0B /* MaterialIcons.ttf */, + 72DCBAD19119EFE4EE73FA66D8CB60DE /* Octicons.ttf */, + 9640A48FD57E8D5BD0B0D5C776E0AD70 /* SimpleLineIcons.ttf */, + 5929F739F0D77A007D2AAB1D2418BE3F /* Zocial.ttf */, + ); + name = Resources; + sourceTree = ""; + }; + B77BB9BE087F8060A09E071ACDB7681B /* internal */ = { + isa = PBXGroup; + children = ( + F0254752783333425B98D8C4E0ECE2E0 /* experiments.cpp */, + 71142CB1A6546739E568383522DE0BE7 /* experiments.h */, + D8D75A886A4175082C6781C6CE977E84 /* experiments-inl.h */, + ); + name = internal; + path = yoga/internal; + sourceTree = ""; + }; + B7AABB4BFC4DE3B5772204966B3AA1EA /* Pod */ = { + isa = PBXGroup; + children = ( + 7292635C9372A098E55E9FC9E9484E66 /* UMTaskManagerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B897750DA2BBCA6A61BA9047E34A72E7 /* EXAppLoaderProvider */ = { + isa = PBXGroup; + children = ( + 9D33D58335582BB85148D489420C578A /* EXAppLoaderProvider.h */, + 488B474FA9A41EAE854DD8BCA4362E3F /* EXAppLoaderProvider.m */, + D578C7400121FB4669FD3EE7CDED167D /* Interfaces */, + FF2482158BC6D451EC58170F02067BDB /* Pod */, + 1746161CD8E04C1488A733270EC4765E /* Support Files */, + ); + name = EXAppLoaderProvider; + path = "../../node_modules/expo-app-loader-provider/ios"; + sourceTree = ""; + }; + B8B000F02F852AA70F3FE3905255D527 /* Nodes */ = { + isa = PBXGroup; + children = ( + FA20B853E49011AEC69C5E5A1077431B /* RCTAdditionAnimatedNode.m */, + 7F4508755C27EA5A8F372E205F6BA57F /* RCTAnimatedNode.m */, + 5B0F536905BEF318E6603B7E982AEC40 /* RCTDiffClampAnimatedNode.m */, + 0635421E8C06C7016BA64443350B929E /* RCTDivisionAnimatedNode.m */, + 805DC9A31F674D73C859F5BA8BCA972B /* RCTInterpolationAnimatedNode.m */, + A692A6760042806A72B6B78341A5D355 /* RCTModuloAnimatedNode.m */, + A83882D0313AAF37C2A4D54EBBBBB26F /* RCTMultiplicationAnimatedNode.m */, + 7913B4457252FC17954FD25F596E57ED /* RCTPropsAnimatedNode.m */, + D0AB0C0D0E0B2AEA49857AB9C2E80C3D /* RCTStyleAnimatedNode.m */, + A30DD57FB6A1A322BCB5BD26BBD168CD /* RCTSubtractionAnimatedNode.m */, + FFA314ACF26BA8A22B70B868414BBD50 /* RCTTrackingAnimatedNode.m */, + 039470D30185643144F278D25C0CFE13 /* RCTTransformAnimatedNode.m */, + ADF73E0EA33E04D73A742E63C2D40985 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; sourceTree = ""; }; B8F622E3CB1AD4518328E7DFDE2019B3 /* Support Files */ = { @@ -10413,58 +10505,36 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - B9E4151A894ABA82EE7C33FD47B70408 /* Tools */ = { + B9732232A46F273748B1EEF502447DA5 /* UMFileSystemInterface */ = { isa = PBXGroup; children = ( - F1254E34D6B5674E1F4A309A48A3BACF /* BSG_KSArchSpecific.h */, - 848E2B83890BA8EE18D6FBCE6A0C144C /* BSG_KSBacktrace.c */, - 6A5D8BAC63D29824374C381C0A96C727 /* BSG_KSBacktrace.h */, - 635B30421D1D064749AABA2E40F9BF36 /* BSG_KSBacktrace_Private.h */, - B2D53B9F8BD8745AC674A2064EB8E986 /* BSG_KSCrashCallCompletion.h */, - 60307B4AFB07C7D8EE7B8A6C85039606 /* BSG_KSCrashCallCompletion.m */, - A2AB7A8A247219B30EBEDAB3E29FA7F9 /* BSG_KSDynamicLinker.c */, - 10DEDA49051F0A402D01324F03D9BC16 /* BSG_KSDynamicLinker.h */, - D0AE346535487551E03C418FEBE76792 /* BSG_KSFileUtils.c */, - 62BDA27416F0DA8CF8FFA27D15F81424 /* BSG_KSFileUtils.h */, - 26573A4207CED9E4E90197F447B19B22 /* BSG_KSJSONCodec.c */, - A22A14F0FBD25D1D6ED85AAF2766126B /* BSG_KSJSONCodec.h */, - 1DC26F9789EA7BEED081317924D62931 /* BSG_KSJSONCodecObjC.h */, - 65CBB5815C2C8E2699BCAD8FC3191639 /* BSG_KSJSONCodecObjC.m */, - FDDDC2FA9F4DDA2DD7852488C0CE7446 /* BSG_KSLogger.h */, - D4A7792216784BB7402BC5B2693927B3 /* BSG_KSLogger.m */, - AE94B7C81FB439C90658524538A54B96 /* BSG_KSMach.c */, - EC7B045962DCBDA2CAE57D022600ECFA /* BSG_KSMach.h */, - 3FDCC8ABD7A67A253A07EF146FF0B6D1 /* BSG_KSMach_Arm.c */, - 16F155C2E7E7876C921F3AF21AE8489E /* BSG_KSMach_Arm64.c */, - 590AA17A070B587502226ADCCCE7B101 /* BSG_KSMach_x86_32.c */, - 51BB6D545F8287FFECC34C9C10362B37 /* BSG_KSMach_x86_64.c */, - DF369DF3D4A9549CF6A59A917F768541 /* BSG_KSMachApple.h */, - 0DE6FE52679701DA0162920EC37D06F5 /* BSG_KSObjC.c */, - 72173F0326F3F2CF6249B84E3909FFF8 /* BSG_KSObjC.h */, - C04ADF14DB99C7990B47F00AE3C4E79E /* BSG_KSObjCApple.h */, - 7261F4174CD03563769037064F258351 /* BSG_KSSignalInfo.c */, - 3E54DF39BF0279AECDF1DCDC0FCC927A /* BSG_KSSignalInfo.h */, - 83968FC1BA6EDD62503BFB82F0CF2238 /* BSG_KSSingleton.h */, - B7C45FCE2881D036B56473739FCDDBFE /* BSG_KSString.c */, - FB55E6533C35670B3BF5EAFAB97011B1 /* BSG_KSString.h */, - 6E9D69B7D050FED48575C2FDAB456FC0 /* BSG_KSSysCtl.c */, - 000EE617F442AA338B46300173F67B79 /* BSG_KSSysCtl.h */, - A70E22ECB6B15884C8F7C9741D14A63F /* BSG_RFC3339DateTool.h */, - 0959F01729617BCA7738ED90704D2BDA /* BSG_RFC3339DateTool.m */, - DC43EFFCE628499967009E8FD1F6CEE3 /* NSError+BSG_SimpleConstructor.h */, - 30B5540FB20E231DD0C1B3C19AEF6296 /* NSError+BSG_SimpleConstructor.m */, + C028987D6BC89945EDFD49E32534A316 /* UMFilePermissionModuleInterface.h */, + 9728C22E033D1CA9DE671EE2AA7374DB /* UMFileSystemInterface.h */, + D4A9CD552D3ABE39DB87445BC47F01A3 /* Pod */, + F7A5B9F21F026443A087629A23F1C917 /* Support Files */, ); - name = Tools; - path = Tools; + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; sourceTree = ""; }; - BAB8C5E018E5EF6FC8AC379C77B47AFD /* vendor */ = { + BA348B0382C642ED510AB9DCE321E064 /* Pod */ = { isa = PBXGroup; children = ( - 68B113FC9C0EB87DF386554BD03D2038 /* bugsnag-cocoa */, + D188B31E1D07EE438DDB2771094A4DA7 /* LICENSE */, + CA165F8F4F1866BAB1A1EB14BC1444EC /* react-native-webview.podspec */, + 5FAC640E3CE03A44574E313F2D528436 /* README.md */, ); - name = vendor; - path = cocoa/vendor; + name = Pod; + sourceTree = ""; + }; + BA648F16800AC3A2F79538C5923500DD /* analytics */ = { + isa = PBXGroup; + children = ( + B2E199F711D4440B07981F439BECB6F1 /* RNFirebaseAnalytics.h */, + 4B8A850969CFD34854AC0C7407805547 /* RNFirebaseAnalytics.m */, + ); + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; BAC226F24FB62F4C013428200A926482 /* Support Files */ = { @@ -10478,101 +10548,85 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - BAD9F50DFF237ECA26733FA5B14503A3 /* Pod */ = { + BB33DCF6C07F794C5AB7460D4317E6CA /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 46646C0B2CC8006C439A95FBAF852B52 /* React-cxxreact.podspec */, + 5C344163271BF0D994FBB4D24BDF67CD /* UMBarCodeScannerInterface.h */, + 23B7B5F6369130FF9D04F246ABBD7230 /* UMBarCodeScannerProviderInterface.h */, + D8ABD404F2E397738160E1BE973A680A /* Pod */, + 1D6163F7F1405C2D29D56A559B2E9304 /* Support Files */, ); - name = Pod; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; - BB76AEA1E13A51BE8C3D716F3178C819 /* React-RCTNetwork */ = { + BE7016EC19270A4E2D0EE34631088E42 /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - F92EE1C0837EB379E32FFE7059BE647D /* RCTDataRequestHandler.m */, - CCA72E64A0F57F58993904DBB63B6CF7 /* RCTFileRequestHandler.m */, - BA657D183021628BF32ED7BF4CCAB778 /* RCTHTTPRequestHandler.mm */, - 27ED0005F17C8AD51E057BF21D5F0EC2 /* RCTNetInfo.m */, - DC5012D88B77C31B39BB274BFF3219BD /* RCTNetworking.mm */, - A5A1C6C1D4F09382123FB6187EE8CF02 /* RCTNetworkTask.m */, - 2E299FD20AAD4C2075DF3FBB1B18680F /* Pod */, - 02CB2453ABFE94487A4C2E99D1C9945F /* Support Files */, + F50377399111FEE8E8AC0721AE4FE73E /* UMNativeModulesProxy.h */, + B583E1141E0E71951CF970914FECA1EB /* UMNativeModulesProxy.m */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - BB8971DFA319D1901489DE042CB9241E /* CxxBridge */ = { + BF6C3AD66D8B167DCDCC2DF1BCAE522D /* CxxModule */ = { isa = PBXGroup; children = ( - 3736B4D92E8195168EE3582062C4457E /* JSCExecutorFactory.h */, - 1A4E202763AF3FAE6CBFC04895E4DF1B /* JSCExecutorFactory.mm */, - E5F32C80489C8EE4CB8C544D85360E3C /* NSDataBigString.h */, - 36080B7CB2AEFCBD257B089A4550153B /* NSDataBigString.mm */, - 07E7EC48E22A55A891407DDFFFC66381 /* RCTCxxBridge.mm */, - 093A24227EABDA8622F866E729A0EB3D /* RCTCxxBridgeDelegate.h */, - 2742C515451DD6FFE912AF6EA16CFB7E /* RCTMessageThread.h */, - FFBE77E59F03C19E6D2D4D175A6106C0 /* RCTMessageThread.mm */, - E9CCFBD3A7AF692B506909FDA846C710 /* RCTObjcExecutor.h */, - 88CC76C7B3F3D5DD730A169F26DF8B7C /* RCTObjcExecutor.mm */, + 6606B31ACB6D1DF6913A91D100540E78 /* DispatchMessageQueueThread.h */, + 1A5DD52F954A895C482CC518B34C13CC /* RCTCxxMethod.h */, + 2FB5FFDC017E9F9FC3010FB31DA41483 /* RCTCxxMethod.mm */, + B52153CBBD22BF49CF15D438E5CA1E56 /* RCTCxxModule.h */, + EA26737B64DA8B0E470B5FAD586E734E /* RCTCxxModule.mm */, + 2C2B05E59A0DB443A4C77B5C71318714 /* RCTCxxUtils.h */, + 2A0F79159D885DF2A9CA0EDE92C9441C /* RCTCxxUtils.mm */, + DF4992D1E3BB4AAA062AF3D6A20ACE20 /* RCTNativeModule.h */, + 27DE5F16E149B92A111BF93078824B92 /* RCTNativeModule.mm */, ); - name = CxxBridge; - path = React/CxxBridge; + name = CxxModule; + path = React/CxxModule; sourceTree = ""; }; - BE00FAF0CBD2E4D1652C8986299FEAF3 /* RCTTextHeaders */ = { + BF8A8B3DC3AA9D6AF04C9091E365A2E0 /* Support Files */ = { isa = PBXGroup; children = ( - BE4D11DC428728370935140D16D3665C /* RCTConvert+Text.h */, - C006DA03186A2DFF16C749637E83030E /* RCTTextAttributes.h */, - 48C40A12532E5FF027E698CA648F6AE6 /* RCTTextTransform.h */, - A90B82BEAF8C30CD6648482FD235E0D8 /* BaseText */, - 9514634DC3B2CA79749467D97717DBD3 /* RawText */, - E9C46F0530C455A69D1E8AC9DD78E579 /* Text */, - 6C520778F34C82058DA983FD5B4D9637 /* TextInput */, - EC94EADF73ECC0E2401AD7A4780CB857 /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - BE512648F280AF1B44F65A9012C11A56 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 629BBD764161A3DE7E9C7942F38EA4EE /* EXAppLoaderInterface.h */, - BDE42650BC9F9DD8A115629E10981D07 /* EXAppRecordInterface.h */, - ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; - sourceTree = ""; - }; - BEC4854966A33A94EEB857F6AB2BBD96 /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - 989EC3095E4875E3B1D9DBE132132CD9 /* RCTActionSheetManager.m */, - D2660491589B45D651371007B9613336 /* Pod */, - 23D640A023956697F7254F02F112EB09 /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; - sourceTree = ""; - }; - BFA96C05E594587DDADD1CE1605602FF /* Pod */ = { - isa = PBXGroup; - children = ( - D0453667D24E7F60CE58700765778DD9 /* LICENSE */, - F910D3B5C95998CA6A22B02EB5A8FDC0 /* react-native-jitsi-meet.podspec */, - E5A0609A4F1D25071C96892F8D2DC260 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - C07AA826730DEC9D91CDA6996D8AAD8D /* Support Files */ = { - isa = PBXGroup; - children = ( - 18B0F3793E3843628CE04C0BCDAC06F7 /* UMImageLoaderInterface.xcconfig */, + 732157B72AEB916985111C1FDD8F4F79 /* React-RCTVibration.xcconfig */, + FD2C2D7D646FBED71496665A5A92595B /* React-RCTVibration-dummy.m */, + 997A6B3F48A7E24E5BBE79CF393B013E /* React-RCTVibration-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + BFAFA74C5E2FC2B17F4E89B065D9CAFD /* Pod */ = { + isa = PBXGroup; + children = ( + 0A57E6947017ADFB1745368C399F6473 /* UMSensorsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C0E208B7F3A9E49523EF8B482C4AE9ED /* react-native-background-timer */ = { + isa = PBXGroup; + children = ( + 43C61784B12D8A79261A0033FE525398 /* RNBackgroundTimer.h */, + D5D8AE2DEB2583B95D6F4F531545BDEB /* RNBackgroundTimer.m */, + 0CD3530BCCE11923CEAC506CD6EC81D0 /* Pod */, + D6D3F600FE5E5CF36BBE8FFADCC98849 /* Support Files */, + ); + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; + sourceTree = ""; + }; + C12BA03EEBFBB729F23D7F3ACB2D68D4 /* Support Files */ = { + isa = PBXGroup; + children = ( + C8485DCB968B262135381BE6207F1F69 /* UMReactNativeAdapter.xcconfig */, + 5A0ABA32599E3D465E56709B73E34EFC /* UMReactNativeAdapter-dummy.m */, + C3E110E69C99F5B0F7203A4CB8DD3494 /* UMReactNativeAdapter-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; sourceTree = ""; }; C13445FD1751F9C73A557E63E73EAAF1 /* FirebaseCoreDiagnostics */ = { @@ -10589,33 +10643,53 @@ path = FirebaseCoreDiagnostics; sourceTree = ""; }; - C19D7CF12BD52427B17CB11656268F60 /* Support Files */ = { + C1EBCCCAA54B01093C0DF601F4ED5899 /* Pod */ = { isa = PBXGroup; children = ( - A9174224765725AFB31BB9B842F12008 /* React-RCTSettings.xcconfig */, - BD96DC68DA0234D68DF41799B3EF2E50 /* React-RCTSettings-dummy.m */, - 32ADA46C128202D313CE8C8980EDF07B /* React-RCTSettings-prefix.pch */, + 3E181AAD063E97D1B997557B10F0B186 /* UMFaceDetectorInterface.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + name = Pod; sourceTree = ""; }; - C2C64BAD894C524B4CF3161427E86E20 /* Support Files */ = { + C219B8C20F3E4FB5FCD5C1279BBFECFC /* Support Files */ = { isa = PBXGroup; children = ( - D7A718E9E40F641EF25CBB285005DF86 /* UMFontInterface.xcconfig */, + 4DC95B351D70E72A72E621ED862FCBC5 /* RNLocalize.xcconfig */, + E52397915EAD1B9A3E238C4124253997 /* RNLocalize-dummy.m */, + BF85C52E200193E4723F826849E6D6A2 /* RNLocalize-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; sourceTree = ""; }; - C30DEAFD1ABD4EC7997B9CDF5AB71FC8 /* Support Files */ = { + C223A0F91765EEE035CECAF78DC17B11 /* Protocols */ = { isa = PBXGroup; children = ( - A24B4C31CCB2B7ADF144611FECCFA52F /* UMBarCodeScannerInterface.xcconfig */, + 26CACC88DAC748A5F629BF65F05811BF /* UMAppLifecycleListener.h */, + 5E2A947BDA17676C34BEB6BF8910409B /* UMAppLifecycleService.h */, + 8DAD8D09D3DC63E895C4561C086B91AA /* UMEventEmitter.h */, + 2CD3AE619F6115E0F1E8E8903D084FFA /* UMEventEmitterService.h */, + 6852A729FE1DC97B1B5B85E2E42318A2 /* UMInternalModule.h */, + DE435410187C9BDB11466D42CC3425E0 /* UMJavaScriptContextProvider.h */, + 60CE035586A5B959B240372A3A3FFAFD /* UMKernelService.h */, + 98FEAAFF862DED77DB9918771B17FEFE /* UMLogHandler.h */, + 2A9EFBFAB69B15FEDA18ADA8C7809859 /* UMModuleRegistryConsumer.h */, + 704D0D2927472BE869CE00DE9BDE0925 /* UMUIManager.h */, + CB024C04D7B170FCF14F61D0EF25E017 /* UMUtilitiesInterface.h */, + ); + name = Protocols; + path = UMCore/Protocols; + sourceTree = ""; + }; + C234974702EED7F18537B732FC8EDBF5 /* Support Files */ = { + isa = PBXGroup; + children = ( + ECEA0E13EA39C4C97FFD5885CA594F64 /* EXWebBrowser.xcconfig */, + 5A788A8D2F5DDE2B422BDB85BC3F7E97 /* EXWebBrowser-dummy.m */, + A45C502B815D9C55B85AF629551B2209 /* EXWebBrowser-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; sourceTree = ""; }; C3F293B73B8E4013DFF8D0EE7111AADA /* Frameworks */ = { @@ -10627,16 +10701,18 @@ name = Frameworks; sourceTree = ""; }; - C437BD883F5EBA585A778D23FE5D224E /* react-native-splash-screen */ = { + C5184E9F3D5BB164BCA52B7FE8EA0581 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 37A026A43479D39DF3888848ACC42BFE /* RNSplashScreen.h */, - 7F684B0B3F92BA579D74956F3636C84A /* RNSplashScreen.m */, - 7CB2A68288E70D1C7A87D587AEEF65AB /* Pod */, - 6065E5B12A5672A833E7CF853E6FE31F /* Support Files */, + 2900F0F8F1082C9749FB78957551B30E /* RCTSurfaceHostingProxyRootView.h */, + 8CF229ED11A083CDA4527C64D1BA6287 /* RCTSurfaceHostingProxyRootView.mm */, + DB3822809F4715DBB18448113C994523 /* RCTSurfaceHostingView.h */, + CD37F8E15417BE0F66479DC5FD02090A /* RCTSurfaceHostingView.mm */, + 1819FABFDA93F472B2F8256D7A846AAC /* RCTSurfaceSizeMeasureMode.h */, + 688F7BAB1767EFBEE4C5A6C00B7E55B8 /* RCTSurfaceSizeMeasureMode.mm */, ); - name = "react-native-splash-screen"; - path = "../../node_modules/react-native-splash-screen"; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; C585E20F5427EE56255F14CB4CE12FAD /* Support Files */ = { @@ -10660,85 +10736,119 @@ path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - C5CE554627B54A2CD09898FF37451579 /* Pod */ = { + C5F0FC270C79FAD0F2542F4AB215176C /* Products */ = { isa = PBXGroup; children = ( - BCF4BB39AA9D972D4FAFEA6BC6B8EEBC /* UMFaceDetectorInterface.podspec */, + 4A55D108598E8529B38E43788DE7642F /* libBugsnagReactNative.a */, + BD3E1A18BA95F63A25DB141B3A318A52 /* libDoubleConversion.a */, + 3F3F02EA9142F4DAC85D061944D7043C /* libEXAppLoaderProvider.a */, + 0B6BF6626CAF590422DB83F0F3DA8163 /* libEXAV.a */, + 734AC9F08323E528E7FFB5FA515A2293 /* libEXConstants.a */, + 6B48D04CE64CFA8C8D27D0BC76D2C324 /* libEXFileSystem.a */, + 8C401FD05374DC1009A5D65E1F9BCCAF /* libEXHaptics.a */, + D668AF0C724A19448A2784B233119A9D /* libEXPermissions.a */, + 13D5B20D345DDB071CFF93200501F087 /* libEXWebBrowser.a */, + D69D1B27A6F7B8378846F09729DB732B /* libFBReactNativeSpec.a */, + 67D4462BFAC94335D52DB0E47B9B18FE /* libFirebaseCore.a */, + 8F92CF377D177BAEEE48F5C9D4870AB8 /* libFirebaseCoreDiagnostics.a */, + 06B2308D0A91E35D7413A2203C801657 /* libFirebaseInstanceID.a */, + 01A75FB28840F8AE9525764F3939A611 /* libFolly.a */, + E3B984AB826E418980736AB6DA4E0F94 /* libglog.a */, + FE58B14CEBD06ECE595FD4538D43487A /* libGoogleDataTransport.a */, + 21F06E7D5E15CF8A2280DD819192E6FF /* libGoogleDataTransportCCTSupport.a */, + 3DE14A6897B60A3BDBD2FCCCE118C4F2 /* libGoogleUtilities.a */, + 2B8D8665B2FC60587BB063FFABB277C6 /* liblibwebp.a */, + DB1103650E3CAB41A505379BF5D8EAD6 /* libnanopb.a */, + 77C097F51846A8B706968D9814B52CE3 /* libPods-RocketChatRN.a */, + 9E60EE42704D19EF9D95DF3820501897 /* libPods-ShareRocketChatRN.a */, + 0727B70199F6B07FE8FAECE5CD427DD9 /* libQBImagePickerController.a */, + ACF3DAC0FDE3A6D173DCB077C409276F /* libRCTTypeSafety.a */, + 07A586BE0AB875602D49E4F15A2F4204 /* libReact-Core.a */, + 5294D94390B7E0EEB8BEDED9C9B0A170 /* libReact-CoreModules.a */, + 4F1297469F05C10B0501D8A739B9B0EA /* libReact-cxxreact.a */, + B78188FA0C97411126C5FAEB3BB42796 /* libReact-jsi.a */, + 2E90DCC6F46E412F704898FAF15AA3A2 /* libReact-jsiexecutor.a */, + 13490FE18259DB4B2CC0484630FA904A /* libReact-jsinspector.a */, + 3BA3DAEF150EF2B93BAE17AADEF139D1 /* libreact-native-background-timer.a */, + AC2ED0A0DB2E73D7CB71913E95187BF8 /* libreact-native-document-picker.a */, + D71B4882231CDB46A079AE0A67BFB25F /* libreact-native-jitsi-meet.a */, + 6DC63FCF55BB88562A4A1EBC4C0FCA6F /* libreact-native-keyboard-input.a */, + E56F444D34E63407269750AB0AC4C47D /* libreact-native-keyboard-tracking-view.a */, + B6401E003F30D41F98C07C59F8402919 /* libreact-native-notifications.a */, + 9E4B1A2D833EC3B3B0F8E2E22389C084 /* libreact-native-orientation-locker.a */, + 05EBB0E8037097B7C08DA13B0CBC1CCB /* libreact-native-slider.a */, + D64C00A0DE77C5B1204899230CA72856 /* libreact-native-splash-screen.a */, + 2112B857002EB31F84B2DA3D80B442A5 /* libreact-native-video.a */, + ED1392E431830AE8AD8F595CAFDC8211 /* libreact-native-webview.a */, + DEEBA5D1E1553BBDA79EBD59B971879A /* libReact-RCTActionSheet.a */, + FB796C1EBCEF998F94EA653E5E71F759 /* libReact-RCTAnimation.a */, + 122F175D1762DBE043C361232F8428AE /* libReact-RCTBlob.a */, + 1D8277B06A0673A56DA198B8DF760DB1 /* libReact-RCTImage.a */, + 1472F9F931DC5933CE4BBEC372AF9514 /* libReact-RCTLinking.a */, + 4D2E4EA52996362A1DEAACB5B508A0F9 /* libReact-RCTNetwork.a */, + D43590D14258E56F1775AA02D30F1518 /* libReact-RCTSettings.a */, + 9ED23B0186A692DCEF7EA3B6693EB2E9 /* libReact-RCTText.a */, + C33636E194B49F4B82D1D08E0D504E69 /* libReact-RCTVibration.a */, + E2B0C33686F0E9F4B5A619A4F3993323 /* libReactCommon.a */, + 39E12075EE2AA4DA37EFA888FFAC1AE9 /* librn-extensions-share.a */, + B24AA73E22B0A3688CA96456DAC19DE0 /* librn-fetch-blob.a */, + A200E82B0D32B3A81279FF47ABDE0856 /* libRNAudio.a */, + 2AB0AAFE91BECCACC8924A2D336E83B9 /* libRNDeviceInfo.a */, + C4DBF84534866D7ABEE61B6BD3F2A9B8 /* libRNFastImage.a */, + 48F8ED36DA368E958171A3A0B43F268D /* libRNFirebase.a */, + 9B0258648ACE68F84131362F87778314 /* libRNGestureHandler.a */, + 655AB758AE19411B261CCCA3D5A45F5C /* libRNImageCropPicker.a */, + 450A6BED8242CCCAF3F6E5D5D4B5555A /* libRNLocalize.a */, + 230B9D6D2EE945D7B2C2874AF8468EB9 /* libRNReanimated.a */, + 3635685645FDCBEE6C2A8152FBC45CBE /* libRNScreens.a */, + 92F24407ABD19FC15B5AD468AEF4E6B2 /* libRNUserDefaults.a */, + 166AE84C4370197360E1E8713C9EC33F /* libRNVectorIcons.a */, + 045E9546D687D21A166A734624C32BAD /* libRSKImageCropper.a */, + EF346ABF43DF3103AD71D25B7A72C132 /* libSDWebImage.a */, + 0B13B35E6DDF5720F664B54A0BD1EC00 /* libSDWebImageWebPCoder.a */, + 5F826C6146A3686752B9150E71CEA3C6 /* libUMCore.a */, + FF1AC685B7906D28656B0650DC479726 /* libUMReactNativeAdapter.a */, + EF388371D30B095B43988D640B8226EB /* libYoga.a */, + 6BA940786C4572925EAB8B1958542D57 /* QBImagePicker.bundle */, + ); + name = Products; + sourceTree = ""; + }; + C654A37FCCD11391004E984CB21B6D13 /* DevSupport */ = { + isa = PBXGroup; + children = ( + E29400EBFF41C8A6877CA5EF70C5039C /* RCTDevLoadingView.h */, + B4614CEC3689CCBAC123D476AD20FCF7 /* RCTDevLoadingView.m */, + 8AA4AC4D189B6B223822DD7AF6C95818 /* RCTDevMenu.h */, + D85569CE9E86E0D31D3DD7D120A6253A /* RCTDevMenu.m */, + A1A54823AF83984397AE5C5FA062912C /* RCTInspectorDevServerHelper.h */, + 6F59ED721B3D197D78C1E979399CFC9A /* RCTInspectorDevServerHelper.mm */, + 0EFDE38575E7CD768F6F5153D43F0D3C /* RCTPackagerClient.h */, + 1D846D93FAEB4B21E0FCE12127CFBE41 /* RCTPackagerClient.m */, + FD98ADAA64E7DBA1192EE72EB9CCC7D2 /* RCTPackagerConnection.h */, + 3632802EFC91D400CBC0B003D6B8CE25 /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + C6CBBAA80AC860043E4AFB2E56033D4B /* Pod */ = { + isa = PBXGroup; + children = ( + C417FEF35C95971E4745F12DA343DFD8 /* React-jsiexecutor.podspec */, ); name = Pod; sourceTree = ""; }; - C5D5503B0BDE63B267E5A90009A4C57F /* Pod */ = { + C6EBEBDF61181F8F9D18C1947FC34ADB /* Support Files */ = { isa = PBXGroup; children = ( - 3936896BBD2065045E090C1DCACCC95E /* EXPermissions.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C6001D3B2A54270C452614A0C3638FD6 /* Pod */ = { - isa = PBXGroup; - children = ( - 3CC08CCF71EA063D7C9F49DC76FA7477 /* UMReactNativeAdapter.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C6BBAC5C19713AB0C6A967E41276FD06 /* React-RCTAnimation */ = { - isa = PBXGroup; - children = ( - AA470EA710A5F74288B5F21FC07BCF6E /* RCTAnimationUtils.m */, - 01CA3635BAEFEBFFFA6086B82A4630AA /* RCTNativeAnimatedModule.m */, - 84B93183B0BF0D16902A3D146735FF9F /* RCTNativeAnimatedNodesManager.m */, - 171FB9F951926D7D69F37D315853132C /* Drivers */, - E6D267798D11167A7A9181428927C87C /* Nodes */, - 66AD9D645332E83295CE79FF61595097 /* Pod */, - FFA2D81094008E5DC54AB64DD745BE81 /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - C775E0CE765301AA0D5949C13E578D77 /* Support Files */ = { - isa = PBXGroup; - children = ( - 71906CFCF94F1E983897EA95BC9AF648 /* React-RCTLinking.xcconfig */, - 14725CAC155E8EDBB22A24BBCB965C25 /* React-RCTLinking-dummy.m */, - 63CEF54D086C669043F6D5744672DBE9 /* React-RCTLinking-prefix.pch */, + 7766A06339A53D5445839264A6E2F1F2 /* React-RCTText.xcconfig */, + A95CE7354EB8FD867D9365662CFEF77E /* React-RCTText-dummy.m */, + 8CC1795AA9AC1C3CF0A22C87E8204243 /* React-RCTText-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - C7C4EE3C28CD5A1ACC1DCE9B67D24B91 /* Pod */ = { - isa = PBXGroup; - children = ( - 07B6F5EC5086A316E48857EB51500206 /* EXHaptics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C84D37CAD0D45945C09CE0DA08EADD1F /* RNVectorIcons */ = { - isa = PBXGroup; - children = ( - 5790CED5B5C3ABB8747E23A56375F84F /* RNVectorIconsManager.h */, - BC1273027B89903D2FA02EED7206E7B2 /* RNVectorIconsManager.m */, - 6128B252FC1BD23075D495354CCE4231 /* Pod */, - F095D80BB34A61EF98655673AB306B73 /* Resources */, - 876E33278B351A381EE71B849DE2B7DD /* Support Files */, - ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; - sourceTree = ""; - }; - C8A8F2A194C690C4616EAF0EB9A8CB57 /* jscallinvoker */ = { - isa = PBXGroup; - children = ( - 58CFBB54CF6999643E129EA34CBB47AC /* BridgeJSCallInvoker.cpp */, - CE5496E6F7A3AE3054CCDBA23677DF90 /* BridgeJSCallInvoker.h */, - 1E93C236783610CBE74D685376947EF4 /* JSCallInvoker.h */, - ); - name = jscallinvoker; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; C9AFE6A9467EAF20BA366490245FBDB7 /* Environment */ = { @@ -10750,94 +10860,220 @@ name = Environment; sourceTree = ""; }; - CB1C7B816EBBFB15DED635CF72046494 /* EXWebBrowser */ = { + C9E03039F613286403DE79D9C2E857F7 /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - 06BC30FFF1D885CC49CF016CB604B726 /* EXWebBrowser.h */, - 9304735A76A1F46043D22855E7BDABD8 /* EXWebBrowser.m */, - 8CA39506E0553D2B9A4AF2F7FAA8843F /* Pod */, - FFA5DB6348D27D0CB2F79F5F804E8E5E /* Support Files */, + 90C10BEDBE5D0FBCBAB5824ED64876AB /* UMBridgeModule.h */, + F927AFBAAF1E6D0D95887643F99B1792 /* Pod */, + 36E4A703689210A5E7F467158092A554 /* Services */, + C12BA03EEBFBB729F23D7F3ACB2D68D4 /* Support Files */, + 95F94EDDF9A0C622C00B400D78342F47 /* UMModuleRegistryAdapter */, + BE7016EC19270A4E2D0EE34631088E42 /* UMNativeModulesProxy */, + 886AC6AFE2FF8260EFB3E17B5FD4A8AC /* UMViewManagerAdapter */, ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - CB8FFE81C7D6B29641D72C66AB75126D /* Support Files */ = { + CA1082DE5BB7EF4E04D5DE9977BF4219 /* Pod */ = { isa = PBXGroup; children = ( - CAE7752D029A98D84435AAB9B13C6C3C /* RNLocalize.xcconfig */, - 15047356F0303DE5403805E4517E1120 /* RNLocalize-dummy.m */, - C08A7BDC21357A2133C2B6BFC04AC9CE /* RNLocalize-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; - sourceTree = ""; - }; - CCA6E5514E5D2126D129F5520E556835 /* Inspector */ = { - isa = PBXGroup; - children = ( - CC5DE05F0AFDA59DEC6A3F5271D6E24B /* RCTInspector.h */, - 3C763F7A19E5C62201E3BFA66067DB8B /* RCTInspector.mm */, - E8890B903CEC07A38B5E97F6B26123A0 /* RCTInspectorPackagerConnection.h */, - 534D7E0FB2F0EFD8D7A082573E2E647D /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - CCDF37DB566108C526E46063C4B26F72 /* Pod */ = { - isa = PBXGroup; - children = ( - E46A026ECB5B82F99A115CFD9DCFC1F5 /* React-jsinspector.podspec */, + 726DDF43422FA8910AC8FD7ADCBCFBA0 /* EXHaptics.podspec */, ); name = Pod; sourceTree = ""; }; + CA52FB77960885977A4A6278E20A6E07 /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + C92C9E62964970B6A04B3561E36DA6B9 /* RCTConvertHelpers.h */, + 24586579931C72212A9648907BAD31EC /* RCTConvertHelpers.mm */, + 02E3E954B1C78D24552F438E212E5691 /* RCTTypedModuleConstants.h */, + D4C5756CDD650D16063F8B5E9F042651 /* RCTTypedModuleConstants.mm */, + 63338737D80B55E092F0AF7BD0DA6A96 /* Pod */, + 6D6D65A007BA38A1970C49B4470DBE73 /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; + sourceTree = ""; + }; + CA92B786ED72DA061FE6E8704F3F3462 /* Profiler */ = { + isa = PBXGroup; + children = ( + 283C5D55019ED083D12206B85906819C /* RCTFPSGraph.h */, + 367C986475A9A537EFC8CDCC4A3BC405 /* RCTFPSGraph.m */, + E59571941397FD13C41918D5184A77B5 /* RCTMacros.h */, + 086E2BE95ECB0C1F37BC9931AEA04DAE /* RCTPerfMonitor.m */, + 77287A959C440034AF5B80898819EE2D /* RCTProfile.h */, + DC68B7F4B92266490BFA50D965555855 /* RCTProfile.m */, + E0E760855E39C6C5C08569D010DC6826 /* RCTProfileTrampoline-arm.S */, + 357474CF8AAD4563F83C55F5CAC24DBC /* RCTProfileTrampoline-arm64.S */, + 8E4DC9CDEFA3BFA9D66D3028B789ED0E /* RCTProfileTrampoline-i386.S */, + A3A6191A360D54C99B28EAD9AFEFACC4 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + CAC49E67702B0D240E8C4689437200D4 /* BugsnagReactNative */ = { + isa = PBXGroup; + children = ( + 10E0F2C4335757E118D37ECE3F5B9C71 /* BugsnagReactNative.h */, + 824761F9913EDA9AD7126265719F39E4 /* BugsnagReactNative.m */, + 00549EFF78847291E67EDEA72694F155 /* Core */, + F3336648B79D620569BC236B2159C01D /* Pod */, + B334B5A2CE1F6864FF8A0367ACCCBA97 /* Support Files */, + 0C6B0965C1DF4C079440FF0E86F7F687 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; + CB40F88F3A82859427DDC8951F0D19E6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 55F2165B5ABCC54F50FBF29988252C98 /* UMConstantsInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + sourceTree = ""; + }; + CB46D5D40C0635F2CE059A15D98D9269 /* crashlytics */ = { + isa = PBXGroup; + children = ( + B02DC5C191DB17A8380FDA900D2E8271 /* RNFirebaseCrashlytics.h */, + 50D912BEE83F401EC7F3C3E61DFB801C /* RNFirebaseCrashlytics.m */, + ); + name = crashlytics; + path = crashlytics; + sourceTree = ""; + }; + CC3CE572E1440933AA79D8AB11D0B30D /* Yoga */ = { + isa = PBXGroup; + children = ( + 2E63D8AB152AF724380C61892E2ED7D2 /* Bitfield.h */, + 0BDA95F445BA612CC646E06A605227E9 /* CompactValue.h */, + 63104AEFC445FD38E122B6C6C68C0476 /* log.cpp */, + F138E15A64C2BB3FBFFF4D1C69650BE8 /* log.h */, + C0B12BF1EBA314C216124B51B4360071 /* Utils.cpp */, + 5154214EF629E649F991A273660CE81C /* Utils.h */, + 968719D8E3DF4AECF88DA45662FD3801 /* YGConfig.cpp */, + 051176A1C38E22A5FC664EE9057EB6AB /* YGConfig.h */, + 4AD80F586DE534B7F251CE3D6C371D48 /* YGEnums.cpp */, + BB350FF912A6054EB575369BF4315FD9 /* YGEnums.h */, + EDA0E6804FF1FCBDC0A058AF72BD5CD6 /* YGFloatOptional.h */, + FB55463DA7484F2BA93CA8928BBECC5A /* YGLayout.cpp */, + 0CD4906BBCA7D69622FCCD281B79D746 /* YGLayout.h */, + C7079265D36BC501A360FED126673409 /* YGMacros.h */, + 064CF00929F506B5C16A7AFA6434DAA3 /* YGNode.cpp */, + BC73F4546ABFE2F67B7193CDAAAB73CE /* YGNode.h */, + 55FC3AE96C1D1F30FB8729DA8D64DADB /* YGNodePrint.cpp */, + C59C6349D81C03F7EEDEB0A96AC10880 /* YGNodePrint.h */, + A45DB86754B226D0737B62E3C31621FB /* YGStyle.cpp */, + F16C2063C605F887C6442E624E97A2A4 /* YGStyle.h */, + 093915B30947C213AF85204D81E77A79 /* YGValue.cpp */, + B892EA530F62ABC29C35F863980B3295 /* YGValue.h */, + 8222CEEB4E41F518A8A87C8455EBE899 /* Yoga.cpp */, + FC7E0EB79A989D5675811DA83CD39CE8 /* Yoga.h */, + FF0CFB7FDB3F12A179ECE1207107AEDF /* Yoga-internal.h */, + FE2A144516D955B37394090A162BA9DD /* event */, + B77BB9BE087F8060A09E071ACDB7681B /* internal */, + A58114E940201A893C625EF27F9A8CF0 /* Pod */, + 2AA15D526E9C43AE3474853DC2FEFC73 /* Support Files */, + ); + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + CD52286AC861C68BEAEC8036D0B1E057 /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + 7C1BD2F50DF18FE5ED7C72E83716E65D /* UMModuleRegistry.h */, + 694F64CD9825A96F2B6A3AB4C4F08827 /* UMModuleRegistry.m */, + BF9686D2F9155663E43EB43CFCC35052 /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + CE69B6129A51EDCBC82760387990768D /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + 1108F3B78D0177DDF154D73CE373EE6D /* RCTAnimationUtils.m */, + 85E252D059C2B1C9BE8FEAC6F5DF380A /* RCTNativeAnimatedModule.m */, + 69266FF52681017738D79AD337F1A7AE /* RCTNativeAnimatedNodesManager.m */, + 39F2D2BB873DA62DA560E673B636778D /* Drivers */, + B8B000F02F852AA70F3FE3905255D527 /* Nodes */, + 5FC33303660B4A3D00ADEC5E36EBC695 /* Pod */, + 6834686121B033B227B1F0517DE8A25D /* Support Files */, + ); + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 19CE0BF4225519CBE3D68804AB7D00C7 /* Development Pods */, + 11853E2EB0934F42A7C680F349A2E5B2 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, 03091ECE0AA6E6999D89D5DBDB4C49B8 /* Pods */, - 475A3A43E890DBD5493F0236FA4CE5BA /* Products */, + C5F0FC270C79FAD0F2542F4AB215176C /* Products */, A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, ); sourceTree = ""; }; - CFCE2E129260B2DC9C3FBD031AEE9738 /* UMImageLoaderInterface */ = { + CF67156FCCFA6705566996058623166A /* Pod */ = { isa = PBXGroup; children = ( - 022982682787D678778BD85E834CF01E /* UMImageLoaderInterface.h */, - 71EDA3F95823B04B363B0CF511FCE957 /* Pod */, - C07AA826730DEC9D91CDA6996D8AAD8D /* Support Files */, + B56AE947CE28AB241AB517090FAE76A5 /* React-jsinspector.podspec */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = Pod; sourceTree = ""; }; - D033233737CB27D26F172EBB1C703236 /* react-native-video */ = { + CFB72459A247CB2298B42A2C154F2136 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - 71A0E37D26DC03196CB73301CFC8CF81 /* Pod */, - 1417455366FDE29F339C244D1E1EF950 /* Support Files */, - B54D18DDE1F8820DAD793ADF6EA77237 /* Video */, + 79B4EA30C8B9034F18A2763FD9BF28A5 /* UMPermissionsInterface.h */, + 3674E85CA975FDF34F9E5FBE9ECB5BEA /* UMUserNotificationCenterProxyInterface.h */, + D91E14CB9C867446EDA78FEFE1B10939 /* Pod */, + 65093E9E72DD0B7EAEEC03688B251299 /* Support Files */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - D0B7EA55A2B1CE20FFB95A53BCF580E3 /* React-jsi */ = { + D0455955B71C447627F93DB8E55D3B5D /* EXWebBrowser */ = { isa = PBXGroup; children = ( - DEFE7EF20F15D8C51FA1E7BE5ADF72C6 /* JSCRuntime.cpp */, - 1F9EFCA7F769A8BC9D4D8F58E29BB442 /* JSCRuntime.h */, - 9DE459859374F5B290408CD30B9DE13B /* jsi */, - B52EFBA1619D90208453DC98A8390BCA /* Pod */, - 5DAB022BCB874F041A686A5C948D6E93 /* Support Files */, + 2DBFA0F370BD6D4968890CC62018A104 /* EXWebBrowser.h */, + 7B954849FD3534A078C18EC469CBB212 /* EXWebBrowser.m */, + 3F02CD9B14268EFE2D5F88D5A3D79CF0 /* Pod */, + C234974702EED7F18537B732FC8EDBF5 /* Support Files */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; + sourceTree = ""; + }; + D076899453B130D0F795A4D2DA93ECE1 /* links */ = { + isa = PBXGroup; + children = ( + D98E2682046148389942FB2F4195884E /* RNFirebaseLinks.h */, + 087862A13C20A181E0AF934EE2E10B7B /* RNFirebaseLinks.m */, + ); + name = links; + path = RNFirebase/links; + sourceTree = ""; + }; + D188E9962DD743CFF626D52102734DB6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4FB1114616D8461EAC4B86CDA4ACB7A7 /* react-native-jitsi-meet.xcconfig */, + BDF4C7A324E59F6ABBED28DF6BA9AD79 /* react-native-jitsi-meet-dummy.m */, + CB73716F6DD6DDF7B315429B130FC24A /* react-native-jitsi-meet-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; sourceTree = ""; }; D18EED1D9D93F4ADD7E9DC03536202BC /* GoogleDataTransport */ = { @@ -10892,35 +11128,14 @@ path = GoogleDataTransport; sourceTree = ""; }; - D20F22AE912FB0D4B2843A0BEA3D2BE8 /* Video */ = { + D2FFFF369F92BD114391D104728DCF71 /* VirtualText */ = { isa = PBXGroup; children = ( - 699BB416915EB4AE3895CE56D70ED1AC /* EXVideoManager.h */, - 03DBC959BA24FFD4FC5267A7255E3E29 /* EXVideoManager.m */, - DF9E339F522DAAB2B9E73F31537F8FFB /* EXVideoPlayerViewController.h */, - F040E331E673F93B31ED42B854281C45 /* EXVideoPlayerViewController.m */, - E849D6F37E7174B6C155619799AA8173 /* EXVideoPlayerViewControllerDelegate.h */, - F3A726284EFD20935D731C08A511D713 /* EXVideoView.h */, - 3A74365ADEC5F621E9ED8B92BA9D9B15 /* EXVideoView.m */, + 6B3BE24A48A1D9CA5B75989BC05434C5 /* RCTVirtualTextShadowView.h */, + 3029D4DC0AC884BB6E4D754EECC8EBE7 /* RCTVirtualTextViewManager.h */, ); - name = Video; - path = EXAV/Video; - sourceTree = ""; - }; - D2660491589B45D651371007B9613336 /* Pod */ = { - isa = PBXGroup; - children = ( - 03DD5B64B3D8782049A64AAA2FE72F6A /* React-RCTActionSheet.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D2EE3F70424ED65F47E176E6D70DD3AC /* Pod */ = { - isa = PBXGroup; - children = ( - C568FD833DF9A59790247E4132B6D124 /* React-RCTText.podspec */, - ); - name = Pod; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; D3405AE82E5D43C81387E3A276FA4552 /* Support Files */ = { @@ -10935,13 +11150,25 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; - D3F6B7649A10E51265CF082B2F76B04A /* Support Files */ = { + D363CC036DC2E993FEDE844D7B058AB4 /* Support Files */ = { isa = PBXGroup; children = ( - CB44A58EFD3D043C620F7C7CBD9A3E54 /* RCTRequired.xcconfig */, + 6FCDD7A55ECE35BBAD5609F1DE2B6CD4 /* RNUserDefaults.xcconfig */, + 7DD16F1378DE6A5A0610CEE04CC51866 /* RNUserDefaults-dummy.m */, + A8166A33CAB19B22BBC357A7597600E7 /* RNUserDefaults-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + sourceTree = ""; + }; + D3947373D99E99BE407FF0B402B8E8A5 /* Pod */ = { + isa = PBXGroup; + children = ( + 8E5764E6A1B23D5A864BB5D5473ADF35 /* LICENSE */, + 97117829663241899DA39C6063C2001A /* README.md */, + D16EA6EA37FFDC964E97AA7ED629D422 /* RNScreens.podspec */, + ); + name = Pod; sourceTree = ""; }; D423A9E5EA3AC32021679D0F888D7242 /* glog */ = { @@ -10965,6 +11192,14 @@ path = glog; sourceTree = ""; }; + D4A9CD552D3ABE39DB87445BC47F01A3 /* Pod */ = { + isa = PBXGroup; + children = ( + C347E27034743CA901C2D10C9534AB87 /* UMFileSystemInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; D50ACFB9B5CE02AC1C7DC27949FE7041 /* libwebp */ = { isa = PBXGroup; children = ( @@ -10977,14 +11212,72 @@ path = libwebp; sourceTree = ""; }; - D617075BFB5A5D9D4FA15493346A2F83 /* perf */ = { + D578C7400121FB4669FD3EE7CDED167D /* Interfaces */ = { isa = PBXGroup; children = ( - 0D43F8333E425C69C7EA7AF77DEF7F06 /* RNFirebasePerformance.h */, - 02EFCB261C6AC928F019AEEEF5629A8A /* RNFirebasePerformance.m */, + 4301BB611E9826F32BAD331C3D16F5B2 /* EXAppLoaderInterface.h */, + FF4271875C7366D121A7899419331EC6 /* EXAppRecordInterface.h */, ); - name = perf; - path = RNFirebase/perf; + name = Interfaces; + path = EXAppLoaderProvider/Interfaces; + sourceTree = ""; + }; + D5AD9CB06FFD1E150AD8FBC52D6B0414 /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 7A3DCC7F66F4CB7C4E23F541CF25DF79 /* RCTDataRequestHandler.m */, + A8468DB9060B094D2D1C039409143720 /* RCTFileRequestHandler.m */, + 38A8B8DBCAF9200BF67019AD6331E4BA /* RCTHTTPRequestHandler.mm */, + B7C9F1E7E9876DD2D7144A6440C9A8E7 /* RCTNetInfo.m */, + 60FD1451615F452B8676BD97A83F2DC5 /* RCTNetworking.mm */, + 8B37CEF1B5C409891A426EF17A5BB050 /* RCTNetworkTask.m */, + A2072C96525AC3DFAC8E918C5030C262 /* Pod */, + A540D59AA42400E857997F50A7CAF2D1 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + D6D3F600FE5E5CF36BBE8FFADCC98849 /* Support Files */ = { + isa = PBXGroup; + children = ( + 87296785B85B4C8E698019408370CCD0 /* react-native-background-timer.xcconfig */, + F6E8D371DD248ED3C8AF03A1F31781A9 /* react-native-background-timer-dummy.m */, + 9053F5CFAD1B4DD30BAC0FB5F2D31FFC /* react-native-background-timer-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; + sourceTree = ""; + }; + D6E36A11220821B031F39169C344753E /* Support Files */ = { + isa = PBXGroup; + children = ( + 570B776E10AD052196F64D0EF8E64D5A /* react-native-notifications.xcconfig */, + 822881AE272AC5C252C4E77E707917ED /* react-native-notifications-dummy.m */, + 843298B6F5201F65C76888F7091E8F0D /* react-native-notifications-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; + sourceTree = ""; + }; + D7F4972A9990AA4E44E755B1A17F554B /* Pod */ = { + isa = PBXGroup; + children = ( + 921D69AF56966C6C9EBC64A459D130FF /* LICENSE */, + 5B3B3C1A8D0323A12DBD4C5F9C5D4650 /* README.md */, + 3D87BF94FA1CF046B9506931D6A21B7F /* RNReanimated.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + D83A58D0646CC6E2E57E8871CD8CE6F2 /* Pod */ = { + isa = PBXGroup; + children = ( + 0FE14A85E845A195F248BFF654F415D5 /* LICENSE */, + 12EF7ECD58C9A7D923DD33BCED4E8038 /* react-native-orientation-locker.podspec */, + A0B0B93329C41440DA46BAFF9C666402 /* README.md */, + ); + name = Pod; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -10994,116 +11287,148 @@ name = Frameworks; sourceTree = ""; }; - D9BEDAFAC222C1B71F6644A4BA1B9DEA /* Services */ = { + D8ABD404F2E397738160E1BE973A680A /* Pod */ = { isa = PBXGroup; children = ( - 170093C4AB07780A25C833E08EFE2CC0 /* UMReactFontManager.h */, - D39C219FA741DA0C29860635ACF28C4B /* UMReactFontManager.m */, - 027DEE4C1512F5E35E4ABBBC3D80CADE /* UMReactLogHandler.h */, - CF4562602F7A58F59F5BCCEEBFE71FC7 /* UMReactLogHandler.m */, - 24A642FBB58AA3F9D54B95906489B7B6 /* UMReactNativeAdapter.h */, - C402D82EE3109C9B95D9482EB7EC83A1 /* UMReactNativeAdapter.m */, - DC3DF2419CD1889E2B7759D0212C1489 /* UMReactNativeEventEmitter.h */, - 1A48830713BEA1445448426EEF1F37BD /* UMReactNativeEventEmitter.m */, + 10AEB960F3850A5ED5CDF26ECCD1AFDA /* UMBarCodeScannerInterface.podspec */, ); - name = Services; - path = UMReactNativeAdapter/Services; + name = Pod; sourceTree = ""; }; - DA9966820E16AB135D425EE174272255 /* EXAV */ = { + D8DCF398FFD4E1C9EB110A30683CA154 /* Pod */ = { isa = PBXGroup; children = ( - C70A672855707370603108A8BB354B3D /* EXAudioSessionManager.h */, - BA31621FA1C8B1F40AC093EBA9775F25 /* EXAudioSessionManager.m */, - 26D28BA05D94E0E8DCFB49CD3794A884 /* EXAV.h */, - 70B9F2D6E6E268BD7EAFB3C8CB4365D1 /* EXAV.m */, - 79DA7C793A6EC92ED4DC9668657C2B27 /* EXAVObject.h */, - BDDBD2943A9B87E4E890E45468BD30D4 /* EXAVPlayerData.h */, - 20CC8B770E14F95BEAA6B4F19D4C8D1E /* EXAVPlayerData.m */, - 96A8FA253278C41422D7BF8458651454 /* Pod */, - 81240900FA1FAB637B87FFAD36CE4673 /* Support Files */, - D20F22AE912FB0D4B2843A0BEA3D2BE8 /* Video */, + 22D4403616579E47926C198F4358EDED /* UMCore.podspec */, ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; + name = Pod; sourceTree = ""; }; - DB1AF4D7E2E6B5A08ED8D63C4D18FBA4 /* VirtualText */ = { + D91E14CB9C867446EDA78FEFE1B10939 /* Pod */ = { isa = PBXGroup; children = ( - 6D8E9C2ED083EC43BBDEA2F6E817A463 /* RCTVirtualTextShadowView.m */, - FC79867D3EBAE9C8077300734E335FFD /* RCTVirtualTextViewManager.m */, + F7AEDBB499992AC4FB98D274D8A4F766 /* UMPermissionsInterface.podspec */, ); - name = VirtualText; - path = VirtualText; + name = Pod; sourceTree = ""; }; - DC617AD771802B571C4AD6EAF97CEC2A /* RCTWebSocket */ = { + D96D7712282DF04BF48B2EEA1BD8C398 /* RNGestureHandler */ = { isa = PBXGroup; children = ( - D441D8AF46EAB4DEC84B6D1DF54A222E /* RCTReconnectingWebSocket.h */, - 6227D6DE69C1C5ADCE8E7EDA51391EC0 /* RCTReconnectingWebSocket.m */, - 7C6EE9F84C091C7D9933B6592258344C /* RCTSRWebSocket.h */, - 9617D5B43225127539083D8CD392617E /* RCTSRWebSocket.m */, - 7D86609CE01BC1D95D8904835F6234A5 /* RCTWebSocketExecutor.h */, - E88864F2F461C52C9E0228247A522A1C /* RCTWebSocketExecutor.m */, - 55D743C038051CB87EE180BC8E60B8E8 /* RCTWebSocketModule.h */, - 7FF7C85CADD71560CA8EF5F077926162 /* RCTWebSocketModule.m */, + C9BD72101FD43E3F3BF27A6EF4F77A2B /* RNGestureHandler.h */, + 00EF36DE5D9D90994CB5B6C86E95A087 /* RNGestureHandler.m */, + 5AC704E4FD573EA9E73D5021D9373A0E /* RNGestureHandlerButton.h */, + 38019B7D728089DE409145EAE88A98B8 /* RNGestureHandlerButton.m */, + C7B4368A77C5B67B94918F461B7CD6E7 /* RNGestureHandlerDirection.h */, + 76CBA69B518FF6CA522905175CCDD3C8 /* RNGestureHandlerEvents.h */, + C3A9A7FB2BD977E7DE692419AE299EBD /* RNGestureHandlerEvents.m */, + E0AB7BE36B1E9A1B9FE4F3B7907E70FE /* RNGestureHandlerManager.h */, + E41E0822FF04C422F50F947F119B495A /* RNGestureHandlerManager.m */, + 9DAC16BF13172C777975D9397D3E2892 /* RNGestureHandlerModule.h */, + FFD90AF36B34F88B475E9503F22DFE01 /* RNGestureHandlerModule.m */, + 0578222D2693E6D7829071BCC888F1F4 /* RNGestureHandlerRegistry.h */, + A5F882B0CB13CFEF5622FDEE9DAA4760 /* RNGestureHandlerRegistry.m */, + B59A6DEEF211CCB11CAE36FA5A530129 /* RNGestureHandlerState.h */, + B7C167A810E10F8D2ADE45F82BD63D7A /* RNRootViewGestureRecognizer.h */, + 4A4A537036E690116369ED1A7139C397 /* RNRootViewGestureRecognizer.m */, + 6815A83C7B87F289870CC36351C0C929 /* Handlers */, + 5E7280EB406A5F68A76A8D0582ECA9EE /* Pod */, + 8A7AE1F20EBDD7662F7834C3B1887F67 /* Support Files */, ); - name = RCTWebSocket; + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; sourceTree = ""; }; - DC638F5160FCAA734082F3EB19EA0B41 /* DevSupport */ = { + DA110F6B70A7279609FADAC7E9099F47 /* React-jsi */ = { isa = PBXGroup; children = ( - A72FB130F3974E9F57AE9EC67DEFCED3 /* DevSupport */, - CCA6E5514E5D2126D129F5520E556835 /* Inspector */, + C99424DBC5CBF352E17756160F7F77EF /* JSCRuntime.cpp */, + 6E3C3B34B430C5110D6ECA8AC89E77CB /* JSCRuntime.h */, + 90F8D3875A85BCD36ACFB8BBB01B3FD9 /* jsi */, + 517E29FFC9AA3330D23D175406B23D15 /* Pod */, + B40283B9B1210DDF13C9DEBD51E64964 /* Support Files */, ); - name = DevSupport; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - DCA0B66B65ED6E6EB8EB9C67DD98B1D0 /* KSCrash */ = { + DA2DB6E638CE8C757A2B89F3A86C7543 /* Support Files */ = { isa = PBXGroup; children = ( - DF59BC5112616598532E41E6F7DE1885 /* Source */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - DDCDDABC49E9709834132C3C25E1B654 /* Handlers */ = { - isa = PBXGroup; - children = ( - D3BA9D50CE03C2E15E321FF935241AD7 /* RNFlingHandler.h */, - DF239F485579D2099543B08E4165026C /* RNFlingHandler.m */, - FCEC2541110D1265792D327D918573CC /* RNForceTouchHandler.h */, - 3930DF44CA320210AFCD00EDF24C3008 /* RNForceTouchHandler.m */, - 535112F33FC1AAD3056ACC632C03B0A6 /* RNLongPressHandler.h */, - 2867C037657646F9A287C781D9B5E438 /* RNLongPressHandler.m */, - 2DEDE8FDCFE7CB914F5537D5B619BE8D /* RNNativeViewHandler.h */, - 58A2541978A1B839254E0ACB3701F3FA /* RNNativeViewHandler.m */, - B8493A937517A7BD1D737EC6BD9A7C5F /* RNPanHandler.h */, - B0CCA01C1EDB41C92C17E739DF8C675C /* RNPanHandler.m */, - 56F18861E692F6A345A9D6CE9475B5C0 /* RNPinchHandler.h */, - A9382F9E14149B5BF4108CDC945FC934 /* RNPinchHandler.m */, - 72EBE5488967F0F01EF6647918780E5D /* RNRotationHandler.h */, - EA56701034E43E1D4C2BA343E80A18EB /* RNRotationHandler.m */, - 185432325FE3B0675502832919F97685 /* RNTapHandler.h */, - 42D27314E2CE64DC6C50A5B4E368AC25 /* RNTapHandler.m */, - ); - name = Handlers; - path = ios/Handlers; - sourceTree = ""; - }; - DE6C175B840E97AC554B85EB0D3EEEEA /* Support Files */ = { - isa = PBXGroup; - children = ( - 8CC5F8E745AEB03DC3B1204CC12B3F0E /* react-native-notifications.xcconfig */, - 6517738E0F6018535C3900F4EB5D0228 /* react-native-notifications-dummy.m */, - 4C39F535F3E98652F5FD689A78B73185 /* react-native-notifications-prefix.pch */, + 6C1BD8A08394199E3CC42B4D4286DA83 /* FBReactNativeSpec.xcconfig */, + 9E334B603767855C989813E3ABAB1E68 /* FBReactNativeSpec-dummy.m */, + A6A0B5CEF13267324DF24E331A59C4DF /* FBReactNativeSpec-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + sourceTree = ""; + }; + DB4FDC7256CBF57308933EB834891A12 /* Pod */ = { + isa = PBXGroup; + children = ( + 61857F602749872377832ECEA1043F70 /* LICENSE */, + 0A7DB57EE612936167DBE78A96755D70 /* README.md */, + 19BCBD54B5364E91CB56C105EE599EE2 /* rn-fetch-blob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + DB8F6CFBC667821860C9A40F6978E419 /* RawText */ = { + isa = PBXGroup; + children = ( + 1A8B7ADEEA796AF11EC7E388248CBE5D /* RCTRawTextShadowView.m */, + 2DE02A4528B7284FD296475B10B74850 /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = RawText; + sourceTree = ""; + }; + DC3D58A188C06AB84774E56F780D0A99 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6DD4011908023AC58D81555327309A1F /* React-jsiexecutor.xcconfig */, + D7A6E4E7A72FAAFD54621A0C40455AE9 /* React-jsiexecutor-dummy.m */, + 8DCCB00A808B3406D93E35B6C302A5EA /* React-jsiexecutor-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + DD184543B584CE0B88B3C8A83EDBE306 /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + 1BBC68448703CDE6267CE03CD9A96945 /* RCTConvert+RNNotifications.h */, + 5E1FFD998677DB7B67FF075D8014A0C9 /* RCTConvert+RNNotifications.m */, + 72093E2DD44BEFCCB2DFA440371228E8 /* RNBridgeModule.h */, + 6FDB29DCF0D4B2416C0EDA4F21CB05EC /* RNBridgeModule.m */, + 7568D285C4A32C88AD072F439F1EABA2 /* RNCommandsHandler.h */, + F2FDBCC499A258C9739CA6C2669659FD /* RNCommandsHandler.m */, + E21D9A28AFC1190DFF8DC3300C0D8636 /* RNEventEmitter.h */, + D986BFF0D965A66AC92362F43D41C2BB /* RNEventEmitter.m */, + 294A89C14D00BD6BCF3A5ADF3E9531D1 /* RNNotificationCenter.h */, + 4647FC77BCDCEC9BDA35FF261C277387 /* RNNotificationCenter.m */, + 2CA4FEAFEF16E188F407A9C115F0E4B9 /* RNNotificationCenterListener.h */, + 7AF57766243F49EF324CDFE66B372E2C /* RNNotificationCenterListener.m */, + C9C90F8B55FB2CF1B17B47367293B1B6 /* RNNotificationEventHandler.h */, + CE8EC7ACF0AFC2BCC09A6031B2B4BFFC /* RNNotificationEventHandler.m */, + B1708E062D3FBEED2F814A1AD39D3AC4 /* RNNotificationParser.h */, + 62FC0D9A893E1C26DA9028096D218532 /* RNNotificationParser.m */, + FC90F94D9FE8E4CA32C8E7817AA33EE4 /* RNNotifications.h */, + DAA80C061C157CEFF00F487068FF3B26 /* RNNotifications.m */, + 75AA47289C42019C50D000A4C806152D /* RNNotificationsStore.h */, + 639819BBAC77EFEB3FAF89EDFD1B74D6 /* RNNotificationsStore.m */, + F8BDF60FEE17E709CB35EE0218CAE410 /* RNNotificationUtils.h */, + A4A37ACB5C507F041AAE0534B4FADD8F /* RNNotificationUtils.m */, + 89EDDF470744860FEB131F2C09AFDA42 /* RNPushKit.h */, + 6252F0D13AEBC261A46DB179F42D2980 /* RNPushKit.m */, + D0689946652037DEDC61C09241B31931 /* RNPushKitEventHandler.h */, + 362EAE15D8E274CF377A7CAC9850B4F0 /* RNPushKitEventHandler.m */, + 8B93781B6E6215940D2C45F3021A57D4 /* RNPushKitEventListener.h */, + A1E6CCE1C4E0CDC7AD28E5F3A7612FB7 /* RNPushKitEventListener.m */, + 54A3D2B009E2ABF45C3FC3CFACEC4B23 /* Pod */, + D6E36A11220821B031F39169C344753E /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; sourceTree = ""; }; DEB57027F9085268A7726475F5FC5619 /* decode */ = { @@ -11113,13 +11438,36 @@ name = decode; sourceTree = ""; }; - DF59BC5112616598532E41E6F7DE1885 /* Source */ = { + DFCDB9E3A764C3AE3AFF395BA26E299D /* database */ = { isa = PBXGroup; children = ( - 3CE3E367C4EAD6B0343D4D3662EEE1E0 /* KSCrash */, + 4AC1745FC3EDE42F3A560AE65CBE2849 /* RNFirebaseDatabase.h */, + 2F6D09BA5BCA5227EBDDC653FB0C9F15 /* RNFirebaseDatabase.m */, + 40E1699400EC885C2215E13AD5198C3B /* RNFirebaseDatabaseReference.h */, + 58438B70BCEB13B2DD304246C8687E58 /* RNFirebaseDatabaseReference.m */, ); - name = Source; - path = Source; + name = database; + path = RNFirebase/database; + sourceTree = ""; + }; + E092084F2FF7B5EF4C1FA19F6F2383DC /* Support Files */ = { + isa = PBXGroup; + children = ( + 8FACD7E0E20B2DE6BBDB6BFB9712EA92 /* EXPermissions.xcconfig */, + 3BE72D43B8F970329574FF5746E82A2F /* EXPermissions-dummy.m */, + 45F544D5F30FB3FF979DCB9D80C26FE0 /* EXPermissions-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; + sourceTree = ""; + }; + E0B54CB140E54B8280238ED510F7773A /* DevSupport */ = { + isa = PBXGroup; + children = ( + C654A37FCCD11391004E984CB21B6D13 /* DevSupport */, + 26CC20F20AABCA06C79599109AB27B98 /* Inspector */, + ); + name = DevSupport; sourceTree = ""; }; E115460E1C82BF0095B8E8E5B175FB74 /* Support Files */ = { @@ -11133,24 +11481,63 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - E1C6F709CD668DF42912AFF4DEF8639E /* EXFileSystem */ = { + E18CD566361645D3976216E1647C1CCE /* Source */ = { isa = PBXGroup; children = ( - 4B6947B19437ECB63258DC7F7074A020 /* EXDownloadDelegate.h */, - FE7B0C7D5C08B338703C396DD3B57ED7 /* EXDownloadDelegate.m */, - F05A8F8C250E94F7535D77F642B34D45 /* EXFilePermissionModule.h */, - E6B75C132C07BC882F7FB5588848815D /* EXFilePermissionModule.m */, - E950A29E3193050AC0B092D929EC6165 /* EXFileSystem.h */, - 42C2648C752E0C5DEDA31801002C062E /* EXFileSystem.m */, - 045BDC76AABBB9A6173613CD6C96D9B9 /* EXFileSystemAssetLibraryHandler.h */, - 9EBA5025778E228CC965FAECB1A78CBA /* EXFileSystemAssetLibraryHandler.m */, - C56082C206BF8B76E902D42B784C1DD9 /* EXFileSystemLocalFileHandler.h */, - 430CA544C5F5E7E8812FDA2B74015881 /* EXFileSystemLocalFileHandler.m */, - 14A56F3289DAC1BB7BD6B7680D5B1066 /* Pod */, - 0DC0EDBB99FA575D9C15BEAFDF2C6027 /* Support Files */, + 12C1383512642C64241EEE20966562BC /* BSG_KSCrashReportWriter.h */, + 7A1C7258B1CCDB977338CED770BFCAA0 /* BSGConnectivity.h */, + 2F32C5D2E3D2164EF0ADB79F9F9987CD /* BSGConnectivity.m */, + 31F38B127D67AE1D27705F8082339CDE /* BSGOutOfMemoryWatchdog.h */, + 069B9535894CC437500AA6970438E007 /* BSGOutOfMemoryWatchdog.m */, + E4EBD15E57AFDBC796DD43C867F18275 /* BSGSerialization.h */, + 294A2F9EE39E299F73724555981237E2 /* BSGSerialization.m */, + D537324255EBD6976E2E3677BF01FBE5 /* Bugsnag.h */, + EC101901ACAF307E37D834D05D976EF4 /* Bugsnag.m */, + 741A30330F8B8BE2AE1D228CC9CE8AA1 /* BugsnagApiClient.h */, + 696376515AD20428419616F5DC88DE3F /* BugsnagApiClient.m */, + 671C35428111A790E2458FE9998A2DFD /* BugsnagBreadcrumb.h */, + D3E3B51156A68A9A07965D4C50CE8050 /* BugsnagBreadcrumb.m */, + D933F15460A30E35E49150B66D9A2279 /* BugsnagCollections.h */, + 736E5BFC7AA18EFD5D61640A0B3E5416 /* BugsnagCollections.m */, + 77B4C13E30C7598F50C8E7B1B8495C43 /* BugsnagConfiguration.h */, + 2D7E59F2527698A95ACF1422623B350F /* BugsnagConfiguration.m */, + 8523D39D950B27E69E151626CE1AB85A /* BugsnagCrashReport.h */, + 128C9C2235E36C46E31786B1D9AB686F /* BugsnagCrashReport.m */, + 87DCCF23BA17D1C37000472107B08443 /* BugsnagCrashSentry.h */, + 3E2E3471C868C0AD5C395055636C70D6 /* BugsnagCrashSentry.m */, + 71CD85A1A16182E98DECCAB38F06C150 /* BugsnagErrorReportApiClient.h */, + 88523BA9FCABA8FA4C9A8281D5614E37 /* BugsnagErrorReportApiClient.m */, + 68E7AFA9AF8628C8EE49AAEDC4D633C1 /* BugsnagFileStore.h */, + 9038C45424832C44D1BA303679C4A9C3 /* BugsnagFileStore.m */, + 3B38BD02AB9E2F1C2DD7C87C9C1C29F8 /* BugsnagHandledState.h */, + BA8573F9D8B98A429B4420E99AE8C840 /* BugsnagHandledState.m */, + D8B092140ED660B266DB97704383B187 /* BugsnagKeys.h */, + 9EA1668D38973502469C41356EA68A0E /* BugsnagKSCrashSysInfoParser.h */, + A96856A0800AF867102FB333ECAE8C23 /* BugsnagKSCrashSysInfoParser.m */, + 3CD1580D79B2A3DA33170CA77689B1DE /* BugsnagLogger.h */, + 83F947E072ED3E9387E79A93F2FFE181 /* BugsnagMetaData.h */, + 58292E45A2EFB943E9AB4F81A9DAFBC2 /* BugsnagMetaData.m */, + 1C11DF69C0EE078BCCE7FB3DDDDF1884 /* BugsnagNotifier.h */, + E0E33B7248C8B3AF2B3CB7456AE68CFE /* BugsnagNotifier.m */, + 12141F910BEDA16579CEC2ED944C9C61 /* BugsnagSession.h */, + 596855306B03F3B4A2DD95BE1867ED42 /* BugsnagSession.m */, + F7E762D4AD774C05D0E395BEA0CC92B2 /* BugsnagSessionFileStore.h */, + E94DED88B2026DF21C5EA9CBF98D8E87 /* BugsnagSessionFileStore.m */, + 29A5070258C729533EC94712BF4A3A27 /* BugsnagSessionTracker.h */, + 3188AF56AC6B8527ED1258EEEB92C6A5 /* BugsnagSessionTracker.m */, + 1A6A938041CCE2432A0AE407FE8AF835 /* BugsnagSessionTrackingApiClient.h */, + 323531E7EEA6EDB775549645EE35B965 /* BugsnagSessionTrackingApiClient.m */, + 879C6F11683F003A88E1923CCA6A186F /* BugsnagSessionTrackingPayload.h */, + B0F111EF6C998146B417B27002157C45 /* BugsnagSessionTrackingPayload.m */, + 4E9F25122F07E1407B229BDD29286FF8 /* BugsnagSink.h */, + 9A5161FDC4DDF6B300E9922DCE8B313B /* BugsnagSink.m */, + 5DB48F6C4AC1F4B1FC53E75EE6D4F2CE /* BugsnagUser.h */, + B28F58A540CC198AB0F035EBF15FDF95 /* BugsnagUser.m */, + F987284A212602C3EB74A4256A9C99E6 /* Private.h */, + 1FA0BE5653EA4D0AC0D4E2ECA627F1EF /* KSCrash */, ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; + name = Source; + path = Source; sourceTree = ""; }; E1D69CC4A1EF83E855FB1AB9E3C8FEA0 /* Frameworks */ = { @@ -11161,136 +11548,62 @@ name = Frameworks; sourceTree = ""; }; - E1E7D9103929F67FE9369C8949CD91AA /* Yoga */ = { + E2750D23A5051803B3F7F86190602E1B /* Pod */ = { isa = PBXGroup; children = ( - BD138F8E84C692E0B4161D3612F0BABE /* Bitfield.h */, - B7500FFE33613A53567F24D90D17D351 /* CompactValue.h */, - 68E28EC045760162DF91A5E765362213 /* log.cpp */, - 4D2F39FBF9AB5EDA8A7A4EED2F29C886 /* log.h */, - 2ECB2C5504539A433653C059A976740E /* Utils.cpp */, - 1BB8B5AFBC405617B0FE9B0EF60CFC4E /* Utils.h */, - 8C171DAA5581762934238E562AB7204F /* YGConfig.cpp */, - 846F375D1458E294C907D63EBB6CDE87 /* YGConfig.h */, - 5E89467B79F5AEA684CCD03E2E26E8CD /* YGEnums.cpp */, - 54419E0AFE78B1C1E3F0E33F8DCCB0D4 /* YGEnums.h */, - B62748FCB8AA588EF4146A7A670BEA5B /* YGFloatOptional.h */, - B0E607CD388A6EF6F47C1056271F105D /* YGLayout.cpp */, - 61976DA468A2E5DB64CD0A3450FBEE31 /* YGLayout.h */, - CEFF64BE17DA431B947FAF2F59C45554 /* YGMacros.h */, - 07E594E877E1F9E3658BFC8FC4381506 /* YGNode.cpp */, - D3C577DE9EA19FAAD3F409D681829FD7 /* YGNode.h */, - B1822EF5AE7B426E443FF51DA80C445C /* YGNodePrint.cpp */, - 48DBCDD7F88D72B627752289B841685E /* YGNodePrint.h */, - AD713AAFED28AF583BD2D64FE89BC5D8 /* YGStyle.cpp */, - 68F01B7C0C00084BBB6DFEC5FF1F3D1B /* YGStyle.h */, - 69C07DFADC33ADB0F48C471F4D398D37 /* YGValue.cpp */, - 45A19795EAC0B7536DE3AE5708DF3161 /* YGValue.h */, - 718030F226E89CC6787EFA1EEAAB6B33 /* Yoga.cpp */, - 23CC7846BAAAD731E9F7FE1200BA32AA /* Yoga.h */, - 72260382C11F2957645F698766C838C2 /* Yoga-internal.h */, - 822BB0E199AA8A31A359308C923BE3AA /* event */, - 4A2FAAA64229A258E22AEF293A6017F9 /* internal */, - 65C092509AB3160B74D81E849D1E48F2 /* Pod */, - B33CE6545DA022E972A8D7783453553D /* Support Files */, - ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - E29D3A5209CB3747E8E1C389D07AE44D /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - 0820312A31421442ED09E1FB27E3C800 /* RCTLinkingManager.m */, - 8901910B52D0CD4819894CCA023756D0 /* Pod */, - C775E0CE765301AA0D5949C13E578D77 /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - E6C01B7675164E245EDDFBC59CBE4EF7 /* Pod */ = { - isa = PBXGroup; - children = ( - 26431739B59EAEE190A600D578E6D300 /* LICENSE */, - 5A24236E658EEA9359CEE578A05ABCC5 /* README.md */, - 21B13E29AD05E5FD4DA629E81458446B /* RNImageCropPicker.podspec */, + 76BFFBD16F183CEC9267C39E113CA674 /* React-cxxreact.podspec */, ); name = Pod; sourceTree = ""; }; - E6C7E0B45F851F376CA4B86E11020A74 /* Support Files */ = { + E431FC776756D62661A552892C91903E /* KSCrash */ = { isa = PBXGroup; children = ( - 0543B08B8F5F46C1C4CB6D107B9EA1C1 /* FBLazyVector.xcconfig */, + 12E801261405BBD4F4FF90D34992D62C /* Recording */, + 50EA53A48FD1FF786B83601644F42E5D /* Reporting */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - E6D267798D11167A7A9181428927C87C /* Nodes */ = { + E6B64F864E60FA5CA3BC78D350663DD9 /* UMModuleRegistryProvider */ = { isa = PBXGroup; children = ( - CE79154F117485E04A02BF0BB2FBD4BA /* RCTAdditionAnimatedNode.m */, - 2BE5820639989CBF86497FADC01C51F3 /* RCTAnimatedNode.m */, - 8A9CF187EF6A44402D284557F5084EB8 /* RCTDiffClampAnimatedNode.m */, - 502D139D75DB561ABA2CA2FA7B4C8FEE /* RCTDivisionAnimatedNode.m */, - 44639F16D9241805FF9247D183D975FA /* RCTInterpolationAnimatedNode.m */, - E8BA406F1554548B86334FEEA49CD21A /* RCTModuloAnimatedNode.m */, - C6587216CEB798C1574D2D1E737805CB /* RCTMultiplicationAnimatedNode.m */, - A13DD808F30EFECEB6F8ABA4D0EA7474 /* RCTPropsAnimatedNode.m */, - A331EFE5A7BA06B55320D28505DA8D62 /* RCTStyleAnimatedNode.m */, - CE98B91B77E42906684C87AB8E0800E8 /* RCTSubtractionAnimatedNode.m */, - 4967F3875B9AFACFD314B94A3352D8DA /* RCTTrackingAnimatedNode.m */, - 9F12B5A886730CA701E2EBAE36994EC5 /* RCTTransformAnimatedNode.m */, - 41678AE01C98DEFDEC7EA8306AA69CD8 /* RCTValueAnimatedNode.m */, + A42D0FDB8F8C62FF5B672AA3EFF223CA /* UMModuleRegistryProvider.h */, + 35C6A080F72E0C069E38C78E887FCBE3 /* UMModuleRegistryProvider.m */, ); - name = Nodes; - path = Nodes; + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; sourceTree = ""; }; - E6E156B3332E4DACDA384601D3DB58CD /* RCTBlobHeaders */ = { + E7CD7E73ED82A5CAF3CD7D3C83A57923 /* EXFileSystem */ = { isa = PBXGroup; children = ( - 9B6C8B68076FD1E21202C5BCD2F3EF78 /* RCTBlobManager.h */, - 1184C00DBE5F7A14064790275A9391F9 /* RCTFileReaderModule.h */, + 1E125D74C3CE63B809C72F8815706750 /* EXDownloadDelegate.h */, + 1054CE534B1AA840ACFBC967EA0CE528 /* EXDownloadDelegate.m */, + BE8C0165151B087ABE4E84B05011DC10 /* EXFilePermissionModule.h */, + 5A991039C72F5A7B53C1AC3085447846 /* EXFilePermissionModule.m */, + 7659A9886C605E8C2DFD4754FC47E55D /* EXFileSystem.h */, + E479997F583324DBB8CE5B987F305AD5 /* EXFileSystem.m */, + C190283F68DF23971125DB4DA006A6DE /* EXFileSystemAssetLibraryHandler.h */, + 9546DF69B4CC09EADEF24BEB47E75BD9 /* EXFileSystemAssetLibraryHandler.m */, + D8D379DFB07FA428C583F158CED89EF3 /* EXFileSystemLocalFileHandler.h */, + 5ED514A765FA95476629F27F90863201 /* EXFileSystemLocalFileHandler.m */, + 71C01EC75430D7D9E02AEE1DE220A8A6 /* Pod */, + 487FD3E8FC2C01C342EE05955F314377 /* Support Files */, ); - name = RCTBlobHeaders; + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; sourceTree = ""; }; - E8598DD18E659916D2E9CBE2075762DB /* Pod */ = { + E7EA7892F143857DD5044F6A1B07FC35 /* UIUtils */ = { isa = PBXGroup; children = ( - E279ED36192F6396844CD1D3AE31AE46 /* LICENSE */, - D18FF1C7D96E0D3AAE070E96C680B5FE /* README.md */, - A61B378236FC887757731EE2203BA845 /* RNReanimated.podspec */, + 4304C5F259CB2753B13A67EA64AF8E77 /* RCTUIUtils.h */, + 408A5DE0CD4AF741B4F682725A422A92 /* RCTUIUtils.m */, ); - name = Pod; - sourceTree = ""; - }; - E895048131BBE4CDE2476746D902A059 /* UMTaskManagerInterface */ = { - isa = PBXGroup; - children = ( - 4BAAECC0BEF15D82E3962E2DDBC261B8 /* UMTaskConsumerInterface.h */, - 049710458E0FDC4F8F221EC78FF070DA /* UMTaskInterface.h */, - 7705E0CFEE2AB3EE339F6CC6E4E18281 /* UMTaskLaunchReason.h */, - 1997E7B52CDAEAE1B105E0692283DADA /* UMTaskManagerInterface.h */, - E298A4C4F98E3A5263D4CB82DEE411D6 /* UMTaskServiceInterface.h */, - 1A89D9AD4B14297D60BB576F76250C40 /* Pod */, - 7A8964BD95CBEEEB59A620878CD1826C /* Support Files */, - ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; - sourceTree = ""; - }; - E90284B991485316A986E5FB1DF32CDC /* analytics */ = { - isa = PBXGroup; - children = ( - 6A2D3908B9858F2CCF886405E3FF5E1F /* RNFirebaseAnalytics.h */, - A73627628EFEE6D6322ECC3295712643 /* RNFirebaseAnalytics.m */, - ); - name = analytics; - path = RNFirebase/analytics; + name = UIUtils; + path = React/UIUtils; sourceTree = ""; }; E9445092F9EA92543F54235DFB964C04 /* Network */ = { @@ -11310,77 +11623,6 @@ name = Network; sourceTree = ""; }; - E9A4ED271E8F96640FF20315F2DD507D /* Recording */ = { - isa = PBXGroup; - children = ( - DF93D4B0A603CD0CF6CB0F2F77D43126 /* BSG_KSCrash.h */, - 62823C0EE64253C9C2D22C7DC7268CF8 /* BSG_KSCrash.m */, - 2ECE54435AD5DB72830CE00AB61B4E70 /* BSG_KSCrashAdvanced.h */, - 514E0D016C1BE2F8E682DF87C7BB3240 /* BSG_KSCrashC.c */, - 82AA097205FBBC44C4B707D0448061EC /* BSG_KSCrashC.h */, - AB2489B797C034EA15440E2359F3B894 /* BSG_KSCrashContext.h */, - 6EE294603FDA5FE8E479D40E580BFCD5 /* BSG_KSCrashDoctor.h */, - 9128B0A6BBC4FA4FC3C0558E586FE4F5 /* BSG_KSCrashDoctor.m */, - 2BBD63C212911F5113769ED657A04A00 /* BSG_KSCrashReport.c */, - D2A08675E7AE166CE5245BAB36CD6FC5 /* BSG_KSCrashReport.h */, - 4E54A85CB4B798EF35CB5F1903DDFB5A /* BSG_KSCrashReportFields.h */, - 555B4366F2A241A2A3387D5C99717498 /* BSG_KSCrashReportStore.h */, - C3F6808A0964F33A10D3F334501ABD86 /* BSG_KSCrashReportStore.m */, - 7918836174A9A268DF3E61CB96E07382 /* BSG_KSCrashReportVersion.h */, - 02FBB5E3C8DE09C5BFFA96D906912258 /* BSG_KSCrashState.h */, - 6A4EE097A0C337F137E5092EEFD7EB51 /* BSG_KSCrashState.m */, - F1808C91B566577A489B240322947C38 /* BSG_KSCrashType.c */, - AB1BACD3937D40014ACF5DA3EB4AD9F1 /* BSG_KSCrashType.h */, - BA1A41E19C1DFD7E97E6D3A55723A0E3 /* BSG_KSSystemCapabilities.h */, - 52CBD8A933AC48227993F3E6E086E2D9 /* BSG_KSSystemInfo.h */, - 34F4B73A4F25B12976065C5DC4E93505 /* BSG_KSSystemInfo.m */, - D6BF450B1CF01327AAEFF3843EB2693E /* BSG_KSSystemInfoC.h */, - 2D0ED285167E80156E050384AB5AFAA5 /* Sentry */, - B9E4151A894ABA82EE7C33FD47B70408 /* Tools */, - ); - name = Recording; - path = Recording; - sourceTree = ""; - }; - E9C46F0530C455A69D1E8AC9DD78E579 /* Text */ = { - isa = PBXGroup; - children = ( - 7FA11A77806199EF2A7B33609893BBBB /* NSTextStorage+FontScaling.h */, - 99FCAAA12DAD18758896A64F4FEE3AB8 /* RCTTextShadowView.h */, - 29E131BBE173EA23E9407F05606F398E /* RCTTextView.h */, - F0E6F18BD52E0CF9769F64BBFEAE8487 /* RCTTextViewManager.h */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - EA087189CFBA14B5D6F38530087DC387 /* RNImageCropPicker */ = { - isa = PBXGroup; - children = ( - 63A9BE97ECA80E9C5D89BD55205F5CB9 /* Compression.h */, - 654E140137C15F968944867C04CC2522 /* Compression.m */, - 5208F48E163A362731821F358702E567 /* ImageCropPicker.h */, - E70AEED73E5DE6CF2AE2300263552226 /* ImageCropPicker.m */, - E1586535F11C552CD5FCA9E225D102FC /* UIImage+Resize.h */, - 9E60ECE7BBB4802FC81C5E70D6943F0A /* UIImage+Resize.m */, - E6C01B7675164E245EDDFBC59CBE4EF7 /* Pod */, - 78E390A3A596C0388CE10D8A09C812EB /* Support Files */, - ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; - sourceTree = ""; - }; - EA1D6739F5B1DF78A7FC98EE6054749E /* Support Files */ = { - isa = PBXGroup; - children = ( - 85A07CA7ED436F78F9DB5DB894080D46 /* RNReanimated.xcconfig */, - 45FB1312D81FEEB70794428B63278243 /* RNReanimated-dummy.m */, - 15E35949C149563314A62BD6B45E5570 /* RNReanimated-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; EA71A16AAA06C5A9060A52A0625004B2 /* Reachability */ = { isa = PBXGroup; children = ( @@ -11392,42 +11634,6 @@ name = Reachability; sourceTree = ""; }; - EB5360BD739E3E5103000078B801D570 /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - 10FF28A7F6F22A3B7399C451705D661E /* RCTSurfaceHostingProxyRootView.h */, - 0B6DF641E271B5C0C994E22FB503DDC0 /* RCTSurfaceHostingProxyRootView.mm */, - 4F47E31FF51A1B94473D5BF45014F06A /* RCTSurfaceHostingView.h */, - F106414321C52BC0328541629B8B29DD /* RCTSurfaceHostingView.mm */, - F5837167B5F75D49720A052BB368408E /* RCTSurfaceSizeMeasureMode.h */, - 9CEFD3DCD0332BD62EBE8135EF52B900 /* RCTSurfaceSizeMeasureMode.mm */, - ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; - EB5C398A21C14E3344F61BAD84CDAFCE /* Pod */ = { - isa = PBXGroup; - children = ( - 2EB8797110E4857929706711EA088B63 /* UMPermissionsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - EBA61C37156700AD40BDE29A27CC1573 /* BugsnagReactNative */ = { - isa = PBXGroup; - children = ( - 420BAB1491BAE6EF3DAB7AD4DCAD83C2 /* BugsnagReactNative.h */, - 17BF2BE7CA5ED6426D6B0787EBBFABDF /* BugsnagReactNative.m */, - F4F98144AF66CB9B38C8844833C32284 /* Core */, - AB5F630503CEE34D20A831EB77BC8442 /* Pod */, - 9A62AE547036F5F99BC115E4394E13C4 /* Support Files */, - BAB8C5E018E5EF6FC8AC379C77B47AFD /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; EBC6360089DC35E8644767DA0CB3E997 /* encode */ = { isa = PBXGroup; children = ( @@ -11435,64 +11641,84 @@ name = encode; sourceTree = ""; }; - EC94EADF73ECC0E2401AD7A4780CB857 /* VirtualText */ = { + EC338618877AD3C73F30C0A05BC0495F /* Support Files */ = { isa = PBXGroup; children = ( - AF76970552CBF5D498B4B5ABE92861A3 /* RCTVirtualTextShadowView.h */, - B1F435392ADE74924F22A15846C00814 /* RCTVirtualTextViewManager.h */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - sourceTree = ""; - }; - EE28FFC8C472FE476C57714799722BA1 /* Support Files */ = { - isa = PBXGroup; - children = ( - CCBCD1ECB8F92058FCF51464F3E09844 /* React-jsinspector.xcconfig */, - 8884711445A12C0B14C2DF437F3EEFD4 /* React-jsinspector-dummy.m */, - B0DF74789020BB03508CE510AED7AA99 /* React-jsinspector-prefix.pch */, + BC4011B122897FDDCC4CE9AD68DBA68B /* React-CoreModules.xcconfig */, + 2D653046FEFAD008DB38502F345EC4F7 /* React-CoreModules-dummy.m */, + EE2D4D91A2D0CDEEC8BA5C159867C85B /* React-CoreModules-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; - EEF907437D27809B7CA53F1AAD787320 /* messaging */ = { + ED067638B2EAF6F795E30334CFA52FA3 /* rn-fetch-blob */ = { isa = PBXGroup; children = ( - 53D69DCFC390F696D399C4B414606A91 /* RNFirebaseMessaging.h */, - 3D52DC6400A4CBBEB06A90984AF56712 /* RNFirebaseMessaging.m */, + BB35EE26A7B5D1F9026E9BB2B1E209A3 /* IOS7Polyfill.h */, + 99729CDFF37F42DDED350263D0E42D3F /* RNFetchBlobConst.h */, + 164FB0C39E919F2AC47815389A0FF99D /* RNFetchBlobConst.m */, + 4DB8F235B2D29DCCE52C82BCC487034F /* RNFetchBlobFS.h */, + DEE24A6252BE72B1586F51863FC207AF /* RNFetchBlobFS.m */, + EA7D0AEA76D3959679CCCF6C0D842F15 /* RNFetchBlobNetwork.h */, + A836280C3F38CFF7FF67BABBD4BEA94F /* RNFetchBlobNetwork.m */, + 85C7B88829D8E0B885962A90EA64B2BB /* RNFetchBlobProgress.h */, + 9C6B5F78323D0543F875939820026516 /* RNFetchBlobProgress.m */, + 7C8D472469F319D98AE91F1C4AE4B6F5 /* RNFetchBlobReqBuilder.h */, + 2384D8A9AA8A3E22A917892CE21AF704 /* RNFetchBlobReqBuilder.m */, + 238F49F88720F70BBE776957C0856F82 /* RNFetchBlobRequest.h */, + 0C4BC994DC489A3C7EDB877728737AB1 /* RNFetchBlobRequest.m */, + DB4FDC7256CBF57308933EB834891A12 /* Pod */, + F449F2CDF698847DE6714368A294D353 /* RNFetchBlob */, + 92516A7C8CC63621FBDE7590A15D53C6 /* Support Files */, ); - name = messaging; - path = RNFirebase/messaging; + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; sourceTree = ""; }; - EF06B98637154181EC86FE652C4FA1BF /* Pod */ = { + ED12239AFB6118DE57E52E7F58935288 /* Pod */ = { isa = PBXGroup; children = ( - B643A16AD5CB2A5D046C31C69211A8A8 /* React-RCTVibration.podspec */, + 94E63C509F89EB5A8CFAE4861FD44E8E /* LICENSE */, + ED6CC9EEA8A0DF3CF4682EAE13DCAF3B /* README.md */, + 42EA0FA2BBF72185872573D5ECD9678A /* RNUserDefaults.podspec */, ); name = Pod; sourceTree = ""; }; - EF15C051CE8400AA00912ED805EF5920 /* Pod */ = { + ED7A6A2F232939CA3CCCAA80325E5B97 /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 1E1B04FB75B5395E6DD1C24EBF16BA92 /* LICENSE */, - ECECCA3D20B6BDA3040997E7EE61D10B /* react-native-orientation-locker.podspec */, - 01BFD6D0D50BEDF0F30E43CB8998CB4F /* README.md */, + A5157F45757D06CDC860214B1A4E45B1 /* RCTBlobCollector.h */, + A315C9796B609D90D43C685E4EA40283 /* RCTBlobCollector.mm */, + 0F6BA1D1347D191B766AD088D8EB7443 /* RCTBlobManager.mm */, + 0227DB71C3420DC0113502D006A4A25D /* RCTFileReaderModule.m */, + 16191F887F157190492F7342C5E9B52B /* Pod */, + 344BD278A1A94622246B60E4C02BF91B /* Support Files */, ); - name = Pod; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - EF32D11CFBA4E8AEEE9A1149B473AC7A /* Support Files */ = { + EDE4BF3EF17A1D557695348E44F0353D /* React-RCTSettings */ = { isa = PBXGroup; children = ( - C97BD572963C9686094E01478F35B7F1 /* RNUserDefaults.xcconfig */, - 9F3320F558C62ECF22D6E07B490B492B /* RNUserDefaults-dummy.m */, - 383CF765070D30DD46546B01374CB118 /* RNUserDefaults-prefix.pch */, + 90BF6F079AFF146787F059EE9E90B40B /* RCTSettingsManager.m */, + 2A530FE8C5E301B9ABB50559921ACCC8 /* Pod */, + 92726B46D7838840AE39B0E11BC81EE7 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + EE789186FAD472121CD2BA9287DC093F /* React */ = { + isa = PBXGroup; + children = ( + 16CD4B24477A4F0D4ACF001FED9B6CCE /* Pod */, + AAF98FD49233FE3A31A8FB3AB5D7DE78 /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; F038AFA88C682FC871513D0263B294D3 /* boost-for-react-native */ = { @@ -11504,139 +11730,78 @@ path = "boost-for-react-native"; sourceTree = ""; }; - F06D764E0284EB598C20B1CF6AA72316 /* Transitioning */ = { + F098A4C1F53DF8A2DE0246C4E69E12FF /* turbomodule */ = { isa = PBXGroup; children = ( - F99A39C227A6240858090253465A5496 /* RCTConvert+REATransition.h */, - 1CFF7D36BBFE7BA1BD9A53678FA8A3B1 /* RCTConvert+REATransition.m */, - 3751ED84B089653927EE0C3BD844C300 /* REAAllTransitions.h */, - A86B86337D02147402852F004802F71A /* REAAllTransitions.m */, - 16B9E7C7E39B38F721D1296C3C14BB49 /* REATransition.h */, - B40E4EF58D07B711871FFFF02676D5B7 /* REATransition.m */, - 07577BE443FD96F28A10F0CEBA169AD3 /* REATransitionAnimation.h */, - 891CFF73D9F0694CA8DCBB9731EB8986 /* REATransitionAnimation.m */, - 20C407A2DF0A8582F2F15FE345DF3003 /* REATransitionManager.h */, - E0A1BE111F61B60F675C339CF757757A /* REATransitionManager.m */, - AF29E10D6D7FEC4BAE560AF2B8758531 /* REATransitionValues.h */, - 13AC280CB2D4B839693796D4804F301A /* REATransitionValues.m */, + 0B158D90B7F73FA8B07FBA57F462ABE7 /* core */, ); - name = Transitioning; - path = ios/Transitioning; + name = turbomodule; sourceTree = ""; }; - F095D80BB34A61EF98655673AB306B73 /* Resources */ = { + F16C46D06DAF1DD4F7929846899E0EF0 /* Pod */ = { isa = PBXGroup; children = ( - 8846EF73C9F5348EFE23C6E90629DC3E /* AntDesign.ttf */, - F4FAAA98DA6FAE29391031279B2E7583 /* Entypo.ttf */, - 564EB237CE936A1ADC69025192568E74 /* EvilIcons.ttf */, - 6F36D6D016BD397C4302C86665A64170 /* Feather.ttf */, - F7C160F8560865B7A599CF658C29362E /* FontAwesome.ttf */, - 741A2BD2AD319967AC58422919B1D19C /* FontAwesome5_Brands.ttf */, - 3C288B263BD39751170813CFC05BB879 /* FontAwesome5_Regular.ttf */, - E18AD20128B69DC2D9A91F91108EEE60 /* FontAwesome5_Solid.ttf */, - A99F20EBCE64A1EEA830814C13F18F99 /* Fontisto.ttf */, - 21B9C25370E9E04BE35B22AB44B1C7EF /* Foundation.ttf */, - 80ACCD9CC0EFD9D9FAB24D64D400BEB6 /* Ionicons.ttf */, - 3E4074968980EA96D38F2AEB9B16FAE6 /* MaterialCommunityIcons.ttf */, - 0E576EAA14F52DC065DAF31DEC11CAB3 /* MaterialIcons.ttf */, - 0F86B5528C35E531863188CBC48E351B /* Octicons.ttf */, - 8E06226E65F20929C45682417875E4A0 /* SimpleLineIcons.ttf */, - 71515DD6775D4126C0A7D4B06909FDED /* Zocial.ttf */, + 4D2B88DD8051AA5B012DB027FC30917F /* RNFirebase.podspec */, ); - name = Resources; + name = Pod; sourceTree = ""; }; - F186A0A80F48592C66302F725A4BEC1B /* EXAppLoaderProvider */ = { + F3336648B79D620569BC236B2159C01D /* Pod */ = { isa = PBXGroup; children = ( - 4D0EC6831411EEB8A8213C4238F8CA1D /* EXAppLoaderProvider.h */, - 528773AFBCEA42047EB6F0E82F212864 /* EXAppLoaderProvider.m */, - BE512648F280AF1B44F65A9012C11A56 /* Interfaces */, - 873BA8B6CF0A01EC05FCCD0995033F40 /* Pod */, - 031006DC9D39D21D60AE4B672B95091C /* Support Files */, + 9AD44562F9A8AFC77D113D0836CFBD06 /* BugsnagReactNative.podspec */, + 9E47058E3BDC928DF1CA281FEEEF2E51 /* LICENSE.txt */, + 3BDD5568F589E48DAB77BFE9122AAD60 /* README.md */, ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; + name = Pod; sourceTree = ""; }; - F19A2A8A7B7C2F7638355FFCFD209840 /* RCTSettingsHeaders */ = { + F3FB8421AF4B455A34CDDF2412E05408 /* Pod */ = { isa = PBXGroup; children = ( - 4A40F56B2854F60A4752CF1C9494C1B9 /* RCTSettingsManager.h */, + 8501867FA7852A9B0098A852F21BFB4D /* LICENSE */, + CA032297FC8F24FBCD190A402DAF6DE1 /* README.md */, + 1CB51B246BC26B6DA141B5CD7D789F34 /* RNAudio.podspec */, ); - name = RCTSettingsHeaders; + name = Pod; sourceTree = ""; }; - F41D27CCF23045603E78345AB7951FFB /* React-Core */ = { + F449F2CDF698847DE6714368A294D353 /* RNFetchBlob */ = { isa = PBXGroup; children = ( - 957A9C1ACA7277FF1305C15B7E3F1E7D /* CoreModulesHeaders */, - 94B6D0C8116FC6956A0C7CD19FA5BFC4 /* Default */, - DC638F5160FCAA734082F3EB19EA0B41 /* DevSupport */, - 7D6DAD9BDC2AB17AEBD390FCEE143065 /* Pod */, - 07A16BA1CF5BED2CCA3A57E86843E2BE /* RCTActionSheetHeaders */, - 3C054CB30B4FAEE030C670A926919A59 /* RCTAnimationHeaders */, - E6E156B3332E4DACDA384601D3DB58CD /* RCTBlobHeaders */, - 198B298FB24873B1FDF8CDF2D04460B4 /* RCTImageHeaders */, - FF7F42081F3B1D49E1C27BD74F323D66 /* RCTLinkingHeaders */, - 35A90260E0A3601543B2CCD85B5B6708 /* RCTNetworkHeaders */, - F19A2A8A7B7C2F7638355FFCFD209840 /* RCTSettingsHeaders */, - BE00FAF0CBD2E4D1652C8986299FEAF3 /* RCTTextHeaders */, - FEBEBDD6B9EA857A85FD4E4EAE5473D8 /* RCTVibrationHeaders */, - DC617AD771802B571C4AD6EAF97CEC2A /* RCTWebSocket */, - 161C71101A52CB2EA89701C94C0AA630 /* Support Files */, + D0C08B23FB89DB1782574F4D2254B1FD /* RNFetchBlob.h */, + DB003CD9BCC36FA10245914812D13F61 /* RNFetchBlob.m */, ); - name = "React-Core"; - path = "../../node_modules/react-native"; + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; - F4369B5D916E3A341AA40BEC4B3D1B53 /* RNScreens */ = { + F51E0391AEC357B4D3BF0214897F4FFD /* Support Files */ = { isa = PBXGroup; children = ( - EDAA4916ACE76B6A069F9ED3C4ED339F /* RNSScreen.h */, - 2B237DD7886D1276B43D93DD6D6227AF /* RNSScreen.m */, - 730986CBED7A03B02DAAD3CB7CBFFB05 /* RNSScreenContainer.h */, - 45A41C6C7105C7C090FEA14850032BBE /* RNSScreenContainer.m */, - 9D5AF6B43CFA93DEBD14614EBFA674FE /* RNSScreenStack.h */, - 6194FD1CEA962047434F7CD0840F0B3F /* RNSScreenStack.m */, - 47155E3446D20E771443CE350B3B2C19 /* RNSScreenStackHeaderConfig.h */, - D8849FF2FAA7B4ADE1401764D456AC4F /* RNSScreenStackHeaderConfig.m */, - F67C3945B841AEDF080FCB37E943C874 /* Pod */, - 9437D9C3DDE287DB16B6C1C15EE8BCD4 /* Support Files */, - ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; - sourceTree = ""; - }; - F478F99164218B2101AC58E6057180A6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 291E5809BEED9259178A0FA957B359D9 /* RCTTypeSafety.xcconfig */, - E89FA65752DFF12DB8FF3620228BE5F8 /* RCTTypeSafety-dummy.m */, - A64C30AF935C0A5558AB286730AF3C24 /* RCTTypeSafety-prefix.pch */, + CD1240183A1BFC06B5BA099785D5F2E0 /* RCTRequired.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; sourceTree = ""; }; - F4F98144AF66CB9B38C8844833C32284 /* Core */ = { + F540FF4BECC83BC0F8BCA58ACB25642B /* Support Files */ = { isa = PBXGroup; children = ( + 2A797BB5E63BA663CD3BCD0C541BFBB1 /* UMTaskManagerInterface.xcconfig */, ); - name = Core; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; sourceTree = ""; }; - F6093BEB6091392A92590D948465F618 /* FBReactNativeSpec */ = { + F5754A473146B7393FDE6E1B65B93522 /* Pod */ = { isa = PBXGroup; children = ( - 90064060BB25376D466498BB22259FBC /* FBReactNativeSpec.h */, - 6B7793B4F35FA95A3ABCB95271121067 /* FBReactNativeSpec-generated.mm */, - AF862D1A8D3C4E68C9DA59D4AA1C0DBA /* Pod */, - 59A8D4BC88C6FF4A62F163B403AA7F0D /* Support Files */, + 10975D7FDEF5281B02A2CC1DD6BEAE26 /* LICENSE */, + 7348985A24631F5083256EDFB15F5760 /* README.md */, + C806B05F1698DE5AB3C5550BFD5C49E5 /* RNVectorIcons.podspec */, ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + name = Pod; sourceTree = ""; }; F62F96D621E70EDB2BDD8FA4757A7F42 /* Support Files */ = { @@ -11648,72 +11813,58 @@ path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - F65F1FCDCBCC5D3AE5AB899CB62D1BA3 /* Nodes */ = { + F6AE4C1C974A0DC90F750408347F37D3 /* Support Files */ = { isa = PBXGroup; children = ( - FD8919E809C87FE25026647AC644A90B /* REAAlwaysNode.h */, - C9E713F50EF0A4980AF38416D683468D /* REAAlwaysNode.m */, - 283DAE7E7C078A748285F6E5DDC6B489 /* REABezierNode.h */, - B40D423A829C4CAE468061B860B9F55D /* REABezierNode.m */, - FA3BE52D5B6B778A172B4ABEF91CDA5E /* REABlockNode.h */, - E788ED0D0E971350B6AA43A6E9EA1C8D /* REABlockNode.m */, - 56669636ECF6C60B7CFB58F98AD71D66 /* REACallFuncNode.h */, - 3DC693D103150FEFF9C68DEB994CBE35 /* REACallFuncNode.m */, - DFE6F4AE4A52E0402C95624B31731A16 /* REAClockNodes.h */, - FF21F2F302A776515EE5EF5560F277CC /* REAClockNodes.m */, - E6AD35E2827330F6D0FDDA7A31D290E6 /* REAConcatNode.h */, - 7927368F0CB7A2A76765B5111B9FD877 /* REAConcatNode.m */, - FCAA8376DED59C1A32771B7C0FCB62B4 /* REACondNode.h */, - 06E5464CE38D349D9F878E77068C3BDD /* REACondNode.m */, - C5C21E43A2EA60995ED257C9872F617F /* READebugNode.h */, - 14C24448DD9483B8F20956A6E8111BC0 /* READebugNode.m */, - 336769B7563A1B1DCC963621A000BDB9 /* REAEventNode.h */, - 58FFE1B9B4806FB71C38CBBC6739CF31 /* REAEventNode.m */, - F2CD426134D4E904003CC3897BC3E4CC /* REAFunctionNode.h */, - 5C3F1D97844E88437D05D57D6CD71824 /* REAFunctionNode.m */, - 38CDD663F2229741EFDE605F49D55F74 /* REAJSCallNode.h */, - 18CE38BE2770B57EAA2A6566473E5D64 /* REAJSCallNode.m */, - BDE6E262234A5B14E7A484374795580D /* REANode.h */, - 21848CA295A5871520AB6B6D9165D3CD /* REANode.m */, - F190B64A2D63DAF1E694C5F3D806C8E5 /* REAOperatorNode.h */, - 46D44A32F0EB4AF27997E7A836AF2409 /* REAOperatorNode.m */, - 5244DFCF5A940640FC0A13601331116B /* REAParamNode.h */, - 2DDCF5DC5900ABC24A22BD88B27AB2CB /* REAParamNode.m */, - 7BDC91519F1ED4F6AEDAADB17C5A4FDE /* REAPropsNode.h */, - 4085B6FA8C44FE634A2DB999BF874CC0 /* REAPropsNode.m */, - 0C530D77EB7818C7B66D52A0E2D32F9D /* REASetNode.h */, - 2190F81AA03361ECA2D6C94FF2E95F90 /* REASetNode.m */, - 67E1C6993CD58D6C27C7696155B6B0A2 /* REAStyleNode.h */, - 0110C6251B29DF2D5A7919AB676C8FBC /* REAStyleNode.m */, - C82027183D5FAE25C74A7F14B79D1AA9 /* REATransformNode.h */, - DFC4812CE6BA6F03A4828EA600CD1D1E /* REATransformNode.m */, - 144544B37718F5DFA20D7004986219FC /* REAValueNode.h */, - 1218312F176527661BAEBEB2855444F3 /* REAValueNode.m */, + 880818DB0F75FB1FEC9C773F2EFA4619 /* react-native-orientation-locker.xcconfig */, + 5F10EBBF271A5C17909B497669ABB1AF /* react-native-orientation-locker-dummy.m */, + E9D2F36885EBD6039693A5FA9375C1D2 /* react-native-orientation-locker-prefix.pch */, ); - name = Nodes; - path = ios/Nodes; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - F67C3945B841AEDF080FCB37E943C874 /* Pod */ = { + F73AA81CE9691365C4015C17448B003F /* react-native-document-picker */ = { isa = PBXGroup; children = ( - BA692097DDF46B1E925F3A62F09565D3 /* LICENSE */, - 8FD65F49243D49B3364CE4617C039811 /* README.md */, - B477AFBD91242BCC0812FC76FDF2F269 /* RNScreens.podspec */, + DF45282CC82088B38C36BA4CDD15B504 /* RNDocumentPicker.h */, + EBAF04E0EFEBDAD178CD963991D99AE4 /* RNDocumentPicker.m */, + 17E218DBF01D948704234306952EA197 /* Pod */, + F8129DC657415FE3F8B0B2BEA73E0486 /* Support Files */, ); - name = Pod; + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; sourceTree = ""; }; - F6DAB2D1E921041E12670AAD379C83AF /* EXHaptics */ = { + F7A5B9F21F026443A087629A23F1C917 /* Support Files */ = { isa = PBXGroup; children = ( - 955D7DFC004CCBDCA460799CA05F6C04 /* EXHapticsModule.h */, - 3FB6B0D132877CF3361A6436313E5619 /* EXHapticsModule.m */, - C7C4EE3C28CD5A1ACC1DCE9B67D24B91 /* Pod */, - 11467BACF9BC2CC93789B20AB0D02A07 /* Support Files */, + A98C5C3BD52A29C3145E65A9159536A8 /* UMFileSystemInterface.xcconfig */, ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + sourceTree = ""; + }; + F7AA6431429D6DDE56129B3730505033 /* react-native-video */ = { + isa = PBXGroup; + children = ( + 441EAB320916CF6D58866A7DDAFC4032 /* Pod */, + 141365E047A5179B4757D509F4EF2620 /* Support Files */, + 66FC5463F33D9D068CF48C57C7FFB65E /* Video */, + ); + name = "react-native-video"; + path = "../../node_modules/react-native-video"; + sourceTree = ""; + }; + F8129DC657415FE3F8B0B2BEA73E0486 /* Support Files */ = { + isa = PBXGroup; + children = ( + CDC9AA5FCA84143369C297072827D15A /* react-native-document-picker.xcconfig */, + 0E0B0AC351305830464AA022D630F1A1 /* react-native-document-picker-dummy.m */, + E30CAC426E01DE2FA7AB0E311773200E /* react-native-document-picker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; sourceTree = ""; }; F854DC978F5F9901A5B7A54936FFF33D /* mux */ = { @@ -11730,34 +11881,24 @@ name = mux; sourceTree = ""; }; - F885A308EB492EB907B3D8D25E264600 /* Pod */ = { + F89F245F29671DBBA844AC50FA27F156 /* CxxUtils */ = { isa = PBXGroup; children = ( - 467DBAD1636C5C358F12CA4A0E3CFBA6 /* LICENSE */, - 325F9AD7D037B0E843A24E55F295E4CD /* react-native-keyboard-input.podspec */, - 3506099201F98E1F037CE96A460AAB96 /* README.md */, + C739D8EDF67876820304548AC123C324 /* RCTFollyConvert.h */, + 5065787DADF8C7741F9AD62F09ECEE52 /* RCTFollyConvert.mm */, ); - name = Pod; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - F8B2BED2EA17302214F17E0E40626F21 /* Pod */ = { + F927AFBAAF1E6D0D95887643F99B1792 /* Pod */ = { isa = PBXGroup; children = ( - FB1AF4CE8DB6FF59DB022D2F559157EB /* React-RCTBlob.podspec */, + 32AA28521988FBC0499E5B4CFEE69614 /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - F8D67F47F1036A158C06BA57E504A8A0 /* RNFetchBlob */ = { - isa = PBXGroup; - children = ( - 6318E4099A584F4D43F9DAC3EE1F943B /* RNFetchBlob.h */, - F5EE07D4FF7C481EA57281ABF12FE6C5 /* RNFetchBlob.m */, - ); - name = RNFetchBlob; - path = ios/RNFetchBlob; - sourceTree = ""; - }; F9327C96739B49464E6B8130C2F142C1 /* Support Files */ = { isa = PBXGroup; children = ( @@ -11776,120 +11917,69 @@ path = "../Target Support Files/Firebase"; sourceTree = ""; }; - F9CA889B5CB2E84E70982614CD766A5E /* Support Files */ = { + F9CEAD8BDD415A3E068DB31A3DDD6776 /* react-native-splash-screen */ = { isa = PBXGroup; children = ( - F5A6EF7877284C70D47CA945BD6ED2CE /* RNGestureHandler.xcconfig */, - 52E1132DF7C00A30BF68B69D98F050CC /* RNGestureHandler-dummy.m */, - CD04E51D86BB4E5F81EE41DDE5BA4063 /* RNGestureHandler-prefix.pch */, + 67423DC50218E1E54FC6C873D8C970E2 /* RNSplashScreen.h */, + 03B0113B53630D81BE7A32A1E61A4D37 /* RNSplashScreen.m */, + 471F64F23D36209CA38FA19CA81BF2A0 /* Pod */, + 37D74ECE839E0ED739247D5B8BA5D686 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + name = "react-native-splash-screen"; + path = "../../node_modules/react-native-splash-screen"; sourceTree = ""; }; - FA7578C3AA70C34FCF89766B717CCFF0 /* CxxModule */ = { + FE143E1AC3903491CC5432ADFC315B50 /* React-RCTImage */ = { isa = PBXGroup; children = ( - 5779614F1165F296705D5FD393E39B60 /* DispatchMessageQueueThread.h */, - 12DB2BF5A4BB79C25434C6447445D7D0 /* RCTCxxMethod.h */, - A32507C9D76151FE299DB8B28FD56011 /* RCTCxxMethod.mm */, - 812EB72D39D58EC67F1D198219C875DE /* RCTCxxModule.h */, - 4CE9E319DBD115CBABDF32645507EC8C /* RCTCxxModule.mm */, - ECDA3645A898A8276498D93C1190AD6B /* RCTCxxUtils.h */, - AF8A9CBAEEECA935A9171CA8E13DAC11 /* RCTCxxUtils.mm */, - F98E1DEFE3A940C12562B76C495E364E /* RCTNativeModule.h */, - FC7A02454BC02E2504060136A6FCD201 /* RCTNativeModule.mm */, + A0CF32B10C91420B1570522E10992CF8 /* RCTAnimatedImage.m */, + 34DA9C34DD83ABC8C72C6F90801C5A1F /* RCTGIFImageDecoder.m */, + C25D6F8C29DF9DA8B1C005C128B04811 /* RCTImageBlurUtils.m */, + 23C6202B18734FF1CF3FD1579CA43F52 /* RCTImageCache.m */, + A92B8CBB2B4F648904A111CE755E02CB /* RCTImageShadowView.m */, + A69EC87DE779F802E81A38A5ECDF0542 /* RCTImageUtils.m */, + DA5165BB2F3F23B995426F2E0F87D911 /* RCTImageView.m */, + 5342C16C3101FBE0ACAE60D36F9ACA54 /* RCTImageViewManager.m */, + 3FD10C63FD8C3B0F92A1C4622562F567 /* RCTLocalAssetImageLoader.m */, + 5F009FED027AA41F1FF3E70190A64945 /* RCTResizeMode.m */, + E194BEA87DE42633F40C49F3CC880329 /* RCTUIImageViewAnimated.m */, + 3E62D0C384C50153385E6F53C88DDD6B /* Pod */, + 073845AD41B141FC0E723C4E41E97B75 /* Support Files */, ); - name = CxxModule; - path = React/CxxModule; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - FBD803FBCB5790A0C017D5B6750136DD /* Support Files */ = { + FE2A144516D955B37394090A162BA9DD /* event */ = { isa = PBXGroup; children = ( - 9C09086111353589A5DAC90B3E9F80E4 /* React-cxxreact.xcconfig */, - 46C1A629706A7A7377A90F7FF05E92BC /* React-cxxreact-dummy.m */, - F9D1D3FCFF86056D9C66800FEEFC06B0 /* React-cxxreact-prefix.pch */, + 09B9056BCB2F198CD586DF02C9B512C8 /* event.cpp */, + A6BF5837839E6194054E9ABCD7CEED2F /* event.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + name = event; + path = yoga/event; sourceTree = ""; }; - FC8CB42543B8AAB6DB6BCB44A8324BF1 /* Support Files */ = { + FF2482158BC6D451EC58170F02067BDB /* Pod */ = { isa = PBXGroup; children = ( - F1B38F47FD8ADDEB16D29405006445DF /* React.xcconfig */, + D6FFE1943C2E043624D76E3D847DA71D /* EXAppLoaderProvider.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - FDCCDAD0667AC7EC273BD2A5A4E3095B /* react-native-jitsi-meet */ = { - isa = PBXGroup; - children = ( - 777307D855D4921B8B3DA30B4BFB6043 /* RNJitsiMeetView.h */, - F19BCB5E384F48FB9A57967B08C70F4F /* RNJitsiMeetView.m */, - 8375F69358B3F33DAE5652BAB8B7FCA5 /* RNJitsiMeetViewManager.h */, - 5D7C64A9E80DF537ABA85966CF90017B /* RNJitsiMeetViewManager.m */, - BFA96C05E594587DDADD1CE1605602FF /* Pod */, - 0D2E46E8DFCDCE3FF9997C65CB500766 /* Support Files */, - ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; - sourceTree = ""; - }; - FEBEBDD6B9EA857A85FD4E4EAE5473D8 /* RCTVibrationHeaders */ = { - isa = PBXGroup; - children = ( - 638CCE0BC7029CD374CA72DED5D873D9 /* RCTVibration.h */, - ); - name = RCTVibrationHeaders; - sourceTree = ""; - }; - FF7F42081F3B1D49E1C27BD74F323D66 /* RCTLinkingHeaders */ = { - isa = PBXGroup; - children = ( - 4C6F14FE5674A24CE56D53EDBD32640F /* RCTLinkingManager.h */, - ); - name = RCTLinkingHeaders; - sourceTree = ""; - }; - FFA2D81094008E5DC54AB64DD745BE81 /* Support Files */ = { - isa = PBXGroup; - children = ( - D976ACE9A0F79565855CDA712FD9AAC2 /* React-RCTAnimation.xcconfig */, - 5280BB5B3FE17AD8B5CF1928ACA583F6 /* React-RCTAnimation-dummy.m */, - 64E6C4A8ABD387FEDF28A3365C932D51 /* React-RCTAnimation-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - FFA5DB6348D27D0CB2F79F5F804E8E5E /* Support Files */ = { - isa = PBXGroup; - children = ( - F62F4A4BBFDD3FE3F0A229A612F2C9FD /* EXWebBrowser.xcconfig */, - AE6EC439C25D0A82CA82156AD5EEE148 /* EXWebBrowser-dummy.m */, - 6D52E3D6629D7DCDF7C2E633BDDFB3CA /* EXWebBrowser-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; - sourceTree = ""; - }; - FFCEB001A7EA1036A53CA103378B12D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - E7C848FF3ABA2C35DBAD13A5D7F7C85B /* RNFirebase.xcconfig */, - 6C07C15B7F0C2D6C1ACE5FFD4AF40A5B /* RNFirebase-dummy.m */, - 34CA70CFAAF734F9B413ED26AF9A565E /* RNFirebase-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + name = Pod; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 02A321E6CF0A1C74B96F288E0AFD2FA6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 69559C33B253A7AD9C8AAE860A8BD00E /* RNCSlider.h in Headers */, + B8127A01E20EC6131A3EBA9B926C4E53 /* RNCSliderManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 02D48A86ED5A32F7684F6DCC6A22D1E7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11898,14 +11988,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 03AEDABDB215F6382C2A7B34B71627BC /* Headers */ = { + 02E3393CB9C52A1F7E7EAA47D680E4DE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BF0B999AD90767EC0F5911A1FCC0E249 /* FFFastImageSource.h in Headers */, - 73B66CA537D75EAEC7AA15EFB4281366 /* FFFastImageView.h in Headers */, - F66A36CBF9154237D67ADE57BF46077D /* FFFastImageViewManager.h in Headers */, - 4430569F3E84B1F22368A37034A12C38 /* RCTConvert+FFFastImage.h in Headers */, + 395BD425CB8387DBBD6FA3400F6D424E /* SDImageWebPCoder.h in Headers */, + F1C5558BF66995BD9BC7260F7EA93C11 /* SDWebImageWebPCoder.h in Headers */, + C5A2F9E86A7114D06D2C5EE27041B1D9 /* UIImage+WebP.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 03F6182B2DDD63351C8BAFCD8564B8FF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 72D9798D56C8DE6DFE22294860385340 /* RNSScreen.h in Headers */, + 99D6D35171DF162C9DD0D86F633012C3 /* RNSScreenContainer.h in Headers */, + F5001A8B8E5F2537A037A7913A13D154 /* RNSScreenStack.h in Headers */, + 327B95F1737F179A0CC8053108342BAF /* RNSScreenStackHeaderConfig.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11916,16 +12016,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 069676235B3A14510E3240EB4FC795EE /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 78F2D3E258BE2CA611731445F337D6E9 /* KeyboardTrackingViewManager.h in Headers */, - B4ED9D24026C8748415A9A0E86F9DFE9 /* ObservingInputAccessoryView.h in Headers */, - EBB315C78D1F1D6E671461C723D0AEA6 /* UIResponder+FirstResponder.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 07EA496922703B388FA6473ED46A4F8D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -11985,83 +12075,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0BFF0D889E4E5FDC9F1B076BF30D59A5 /* Headers */ = { + 0AD9520B5B8B7F3DF2DECBA3999CEC3E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4E8F029F47000CBA03672364EF5E3351 /* NSBezierPath+RoundedCorners.h in Headers */, - A712234B9A7A5984D6D8DF3B373BF3E8 /* NSButton+WebCache.h in Headers */, - 442933B0BCA72284899C8F62B2924540 /* NSData+ImageContentType.h in Headers */, - 829AB544D5632D7C444A13B57AEE4C9F /* NSImage+Compatibility.h in Headers */, - 8F40F8E91AF47A8CE35FE966A7E4F767 /* SDAnimatedImage.h in Headers */, - 7A7FB20030460975DBD48FA2D446C441 /* SDAnimatedImageRep.h in Headers */, - 06BA91CA53DABE644A260B9DEC83C5CB /* SDAnimatedImageView+WebCache.h in Headers */, - 4682E0139F8D33BE32F6FE05D0A36065 /* SDAnimatedImageView.h in Headers */, - 05A6801D4A6EBA2EDA73ADA05EC9E3EA /* SDAsyncBlockOperation.h in Headers */, - 3DF82780CF55F81F013EBCC8EC0D8636 /* SDDiskCache.h in Headers */, - 12F061F4A5F336BD545C9FD71095804E /* SDImageAPNGCoder.h in Headers */, - 50CD9CD928E858B3E489C36D1C3B5D8A /* SDImageAPNGCoderInternal.h in Headers */, - 1301B055E3B7F73D9E2A7E3760CF8C3F /* SDImageAssetManager.h in Headers */, - 5F893C23163105DD1120AB46B1F06E95 /* SDImageCache.h in Headers */, - 3AFDD151E5107534D74663949B3864F1 /* SDImageCacheConfig.h in Headers */, - F82697836D9AE99150F75C1B7B0774F0 /* SDImageCacheDefine.h in Headers */, - AEC280D821AB359C87BCCAA4A4D87401 /* SDImageCachesManager.h in Headers */, - 165C347657B7E89878BEE13DFC66884B /* SDImageCachesManagerOperation.h in Headers */, - 3C0C44CA17AA10A05AB42DA617FE2306 /* SDImageCoder.h in Headers */, - EE3FAFD07B502D3D10E589EB1F49A62A /* SDImageCoderHelper.h in Headers */, - 8D0F057AE881259557A6AA0E3A2E0530 /* SDImageCodersManager.h in Headers */, - 842D83DACEB91DA0700B8A1E4A0A0CC9 /* SDImageFrame.h in Headers */, - 042E510AB7B8B3A6FCFD45D2ECD4C3E2 /* SDImageGIFCoder.h in Headers */, - 66BCA4E1A7DC44EE98D3FF1D1744F5CC /* SDImageGIFCoderInternal.h in Headers */, - 19A150A023F610AD3C2ADB6237C3AB9D /* SDImageGraphics.h in Headers */, - F85A019D0A3889F3461D4DDA9C44FFA4 /* SDImageIOCoder.h in Headers */, - A4D1AC72E2F6BDACD5C201246CBBCC90 /* SDImageLoader.h in Headers */, - 0B5D18E46AAC74FB7BE5B84EDB8B9E6B /* SDImageLoadersManager.h in Headers */, - 35B224070CE7AB10F237DF265273F07D /* SDImageTransformer.h in Headers */, - 711FF77D7CDFB3570001A7AB723737CE /* SDInternalMacros.h in Headers */, - 30914BF6EBA4A680F93F061C1DADB29B /* SDMemoryCache.h in Headers */, - A56C50CEC7725897661EFBAD374DA115 /* SDmetamacros.h in Headers */, - 6E65F0987F2C575C2F7B62E21EA29F13 /* SDWeakProxy.h in Headers */, - EBDFC15B5E2A8280B3DBC83194407A70 /* SDWebImage.h in Headers */, - C3818C6FE9834032A85AD7B3A90CC64F /* SDWebImageCacheKeyFilter.h in Headers */, - 6FE90C9F9C673C6B799AD612E9B10074 /* SDWebImageCacheSerializer.h in Headers */, - A3411BDF8205A778C85663247380FC37 /* SDWebImageCompat.h in Headers */, - 1F213A396F09701C10F49BFA0DFABD50 /* SDWebImageDefine.h in Headers */, - 369B3B50FEDEB672D5A25634765E6DE5 /* SDWebImageDownloader.h in Headers */, - 4C4300CE48D312E626040A39FD5F977D /* SDWebImageDownloaderConfig.h in Headers */, - C242CC955318D5219A87E0926CA4517E /* SDWebImageDownloaderOperation.h in Headers */, - 53D62A70A8AE75416E2E40EC6824300A /* SDWebImageDownloaderRequestModifier.h in Headers */, - 51A7AF9FA103DC476D1C29436B83E374 /* SDWebImageError.h in Headers */, - 14458A225BB772B05F20DE15A5B1C745 /* SDWebImageIndicator.h in Headers */, - C541CD171EC65FEA09C77EE0960A4117 /* SDWebImageManager.h in Headers */, - BDFA7F65D8559361150F26D91DB04966 /* SDWebImageOperation.h in Headers */, - 4950C7D57CBFE821D8622906BAC7F5EB /* SDWebImageOptionsProcessor.h in Headers */, - 317F317351263F3E0B8D2BE1D386963D /* SDWebImagePrefetcher.h in Headers */, - B8DC823E24D623D3FDC3F640788107AA /* SDWebImageTransition.h in Headers */, - 08D62F9615F13D27E69A22D105D29E0D /* UIButton+WebCache.h in Headers */, - F1D070493E5656BE9FC5AB629099172B /* UIColor+HexString.h in Headers */, - 1302F8D1E083CDE6A66BA61D881FAF97 /* UIImage+ForceDecode.h in Headers */, - 28A1031159B38198922BAE52BBB278FB /* UIImage+GIF.h in Headers */, - 59C3E7066177B223E3A9B3D152B11E02 /* UIImage+MemoryCacheCost.h in Headers */, - 79FEF77F2B50481498F13E270FA06498 /* UIImage+Metadata.h in Headers */, - 77DEE4A9F5F1BF10930B258677445AC7 /* UIImage+MultiFormat.h in Headers */, - A1EF1A44275F86776A7D9711767D32F9 /* UIImage+Transform.h in Headers */, - 346221F6C6531271BEE337C4A880BFB0 /* UIImageView+HighlightedWebCache.h in Headers */, - 6AC01B956D5D44F3D08EB935A928DC56 /* UIImageView+WebCache.h in Headers */, - 75505B0473CE52D1EC6FD0662927D4EE /* UIView+WebCache.h in Headers */, - 6D5CA15D3A9F16A3C1696E64BE2791B2 /* UIView+WebCacheOperation.h in Headers */, + C7A9985D16C0F066036F6FFECBF03402 /* Orientation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0DA08FF22A60F56BE8BCEAF12229BA21 /* Headers */ = { + 0DDA41F36284189C400FD52C7246F8AB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0F458CD48019F190BF2EE9F1B310C40D /* RNCUIWebView.h in Headers */, - 8AC5698C17D587B15B82ED4ADF4D30E6 /* RNCUIWebViewManager.h in Headers */, - C937B1637142756FF666A7F4D311BD08 /* RNCWKProcessPoolManager.h in Headers */, - 6203436AACAFD327B7D94BB6D356DFBF /* RNCWKWebView.h in Headers */, - 7509BF17FEA74D4B07021F4BB62EB49F /* RNCWKWebViewManager.h in Headers */, + CFED1947B6CAAB7601A69E26C0B40F45 /* RNVectorIconsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12109,15 +12135,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 187828AD1065FB97181977FB33605912 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A63FB356D9F55E74A4EFD49D8D269C52 /* DeviceUID.h in Headers */, - 395E9867F38532BF9DA3280956498F87 /* RNDeviceInfo.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1D8B6318F5AAA17AE352DD76B0029C8F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12135,29 +12152,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 202AA95677AFB0234038EB528BCAA48D /* Headers */ = { + 1D9114FA96512012435BD159EE185FE6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D6F91C8EF14721DC18121C0A00F2C00D /* SDImageWebPCoder.h in Headers */, - 8BE187447DC42D9B8C88D6E2BF5F6139 /* SDWebImageWebPCoder.h in Headers */, - 06930D83E74555DE9617A7065C1172CC /* UIImage+WebP.h in Headers */, + 10064BD003F1BB203BC812769B3CC7AA /* RNJitsiMeetView.h in Headers */, + C11364735B5092210E3D229953EFAC4C /* RNJitsiMeetViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2143EACB77FDFEFD921A4697BA48336F /* Headers */ = { + 2A9EE0D68838514A7448268C9241BE0F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CC5557FB1662E0F790AE7202DDF44EDD /* Orientation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 26AFE17C9D7632017671AB64D50FF7D5 /* Headers */ = { + 2C50B2C4F93661F2E28AE05A0C2CC158 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 756C704F3468D971059E9D9E6F2A4AD4 /* RNLocalize.h in Headers */, + 4B8E121A2186A6722406DCCA6F36F331 /* RNFlingHandler.h in Headers */, + C2700469116560DA1BDD4B949519A897 /* RNForceTouchHandler.h in Headers */, + 60F4A0A5A9196CB4E9B1C281CAEAF269 /* RNGestureHandler.h in Headers */, + 03DAFB92EEABEF6E5D35F5465FA326D9 /* RNGestureHandlerButton.h in Headers */, + 185A55FADF48B3CE167BF5310ED45203 /* RNGestureHandlerDirection.h in Headers */, + 21C25C1362E846E9D41C1891F8709B78 /* RNGestureHandlerEvents.h in Headers */, + C8BF2C47588C5C3EBD0F8F778DE24E8F /* RNGestureHandlerManager.h in Headers */, + 06033068D9977CADE35EBA77016F97E6 /* RNGestureHandlerModule.h in Headers */, + 173D19DFD1087A5CB1F8BAB345A7FE72 /* RNGestureHandlerRegistry.h in Headers */, + 2E79DE9457584EED03DA9E372EE60463 /* RNGestureHandlerState.h in Headers */, + 2D3E0350CD36B9F510E95547DCFCB292 /* RNLongPressHandler.h in Headers */, + CFC5461A9B3EE726B8C55413EB58B630 /* RNNativeViewHandler.h in Headers */, + A8038A81077B32BE345E66B26D4F984B /* RNPanHandler.h in Headers */, + 40E21866F0A4564328F41C04A7375C05 /* RNPinchHandler.h in Headers */, + 6C7AAD722A04FF0283C3C1BD43FCEDAC /* RNRootViewGestureRecognizer.h in Headers */, + 6CBF320D04DABFDF805A59A2FB4E4ABD /* RNRotationHandler.h in Headers */, + A6435182756A3CBC87FA8D44A1A73628 /* RNTapHandler.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12435,117 +12466,64 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 305150B125FF4281ACE67E22E8B1FFD3 /* Headers */ = { + 338F6E665EF6EDA7B4A4DE333499F26F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7B47B5C1E117C44D046318E3D42BD8D6 /* BannerComponent.h in Headers */, - B67CE29038B7DCB160F3DBF14D9B159B /* NativeExpressComponent.h in Headers */, - 2DD88BB1449E72F02E3B37E8F7D4D41D /* RCTConvert+UIBackgroundFetchResult.h in Headers */, - 3BE95ECF0CEDE952DE7EC6A5E31961A8 /* RNFirebase.h in Headers */, - EC35B0A1FB34DA8646484C0D21C0DDC8 /* RNFirebaseAdMob.h in Headers */, - 43AB3456754BFBAB36302675C1F024FA /* RNFirebaseAdMobBannerManager.h in Headers */, - 4BA880BD319A702FCC7C4B193CBDEF3A /* RNFirebaseAdMobInterstitial.h in Headers */, - 5F6279992AFB146BF2BE1DE2FA807B1E /* RNFirebaseAdMobNativeExpressManager.h in Headers */, - FF14CF6139F33E3337BF5D772369F291 /* RNFirebaseAdMobRewardedVideo.h in Headers */, - 5E127C7E9E2B3786E9E37204858EB0D5 /* RNFirebaseAnalytics.h in Headers */, - FC37ED605930506D625B8462E7164877 /* RNFirebaseAuth.h in Headers */, - D3204BCC8FC561DCA4B1C49092426FC3 /* RNFirebaseCrashlytics.h in Headers */, - 745F8A401022814F8ADC2FC6A74AC43C /* RNFirebaseDatabase.h in Headers */, - CABB9D0D3C317CE3ED463CCB991EF9B3 /* RNFirebaseDatabaseReference.h in Headers */, - 180788C4BFF07B368B773E100D069B33 /* RNFirebaseEvents.h in Headers */, - E0564AB539B435E69120A1274D90EC4B /* RNFirebaseFirestore.h in Headers */, - D445888D4E4F09447067816A7EE107DC /* RNFirebaseFirestoreCollectionReference.h in Headers */, - 88C80D8900DD191B23C09295A1A411CC /* RNFirebaseFirestoreDocumentReference.h in Headers */, - 843C5C971393E98ADA0A22473480760D /* RNFirebaseFunctions.h in Headers */, - 2B308AE04FC4208E860752D4338E73D3 /* RNFirebaseInstanceId.h in Headers */, - 214EC2564186B97D27AEBA7850AC50FC /* RNFirebaseLinks.h in Headers */, - 65D1DC471DE56E0ADEB3C5CEDE68F150 /* RNFirebaseMessaging.h in Headers */, - CABCE5A528698C4994E71C5F739EC415 /* RNFirebaseNotifications.h in Headers */, - AD274B1478D7130D4EDD4B3DB34A50F5 /* RNFirebasePerformance.h in Headers */, - 4DE362F3947B0C00289BA2CB44436E1A /* RNFirebaseRemoteConfig.h in Headers */, - 419B3687A0EE5BD6AA2446011C690EDD /* RNFirebaseStorage.h in Headers */, - 82BBD6475B1A213B38450FF96A13CF6C /* RNFirebaseUtil.h in Headers */, + BFA7A4654650FB793752DA93BF2AF797 /* Color+Interpolation.h in Headers */, + EE6961B0755474332F4C717B0A901405 /* LNAnimator.h in Headers */, + 4731BED045D3896E9BEE44CC743EF406 /* LNInterpolable.h in Headers */, + F528FF5AD2A49AEF7C6BDEF16A3F1329 /* LNInterpolation.h in Headers */, + 8C588222595D342E962FC5A582185959 /* NSValue+Interpolation.h in Headers */, + DFC868FA2E85EECB94C080B8A5467D83 /* RCTCustomInputController.h in Headers */, + B8171D9010CFB9BBA179F1AF8BB08F44 /* RCTCustomKeyboardViewController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 30A49116137AC2CD9C5D70F38EBCAEDA /* Headers */ = { + 3F49F89219C1CE13D39B37539EAC2432 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F87A3BF95E7446B5B99766E9C302829A /* CGGeometry+RSKImageCropper.h in Headers */, - 4EA2CD2903EFE4281F532299310D324F /* RSKImageCropper.h in Headers */, - 5A3483B2F62B1233A0E3B1542A4D227F /* RSKImageCropViewController+Protected.h in Headers */, - 0672627714725F5F4B31A77D8B19E42F /* RSKImageCropViewController.h in Headers */, - 06BE59C306831426832003BCDF9B0D7E /* RSKImageScrollView.h in Headers */, - BC8082294AC06051F7A4F5F4EF7F0834 /* RSKInternalUtility.h in Headers */, - 0A61A0280672629511105BDE8539B978 /* RSKTouchView.h in Headers */, - 26339DDF8281477EDF4062465BACA4E0 /* UIApplication+RSKImageCropper.h in Headers */, - 22F89F1EA04063E1DD855B1A2BDE0EA6 /* UIImage+RSKImageCropper.h in Headers */, + 6EB7AC51820D4700E5BEA04763A8FAF1 /* QBAlbumCell.h in Headers */, + C58AF812D2CCBEC6C176EBD409BC42AD /* QBAlbumsViewController.h in Headers */, + 719A326B8E54D59ECAC8E42791D8F4B2 /* QBAssetCell.h in Headers */, + 0022BBE927A92B83F6DC4EF3E5385745 /* QBAssetsViewController.h in Headers */, + C1B821211740A88E9BE167CE607FABE5 /* QBCheckmarkView.h in Headers */, + 00DC26986FF691973A44B3C816474074 /* QBImagePickerController.h in Headers */, + 8CD89B8A522595BFF9AFA024ABCC64DD /* QBSlomoIconView.h in Headers */, + C544041C3D04DDDCAE0C0101E4C59EBE /* QBVideoIconView.h in Headers */, + 6F97A88F12D41E29C22585CEF7ED3C2A /* QBVideoIndicatorView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 30EDF8271849EE453046EF50843E94B4 /* Headers */ = { + 407B2EFB9F07A0F19D1B6A8D5A44F010 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4BEB2F85653476BD049A68038D7779F2 /* Compression.h in Headers */, - CEA62BF927443E9C17E52A13E3AC36C1 /* ImageCropPicker.h in Headers */, - 9C627964726A53116F4C89946FE65B82 /* UIImage+Resize.h in Headers */, + 8ABB8088BC5F087B5A726534B1A409E2 /* RNSplashScreen.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39C0A163BD67925989CBEC18FBADB1F8 /* Headers */ = { + 47D64BBB2F371095B68748BD7C0B09AA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 398216CA89DB4D19E75576F65F1C9A2D /* RNFlingHandler.h in Headers */, - 5EC89420418DDBBCA3DAD0AB146A052C /* RNForceTouchHandler.h in Headers */, - F019A4847E7D297D6E3E9638E55E3C37 /* RNGestureHandler.h in Headers */, - 05F1BCB4DE325D5DC2A39D0DD916E1EF /* RNGestureHandlerButton.h in Headers */, - 1022ED4E2E9E0A2B126D728901BA499E /* RNGestureHandlerDirection.h in Headers */, - B31CD0738D82D0522E9C83D882E03189 /* RNGestureHandlerEvents.h in Headers */, - 01E3296F23431878EE8DBA8146D4DCEB /* RNGestureHandlerManager.h in Headers */, - DA8C387EE4EF6B4384DD7468046C80FD /* RNGestureHandlerModule.h in Headers */, - 8A2E928AD77641900A8ACE4C4CFA1E07 /* RNGestureHandlerRegistry.h in Headers */, - 6A15E5F4933916001AFD257AC5B29A1B /* RNGestureHandlerState.h in Headers */, - E027BB1783A267300840EC554FC08C90 /* RNLongPressHandler.h in Headers */, - 469496A4CA5DD1B476B64E3FBB700161 /* RNNativeViewHandler.h in Headers */, - 4F92546677BE166D9D58C6F17C336F9A /* RNPanHandler.h in Headers */, - 9043B2D3BBD4A6EBA058D4EB4B2F98F2 /* RNPinchHandler.h in Headers */, - F152A6FF625ECBE6A0D4079810D9E1F2 /* RNRootViewGestureRecognizer.h in Headers */, - 296B737800FD484F10E3364A3E046C37 /* RNRotationHandler.h in Headers */, - D08C6F69F27666C4BA2E172D33C0DB5E /* RNTapHandler.h in Headers */, + 508CB5A7BB45F928A4E78E3519F91688 /* RNCUIWebView.h in Headers */, + 5A3879983E2C10F5AFC69C65E5A0C1B6 /* RNCUIWebViewManager.h in Headers */, + 3EE6EC41C7923C788CA3EA2DC44A0454 /* RNCWKProcessPoolManager.h in Headers */, + DA15A29E617656747F9F9848A907484F /* RNCWKWebView.h in Headers */, + 621D14F204CE6318F21ACD2A82983BF4 /* RNCWKWebViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 39E0AC2D63FD017011A304730464F13D /* Headers */ = { + 4C855B8C07B06DD8CD33270B1E991570 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 11BC6CDFC3A17E472F4100A18B4985FB /* IOS7Polyfill.h in Headers */, - 698B2D16FCF5E12A1AEF1EADEAEB109E /* RNFetchBlob.h in Headers */, - C70537C53C34538D2857F90F153A29A5 /* RNFetchBlobConst.h in Headers */, - 04C49A9A2936DBEB4D5A18A7EB4D34F8 /* RNFetchBlobFS.h in Headers */, - A0A9805973D107A3AE03D182A3A1F7EA /* RNFetchBlobNetwork.h in Headers */, - 13CFA178BFF69DF2177FA3A3707C48FF /* RNFetchBlobProgress.h in Headers */, - 1A6C6EDB5B6D699B735CB7430E83E5A1 /* RNFetchBlobReqBuilder.h in Headers */, - 998FBDAF9CDE335B0D3711382CB1A645 /* RNFetchBlobRequest.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4590D1B7FD0E81A6270FF721845A3263 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 49230E3F7C9D1F5B34ED1F6653C52EFC /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1B68B0F873DB40781C12061BE667E2A1 /* RNDocumentPicker.h in Headers */, + 6EC48C3E468B0870AF133C9C56204FBB /* FFFastImageSource.h in Headers */, + 5F4960548A78589D3E9E0FCDE4C73315 /* FFFastImageView.h in Headers */, + 0531704A1D375385F616FC8BD4883A6B /* FFFastImageViewManager.h in Headers */, + DE8F4905AD097BBBE0B3B4C6A5A81408 /* RCTConvert+FFFastImage.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12577,14 +12555,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4F6EF5F457768D213F43FDD1F07EFF72 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9BA9DE0A4FBB2114482FF1303AD3EF4B /* ReactNativeShareExtension.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 56993CEF035063367476FDB4B7465899 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12613,7 +12583,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5F92FF7D07FC27B50AD07B15ACAC4BBD /* Headers */ = { + 5722B39B38D6302835EB24930FF061DF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -12638,18 +12608,163 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6D19E0EA8D19DFDC4A13C50651AEB57C /* Headers */ = { + 61FA41D3B75C472DE784AD1B72687F72 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 54E84F04E32CCC28F897BF59306E7987 /* NSBezierPath+RoundedCorners.h in Headers */, + 8C4AAC83FE6C1887DA581D39F0E92EF1 /* NSButton+WebCache.h in Headers */, + B40BD5B08C5F37B686B8B75D7AF2BB31 /* NSData+ImageContentType.h in Headers */, + 2B1C9E632FCA3941726493973DCF228E /* NSImage+Compatibility.h in Headers */, + 7024374AFC8199460731E03253538765 /* SDAnimatedImage.h in Headers */, + F001BEC1281321BDA8CF8E526944F0B6 /* SDAnimatedImageRep.h in Headers */, + 5438272CB7AC2FA5723A8550998CE622 /* SDAnimatedImageView+WebCache.h in Headers */, + 74922EC9C53DFC205DE4BB27A2871654 /* SDAnimatedImageView.h in Headers */, + 36FA2F3649714EACC22363198EE23204 /* SDAsyncBlockOperation.h in Headers */, + 5BE8C07E34ECDBE86416FD09E49E2950 /* SDDiskCache.h in Headers */, + 79E71DF901F17EE89363E5DE5F318B82 /* SDImageAPNGCoder.h in Headers */, + 785C9E4F8EBAE6B0D7B3D41A6DB31CF5 /* SDImageAPNGCoderInternal.h in Headers */, + 6036E2EC46737FC3DBAA170E7D4B567D /* SDImageAssetManager.h in Headers */, + 406A81E7393923B25CC57F776430A282 /* SDImageCache.h in Headers */, + 26E058DB69EA74E42EA8B6DCB0F15B63 /* SDImageCacheConfig.h in Headers */, + D55BBD0B0FC54037A6C130F61E74E977 /* SDImageCacheDefine.h in Headers */, + EF65466E0A6218827A53048641EDA9B9 /* SDImageCachesManager.h in Headers */, + 2D81BB92368437B6F289EE74F75392AA /* SDImageCachesManagerOperation.h in Headers */, + AE7D278EE9F11AA3ED431B5EA6CF3A4A /* SDImageCoder.h in Headers */, + BA81D44525A35ACABD8B3E8F71FC9D25 /* SDImageCoderHelper.h in Headers */, + 42B6C5035C034332E3A240EEFBBB1A12 /* SDImageCodersManager.h in Headers */, + 48286A600391C88EF3EE9B903C206885 /* SDImageFrame.h in Headers */, + A080C89C52B6EAF4CC14F6629B60F0EC /* SDImageGIFCoder.h in Headers */, + F8E54AA5971251A0DF78564ED03731FE /* SDImageGIFCoderInternal.h in Headers */, + F51FEF7E78E45156F01AC15749D841FA /* SDImageGraphics.h in Headers */, + 34EC0D3485B8D5995C3A7BC7246ACE2A /* SDImageIOCoder.h in Headers */, + DA3E2FBE7641317BB1E93E51373020E1 /* SDImageLoader.h in Headers */, + D24BE4CCDFB62743F85801293E22F8AE /* SDImageLoadersManager.h in Headers */, + 0B9598A5F2CA683DCB051BDEA810C6D2 /* SDImageTransformer.h in Headers */, + 0DA367BCEE47D94B05EE4B2DC65122DA /* SDInternalMacros.h in Headers */, + E0AAB3E1967C7F3F5E4B83E408C9EBB7 /* SDMemoryCache.h in Headers */, + 7F92E5C5FC0D4A72D699235EBB72FD43 /* SDmetamacros.h in Headers */, + 044B1CC92FFF35260332F678D3516D20 /* SDWeakProxy.h in Headers */, + 2E48CFD64F77098B08CC54161064C80F /* SDWebImage.h in Headers */, + CE49C6DBFB71907BCDD194AF834A7E12 /* SDWebImageCacheKeyFilter.h in Headers */, + 1D750A0E026ED58E7F757F3B866A0CBE /* SDWebImageCacheSerializer.h in Headers */, + C3A96644FCC5441F8B37594E09244E0C /* SDWebImageCompat.h in Headers */, + 061606055E4E6DB7617853EB5EC29124 /* SDWebImageDefine.h in Headers */, + 7FDD9B64E2C1E2DC4B853256EC7FB1E3 /* SDWebImageDownloader.h in Headers */, + FA429A85F9CEEAF6392536787CA0D116 /* SDWebImageDownloaderConfig.h in Headers */, + FAAA93FA9ABD2FB6389C878DF7377896 /* SDWebImageDownloaderOperation.h in Headers */, + B8D87B1713F7E19537642985B0C60E2B /* SDWebImageDownloaderRequestModifier.h in Headers */, + A8F3BD97434283EB045E63FE22416A1C /* SDWebImageError.h in Headers */, + A1B22D1FA9EAAC30586729EAD64C1F29 /* SDWebImageIndicator.h in Headers */, + A6A0B39C751A934355EABFA30FE15232 /* SDWebImageManager.h in Headers */, + 63CDECBE3D6BA4E69633D02C9E57A42A /* SDWebImageOperation.h in Headers */, + AC73A772B6E4B93ED0CA595DE3A2071D /* SDWebImageOptionsProcessor.h in Headers */, + 25E950B6825249FEAD23F2DEAAF109EB /* SDWebImagePrefetcher.h in Headers */, + 849836AA5D7AEFC4FD311670F0D6B730 /* SDWebImageTransition.h in Headers */, + AEB186269235815C8DF493864BD4E66C /* UIButton+WebCache.h in Headers */, + 9C2F60420226A0111B07C40209B6FFB8 /* UIColor+HexString.h in Headers */, + 0C66B41EA80231C2F490737F8205DDFD /* UIImage+ForceDecode.h in Headers */, + E478FC14AD04D53FF43C2F00C9466BF9 /* UIImage+GIF.h in Headers */, + 8B9619CB4B41E20ABAA3D865DEFBA6EF /* UIImage+MemoryCacheCost.h in Headers */, + 068DD1B738E6EC4DBBECCE79DA8E2778 /* UIImage+Metadata.h in Headers */, + 95EAB924CFEE2871187691531B954154 /* UIImage+MultiFormat.h in Headers */, + E9580E3FEF243AAF7A0A41F695F158E0 /* UIImage+Transform.h in Headers */, + 4D973FD00815398722A5E889FAE7F5C7 /* UIImageView+HighlightedWebCache.h in Headers */, + 4BCCC933DDA5519526FB3941A6A63D1D /* UIImageView+WebCache.h in Headers */, + 4F8CA10AE38812BFB4C597F659160114 /* UIView+WebCache.h in Headers */, + 441D44E69AD70651B41223678ED2AFB3 /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 778E6924469FA8F95391ED08C51C7DDB /* Headers */ = { + 646AB3F4EE00056BF949FCB66397B2A0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E497753603A03C75821AF582991D8F61 /* RNUserDefaults.h in Headers */, + 6BE1CF0B7DB85D014556A7754C366C3E /* DeviceUID.h in Headers */, + 14859B897482912002F69BF79FF58FBC /* RNDeviceInfo.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 69299A7F5670E1D1B2DE7E09D2668761 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9B4265ACDCDBC89D891B486E20137348 /* KeyboardTrackingViewManager.h in Headers */, + 192B087E1B57A5B36BD21495D845D5AD /* ObservingInputAccessoryView.h in Headers */, + 2398CE74DB96D877F8169D327199E01D /* UIResponder+FirstResponder.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6B0E522B3138C8911E12F7AF181A5B61 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3BAC05A0D7898D72AE8045E52749C371 /* RCTConvert+REATransition.h in Headers */, + 331413CBB88739C2CF43475160C1CA63 /* REAAllTransitions.h in Headers */, + 5FF9D123F4A64340C193046CC3A87F56 /* REAAlwaysNode.h in Headers */, + 0EB077ED066ED39B5B43DD797796EB75 /* REABezierNode.h in Headers */, + 954BAD89B5BDC5FD38EA4F22214EE496 /* REABlockNode.h in Headers */, + 0D448B1AB8EC665126D77B09A4B7FA9E /* REACallFuncNode.h in Headers */, + 5D18B6AA3412609526C607763771237F /* REAClockNodes.h in Headers */, + 077B467C00DB28E78B5EFB130F73D231 /* REAConcatNode.h in Headers */, + 2AC40A5BA8D3084CD21B21A0F237E3EE /* REACondNode.h in Headers */, + 23465CBD87D48F0364AB7DB86E3B3B8E /* READebugNode.h in Headers */, + D9125A7D468ABB6DE8D4717AD1450093 /* REAEventNode.h in Headers */, + 24BA3625F222472CBE38A8C7D735712B /* REAFunctionNode.h in Headers */, + 88D7C88026AB05121B84B45A84F8AEF7 /* REAJSCallNode.h in Headers */, + 357088828785776706A83EA532953B34 /* REAModule.h in Headers */, + 5393BAC29FADD4B29C5918F8D1435A39 /* REANode.h in Headers */, + B4A3399023F50BC19169CD876CB48031 /* REANodesManager.h in Headers */, + C16D58855DBCED9B9D38A574A5538E4F /* REAOperatorNode.h in Headers */, + 961539BA564EA2776C0A7B2899CB5DEB /* REAParamNode.h in Headers */, + 829F448C2C71FC470926ACC2381D6C1F /* REAPropsNode.h in Headers */, + 8510FB0284D6EE2E719723E2C34BF085 /* REASetNode.h in Headers */, + 2263C84D1396257CC134F53E61B0157E /* REAStyleNode.h in Headers */, + D8915AD3A55A1051B64201C24E64DB38 /* REATransformNode.h in Headers */, + AF7927A5902A1D2ADA99AC6580D7C8A5 /* REATransition.h in Headers */, + 5C8B2D5D59E2A64CC900DAF977FCC571 /* REATransitionAnimation.h in Headers */, + 8E4C6AE7849C3F9AE2F631AED937E085 /* REATransitionManager.h in Headers */, + A71574E48B8EFDF6202B338B5833EF1D /* REATransitionValues.h in Headers */, + EACEFDBEED85920BAA3A99D9A455201D /* REAValueNode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6CCDBEF7DF943882143CE043F08E91E7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F255944F10323FB89B05A6BB5677E1C9 /* RNUserDefaults.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6D2F3BE4B7FF0539FFDA81F8FFA78EDF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 30A34B929331216E9D167F412E0C4733 /* RNDocumentPicker.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7A04780C3B6A3D9B192BFAD7C2734FE8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 143016949BB8BF93AED12376DBDA666D /* IOS7Polyfill.h in Headers */, + A5F55BC3C703A5D00FB0AAE609B28A49 /* RNFetchBlob.h in Headers */, + A4D23BA4DDD3B004F7F310EC53985C0C /* RNFetchBlobConst.h in Headers */, + D29D74D07CF36C576D3A5C8BC91506E4 /* RNFetchBlobFS.h in Headers */, + 220D0D1BE5CE7CF40A927491C4C4D6D9 /* RNFetchBlobNetwork.h in Headers */, + 9083F0DD66AC0A6293E242F71A1F047E /* RNFetchBlobProgress.h in Headers */, + 2E58438215B0FAC4211922302CCB1E7E /* RNFetchBlobReqBuilder.h in Headers */, + 0902F1478C654FB94D809C1EE86B74AD /* RNFetchBlobRequest.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7CDCCE5963ECA5FD3B1B0FE203783C03 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4EA76BF83A668513A72EDBE19306AF57 /* AudioRecorderManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12739,24 +12854,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8E6ADF3467240E0B656DA91793C6CF70 /* Headers */ = { + 8B4D7F3194634606EF85B1308B9388C3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BD1861ABD08E99DA48A4BE65C072437E /* RCTConvert+RNNotifications.h in Headers */, - E104345B26D010F0EF3271C1FD85097D /* RNBridgeModule.h in Headers */, - 6B5BF2F5DFEB5BCC1F0B601FB69D4B61 /* RNCommandsHandler.h in Headers */, - 6A7901D5438782D99EB32AD95AEC6F6F /* RNEventEmitter.h in Headers */, - 3B72BF5FC30C007BEC9A3127DFE5F467 /* RNNotificationCenter.h in Headers */, - 8022D5C496701EA42FBECEE66644EE95 /* RNNotificationCenterListener.h in Headers */, - 1D17CD40B7E48EF10472047F0FBDD573 /* RNNotificationEventHandler.h in Headers */, - 382713909DA41D4E461C8CCE04DED953 /* RNNotificationParser.h in Headers */, - 5FBF988050AF716B9FAB37A30073D005 /* RNNotifications.h in Headers */, - F46353E39D50C93AA76E18F52910B39E /* RNNotificationsStore.h in Headers */, - 2B4939DE5FD2554B20274F87ABAB3B82 /* RNNotificationUtils.h in Headers */, - 4A02699F57A1E4AC27952C7A1CF7440B /* RNPushKit.h in Headers */, - 999FC5F496B026571EC6B14A034D209E /* RNPushKitEventHandler.h in Headers */, - 71198F17B3DEE933A0C34D2CACC93AD4 /* RNPushKitEventListener.h in Headers */, + 69A3839E70A80A7A6B6623E054092F44 /* Compression.h in Headers */, + DB3A3D5F6B4667FFBDFC308C6977CEB5 /* ImageCropPicker.h in Headers */, + 4E3A5A94E91C64C2465F5F43147C2D95 /* UIImage+Resize.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12776,37 +12880,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 97F310669DAAD3FE5CB4A56648BC6D0F /* Headers */ = { + 93173F447DC2E5A4FB728D346D7689A1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B8B42FD5C70E21484DA33C68C2E0A1C6 /* RCTConvert+REATransition.h in Headers */, - 184F9AEBEF57B3CAA4A402A62A631ED9 /* REAAllTransitions.h in Headers */, - F18C6A42BBB20C687A600E94A3EE947F /* REAAlwaysNode.h in Headers */, - 5B7FA7BE3E1F99E93599529C872DBBFC /* REABezierNode.h in Headers */, - F2A3087B710107E8CB64DAB0531FD50D /* REABlockNode.h in Headers */, - 25407695DB500DD87235884421DF360D /* REACallFuncNode.h in Headers */, - A8264F2A2D4914201C40B91100B7C2BE /* REAClockNodes.h in Headers */, - 4550C54119E07298B81AEE01322E161B /* REAConcatNode.h in Headers */, - B0ACE29A69DC1F07E9F6DDFB138F4955 /* REACondNode.h in Headers */, - 27D5509048B564CA523E2A0F2A2BA5BC /* READebugNode.h in Headers */, - C1E183CCF0FE5E7BA17519F7D8DBE714 /* REAEventNode.h in Headers */, - C84A07935DDDCA77CB8D1C0D8C0E7787 /* REAFunctionNode.h in Headers */, - A1941A826F689FA16724D3C0CEB50724 /* REAJSCallNode.h in Headers */, - 04CED01005570B76BAD3EFBBB0BF88D9 /* REAModule.h in Headers */, - AF0FFD08DBF08FDBBB31E9A2D9827874 /* REANode.h in Headers */, - 3ECC831D5A00F19E3A8362C2E5F29A1D /* REANodesManager.h in Headers */, - FA21263FE4761F60D9918267E1F4BF39 /* REAOperatorNode.h in Headers */, - EACC0556D8730EE9B6A66DA5C669E1E1 /* REAParamNode.h in Headers */, - A41DEDBF062AFD04FBB39D84A983272D /* REAPropsNode.h in Headers */, - 62AC4838477BDAB0ADE018869EB462C9 /* REASetNode.h in Headers */, - 16943AA8A7CFF7E7A58D9C1DFC9A71CE /* REAStyleNode.h in Headers */, - 0CE75A7EF7CF2D560BA3A48546BBF0C1 /* REATransformNode.h in Headers */, - B73A9E09AE20B315197ED28B306E6ED4 /* REATransition.h in Headers */, - 1688DCE7B7E497C99B4C3D7C60BF066F /* REATransitionAnimation.h in Headers */, - 8DFB3D919F98A9929F9D98A33D9B6F92 /* REATransitionManager.h in Headers */, - 31DCF3C5777AE4C676E7D9C5BC268AFB /* REATransitionValues.h in Headers */, - E24F9A620D46F9B6C5DB1889BBDB6ECA /* REAValueNode.h in Headers */, + 031D8DFD88243CAD354187E46D82E109 /* CGGeometry+RSKImageCropper.h in Headers */, + AD659469C93B6654C4A69598A1B9EFD4 /* RSKImageCropper.h in Headers */, + 6F9C953DC4D23DCADAB2A8FEEF0316EB /* RSKImageCropViewController+Protected.h in Headers */, + 4839BCF83BF4AB0B8BCDEC717AB95C17 /* RSKImageCropViewController.h in Headers */, + 94962F7E32459EAC7806EEE1C40768B9 /* RSKImageScrollView.h in Headers */, + C46A3970394652E4ADFFEBA167CEA729 /* RSKInternalUtility.h in Headers */, + CE3AEC0217338964D043D847B1058468 /* RSKTouchView.h in Headers */, + 01918A318B1FC253AB2C934EA3AFA2C7 /* UIApplication+RSKImageCropper.h in Headers */, + BFA6C5534A882AADCE296B3F57015E2D /* UIImage+RSKImageCropper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9A31D58039B3160C8598350E50ED0A14 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 96076E208AD3EFE443BD2A9DAE935BF7 /* RCTConvert+RNNotifications.h in Headers */, + AC28D64650409C040114EB9EC4BB9F65 /* RNBridgeModule.h in Headers */, + 0BA7056A12946FBF0F1CA05B9EF774FF /* RNCommandsHandler.h in Headers */, + 46AE93B7EBF22B9B8B6E2A45FDD61CC5 /* RNEventEmitter.h in Headers */, + FB097C829310C055A30D1407814B5686 /* RNNotificationCenter.h in Headers */, + F4F4A9C94E6A3C1F788EFCFBA1EB7974 /* RNNotificationCenterListener.h in Headers */, + 367FC4B5E47896A78F68C909D1ADC0A6 /* RNNotificationEventHandler.h in Headers */, + C02731765C31039F9F27D7DBFF6D7491 /* RNNotificationParser.h in Headers */, + 2635E7A9A79F28AE06211C5C27079AD5 /* RNNotifications.h in Headers */, + 40D994106F1BA56A57A32E5ECDFA857F /* RNNotificationsStore.h in Headers */, + 22853FE5E7BF3C6606DFF09C18C37929 /* RNNotificationUtils.h in Headers */, + DAC0DCD5DF9FD789233F783E871491FE /* RNPushKit.h in Headers */, + 5A6034725A17FF4DE28C67DB5042624A /* RNPushKitEventHandler.h in Headers */, + F08DA1A849CD7613B336A0D6DE3C2959 /* RNPushKitEventListener.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12821,6 +12928,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A19D76B266CEEDDC0593FDD9E06353B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + BD96962F1287E1881FB2DE5EAF26D526 /* ReactNativeShareExtension.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A2B228B5F38BA492FF8B6F385A467545 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 49581BF67DA0718808AF90FACBCFEE68 /* UMBridgeModule.h in Headers */, + 3ACFAC948E79561C97CE3B024F4B3D04 /* UMModuleRegistryAdapter.h in Headers */, + D06852A1D91C1FD7B71AB700E57C874D /* UMNativeModulesProxy.h in Headers */, + D5E5ACE69EF8853D83CEF33B07FBC7B4 /* UMReactFontManager.h in Headers */, + B916B3917C76187F87EAD76CA8E6CBD6 /* UMReactLogHandler.h in Headers */, + 0188B8C8A5BB45E4D5879D51F74D584F /* UMReactNativeAdapter.h in Headers */, + DE50674BA730137FEBB92C007ECA7DAB /* UMReactNativeEventEmitter.h in Headers */, + A4F00E55D9D63BB685EA3CADA98EECE9 /* UMViewManagerAdapter.h in Headers */, + 200A2B7E28C4BE3AFAF84924D207774E /* UMViewManagerAdapterClassesRegistry.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A686C1FF83D1AEBC16B8D059430D4732 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12828,17 +12959,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A84B91E2C91B97EB967B2571C6B592B9 /* Headers */ = { + A6EDF1B8ED9ECD8722F30A177F1CA503 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 66A4A7D00F1E4E2BCBFC150FAEB60E11 /* Color+Interpolation.h in Headers */, - F64B035CC44755FC76B2E3A55B9E5A63 /* LNAnimator.h in Headers */, - 9A02C7D10BC6C19C23E53FBC64E1ECFF /* LNInterpolable.h in Headers */, - 4361072A88F52DDD840BC58643BC5F68 /* LNInterpolation.h in Headers */, - 746A438AFE2400D25E5AD34D3EA23FE0 /* NSValue+Interpolation.h in Headers */, - 819D0F93428068B08237C1383A8FFEF8 /* RCTCustomInputController.h in Headers */, - 795B1CBAF4B0CBBE30C8A0BE544C16EA /* RCTCustomKeyboardViewController.h in Headers */, + CDEC6F8011D38D0D75C4B85823C33320 /* BannerComponent.h in Headers */, + 996EC2C9A758449463905B33B79DBD21 /* NativeExpressComponent.h in Headers */, + 46E7A83AEE1F0DC564B81544E5420644 /* RCTConvert+UIBackgroundFetchResult.h in Headers */, + 5E10CDD8CEA833C7CE26BECD73D83D96 /* RNFirebase.h in Headers */, + D2DBA3C3B3EBE86D0C60B127B3DBEFBA /* RNFirebaseAdMob.h in Headers */, + 5201F7308F5251C0E2FD76D78400D107 /* RNFirebaseAdMobBannerManager.h in Headers */, + F7C4E24FA0D8AA6C97C8781BE1F9145D /* RNFirebaseAdMobInterstitial.h in Headers */, + 1FF7152C2182BCF256F788E2C13B34EA /* RNFirebaseAdMobNativeExpressManager.h in Headers */, + 17E1D089A1081AD3DC093EE621693D12 /* RNFirebaseAdMobRewardedVideo.h in Headers */, + DC7155D0655B284ECA4488B85A8AC4C6 /* RNFirebaseAnalytics.h in Headers */, + 87C0AFDD0C123254C67D3773E100C383 /* RNFirebaseAuth.h in Headers */, + B9AED6705DE9810929FE647ED54C5FDD /* RNFirebaseCrashlytics.h in Headers */, + D508405770FB70C6AC8F51E6DE59EDFF /* RNFirebaseDatabase.h in Headers */, + 54292DF7A332F7A2D06EEA33A8D7EC7E /* RNFirebaseDatabaseReference.h in Headers */, + F434890F1D9A24331772BD8C8EB7EDAB /* RNFirebaseEvents.h in Headers */, + 7AFF71A215860C99999E29DBDD39CA04 /* RNFirebaseFirestore.h in Headers */, + CF882C108CABA7C3DD8BC7CDC05A8720 /* RNFirebaseFirestoreCollectionReference.h in Headers */, + 710871959090D46CC6F017122CC80630 /* RNFirebaseFirestoreDocumentReference.h in Headers */, + 3FFA628A2B0EFC3D59A63C09089CF1E8 /* RNFirebaseFunctions.h in Headers */, + D797A1FEE886D0D916BF378DB9158854 /* RNFirebaseInstanceId.h in Headers */, + 6DDE4533780D6CF229F2F06D4A7DA8A3 /* RNFirebaseLinks.h in Headers */, + 6C84B03183CD30A10EE1CD9C7AF467A9 /* RNFirebaseMessaging.h in Headers */, + CDE4913B813BD81E8122E2CEEAE60DB2 /* RNFirebaseNotifications.h in Headers */, + B70DB730C66A48F364A0B26D1DC09E2C /* RNFirebasePerformance.h in Headers */, + FB7F67329835B77B62014A32B6DAA662 /* RNFirebaseRemoteConfig.h in Headers */, + DD33B49820E4AA0C4B9B316CCFEFBBBB /* RNFirebaseStorage.h in Headers */, + AC3ECDFBEA3CDCBB977447EA43F9EC94 /* RNFirebaseUtil.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12871,6 +13022,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B877E14DB724D50E2FE7021459A46B7A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 0D1A984AFD341220DE895C67EBD7014E /* RCTVideo.h in Headers */, + B4D07FE0ABD022A856043C244702F8E7 /* RCTVideoManager.h in Headers */, + 8650E04E46B4659B7E7C6F8D0DAFE25F /* RCTVideoPlayerViewController.h in Headers */, + 752A23D992E9BA8F9A248D2855FD9FDA /* RCTVideoPlayerViewControllerDelegate.h in Headers */, + A4761DB2D2A5B63958C30662452B5F57 /* UIView+FindUIViewController.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B94798EB7FEA25FC82641671E429C859 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12890,34 +13053,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BC1E7EA917E364B83C6EDB08D57A51AE /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 50B26DB63FD09FFC7F27BE72B9E29E24 /* RCTVideo.h in Headers */, - 3BFD0FE33F7819DE244CBE645010C632 /* RCTVideoManager.h in Headers */, - FED6001F88D8B73042B733F0C9EF741F /* RCTVideoPlayerViewController.h in Headers */, - D7EB87D0FB19A22450DFD9D023957035 /* RCTVideoPlayerViewControllerDelegate.h in Headers */, - 64ED3A5FAA7E4FFB06957894BCEC67DC /* UIView+FindUIViewController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BEF64974223DB730E7477047F1474CBF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3435DCE8EEAFAF5538A2B4F6ABD01592 /* QBAlbumCell.h in Headers */, - AF8FD141A5FEB2589C65CB1252690EE1 /* QBAlbumsViewController.h in Headers */, - AD19DA25FCF49041BAC3ABA2D00FC9C7 /* QBAssetCell.h in Headers */, - F6364C12D6C96C83555D89696DF2534F /* QBAssetsViewController.h in Headers */, - 7D2C70695A3A8E32A12C640BF348CF6E /* QBCheckmarkView.h in Headers */, - 4D698FF67C959030F1AFB8C8AE998DA4 /* QBImagePickerController.h in Headers */, - 9EAF96097F7C9D6864B180F7C1355EDF /* QBSlomoIconView.h in Headers */, - 3E549B8B47A4E9622A5358E9C70F8F2D /* QBVideoIconView.h in Headers */, - CC75D2243F7E6AFECF4997EF059D0223 /* QBVideoIndicatorView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BF9A4D441EE286E434A67A01289FE76B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12933,22 +13068,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C1B27701A0164BBF247A723DC0C7F792 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E038A8B1A450AC9DA147B0189FD28E9D /* UMBridgeModule.h in Headers */, - FBFCA9621362CC0797EFDDCE64F1ADB6 /* UMModuleRegistryAdapter.h in Headers */, - 744F6FE700AC897DC7D1755A132AEBF2 /* UMNativeModulesProxy.h in Headers */, - ABB47A42B6AC5FCC66D51004653F1350 /* UMReactFontManager.h in Headers */, - A3B90C63A7501F3F979CE7E695C5CF75 /* UMReactLogHandler.h in Headers */, - 0403DEC7295C6F119D4B8D851F01B7DD /* UMReactNativeAdapter.h in Headers */, - DA4A515A46C261023212C348BD2B3CD3 /* UMReactNativeEventEmitter.h in Headers */, - 637F48B06CDCBCD6F22F7839F61B70EB /* UMViewManagerAdapter.h in Headers */, - 716BD76790D5CEA0DC5765DEEED78171 /* UMViewManagerAdapterClassesRegistry.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C8F51655E8DC48BAB3B0C28BA2D5CD9D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12971,31 +13090,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D023FB39E9306540E125887122B82A3F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 04D42867F97350CF5A02761D6EEB308B /* RNSplashScreen.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D6B4E0E84EEAADB330EA7A899DB683FE /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 68B0BD6F55FCCC49D648C321BD7D623A /* RNJitsiMeetView.h in Headers */, - 07FE930F69FFC0E43C6C2DB7B3AFBC28 /* RNJitsiMeetViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D76E6034DDA113318FB910278CABFFED /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D50517B878EA523C1179E31ABD24152C /* RNBackgroundTimer.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D95B05326AF15538B6FBCABCB9D4D103 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13011,14 +13105,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DCF71F970A88D1C39D2FE2BFE719012E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6CB2A53FFE8F661C8CE4FE65ED6EF44A /* AudioRecorderManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E0B3B0501FC1FA8FE407155AED6A8C39 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13165,6 +13251,29 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + ED22395AD0F42C52E3FEC91B7D126455 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F11BA6AC00E1AEC9A02C2E7979EA78B4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 414E2A6FCB3ECAF5FD17FFEF79C04E3F /* RNBackgroundTimer.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F1D4DB235598444A56ECCEB50C202D6E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 997DCF59517A7F9B8AFE99F9B0D1C591 /* RNLocalize.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F3AF543F4BB145D6C681ABABE0582226 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13210,25 +13319,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F8FA7D43FC9AABDE14D2B4B9FE6F151F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 595D85046F929FF13BCCE683D0805A6D /* RNSScreen.h in Headers */, - D9962F5C0C9C3EBE39511FC3B26AAC92 /* RNSScreenContainer.h in Headers */, - D6A7D6407BD62DAE7B2747257F51E86F /* RNSScreenStack.h in Headers */, - 811F9D1679A5BB13D632F247E4C89162 /* RNSScreenStackHeaderConfig.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FF3A34D764FD92B5DB2D72B25EEB8793 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 84CEC174E821208CA9C957603D18652E /* RNVectorIconsManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -13248,7 +13338,7 @@ ); name = "React-RCTImage"; productName = "React-RCTImage"; - productReference = DACEA80519903C23ED463542B32F17C4 /* libReact-RCTImage.a */; + productReference = 1D8277B06A0673A56DA198B8DF760DB1 /* libReact-RCTImage.a */; productType = "com.apple.product-type.library.static"; }; 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */ = { @@ -13268,7 +13358,7 @@ ); name = FirebaseCore; productName = FirebaseCore; - productReference = A610DFF0E0BE7C475685FA8DE3DBCF0C /* libFirebaseCore.a */; + productReference = 67D4462BFAC94335D52DB0E47B9B18FE /* libFirebaseCore.a */; productType = "com.apple.product-type.library.static"; }; 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */ = { @@ -13285,167 +13375,7 @@ ); name = UMCore; productName = UMCore; - productReference = 08F2757358C92ECAD0E9B56A8B4C8F59 /* libUMCore.a */; - productType = "com.apple.product-type.library.static"; - }; - 01CEACD13A714D099CDB2BC08C2FB324 /* Pods-RocketChatRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = 93436B5786A8C55065FBA52F0FB6FD93 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; - buildPhases = ( - 4590D1B7FD0E81A6270FF721845A3263 /* Headers */, - 63C5F7C64B91541FB8FD2306B1B23263 /* Sources */, - C84EF20AF4BA0C5E4C1DA53D0E3D3CCF /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D94FADCFC445FBEC0799DA57DA798642 /* PBXTargetDependency */, - 7065AEE45A12E094ED4C7D5D3A036325 /* PBXTargetDependency */, - B7135466D5C85B67B466081FDACA5D8B /* PBXTargetDependency */, - 67A340FD5EBB70FB76DD90293166533F /* PBXTargetDependency */, - C0246C4CE36C8B93B788805407995A1A /* PBXTargetDependency */, - 9CA79C2DC64564F22D5EF7967532900B /* PBXTargetDependency */, - 6851E804B6B061DEAB88CF5926E323D8 /* PBXTargetDependency */, - D3ABCE8BCA581FB9AB939EEE93C78D24 /* PBXTargetDependency */, - A55322FA0E8F95E66FDAA2B6EBC31A7F /* PBXTargetDependency */, - D9B3DF78F7841782F749FFFDFC775641 /* PBXTargetDependency */, - 31A6F2C3057ABC7058DBA68744858A86 /* PBXTargetDependency */, - 136BDDBD90D3BC0D863641CFD290DB39 /* PBXTargetDependency */, - 6C233080056CA0587E6A088D716F7D9B /* PBXTargetDependency */, - D76EAD368E6B8B7CB5F604BFF8BB9AA3 /* PBXTargetDependency */, - 5E402033FC3292FE90442670DA269302 /* PBXTargetDependency */, - 6BE1CA3969D6DFC8031EAA6EEDE5EE21 /* PBXTargetDependency */, - D8767E25CAB340E8739F7A42933892C6 /* PBXTargetDependency */, - 1E45AB489596D93DC3261DC2D39737E1 /* PBXTargetDependency */, - BE53F54183A98F2E96C1166664B6A0B4 /* PBXTargetDependency */, - 36630567F7DFB198EC71C39899198785 /* PBXTargetDependency */, - FB1AD1C311E8D02DE894204A82EA9462 /* PBXTargetDependency */, - F457E64EA84EAEB04F17FDC9DD68F460 /* PBXTargetDependency */, - 210B52D5DE653497CDD4B1EF0A11C866 /* PBXTargetDependency */, - A70995D6AA4205C9AE5F3C22A24E1407 /* PBXTargetDependency */, - CABB4C9C9CD95FD141C1F4FB5CD78730 /* PBXTargetDependency */, - A00BE7D5A1F21A9B9D3E8515C5434A11 /* PBXTargetDependency */, - 944B96AAD3BA5BD053BEF4A936FF97A0 /* PBXTargetDependency */, - 068E842C8A7F492EC930E9FCA7B6FFC9 /* PBXTargetDependency */, - D572E911EAC37535E66067652F5DD130 /* PBXTargetDependency */, - 9E38E1CBF0D5044B621736B49D869DBC /* PBXTargetDependency */, - B3138C869D19037E8C156AAA28E47D27 /* PBXTargetDependency */, - E85E7E3BBFE6407EF0E8671765E691C5 /* PBXTargetDependency */, - DE0AACB352BBE70C14AB02F6A6CBF999 /* PBXTargetDependency */, - 44ECC4945B4CF177D18DA45C44829276 /* PBXTargetDependency */, - 438222CEE808A6141FECC468D39409A1 /* PBXTargetDependency */, - E45499EC85164E6DD8F26DB7959EABE4 /* PBXTargetDependency */, - 9098544BEE6E7C852A6FF06E8FE04A94 /* PBXTargetDependency */, - 5A6DD553AA8BE778319A4194C48DAF46 /* PBXTargetDependency */, - 947265B05CD534C6754538402954011E /* PBXTargetDependency */, - E9A0431E565FB572E44DFD12613FA8C6 /* PBXTargetDependency */, - 03545B818023373FA969C793AE38803B /* PBXTargetDependency */, - 644C9CD277F154C2F3C2F3DF931B127C /* PBXTargetDependency */, - E6B983663E6EF7E4021294C9F0D5CD76 /* PBXTargetDependency */, - 80B9F00CAD0F4AFF666549E32F0334F1 /* PBXTargetDependency */, - 9307EB014165F8AF38B43F1326F60328 /* PBXTargetDependency */, - AF4E08619C709EDA5BBA2F306FBD75A8 /* PBXTargetDependency */, - B799757B91952D8B0658B75D47A69A77 /* PBXTargetDependency */, - B8C2B676095EB766BE87ECD76C2518E4 /* PBXTargetDependency */, - A1F87FDB6F11707034423916F6327AD4 /* PBXTargetDependency */, - 53B8AF00DF9C6E1B5E065229B057F36F /* PBXTargetDependency */, - CA7C27F2625F09AD64EE979AE4463F0A /* PBXTargetDependency */, - 888D746DC933ABC43FC64D0738D35D23 /* PBXTargetDependency */, - 4F92B6F19494228F398990118F632FD0 /* PBXTargetDependency */, - 5B5216EA131DE0EC4355CA2D3E1D753B /* PBXTargetDependency */, - 93E932F33790F0F9047B74EDE865523B /* PBXTargetDependency */, - 91972E82A7F88ABAC35F6D8AF19B5A43 /* PBXTargetDependency */, - CCDE6F9F4F7811D2906F4747D514405D /* PBXTargetDependency */, - 55F8E90A7CC57A522852D08AF3A417B7 /* PBXTargetDependency */, - 776043E43EC5BB50AD868FF04C225C68 /* PBXTargetDependency */, - BEF99443AA77A3849CDD0E7A9866D4E2 /* PBXTargetDependency */, - 16B770DCB3A505CF6BB2A3AD8A1890FA /* PBXTargetDependency */, - 5222A0B968F4648623340BEA03A4529D /* PBXTargetDependency */, - DC2D6D5D04569084677C0B7ED6B48788 /* PBXTargetDependency */, - 1AEF406AD1CEA8E952AABE97D486B487 /* PBXTargetDependency */, - 92CB3D9998A1CEF2703D359B724A0B0E /* PBXTargetDependency */, - E3173A63A27FFCA4EAB28EC80B92645D /* PBXTargetDependency */, - 8BD92BF87C75D6C861B4EB6A511B7BEB /* PBXTargetDependency */, - D0A30E609794C8C61F765EFD443D6E7D /* PBXTargetDependency */, - BEDFBB1EA759BA466CCACFAB3078EB2F /* PBXTargetDependency */, - E50FD8450D5033AC7DAD0069B6B9F7C1 /* PBXTargetDependency */, - 5AC733F3B99934F18897CCE7DF0AAD88 /* PBXTargetDependency */, - 61829E5FD2193E9807321A281BEC45A4 /* PBXTargetDependency */, - 9A9C8C007EF92EFD07A049BB8EE8DD5B /* PBXTargetDependency */, - 588FC96A7752D048EB0EBB7DE5C83BDD /* PBXTargetDependency */, - FCE4366FAECA0CCADD1CAFAB7109418F /* PBXTargetDependency */, - 9C2294FB3F9071D9AE0142E120866E4D /* PBXTargetDependency */, - AE49DDB5F148BF99B7C9C5E894056A8D /* PBXTargetDependency */, - FF7F1D03F6EAD1E44BCFD1108B18FCBA /* PBXTargetDependency */, - 5B2262DE2B4B4F49B8C7E39A7861AD1B /* PBXTargetDependency */, - 0636630BEB1E5DBE07A6F657DD764567 /* PBXTargetDependency */, - B64E540032B38133FC1B6E20A2EC86F2 /* PBXTargetDependency */, - 3EA6533190BAFEA513334FEAF8F22314 /* PBXTargetDependency */, - 47089073BC2C53E1C224253A5B21905A /* PBXTargetDependency */, - BF27720B0CFD36FED37DE547EDC5A88E /* PBXTargetDependency */, - F66CA8C9317B62770D810D6F0043185E /* PBXTargetDependency */, - 89402879C4CBE18F0997DD2B81A33664 /* PBXTargetDependency */, - 0DCB49B8C375DB7BDBC185AB8B9FAB0C /* PBXTargetDependency */, - 717E1ABA439729B533DB162C3F062E25 /* PBXTargetDependency */, - ); - name = "Pods-RocketChatRN"; - productName = "Pods-RocketChatRN"; - productReference = EEF40665F46FB3797440A917AF5C07C5 /* libPods-RocketChatRN.a */; - productType = "com.apple.product-type.library.static"; - }; - 06DEC3D70695800506D48892FE4C06C4 /* react-native-jitsi-meet */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8042940547B51A6B850A564D0A61A212 /* Build configuration list for PBXNativeTarget "react-native-jitsi-meet" */; - buildPhases = ( - D6B4E0E84EEAADB330EA7A899DB683FE /* Headers */, - 72066AA767A8DF8E3DA3CF71969EB07B /* Sources */, - 329CD3FEFD7012AEB924D8F0A059E0E1 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 9786AED5E829A4BAB70FFC36CE6B4842 /* PBXTargetDependency */, - A443293B09145EA23D030CC5611357C6 /* PBXTargetDependency */, - ); - name = "react-native-jitsi-meet"; - productName = "react-native-jitsi-meet"; - productReference = FBBF17E1989733CF8EEB82221A9A299A /* libreact-native-jitsi-meet.a */; - productType = "com.apple.product-type.library.static"; - }; - 0A839CF1E1DC111261AED3D86F9A04B0 /* react-native-keyboard-tracking-view */ = { - isa = PBXNativeTarget; - buildConfigurationList = 59A09408AEA098A49F38D290B9E029B1 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */; - buildPhases = ( - 069676235B3A14510E3240EB4FC795EE /* Headers */, - 75936E8EEDDEAA21F02F3F32FCFA70E2 /* Sources */, - 938A282777DB04289778D5D033447B37 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 6350D825073A99A32A816A16B78C4968 /* PBXTargetDependency */, - ); - name = "react-native-keyboard-tracking-view"; - productName = "react-native-keyboard-tracking-view"; - productReference = C1F5C672F45E668D82E457808A2990C3 /* libreact-native-keyboard-tracking-view.a */; - productType = "com.apple.product-type.library.static"; - }; - 0E27C1D2919A1336E4EED2093FE67ADC /* RNScreens */ = { - isa = PBXNativeTarget; - buildConfigurationList = 238ADF0776D24AC685B96E012945E847 /* Build configuration list for PBXNativeTarget "RNScreens" */; - buildPhases = ( - F8FA7D43FC9AABDE14D2B4B9FE6F151F /* Headers */, - C3AE5E6E1831CD6680126E64EA43A829 /* Sources */, - A3A30198A7972B6B0824BC3F85B8C3EB /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 7678AC52F85EFB518404449D3A9731A4 /* PBXTargetDependency */, - ); - name = RNScreens; - productName = RNScreens; - productReference = 77D98E1479E96A1B403182C9C22AD207 /* libRNScreens.a */; + productReference = 5F826C6146A3686752B9150E71CEA3C6 /* libUMCore.a */; productType = "com.apple.product-type.library.static"; }; 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */ = { @@ -13462,7 +13392,7 @@ ); name = "React-jsinspector"; productName = "React-jsinspector"; - productReference = DA5783422343FC461A172E9D4CB314D9 /* libReact-jsinspector.a */; + productReference = 13490FE18259DB4B2CC0484630FA904A /* libReact-jsinspector.a */; productType = "com.apple.product-type.library.static"; }; 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */ = { @@ -13483,27 +13413,132 @@ ); name = RCTTypeSafety; productName = RCTTypeSafety; - productReference = 29D68C01B7BB771D070839C48F2C7780 /* libRCTTypeSafety.a */; + productReference = ACF3DAC0FDE3A6D173DCB077C409276F /* libRCTTypeSafety.a */; productType = "com.apple.product-type.library.static"; }; - 1D8ED4A20867A7DBE943508D13C7FCB6 /* RNAudio */ = { + 168A8B33C6C3384CF02160192B9657F3 /* Pods-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = C4A19EAFEA575BBB2A8E411D62219AB5 /* Build configuration list for PBXNativeTarget "RNAudio" */; + buildConfigurationList = B846EA5558F004330ADB64ECE8D39D7A /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; buildPhases = ( - DCF71F970A88D1C39D2FE2BFE719012E /* Headers */, - 1B69B1511459416D77FD34A48A63867F /* Sources */, - 192A46BB4F825672EB39443B8A7C2E26 /* Frameworks */, + ED22395AD0F42C52E3FEC91B7D126455 /* Headers */, + 530BC3B27595D3F00C9C8695219F911B /* Sources */, + 94AEE852A735EA213C027477432A33E3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6D4EE579ABEDDB993D3A67B1D5A1697E /* PBXTargetDependency */, + BF2387CA384BB6D9F0DC055F50DE32BE /* PBXTargetDependency */, + 09CBA70C70B874613C3E1909B5C95FB6 /* PBXTargetDependency */, + 054D6CE9A5D9A80553B8BDAFA926692E /* PBXTargetDependency */, + 2653DF1CD5E97ABA8F42CBA81D64ACA9 /* PBXTargetDependency */, + FF6887C2B0CD559950ACB3BA17DCB01B /* PBXTargetDependency */, + DA7154D85A62B9A9253863F8903B7D0E /* PBXTargetDependency */, + 3B1C03F6E111576D446C94DADAF93D42 /* PBXTargetDependency */, + 7C982CFE754084F1EEFD577989710022 /* PBXTargetDependency */, + 61C5486735CCD7D218708A4A63D29AA6 /* PBXTargetDependency */, + 179DCB1F414FCCD30674992DD93E3123 /* PBXTargetDependency */, + 84F62F0BD1E18FE89A28DDB61EAF540C /* PBXTargetDependency */, + BC04D74128981F0B1FCDFFD9B8C965A1 /* PBXTargetDependency */, + B29FA0910DC318A400B4B4A61233F832 /* PBXTargetDependency */, + 2F875A091FD1BC0B8E762A739D97BD29 /* PBXTargetDependency */, + CF663B7259B6B9C9875E774CEFA39BD3 /* PBXTargetDependency */, + 48D57B09DD3DE500FEE9E8F68FF511D4 /* PBXTargetDependency */, + A7556E93CDA2427ACEE1974B8121A827 /* PBXTargetDependency */, + 682CC36C994CA9C85ABF69EA166B761F /* PBXTargetDependency */, + 21DAF9C7FA390D36ACEAC8DF9F04CD35 /* PBXTargetDependency */, + 595D7EBA07ED2049ACB6D72461C8B488 /* PBXTargetDependency */, + 3D4B28EDB3227C26F9CD0168EC66FF5B /* PBXTargetDependency */, + 00BE34A6998B1511BD6061A43D075454 /* PBXTargetDependency */, + 1B29280B8461116D47BCA8519662AFEF /* PBXTargetDependency */, + 68A9730F9992DFEDB3741D9844142349 /* PBXTargetDependency */, + 08AD7B49D2C9BDAE4C41E2BDEE33991F /* PBXTargetDependency */, + 52A33DB5CBF1245AA85A0391614376F9 /* PBXTargetDependency */, + D60ACE099BF26C8F2F9124D230CD3877 /* PBXTargetDependency */, + B1D68D505DB463C03F1F612974C06607 /* PBXTargetDependency */, + EE8E28C6FD2E7E55FDDA8F175452E3CA /* PBXTargetDependency */, + 1872731367A41B8D4F1AB1BC8F82CB57 /* PBXTargetDependency */, + 3757DDEA36D851D3AE849EE2640C1EF4 /* PBXTargetDependency */, + 549AB48A529569A38882546A8171DB3F /* PBXTargetDependency */, + F028A84F9F3270B5AC59DF9CF95BC554 /* PBXTargetDependency */, + 3D6E58857B6D6B19E427971EEBC92438 /* PBXTargetDependency */, + B0D3E7E71AA2EB93D4C467E8462858DD /* PBXTargetDependency */, + 260E4ABBB0AFED3C2E078E47D7957165 /* PBXTargetDependency */, + 749BB233B181E71F2ACEAB58197DAC3A /* PBXTargetDependency */, + C358478275E913D2DD0D7E40ACFACE8B /* PBXTargetDependency */, + D1599E01AFF54C5427B24F9C62206D8F /* PBXTargetDependency */, + 938F32342EBBFFA9CECC4A7E3B70E2D4 /* PBXTargetDependency */, + B3010118213C2F3C04E8567F57C982BE /* PBXTargetDependency */, + CA3BF92B6A7C7E7A931A935A86185BC6 /* PBXTargetDependency */, + 49DE76D9A44BAD427C67B2C5D6C5B52C /* PBXTargetDependency */, + CD47B8112D97FDB73B30EF199B54CB80 /* PBXTargetDependency */, + EB9C54F5920478D554C643D4B6A8E6BC /* PBXTargetDependency */, + 48C3D1E268E51227BE296C412B41E3EA /* PBXTargetDependency */, + D82713C55674A7F93C30FA9FF8DBD473 /* PBXTargetDependency */, + 37DCF8EAE8A6140052DBD18EDD174D33 /* PBXTargetDependency */, + AFC5BC29352F5F79784D4828FBA68507 /* PBXTargetDependency */, + 0BC40309DA27EF134AB416D24D3D65AE /* PBXTargetDependency */, + 57AD87575908DF06852994FADA7B4D2B /* PBXTargetDependency */, + 90918FD3F6B4073C0592180C2F93AC30 /* PBXTargetDependency */, + 328FEF699CF8578992E72E4ACB45C32A /* PBXTargetDependency */, + A8B8A4D88FE4A06A8AE69E88EF52A82C /* PBXTargetDependency */, + 2A2A9E79A3907F1B4C8C0075686E2075 /* PBXTargetDependency */, + 2ECB785F67827D03DF0AC1CBB8BBC103 /* PBXTargetDependency */, + 0784E172B5E0E27DF4D380FD0079A872 /* PBXTargetDependency */, + 74BDF8A0C1D99E778BAEFD4EEAC10377 /* PBXTargetDependency */, + B1771AD984981CDD09B6EDB60BDF25CD /* PBXTargetDependency */, + BA46AE084FF4A45D02CA105C90F5DDC8 /* PBXTargetDependency */, + 4C94FB508CC2E8BC13FD337123D52D5E /* PBXTargetDependency */, + FB6510682A580BABBB3CCFF03F3121D2 /* PBXTargetDependency */, + 80C960370F8D09FC2C27F1D7C40912CE /* PBXTargetDependency */, + 36267DF6055878F1957C981A34DBDBC7 /* PBXTargetDependency */, + B61AC997D9D07FAD9D27349E3CE1E147 /* PBXTargetDependency */, + 50F330983E21A34B776A3026A3AB4284 /* PBXTargetDependency */, + 7BC4C6D7193437A5FA31C4F482FA296B /* PBXTargetDependency */, + 2294D16497D1759A4CEE3D90F18567FE /* PBXTargetDependency */, + 004D02D3989EC79F98A069DEDDC2F7D0 /* PBXTargetDependency */, + CCA67078E768726723E53743675619BD /* PBXTargetDependency */, + 0AC6B40B55E8C2201FB73C498C60FD37 /* PBXTargetDependency */, + 96F05E92103E21EF08946389CE3633D5 /* PBXTargetDependency */, + 8D976FF1BBDE7125220C132A9FC55795 /* PBXTargetDependency */, + A9D8EE9B0B6B2D82282CDE5E1DC8E6A4 /* PBXTargetDependency */, + A8080C15116E3BC92F82A7F80F5D6DB7 /* PBXTargetDependency */, + 99EA777DC2C4F33DC1789CF5279DB0A6 /* PBXTargetDependency */, + B0CBE6A3DF995FC2C3BBA684A079ABFF /* PBXTargetDependency */, + A3D528FEA65EC66F827F7EF7C5CCF86E /* PBXTargetDependency */, + 8F3F7EDED128E486817D96A1AEB13CD6 /* PBXTargetDependency */, + 0C1E3CE63999DBB77734117FB9C34D62 /* PBXTargetDependency */, + 228D096842D6EF49CA22B195ABD5460C /* PBXTargetDependency */, + C62C03A703D4A0D2381CB0E9DC2F6222 /* PBXTargetDependency */, + BCDE6C0363A54D7D3658E1EA0FE6DCDF /* PBXTargetDependency */, + F06E85D29645F83ED9133350ADFBB366 /* PBXTargetDependency */, + F4820AB2C7049A6805669F6BD27F3996 /* PBXTargetDependency */, + 0D7B9D550A868E8AA95D3727AA2E2C81 /* PBXTargetDependency */, + 0D5967DFD5333F339323017B694EA771 /* PBXTargetDependency */, + C9EB728071C5B594210DEDE99BBD4D64 /* PBXTargetDependency */, + 183DC610BBD2D7F60801DC15BA7349EB /* PBXTargetDependency */, ); - name = RNAudio; - productName = RNAudio; - productReference = 62ACAC5E7A06BE7F1B445F549B65DF73 /* libRNAudio.a */; + name = "Pods-RocketChatRN"; + productName = "Pods-RocketChatRN"; + productReference = 77C097F51846A8B706968D9814B52CE3 /* libPods-RocketChatRN.a */; productType = "com.apple.product-type.library.static"; }; + 198D9829680607524E113C663F507960 /* QBImagePickerController-QBImagePicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = B2027EE41FD1FEB030CC330D195E2E3F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildPhases = ( + 5C778F74E71DCDBFBAA2238F1D34E7F1 /* Sources */, + 3A93F100BDFF9CD1128488B44E5737EF /* Frameworks */, + 9035C3C6E9A9965997569070460594B1 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "QBImagePickerController-QBImagePicker"; + productName = "QBImagePickerController-QBImagePicker"; + productReference = 6BA940786C4572925EAB8B1958542D57 /* QBImagePicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; 1F22396CB543506E7EA28A47A30E9727 /* GoogleDataTransport */ = { isa = PBXNativeTarget; buildConfigurationList = 9F67C8A591648E9045E567B047A2D019 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; @@ -13518,25 +13553,26 @@ ); name = GoogleDataTransport; productName = GoogleDataTransport; - productReference = A404097E148F1819281A337650A82A85 /* libGoogleDataTransport.a */; + productReference = FE58B14CEBD06ECE595FD4538D43487A /* libGoogleDataTransport.a */; productType = "com.apple.product-type.library.static"; }; - 2423D1FB7F3F91E20CF12466E84D7586 /* QBImagePickerController-QBImagePicker */ = { + 2A79367BD8C63288C636F306EAD473F4 /* RNReanimated */ = { isa = PBXNativeTarget; - buildConfigurationList = 8914A21B1ED80123762D9B27D951BD4F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildConfigurationList = 901F446F1FBF7226DE2606274B66C56B /* Build configuration list for PBXNativeTarget "RNReanimated" */; buildPhases = ( - 49996D66EBE28631F1B259F9DA73300A /* Sources */, - A3BD170F3892930FE000EF30E902628D /* Frameworks */, - 62835BD0654F6E36AFDD931502B46254 /* Resources */, + 6B0E522B3138C8911E12F7AF181A5B61 /* Headers */, + B583297F32C7691EEEA8B683776717BD /* Sources */, + B20CDB357DDDE2197476705C0031C061 /* Frameworks */, ); buildRules = ( ); dependencies = ( + B234F46BEB59AE7BC794E20598EC99DE /* PBXTargetDependency */, ); - name = "QBImagePickerController-QBImagePicker"; - productName = "QBImagePickerController-QBImagePicker"; - productReference = 7C292364A20E94A203C3C11FD7B564F2 /* QBImagePicker.bundle */; - productType = "com.apple.product-type.bundle"; + name = RNReanimated; + productName = RNReanimated; + productReference = 230B9D6D2EE945D7B2C2874AF8468EB9 /* libRNReanimated.a */; + productType = "com.apple.product-type.library.static"; }; 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */ = { isa = PBXNativeTarget; @@ -13558,25 +13594,28 @@ ); name = FBReactNativeSpec; productName = FBReactNativeSpec; - productReference = 3C7C5D42DD5948AB3DD0AEEBFA0DBCF9 /* libFBReactNativeSpec.a */; + productReference = D69D1B27A6F7B8378846F09729DB732B /* libFBReactNativeSpec.a */; productType = "com.apple.product-type.library.static"; }; - 2E1B62D66A7097B06E8963437D5909DB /* QBImagePickerController */ = { + 2B3C9E54800029471CBC1137AB103231 /* RNFirebase */ = { isa = PBXNativeTarget; - buildConfigurationList = 4C53423CD6A904E6C6DF800A7B7D590C /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildConfigurationList = 1122588043160C5FE648B37B6979A146 /* Build configuration list for PBXNativeTarget "RNFirebase" */; buildPhases = ( - BEF64974223DB730E7477047F1474CBF /* Headers */, - 92D2F8AAD9B5D96AD22BEF010A833C09 /* Sources */, - EE1F3C37ACAF5EFD0568E299ABE080B9 /* Frameworks */, + A6EDF1B8ED9ECD8722F30A177F1CA503 /* Headers */, + 0AC45D1FE54F0EB9CD113CA06CABEE30 /* Sources */, + 8411F3155278613E2DBCA64C74A006D0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6ADD6F1C7CC96B8B55121B70ED0D5A1F /* PBXTargetDependency */, + 6CF1C2B91A73FB2319FC32D5AD0D1DCB /* PBXTargetDependency */, + 6FFFB62B3FEAE23E8E91457FF93299E7 /* PBXTargetDependency */, + FE3F756DD72F1BEEB700BC8C549FC899 /* PBXTargetDependency */, + 80E86D8065CC1CEC555989D2D8DA79E1 /* PBXTargetDependency */, ); - name = QBImagePickerController; - productName = QBImagePickerController; - productReference = 5767849105DF5DF08A153E973779C2F7 /* libQBImagePickerController.a */; + name = RNFirebase; + productName = RNFirebase; + productReference = 48F8ED36DA368E958171A3A0B43F268D /* libRNFirebase.a */; productType = "com.apple.product-type.library.static"; }; 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */ = { @@ -13596,25 +13635,25 @@ ); name = "React-RCTBlob"; productName = "React-RCTBlob"; - productReference = FE497DC1D03BBC1524B08585DFBC018E /* libReact-RCTBlob.a */; + productReference = 122F175D1762DBE043C361232F8428AE /* libReact-RCTBlob.a */; productType = "com.apple.product-type.library.static"; }; - 354080E72782177DBAB3CCEC8A61DF26 /* rn-fetch-blob */ = { + 2FC07103F8CB65CE323DE37ADCE767D9 /* react-native-splash-screen */ = { isa = PBXNativeTarget; - buildConfigurationList = 7796DE8843CE657A11CFAFC925CF4887 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; + buildConfigurationList = FD3F0A8C3DFF88322BA7B1F3C2BFEA11 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; buildPhases = ( - 39E0AC2D63FD017011A304730464F13D /* Headers */, - 6683F7C72E39C3E5701755F294ADF18F /* Sources */, - 2865E77511619A76182CB1CA82DB5C48 /* Frameworks */, + 407B2EFB9F07A0F19D1B6A8D5A44F010 /* Headers */, + F451960CCBD716062A3CD4FE418046AF /* Sources */, + 5D1085A10A4FB0D9143F7469E1A1F80E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 22368FFF9038F476E519957225D0900D /* PBXTargetDependency */, + 8904B941E433F75B2AECC915D7A134B7 /* PBXTargetDependency */, ); - name = "rn-fetch-blob"; - productName = "rn-fetch-blob"; - productReference = 84227D0A32CFFFEE02E7558663BF3682 /* librn-fetch-blob.a */; + name = "react-native-splash-screen"; + productName = "react-native-splash-screen"; + productReference = D64C00A0DE77C5B1204899230CA72856 /* libreact-native-splash-screen.a */; productType = "com.apple.product-type.library.static"; }; 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */ = { @@ -13633,7 +13672,7 @@ ); name = FirebaseInstanceID; productName = FirebaseInstanceID; - productReference = 7109CEA655580ED91B75F927D0F3982E /* libFirebaseInstanceID.a */; + productReference = 06B2308D0A91E35D7413A2203C801657 /* libFirebaseInstanceID.a */; productType = "com.apple.product-type.library.static"; }; 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */ = { @@ -13653,7 +13692,7 @@ ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; - productReference = 820EEE156D19F1273871393F2850D75B /* libFirebaseCoreDiagnostics.a */; + productReference = 8F92CF377D177BAEEE48F5C9D4870AB8 /* libFirebaseCoreDiagnostics.a */; productType = "com.apple.product-type.library.static"; }; 427A5566E42596B2649019D00AA80F10 /* libwebp */ = { @@ -13670,42 +13709,48 @@ ); name = libwebp; productName = libwebp; - productReference = 808E8AF2269D05C21D3D9C6352A7F413 /* liblibwebp.a */; + productReference = 2B8D8665B2FC60587BB063FFABB277C6 /* liblibwebp.a */; productType = "com.apple.product-type.library.static"; }; - 42BD655FCD2598C4D25D7B895932A77F /* react-native-background-timer */ = { + 491FE57F26A4949876F500E49FB3726B /* react-native-keyboard-tracking-view */ = { isa = PBXNativeTarget; - buildConfigurationList = 9A8E61E9E1EF22694027936DC5BAA527 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */; + buildConfigurationList = F9EF999464E29600FE62B412136ABC72 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */; buildPhases = ( - D76E6034DDA113318FB910278CABFFED /* Headers */, - E7037D1330C50F93DBC4C80DF85CA156 /* Sources */, - B38B94F395F4D44F2E9798E642962781 /* Frameworks */, + 69299A7F5670E1D1B2DE7E09D2668761 /* Headers */, + 2ACA2C9DE2DACBBF6BD3C746D487E3FF /* Sources */, + 5A3DDB6E8EA27771D75DEDE2841F78CE /* Frameworks */, ); buildRules = ( ); dependencies = ( - 5C8C08D809183E873F9D67FD582298E7 /* PBXTargetDependency */, + 3350C6A7CEBE321FB575F260E0D8029C /* PBXTargetDependency */, ); - name = "react-native-background-timer"; - productName = "react-native-background-timer"; - productReference = E3E9D8FA14DFD596D27F9BB39C8D6DF6 /* libreact-native-background-timer.a */; + name = "react-native-keyboard-tracking-view"; + productName = "react-native-keyboard-tracking-view"; + productReference = E56F444D34E63407269750AB0AC4C47D /* libreact-native-keyboard-tracking-view.a */; productType = "com.apple.product-type.library.static"; }; - 4DDE5693A87611C05EBF117455A2FB9F /* RSKImageCropper */ = { + 4BAE0A70354F1C6144A6296270ED8928 /* React-CoreModules */ = { isa = PBXNativeTarget; - buildConfigurationList = D07DBCF3C4E14EF6BD11AE749E3559B4 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildConfigurationList = 4948C621C80D5369EA08D7E9C3FA18C8 /* Build configuration list for PBXNativeTarget "React-CoreModules" */; buildPhases = ( - 30A49116137AC2CD9C5D70F38EBCAEDA /* Headers */, - 8163BB4CC7545290E648ED81BEC4B725 /* Sources */, - F5CD5392DB2070C7C20849B56F328115 /* Frameworks */, + 5722B39B38D6302835EB24930FF061DF /* Headers */, + EAF62F95A6DEECCD13EA1643367F7FBA /* Sources */, + D394251CBE83A97CDECEE25DDED3B800 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 5E32359A102DAA8F09D9F9668B2CA368 /* PBXTargetDependency */, + B27423652CC1DB9A45D08E28CC76DB66 /* PBXTargetDependency */, + 247E3E3D2310437A6BF3BE45B6B44BF2 /* PBXTargetDependency */, + 90E88096565F867720BA70AACDEB9A2F /* PBXTargetDependency */, + 625EAC6A18D8D82F3AC030FC2CA70C13 /* PBXTargetDependency */, + DF768B3F4EE039552663F320ECC8ED0A /* PBXTargetDependency */, ); - name = RSKImageCropper; - productName = RSKImageCropper; - productReference = 02BB86289FF53E3C45D13C3A1B115EFA /* libRSKImageCropper.a */; + name = "React-CoreModules"; + productName = "React-CoreModules"; + productReference = 5294D94390B7E0EEB8BEDED9C9B0A170 /* libReact-CoreModules.a */; productType = "com.apple.product-type.library.static"; }; 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */ = { @@ -13722,43 +13767,43 @@ ); name = EXAppLoaderProvider; productName = EXAppLoaderProvider; - productReference = 460991AC1BE5B75FEBBA47638A4138A1 /* libEXAppLoaderProvider.a */; + productReference = 3F3F02EA9142F4DAC85D061944D7043C /* libEXAppLoaderProvider.a */; productType = "com.apple.product-type.library.static"; }; - 52B496375B47BE24C88A169CA30D0DEA /* react-native-webview */ = { + 540024AEA0C7386EAF581DB9DAF844BB /* react-native-slider */ = { isa = PBXNativeTarget; - buildConfigurationList = AD2A942F78A1A29119F8BE40A0A214D5 /* Build configuration list for PBXNativeTarget "react-native-webview" */; + buildConfigurationList = 947AC3285C6DD5B72D6AB193766D572C /* Build configuration list for PBXNativeTarget "react-native-slider" */; buildPhases = ( - 0DA08FF22A60F56BE8BCEAF12229BA21 /* Headers */, - 833CF4D3BD6919F9F5C540277C99A66F /* Sources */, - 4893A645B393FAE52653F2C9E542610E /* Frameworks */, + 02A321E6CF0A1C74B96F288E0AFD2FA6 /* Headers */, + 75BD0E714B4B701EBE73C2AE3C2B76DF /* Sources */, + A59851063B6684D9B01E714CDEF4152E /* Frameworks */, ); buildRules = ( ); dependencies = ( - F164958AA709D14A90A2037CD16E40D8 /* PBXTargetDependency */, + AA97E517A306533D1FE10F4819D606CD /* PBXTargetDependency */, ); - name = "react-native-webview"; - productName = "react-native-webview"; - productReference = FCC22059E462192D9B273B945DC2A9B9 /* libreact-native-webview.a */; + name = "react-native-slider"; + productName = "react-native-slider"; + productReference = 05EBB0E8037097B7C08DA13B0CBC1CCB /* libreact-native-slider.a */; productType = "com.apple.product-type.library.static"; }; - 586C843030CBA8901E569AB3D2F76867 /* react-native-orientation-locker */ = { + 57AC7EAD7BD1DC75FD7A2629738BA6C3 /* RNDeviceInfo */ = { isa = PBXNativeTarget; - buildConfigurationList = 473481C5B0CF711932287F9B9AEA2483 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; + buildConfigurationList = C47EE4C5D3D5C5786ADE4F6CFFBA35FB /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; buildPhases = ( - 2143EACB77FDFEFD921A4697BA48336F /* Headers */, - F3FD78230AA83D2C91B06E46B6C9EF5F /* Sources */, - 288ABC21F1D06F9CB82B2CB966FE04A2 /* Frameworks */, + 646AB3F4EE00056BF949FCB66397B2A0 /* Headers */, + 7D791570823E28B21C76FC1320749B2E /* Sources */, + 9E40F8374CFF478A13525E6B46522799 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0100CA9D355DBFBE2509BC2021531D35 /* PBXTargetDependency */, + B3BC7154CF463093F38802327E3F51D1 /* PBXTargetDependency */, ); - name = "react-native-orientation-locker"; - productName = "react-native-orientation-locker"; - productReference = 97C923AA0AA7EF31C4233AF4848FD432 /* libreact-native-orientation-locker.a */; + name = RNDeviceInfo; + productName = RNDeviceInfo; + productReference = 2AB0AAFE91BECCACC8924A2D336E83B9 /* libRNDeviceInfo.a */; productType = "com.apple.product-type.library.static"; }; 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */ = { @@ -13775,7 +13820,7 @@ ); name = nanopb; productName = nanopb; - productReference = AA5207268C70A330051FE675E3CC119C /* libnanopb.a */; + productReference = DB1103650E3CAB41A505379BF5D8EAD6 /* libnanopb.a */; productType = "com.apple.product-type.library.static"; }; 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */ = { @@ -13793,25 +13838,7 @@ ); name = EXHaptics; productName = EXHaptics; - productReference = D0E211E286336B914A2B19295E3B9225 /* libEXHaptics.a */; - productType = "com.apple.product-type.library.static"; - }; - 5B9C887470B06C308DB225E189F87B0E /* RNDeviceInfo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 31CAE9EFF52FDB55F7F4DF6C2050382A /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; - buildPhases = ( - 187828AD1065FB97181977FB33605912 /* Headers */, - 6D341C9AACE2B507466D82192D1271DF /* Sources */, - 3EFA10597286A79C3B1B7317D71DA962 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - F16B30E65BC13AC2000D9923BE957A93 /* PBXTargetDependency */, - ); - name = RNDeviceInfo; - productName = RNDeviceInfo; - productReference = B2C3C50842C99465084B59724BB1F888 /* libRNDeviceInfo.a */; + productReference = 8C401FD05374DC1009A5D65E1F9BCCAF /* libEXHaptics.a */; productType = "com.apple.product-type.library.static"; }; 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */ = { @@ -13829,7 +13856,7 @@ ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; - productReference = D4D6A0329CD649D0C075E993F930BFBA /* libReact-RCTNetwork.a */; + productReference = 4D2E4EA52996362A1DEAACB5B508A0F9 /* libReact-RCTNetwork.a */; productType = "com.apple.product-type.library.static"; }; 63CF4D4E74D1771681263724253E1E79 /* GoogleDataTransportCCTSupport */ = { @@ -13848,7 +13875,7 @@ ); name = GoogleDataTransportCCTSupport; productName = GoogleDataTransportCCTSupport; - productReference = 00538E6400D6DE497F2355C3CDA9468C /* libGoogleDataTransportCCTSupport.a */; + productReference = 21F06E7D5E15CF8A2280DD819192E6FF /* libGoogleDataTransportCCTSupport.a */; productType = "com.apple.product-type.library.static"; }; 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */ = { @@ -13866,7 +13893,7 @@ ); name = "React-RCTSettings"; productName = "React-RCTSettings"; - productReference = 021223F4CB3D713C8F939055BC00D673 /* libReact-RCTSettings.a */; + productReference = D43590D14258E56F1775AA02D30F1518 /* libReact-RCTSettings.a */; productType = "com.apple.product-type.library.static"; }; 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */ = { @@ -13889,7 +13916,26 @@ ); name = ReactCommon; productName = ReactCommon; - productReference = EC977BDF60F0D8FD5CA3971CDBEF3EA0 /* libReactCommon.a */; + productReference = E2B0C33686F0E9F4B5A619A4F3993323 /* libReactCommon.a */; + productType = "com.apple.product-type.library.static"; + }; + 6F3B13F4F00142421B3FF553C3ED2F92 /* SDWebImageWebPCoder */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3D2361509A375DAF878163EA1D58F160 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildPhases = ( + 02E3393CB9C52A1F7E7EAA47D680E4DE /* Headers */, + 86D5F1CF9FB42790918B1E06188B121A /* Sources */, + E414395D8BBBA42B9A3AA63B052EF72E /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5685C14D08DCB055AC989095D0E32D31 /* PBXTargetDependency */, + 2C3AA69390302AB2859BC80535BB7564 /* PBXTargetDependency */, + ); + name = SDWebImageWebPCoder; + productName = SDWebImageWebPCoder; + productReference = 0B13B35E6DDF5720F664B54A0BD1EC00 /* libSDWebImageWebPCoder.a */; productType = "com.apple.product-type.library.static"; }; 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */ = { @@ -13907,132 +13953,7 @@ ); name = "React-RCTActionSheet"; productName = "React-RCTActionSheet"; - productReference = C96A5AC4864557B5EC8617A856C2886E /* libReact-RCTActionSheet.a */; - productType = "com.apple.product-type.library.static"; - }; - 72831AB9D90A45024AFD8489D0CEB6C3 /* RNFirebase */ = { - isa = PBXNativeTarget; - buildConfigurationList = 28165CB636DFBF2C71BA7CB1D8D58427 /* Build configuration list for PBXNativeTarget "RNFirebase" */; - buildPhases = ( - 305150B125FF4281ACE67E22E8B1FFD3 /* Headers */, - F7B774774A1FE5253547A8BA92235BF1 /* Sources */, - 8CF1FEC117EC8E94BDFC47B3A7074B6E /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 5BAA03ADEEA50793F23E7CD3983E680E /* PBXTargetDependency */, - 930A6DE757E76F546AB58A876EE3BEAA /* PBXTargetDependency */, - 8DA74C007FAE49B3AB8BD134924A91F4 /* PBXTargetDependency */, - 554D4A2D63444F310700BF60FDBEC545 /* PBXTargetDependency */, - ); - name = RNFirebase; - productName = RNFirebase; - productReference = 86006669CAEC9F6B941A80CC032DC0CF /* libRNFirebase.a */; - productType = "com.apple.product-type.library.static"; - }; - 734EC5EBBA74D964EF7403F45ECFAD2D /* Pods-ShareRocketChatRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1093E0DF7EB7D85FDD6397B68E891208 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; - buildPhases = ( - 5F92FF7D07FC27B50AD07B15ACAC4BBD /* Headers */, - 3E0375161A4C97F21897F70DBBF50015 /* Sources */, - 135DFAF142A14BF96714707FA8F4EF77 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - FA85B61CAF68776136ECF399989CC9C3 /* PBXTargetDependency */, - BAFCDF0AD092D05FE06FFDC8862414EE /* PBXTargetDependency */, - DBA4115988DE7E3296773F6CF9BC1B06 /* PBXTargetDependency */, - 6C33FF42CB5AB88C73AED6CF477EC8E6 /* PBXTargetDependency */, - ACCE80A5027A23A21AB5DDF060D40FC2 /* PBXTargetDependency */, - C7E294EEA4B149009F6DA7176C2BAF0E /* PBXTargetDependency */, - D4F59459536E2EDF233B5EFE32C3860B /* PBXTargetDependency */, - 5F78886F6223E09A28EBD4276937D25D /* PBXTargetDependency */, - 8995391C752773F5E2B16422A1E30848 /* PBXTargetDependency */, - DF9F80D112354C9D28B8D3FFDAD491E4 /* PBXTargetDependency */, - B3D9CEEC0D2A70C1BD5D14A732A1D6E7 /* PBXTargetDependency */, - 44761A891A6C03CDA744BAEDFC905E03 /* PBXTargetDependency */, - 226F4A335791ADF7FB0F7538A12567C9 /* PBXTargetDependency */, - 9EA537495D950AF67143A0A00EF5BD01 /* PBXTargetDependency */, - 3C3AE12228495D5CBF0ED20B7F650013 /* PBXTargetDependency */, - CC1B1F82FA54C8AA35CCBC7DB03D785B /* PBXTargetDependency */, - 9D99AB10F409D68B8FE623C138A7E00A /* PBXTargetDependency */, - 442B4D18ADEBBA7C62C8687A835DE042 /* PBXTargetDependency */, - 1C779A7E2464D9C5312306174A25F825 /* PBXTargetDependency */, - 0587EFF54B631C2D6B689B42E5DBBF87 /* PBXTargetDependency */, - 9D78AC1EC7B706BAC4B1A2027B8BE8E0 /* PBXTargetDependency */, - 73387D624963D286E47F433D5C2162F8 /* PBXTargetDependency */, - 24CBF3FB94140FA638C9AFCEC715070D /* PBXTargetDependency */, - B12B1A67B5817A2C89B57D7E1475D45E /* PBXTargetDependency */, - 6DAAF97E297425CB09CA8EACA7F50CC9 /* PBXTargetDependency */, - 85298C12D917FE0D5F7BB330D8B17268 /* PBXTargetDependency */, - C869EAB6E723103C25D815C83EF3F2EC /* PBXTargetDependency */, - 585D06A4E3C6BB1039EB1891173F6B23 /* PBXTargetDependency */, - ECEAF5ABF0967C5D3813D99898567AD1 /* PBXTargetDependency */, - 644AF3B0258A0ABEFE898D19C26B8584 /* PBXTargetDependency */, - 1383E610C83FEFA11CDEFD3273B293C0 /* PBXTargetDependency */, - F59B395458AC6E3D5779F66F42AFC4A4 /* PBXTargetDependency */, - 069171D6714F3094C1A8EB205BE29E0D /* PBXTargetDependency */, - 1E3BF02B0D58ED109471A13AF22C4278 /* PBXTargetDependency */, - 9359A2A75749126D7D997811E06F0ACB /* PBXTargetDependency */, - 4357C205FE6BB45646E6BFBA9E8CF708 /* PBXTargetDependency */, - 415EF3BEC42492E0537CB5AD514551F0 /* PBXTargetDependency */, - 1950EACF4CE0F4E0A3DFCA926B72584C /* PBXTargetDependency */, - 1C4A21D285A3D0172D2B81A91157AF4D /* PBXTargetDependency */, - 53EC1864708FD10379959854BB1181B3 /* PBXTargetDependency */, - 31FD4AC390AB07FE9F28C5170E946DA8 /* PBXTargetDependency */, - 76212534600AC2691B8480810723A713 /* PBXTargetDependency */, - E29B0EEC557D466E5EA1FCC2C9234330 /* PBXTargetDependency */, - 60B056629A5A31A32C8BEF22314F657E /* PBXTargetDependency */, - D72034E20933B8FD82D55DE27DF2AAA2 /* PBXTargetDependency */, - 22AFBB30FAEB620D148F6694A8D8A3D4 /* PBXTargetDependency */, - E3E8AE9300A1B751D612DD473CFE058D /* PBXTargetDependency */, - 19E43934AD9E289FA0DE203877A11798 /* PBXTargetDependency */, - 697EA30F9EDF9A358507AC6086B61816 /* PBXTargetDependency */, - 3A58803112D04DFB6FE3F27B4027833B /* PBXTargetDependency */, - 926C9988B7B8E2DF4ECB1D1D1A900CF7 /* PBXTargetDependency */, - A198C7E8B0F5ADE28D6C3ABF8D10DB9A /* PBXTargetDependency */, - CD666B7725A053CB6C3C6F5C6E28AACD /* PBXTargetDependency */, - 5F2F2B7473886220CD449AB2AE14A3A9 /* PBXTargetDependency */, - 2E70AD0F00788838AB81D06DD117B25D /* PBXTargetDependency */, - A41C90737DB1159F48A7149F9CC9CA8B /* PBXTargetDependency */, - 208C2F2ADD08BF8C795BB9105F54BAA5 /* PBXTargetDependency */, - C6FED24BE250D854B2FF2688A6009E08 /* PBXTargetDependency */, - F5C3A5B15F94110EB03CC4A026C5DB7F /* PBXTargetDependency */, - 184C88C6B6A7B6CC2271DBBFC8E4107E /* PBXTargetDependency */, - 3F64E898537C3DBEFDEF9E786BB2B14E /* PBXTargetDependency */, - 155F36C9ED16F0F07C8916C85BE54814 /* PBXTargetDependency */, - 32E6310DB549809923C3D3028034341C /* PBXTargetDependency */, - 5CC8F3ACD5FE16ECAD9B34FAD752B86C /* PBXTargetDependency */, - 1339EBD669900D9DAEA9BDBE15B5A062 /* PBXTargetDependency */, - B8E06E7A5D5ED403947A809D3612D4B3 /* PBXTargetDependency */, - 35D7AF45E35C5ECA3615E87FF52D8176 /* PBXTargetDependency */, - 87B9A470244CA0D9C95478DA3F7818EA /* PBXTargetDependency */, - 153961C4551A0B121117187361AC7513 /* PBXTargetDependency */, - ); - name = "Pods-ShareRocketChatRN"; - productName = "Pods-ShareRocketChatRN"; - productReference = C6BC80FBF3C55A6B59C978DF008D2DE3 /* libPods-ShareRocketChatRN.a */; - productType = "com.apple.product-type.library.static"; - }; - 743B4DEB68D23793521F266C0241382A /* RNVectorIcons */ = { - isa = PBXNativeTarget; - buildConfigurationList = 75DAD50F775EB61B643EC47428B09092 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; - buildPhases = ( - FF3A34D764FD92B5DB2D72B25EEB8793 /* Headers */, - C72AED49C03DB977CBBEDBB8460954B5 /* Sources */, - 8B3E7988F932C74A7CE6F1431E939268 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - BA2BEDDB1162BF498FB412026D430EE7 /* PBXTargetDependency */, - ); - name = RNVectorIcons; - productName = RNVectorIcons; - productReference = C20A11A46DA88C93478EB17745182247 /* libRNVectorIcons.a */; + productReference = DEEBA5D1E1553BBDA79EBD59B971879A /* libReact-RCTActionSheet.a */; productType = "com.apple.product-type.library.static"; }; 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */ = { @@ -14056,25 +13977,25 @@ ); name = "React-Core"; productName = "React-Core"; - productReference = 709BFF4EAF2CDF772CFC20DDC685AB63 /* libReact-Core.a */; + productReference = 07A586BE0AB875602D49E4F15A2F4204 /* libReact-Core.a */; productType = "com.apple.product-type.library.static"; }; - 7771CBBD8DE87850E7FDC2BAA331122F /* react-native-notifications */ = { + 74FF81DA04607EFDA9937ED10354E664 /* RNScreens */ = { isa = PBXNativeTarget; - buildConfigurationList = DA26E2F5C5BF12C88FBD522F9E286D3E /* Build configuration list for PBXNativeTarget "react-native-notifications" */; + buildConfigurationList = 29BA3F56338DA11DE5D4329A123B578E /* Build configuration list for PBXNativeTarget "RNScreens" */; buildPhases = ( - 8E6ADF3467240E0B656DA91793C6CF70 /* Headers */, - 7F1B7E8C0D5FCB3036CF23542B70F457 /* Sources */, - D309C0D2C3A05A6DE2127D2E561E3771 /* Frameworks */, + 03F6182B2DDD63351C8BAFCD8564B8FF /* Headers */, + E9F3319C1744369E70AFFBB8D6246ECD /* Sources */, + BDF27EC7B2F5A5E95E112A842719FF9C /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1EEE70D3E2DFEFB5916350FE20F8AB4B /* PBXTargetDependency */, + E4ED47E1D395DA9238D10CECCBBFF6E5 /* PBXTargetDependency */, ); - name = "react-native-notifications"; - productName = "react-native-notifications"; - productReference = 41A5423EBB1880BAF6F9267E5B15F7D6 /* libreact-native-notifications.a */; + name = RNScreens; + productName = RNScreens; + productReference = 3635685645FDCBEE6C2A8152FBC45CBE /* libRNScreens.a */; productType = "com.apple.product-type.library.static"; }; 78321EAB31E9FCC75DFA950389835085 /* Folly */ = { @@ -14094,7 +14015,94 @@ ); name = Folly; productName = Folly; - productReference = 2A7F743FD292127E00F2E9D5E75F7BB1 /* libFolly.a */; + productReference = 01A75FB28840F8AE9525764F3939A611 /* libFolly.a */; + productType = "com.apple.product-type.library.static"; + }; + 7A2EDF06291BD3B1AB42873D1DBDE212 /* Pods-ShareRocketChatRN */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5FA859D3E11A0BD7BF09A83C25239A3A /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; + buildPhases = ( + 2A9EE0D68838514A7448268C9241BE0F /* Headers */, + 9F84DF07173C1DACD00D9031968A0617 /* Sources */, + F59A8D40FC6DD79C6D81EA896C2E6796 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 4A1DDCC69AB225137216D13E15B98917 /* PBXTargetDependency */, + FE0B0E6209BCE29645459CDCEBA4038D /* PBXTargetDependency */, + 1BAE664CCEE474E57BD0B2F86A9F56F3 /* PBXTargetDependency */, + E4E4CD817842BFC18888940C14168944 /* PBXTargetDependency */, + 0B0A967FD652A0470F19AA85492F8EBC /* PBXTargetDependency */, + 73A1D413951EEACF36D3DD2F6E07EBC8 /* PBXTargetDependency */, + 4611C925A0EBD9254F83E911785E5B78 /* PBXTargetDependency */, + A57847F523F51C6BD4B6D1799DC5F7FF /* PBXTargetDependency */, + 8DAF32C7CB9B48EA34288B61AAA76116 /* PBXTargetDependency */, + 75377E586104D7896236DDCF85DC7682 /* PBXTargetDependency */, + 853B7F489623630B1F75ED3A612E2F1C /* PBXTargetDependency */, + 634199F402CEFD3490A637E10AA4A705 /* PBXTargetDependency */, + AB5D455A473F66C3E5CF4C3A3B88C29E /* PBXTargetDependency */, + 81EF2546725F9857005BCEBACA70FDA9 /* PBXTargetDependency */, + 05F1DB8CD98630BA0503320ADE12EF75 /* PBXTargetDependency */, + 9928B3DC3752F0196B986C05616590DF /* PBXTargetDependency */, + 8EBA68DD47B5E2D0D45555A7CDCA3564 /* PBXTargetDependency */, + B1A8C83F1AB626D552DAA089A8E24EA9 /* PBXTargetDependency */, + 20B02534978126B8C7D07FF8D2B83EB7 /* PBXTargetDependency */, + 764647C90AE2A870B8DAC74604FC747A /* PBXTargetDependency */, + 75CF2E3EE2CE633B223CF5B21FAF5019 /* PBXTargetDependency */, + 160FE763D3D6EAD2438B894CAE83D275 /* PBXTargetDependency */, + CFEF1AC5331E84BB2D9353149BEA5CA5 /* PBXTargetDependency */, + E04B0E1E96FF60C39817B986EC1661FE /* PBXTargetDependency */, + D7082ACDF10F760E809A0364A9627143 /* PBXTargetDependency */, + 8C98DA79DE7EA175D4DBE26265F28169 /* PBXTargetDependency */, + D2846F7DE3547E32B0B86115504C12C2 /* PBXTargetDependency */, + A54E1C431AE167A4453C72F3A6802ABF /* PBXTargetDependency */, + 6EDDD5B3D7443B9489273BD912052013 /* PBXTargetDependency */, + F2291466EC323592642393B3167ED9DB /* PBXTargetDependency */, + B4DBD56069688E58E7C16298F23A36B5 /* PBXTargetDependency */, + E7863B846CCD39D286E80167D0D6C390 /* PBXTargetDependency */, + FE09AF49CACFDEA9E46381F0F5DB521A /* PBXTargetDependency */, + B2FD68DA97DC0FEFC8789FFD4E8EEAD3 /* PBXTargetDependency */, + 4B375465707108B2087273C5772A0D23 /* PBXTargetDependency */, + BB3D168A19A63CC070354CD5E35CA1A8 /* PBXTargetDependency */, + 1EDD26B309654CBAF0C44B126DCDDDC9 /* PBXTargetDependency */, + 5A92579C3BC7A2D824C00464E062DC4F /* PBXTargetDependency */, + 667F88EF0AC92C65A46B5E5FD10A6ED3 /* PBXTargetDependency */, + 073C6672E149F29BAD93EE2828C43CB1 /* PBXTargetDependency */, + CC4BC75563EF6A3ED96D9A41941725E8 /* PBXTargetDependency */, + A5835717DBF5D95FB3B71B911693EF67 /* PBXTargetDependency */, + B7C5C9AA23ADAD2899F5487D93DD6994 /* PBXTargetDependency */, + D908BA6621D8AD9AEC9BB091246FFBF8 /* PBXTargetDependency */, + 8D3A652B190F5E47A01245111F774D00 /* PBXTargetDependency */, + 89E0222ED4701758B0ECB7AE786E3BE1 /* PBXTargetDependency */, + 0BDFC14CC664098D4D143CB773E2371F /* PBXTargetDependency */, + CEEDF35C05043E51ED2DB836AA95A226 /* PBXTargetDependency */, + BF7A943C78A8D86BB439315C9F7CA727 /* PBXTargetDependency */, + 43EDDFD2E9A4E73D27CDA4E8A32CAF13 /* PBXTargetDependency */, + F860A0108C5ECEFDA9AB7F98EAD4B8C9 /* PBXTargetDependency */, + 34DB03C9D18A389B7C599B92095DA7F0 /* PBXTargetDependency */, + 64E4D2FF0090FF15B92FB24145AA58B0 /* PBXTargetDependency */, + EA403CB8FAAF71D1BDE40DF4B943A72E /* PBXTargetDependency */, + 245610266CC7A136B3EA0F14B6D4EF5D /* PBXTargetDependency */, + 1932BD98ABFF6758531ADA87E3204275 /* PBXTargetDependency */, + 53C9DF7A6C79A40222529B67C995C72D /* PBXTargetDependency */, + F6FA065C752EC130074871577D93B049 /* PBXTargetDependency */, + 419262CDF87FD992459A98D75B2C5221 /* PBXTargetDependency */, + 15BC430761544A5E504A17645E400939 /* PBXTargetDependency */, + 064B1A5F56D107F9A02FF5EED6DE50BE /* PBXTargetDependency */, + 312CDF4091415CFBD5ED44CDE0A3A24E /* PBXTargetDependency */, + A9000F7C29B23C52F769FC945D93E2A1 /* PBXTargetDependency */, + 9EB1C1FB2D4795415F06D6EB8ADD87FC /* PBXTargetDependency */, + 91606214395BA5FC053F7FA59FB9B364 /* PBXTargetDependency */, + 31EAC965643725494880905013E2709D /* PBXTargetDependency */, + C7355E00FE2475A919B9C3902BB7092D /* PBXTargetDependency */, + FCFF8A13DE1108766E7B852DD53489BC /* PBXTargetDependency */, + D18338ABFFA7E91823A9D78798E6AF5F /* PBXTargetDependency */, + 65B7FC2D9D5CDD63C2BC5210E4B2A9A8 /* PBXTargetDependency */, + ); + name = "Pods-ShareRocketChatRN"; + productName = "Pods-ShareRocketChatRN"; + productReference = 9E60EE42704D19EF9D95DF3820501897 /* libPods-ShareRocketChatRN.a */; productType = "com.apple.product-type.library.static"; }; 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */ = { @@ -14111,7 +14119,25 @@ ); name = glog; productName = glog; - productReference = AE42EF954CD85BF69907E5C1DC217CCC /* libglog.a */; + productReference = E3B984AB826E418980736AB6DA4E0F94 /* libglog.a */; + productType = "com.apple.product-type.library.static"; + }; + 7E916AEE33184313930FC6B287F1E58A /* react-native-orientation-locker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 806534BB0C8DFF641803C06B7E1FC820 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; + buildPhases = ( + 0AD9520B5B8B7F3DF2DECBA3999CEC3E /* Headers */, + 0605FE70C1C48E91912787EED3DADE20 /* Sources */, + BF4CB8F1EE9C6B7BD5E8B7903A0187A4 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 260E45ABE66368321A06EF83C0B07557 /* PBXTargetDependency */, + ); + name = "react-native-orientation-locker"; + productName = "react-native-orientation-locker"; + productReference = 9E4B1A2D833EC3B3B0F8E2E22389C084 /* libreact-native-orientation-locker.a */; productType = "com.apple.product-type.library.static"; }; 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */ = { @@ -14129,106 +14155,24 @@ ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; - productReference = D2623C93B9C015E9A8F1571FD31B16E6 /* libReact-RCTAnimation.a */; + productReference = FB796C1EBCEF998F94EA653E5E71F759 /* libReact-RCTAnimation.a */; productType = "com.apple.product-type.library.static"; }; - 82BA924F838C30601D2A813EA338492A /* React-CoreModules */ = { + 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 471A981FDB643FAE9CD1B2BB6EB15F69 /* Build configuration list for PBXNativeTarget "React-CoreModules" */; + buildConfigurationList = 802594904D5DFB811EF717FFA8FB3C29 /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 6D19E0EA8D19DFDC4A13C50651AEB57C /* Headers */, - 74839A656D51ACFC038FD6652AC16783 /* Sources */, - 606B6655F431A6AE5BB11530F9B9DB7E /* Frameworks */, + 61FA41D3B75C472DE784AD1B72687F72 /* Headers */, + 497989CBA31C72723067E3CA43693477 /* Sources */, + D8A6E702C5D5AAC3A22C8B648B7E5FA9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 10E882CFEBFF99221BCA7A10CEE2EF1C /* PBXTargetDependency */, - CB7E8EB747CBA0EAC4BCC3FB33CD4632 /* PBXTargetDependency */, - A08CC873CE13E33D866F21E27CCC0068 /* PBXTargetDependency */, - 9CAF2798C8AEA8082EC6279CF92B9F1C /* PBXTargetDependency */, - 1C7231832A786B44CF40BC64469B2B52 /* PBXTargetDependency */, - C95C7A0835CD05C514D4FC7E39A82BF6 /* PBXTargetDependency */, ); - name = "React-CoreModules"; - productName = "React-CoreModules"; - productReference = 918FAA25B981FC2328B54C5EC159E438 /* libReact-CoreModules.a */; - productType = "com.apple.product-type.library.static"; - }; - 864F908B842632C53102364B908D850D /* react-native-video */ = { - isa = PBXNativeTarget; - buildConfigurationList = E31508D2C5A22533BD1AC133FCF89574 /* Build configuration list for PBXNativeTarget "react-native-video" */; - buildPhases = ( - BC1E7EA917E364B83C6EDB08D57A51AE /* Headers */, - 065134B9280D1300BCDBBC36506B4492 /* Sources */, - 8BEB698AEAD02F532FFF875B6B2B4692 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - B2177753B91240A69037AE2C62C6C431 /* PBXTargetDependency */, - ); - name = "react-native-video"; - productName = "react-native-video"; - productReference = 3EC540D240E3AB36FE683E1FBCD785BF /* libreact-native-video.a */; - productType = "com.apple.product-type.library.static"; - }; - 93C5B1FB74974DD045F6674ABFFDD408 /* react-native-keyboard-input */ = { - isa = PBXNativeTarget; - buildConfigurationList = 806906A37B99E94F69F11C9EB57FDBFB /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; - buildPhases = ( - A84B91E2C91B97EB967B2571C6B592B9 /* Headers */, - AFCA2B8AFD28ED3623FB799F457CEE11 /* Sources */, - 5137E9B29ADF12A8450C66BDD4631174 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - DDA9E9C57534B6419B6E84DF77C3F18E /* PBXTargetDependency */, - ); - name = "react-native-keyboard-input"; - productName = "react-native-keyboard-input"; - productReference = 8E721A81A43A372A9667A58B44C84384 /* libreact-native-keyboard-input.a */; - productType = "com.apple.product-type.library.static"; - }; - 97F64487E3A3BD041F3D7CC6460EA688 /* UMReactNativeAdapter */ = { - isa = PBXNativeTarget; - buildConfigurationList = C47A574960218FD6F25ED61F1E6ADAB0 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; - buildPhases = ( - C1B27701A0164BBF247A723DC0C7F792 /* Headers */, - EB10DF5A3D2E457D1B48130461606F76 /* Sources */, - 8A2B774A73B408E296022927E7E912B9 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0511F7808017C3BD3BEFCF19EDD98211 /* PBXTargetDependency */, - 80F60A4601D82CC9C75F28464ABB92A8 /* PBXTargetDependency */, - A6ECAA2C4096BD8B1A2E3E0DCAEDDB6E /* PBXTargetDependency */, - ); - name = UMReactNativeAdapter; - productName = UMReactNativeAdapter; - productReference = 450F873C9449D773F8A6A196FF5DACFE /* libUMReactNativeAdapter.a */; - productType = "com.apple.product-type.library.static"; - }; - 98F57C9A3FB6F5E9C1D7242BBE675E8D /* RNFastImage */ = { - isa = PBXNativeTarget; - buildConfigurationList = 156B45C4E08F7101AB4768F7F8CF85E5 /* Build configuration list for PBXNativeTarget "RNFastImage" */; - buildPhases = ( - 03AEDABDB215F6382C2A7B34B71627BC /* Headers */, - 0DD389EAA57B291ACA61000E9AAAB5AA /* Sources */, - 10269FF106A58B22D9E19EDB078CFC99 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - F4BFBDA074F6F315236D0F3B778DD030 /* PBXTargetDependency */, - B854EFA790A494D99A1080C635EA7F90 /* PBXTargetDependency */, - 3B973E5E205DFD47CD35484149579FCB /* PBXTargetDependency */, - ); - name = RNFastImage; - productName = RNFastImage; - productReference = 1432AC107EEC71614DBC990356D446B8 /* libRNFastImage.a */; + name = SDWebImage; + productName = SDWebImage; + productReference = EF346ABF43DF3103AD71D25B7A72C132 /* libSDWebImage.a */; productType = "com.apple.product-type.library.static"; }; 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */ = { @@ -14250,25 +14194,7 @@ ); name = "React-cxxreact"; productName = "React-cxxreact"; - productReference = 409FF0807B37ED4A9D2CCEF42F1D0F74 /* libReact-cxxreact.a */; - productType = "com.apple.product-type.library.static"; - }; - A3E6473348261FF8E0036D77598A7883 /* react-native-splash-screen */ = { - isa = PBXNativeTarget; - buildConfigurationList = C9F75F1D30711A9F1A3956D3BDDDE3EE /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */; - buildPhases = ( - D023FB39E9306540E125887122B82A3F /* Headers */, - 249AAE4E9B23040116CA5441FBA57779 /* Sources */, - F7E238D6ED628807081958F6DB260F36 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 926954F99CD6A3B92161995EA11E01CB /* PBXTargetDependency */, - ); - name = "react-native-splash-screen"; - productName = "react-native-splash-screen"; - productReference = 8E180F9558C8D0F98BBFA9A8F4F5DC55 /* libreact-native-splash-screen.a */; + productReference = 4F1297469F05C10B0501D8A739B9B0EA /* libReact-cxxreact.a */; productType = "com.apple.product-type.library.static"; }; A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */ = { @@ -14287,7 +14213,25 @@ ); name = EXConstants; productName = EXConstants; - productReference = 356FE3E71CD3DEFCAC4909FF82DACCE4 /* libEXConstants.a */; + productReference = 734AC9F08323E528E7FFB5FA515A2293 /* libEXConstants.a */; + productType = "com.apple.product-type.library.static"; + }; + A79F6AE1C4C678E5DD18F6861001D240 /* RNAudio */ = { + isa = PBXNativeTarget; + buildConfigurationList = 27399EED48B575586D67828F8305B835 /* Build configuration list for PBXNativeTarget "RNAudio" */; + buildPhases = ( + 7CDCCE5963ECA5FD3B1B0FE203783C03 /* Headers */, + 8E565AB800C4B13ADC9CFAB78C12628E /* Sources */, + 94B4BB41335953159A90FD1310B8132E /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + B15762B809F40B2AC7C89CD69004F45C /* PBXTargetDependency */, + ); + name = RNAudio; + productName = RNAudio; + productReference = A200E82B0D32B3A81279FF47ABDE0856 /* libRNAudio.a */; productType = "com.apple.product-type.library.static"; }; A954214FEA55463925B6F6E3A27B6016 /* EXAV */ = { @@ -14306,25 +14250,7 @@ ); name = EXAV; productName = EXAV; - productReference = 196B0A88499EC4B56090AF686E8DD239 /* libEXAV.a */; - productType = "com.apple.product-type.library.static"; - }; - AC9FFACDCABA4A7F5721FB719571B81A /* RNReanimated */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3AE61207ECD7BD36FEC281284BEE2E72 /* Build configuration list for PBXNativeTarget "RNReanimated" */; - buildPhases = ( - 97F310669DAAD3FE5CB4A56648BC6D0F /* Headers */, - 9B8C424F098B38F8393E918BC55543BB /* Sources */, - EBA4FEE7F3800EACA0EE15AA7127279A /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - BA18856760C8B8250D94780919462880 /* PBXTargetDependency */, - ); - name = RNReanimated; - productName = RNReanimated; - productReference = 122AAEB338DC8B736B63DB63AD613A00 /* libRNReanimated.a */; + productReference = 0B6BF6626CAF590422DB83F0F3DA8163 /* libEXAV.a */; productType = "com.apple.product-type.library.static"; }; B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */ = { @@ -14342,7 +14268,46 @@ ); name = EXWebBrowser; productName = EXWebBrowser; - productReference = CDCE878B34213960A39C86D72769BD67 /* libEXWebBrowser.a */; + productReference = 13D5B20D345DDB071CFF93200501F087 /* libEXWebBrowser.a */; + productType = "com.apple.product-type.library.static"; + }; + B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC /* RNFastImage */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7BA26EBAAA65AC23BDFEA44219FD2835 /* Build configuration list for PBXNativeTarget "RNFastImage" */; + buildPhases = ( + 4C855B8C07B06DD8CD33270B1E991570 /* Headers */, + 429EB320098923A5A6737A1A666C41B2 /* Sources */, + 3764ECD920AAAD0F17D79439B1FFD71F /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + BFE015A477E1FE42A722A9A9149D3202 /* PBXTargetDependency */, + 49206CF8CD72893F7B836CC131143A17 /* PBXTargetDependency */, + F8917B316E3603023509795102FE01A4 /* PBXTargetDependency */, + ); + name = RNFastImage; + productName = RNFastImage; + productReference = C4DBF84534866D7ABEE61B6BD3F2A9B8 /* libRNFastImage.a */; + productType = "com.apple.product-type.library.static"; + }; + B7653A7B2FCCAAC064F152B4F150809E /* react-native-jitsi-meet */ = { + isa = PBXNativeTarget; + buildConfigurationList = 23C2C4134C16C412D49181B7005BE5D8 /* Build configuration list for PBXNativeTarget "react-native-jitsi-meet" */; + buildPhases = ( + 1D9114FA96512012435BD159EE185FE6 /* Headers */, + BAABAEA61FDC8D441E471009B96F6702 /* Sources */, + EB7D26AD7D5E49869DFF9B5118013888 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + D5C7EFCA7E028471A52D574B5ECCCD8B /* PBXTargetDependency */, + F46DC4E7656F0D7F93F47014089EAF97 /* PBXTargetDependency */, + ); + name = "react-native-jitsi-meet"; + productName = "react-native-jitsi-meet"; + productReference = D71B4882231CDB46A079AE0A67BFB25F /* libreact-native-jitsi-meet.a */; productType = "com.apple.product-type.library.static"; }; B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */ = { @@ -14364,25 +14329,25 @@ ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; - productReference = 8D3111EE7181EC6A88D9C468462900B4 /* libReact-jsiexecutor.a */; + productReference = 2E90DCC6F46E412F704898FAF15AA3A2 /* libReact-jsiexecutor.a */; productType = "com.apple.product-type.library.static"; }; - B84B55116AE8D2FC32258CFFF2972E1A /* rn-extensions-share */ = { + B9B6E3E35B1B3007A20999EF7215B95D /* react-native-webview */ = { isa = PBXNativeTarget; - buildConfigurationList = E6FE4EABCBC21D903BE5028CF0BDC6B4 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; + buildConfigurationList = AF6F48DFA31A2086178FCDD7849B89A7 /* Build configuration list for PBXNativeTarget "react-native-webview" */; buildPhases = ( - 4F6EF5F457768D213F43FDD1F07EFF72 /* Headers */, - 8B651CF45112F6C4C7008F4B1014E963 /* Sources */, - 24B4BCD997742976F79030BBBD932F56 /* Frameworks */, + 47D64BBB2F371095B68748BD7C0B09AA /* Headers */, + C7307D7A162622FB013DAD2F7C3E9B61 /* Sources */, + C934FD2C77E55705FEDC8F2644866D17 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 44DDF138EBBF9078AFA9A41FDF7F0488 /* PBXTargetDependency */, + 9CE2DCA5EDC0CC7D65CF8042734B20B8 /* PBXTargetDependency */, ); - name = "rn-extensions-share"; - productName = "rn-extensions-share"; - productReference = 3BCF90E27230C0A61CC068752BDE4D38 /* librn-extensions-share.a */; + name = "react-native-webview"; + productName = "react-native-webview"; + productReference = ED1392E431830AE8AD8F595CAFDC8211 /* libreact-native-webview.a */; productType = "com.apple.product-type.library.static"; }; BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */ = { @@ -14399,7 +14364,24 @@ ); name = GoogleUtilities; productName = GoogleUtilities; - productReference = AFB872DDD998C244AC1FF5DEF2A6CF00 /* libGoogleUtilities.a */; + productReference = 3DE14A6897B60A3BDBD2FCCCE118C4F2 /* libGoogleUtilities.a */; + productType = "com.apple.product-type.library.static"; + }; + BC09B4466C880F3EE96B527B2921EB03 /* RSKImageCropper */ = { + isa = PBXNativeTarget; + buildConfigurationList = 607E5B403067E8CDBFF37F7FA184DBE9 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildPhases = ( + 93173F447DC2E5A4FB728D346D7689A1 /* Headers */, + F5C1F7D085B1C8977226610DF0FCCA1D /* Sources */, + 50CE046CCB65127EFC04A18A3853AFE9 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RSKImageCropper; + productName = RSKImageCropper; + productReference = 045E9546D687D21A166A734624C32BAD /* libRSKImageCropper.a */; productType = "com.apple.product-type.library.static"; }; BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */ = { @@ -14417,64 +14399,7 @@ ); name = "React-RCTVibration"; productName = "React-RCTVibration"; - productReference = 7007E5BD63700535A791FC56F083BFA9 /* libReact-RCTVibration.a */; - productType = "com.apple.product-type.library.static"; - }; - BF4AABB64D09DEB00ECF19B09D06CCD8 /* RNImageCropPicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = 018DAECA8F15EA1F012B027EA675E2BE /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; - buildPhases = ( - 30EDF8271849EE453046EF50843E94B4 /* Headers */, - 05029FC324637F0980CAC79BF11BABBB /* Sources */, - 2C47705138CB6B365AC2DDC8E28598E2 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D53A5D9E3973E6187A91E282F65F1575 /* PBXTargetDependency */, - A89B435084EC23B13C580E5B225F12EE /* PBXTargetDependency */, - 8500F96B2D974EC6D2DA69B1CA615F7E /* PBXTargetDependency */, - 72FFA1BB912281719230C1A7CA408B2B /* PBXTargetDependency */, - ); - name = RNImageCropPicker; - productName = RNImageCropPicker; - productReference = 08EA89A726A317A7E4C39434BC66C2E1 /* libRNImageCropPicker.a */; - productType = "com.apple.product-type.library.static"; - }; - BF663682387D1F23ADF217037A1593FD /* RNLocalize */ = { - isa = PBXNativeTarget; - buildConfigurationList = 48EAB0CB839D0B2C26418E9ECFB0D514 /* Build configuration list for PBXNativeTarget "RNLocalize" */; - buildPhases = ( - 26AFE17C9D7632017671AB64D50FF7D5 /* Headers */, - 3DA4D2BB3A25CE17469AFA0C5BDA74BA /* Sources */, - F7498C7BA263C5FBCCE77DC270AB9212 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 0714DAF79B8B1682AC2CC1B8961FC201 /* PBXTargetDependency */, - ); - name = RNLocalize; - productName = RNLocalize; - productReference = F834CCAD795E977DBB19041BCF8F27BD /* libRNLocalize.a */; - productType = "com.apple.product-type.library.static"; - }; - C044C5A98E3D4C78D88D46C8E6C24CE1 /* RNUserDefaults */ = { - isa = PBXNativeTarget; - buildConfigurationList = EA5C25E1165730DD6B6906B9ADA5DF1D /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; - buildPhases = ( - 778E6924469FA8F95391ED08C51C7DDB /* Headers */, - DEC2D3C7CE5662F062A13AA9B3F0AC4D /* Sources */, - 6B0452B313FFE8313B50AC0DDA781936 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 5DB6FF94FD7588F94A31054304FFC488 /* PBXTargetDependency */, - ); - name = RNUserDefaults; - productName = RNUserDefaults; - productReference = 884DDCF8ABAE6E290FFBEE88290F6038 /* libRNUserDefaults.a */; + productReference = C33636E194B49F4B82D1D08E0D504E69 /* libReact-RCTVibration.a */; productType = "com.apple.product-type.library.static"; }; C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */ = { @@ -14492,25 +14417,151 @@ ); name = "React-RCTLinking"; productName = "React-RCTLinking"; - productReference = DB550C0B57182EB7ECF71B581CB8332D /* libReact-RCTLinking.a */; + productReference = 1472F9F931DC5933CE4BBEC372AF9514 /* libReact-RCTLinking.a */; productType = "com.apple.product-type.library.static"; }; - D49B9B80A7B1F27C491DFA81E54E6CF7 /* react-native-document-picker */ = { + C5A74A3A8D634873563A34FD5C163E82 /* rn-fetch-blob */ = { isa = PBXNativeTarget; - buildConfigurationList = 8423216EE15DF7B773E9D80E94A47423 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; + buildConfigurationList = 9734D4CA6BABD82B987734B8DB45F880 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */; buildPhases = ( - 49230E3F7C9D1F5B34ED1F6653C52EFC /* Headers */, - FFE5F2FECF71D9A59DBABC8212950224 /* Sources */, - 9E3FCDC116387EDA7420257D1B04F1D3 /* Frameworks */, + 7A04780C3B6A3D9B192BFAD7C2734FE8 /* Headers */, + 059D3123480AC73C7399D48FF38B7657 /* Sources */, + F98DFC9424E8A683B749EC70A717047C /* Frameworks */, ); buildRules = ( ); dependencies = ( - E9B9018CC01581CFF9F3DD6A762B3867 /* PBXTargetDependency */, + 32CDCE6272F1EB4FAC4027EC9399D01D /* PBXTargetDependency */, + ); + name = "rn-fetch-blob"; + productName = "rn-fetch-blob"; + productReference = B24AA73E22B0A3688CA96456DAC19DE0 /* librn-fetch-blob.a */; + productType = "com.apple.product-type.library.static"; + }; + CC2495BA3EE056ECA8F2DADEC582A33D /* react-native-background-timer */ = { + isa = PBXNativeTarget; + buildConfigurationList = 79BCFDA5FAA1A4C30656954F72BCDA71 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */; + buildPhases = ( + F11BA6AC00E1AEC9A02C2E7979EA78B4 /* Headers */, + 226E1DE66DAAAF96EAECCB6C85C1F8E1 /* Sources */, + 68A657F53DD5C3EEA7A694D1C5E2A27C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + BEA5EE0B671B0D03DF0C8610491D18DB /* PBXTargetDependency */, + ); + name = "react-native-background-timer"; + productName = "react-native-background-timer"; + productReference = 3BA3DAEF150EF2B93BAE17AADEF139D1 /* libreact-native-background-timer.a */; + productType = "com.apple.product-type.library.static"; + }; + CDC7C7429C57F72466FCA222559AAB54 /* rn-extensions-share */ = { + isa = PBXNativeTarget; + buildConfigurationList = 109A667727F7BE4E7A35C8A0D552005D /* Build configuration list for PBXNativeTarget "rn-extensions-share" */; + buildPhases = ( + A19D76B266CEEDDC0593FDD9E06353B7 /* Headers */, + B807A056CDD2A37C0060F455D3C91C99 /* Sources */, + 609A338BD33827B9FC1751C8C02F6352 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1BB53C92A8DA7DF456D751A7707B832D /* PBXTargetDependency */, + ); + name = "rn-extensions-share"; + productName = "rn-extensions-share"; + productReference = 39E12075EE2AA4DA37EFA888FFAC1AE9 /* librn-extensions-share.a */; + productType = "com.apple.product-type.library.static"; + }; + CE239A802E29969C4057A2CBB5F2F39F /* RNVectorIcons */ = { + isa = PBXNativeTarget; + buildConfigurationList = 74177CFAE09A8945CB1FE164430E977F /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; + buildPhases = ( + 0DDA41F36284189C400FD52C7246F8AB /* Headers */, + 7B86716E573CA414BF3FC2E24784E33F /* Sources */, + 142D68D458C0D02A7937680EC3210824 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 0DD10221F0649249721D6D9926B6DA81 /* PBXTargetDependency */, + ); + name = RNVectorIcons; + productName = RNVectorIcons; + productReference = 166AE84C4370197360E1E8713C9EC33F /* libRNVectorIcons.a */; + productType = "com.apple.product-type.library.static"; + }; + CF5879D6E4A62DA725AB47839CDF2D9F /* react-native-document-picker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 076377182A7858BD82F190D8987DD979 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; + buildPhases = ( + 6D2F3BE4B7FF0539FFDA81F8FFA78EDF /* Headers */, + 83CF054B7A761F12C416AF802AC1403A /* Sources */, + BEE8428E71A6AD210CAAF23821EEE60C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + DA2CA85C5B8B9165ABEDAE474F4424BF /* PBXTargetDependency */, ); name = "react-native-document-picker"; productName = "react-native-document-picker"; - productReference = 3D187B29FF40E909C7B00649D02DD8D7 /* libreact-native-document-picker.a */; + productReference = AC2ED0A0DB2E73D7CB71913E95187BF8 /* libreact-native-document-picker.a */; + productType = "com.apple.product-type.library.static"; + }; + D043C00381CED00CE3860ABCA3DF5B8C /* react-native-video */ = { + isa = PBXNativeTarget; + buildConfigurationList = AEE7E0D6F078E85BF90AC5AE81FB9248 /* Build configuration list for PBXNativeTarget "react-native-video" */; + buildPhases = ( + B877E14DB724D50E2FE7021459A46B7A /* Headers */, + 87D465CA9B39F4596B53B1D5B9C106E5 /* Sources */, + 1F789943F692E7C6FFD798C39AE2A4FF /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 2E9A945E858B447B6C092B9ED28CF6CE /* PBXTargetDependency */, + ); + name = "react-native-video"; + productName = "react-native-video"; + productReference = 2112B857002EB31F84B2DA3D80B442A5 /* libreact-native-video.a */; + productType = "com.apple.product-type.library.static"; + }; + D89D50BBA94101244D7E1FBCDC882689 /* RNGestureHandler */ = { + isa = PBXNativeTarget; + buildConfigurationList = 04AB27B73E740D685DF7A02B00C81C9F /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; + buildPhases = ( + 2C50B2C4F93661F2E28AE05A0C2CC158 /* Headers */, + 69CCB3370387CB50D6944D14D1E44DB6 /* Sources */, + F5BFA93862AE3DDC7A5B8D61FDBA58EE /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C28F816DDCD68FAE38AC8C0E591037F4 /* PBXTargetDependency */, + ); + name = RNGestureHandler; + productName = RNGestureHandler; + productReference = 9B0258648ACE68F84131362F87778314 /* libRNGestureHandler.a */; + productType = "com.apple.product-type.library.static"; + }; + DE00324B3858B538798F4C258BBEF1D5 /* react-native-notifications */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4E4E16E71FCE0368FD0D2A4F3D528BFF /* Build configuration list for PBXNativeTarget "react-native-notifications" */; + buildPhases = ( + 9A31D58039B3160C8598350E50ED0A14 /* Headers */, + E7FEF67208D1FCC3D489535F038F12C0 /* Sources */, + EC951518BD776EF6F53FFC688B4DD9CB /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5727917E2FDC12E4860A2F5A4EA7F8D5 /* PBXTargetDependency */, + ); + name = "react-native-notifications"; + productName = "react-native-notifications"; + productReference = B6401E003F30D41F98C07C59F8402919 /* libreact-native-notifications.a */; productType = "com.apple.product-type.library.static"; }; E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */ = { @@ -14529,7 +14580,7 @@ ); name = EXPermissions; productName = EXPermissions; - productReference = D0280C22D66CA99355BCC526A3BA164F /* libEXPermissions.a */; + productReference = D668AF0C724A19448A2784B233119A9D /* libEXPermissions.a */; productType = "com.apple.product-type.library.static"; }; E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */ = { @@ -14546,7 +14597,7 @@ ); name = DoubleConversion; productName = DoubleConversion; - productReference = 0C1845B037EBFB2AF0EBE8D51A83F789 /* libDoubleConversion.a */; + productReference = BD3E1A18BA95F63A25DB141B3A318A52 /* libDoubleConversion.a */; productType = "com.apple.product-type.library.static"; }; E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */ = { @@ -14564,7 +14615,7 @@ ); name = BugsnagReactNative; productName = BugsnagReactNative; - productReference = E2306D5FB2F49E75665AE8E3911A4754 /* libBugsnagReactNative.a */; + productReference = 4A55D108598E8529B38E43788DE7642F /* libBugsnagReactNative.a */; productType = "com.apple.product-type.library.static"; }; E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */ = { @@ -14582,61 +14633,102 @@ ); name = "React-RCTText"; productName = "React-RCTText"; - productReference = CE32FD9AAE872F96034704AEF28E8F62 /* libReact-RCTText.a */; + productReference = 9ED23B0186A692DCEF7EA3B6693EB2E9 /* libReact-RCTText.a */; productType = "com.apple.product-type.library.static"; }; - E90B06E472DDA9583C2227DCEBFF5145 /* SDWebImageWebPCoder */ = { + EF5E506C3DAF6D69884F3469D1C9EF23 /* RNImageCropPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 6B508EF9B32FC114716836E87532616E /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildConfigurationList = 70253AEB1CB467E636E8256CF2A5F376 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; buildPhases = ( - 202AA95677AFB0234038EB528BCAA48D /* Headers */, - FC7F3EA1D1726999AB027F1E64FB6D7D /* Sources */, - 4CC05941F3243820A59EA6DBD09125F8 /* Frameworks */, + 8B4D7F3194634606EF85B1308B9388C3 /* Headers */, + 942DB9ECBB13848193F25CE216E3B03D /* Sources */, + 8C2F09A23129DF2C59D9B369A8EC8EED /* Frameworks */, ); buildRules = ( ); dependencies = ( - A00B5A4C770E702BC030F968308589DD /* PBXTargetDependency */, - 8026D966B6A7F9090CE3BF7D28278921 /* PBXTargetDependency */, + 18A6C503040147EA5D226B8B61287094 /* PBXTargetDependency */, + A0FF49FE3FC5F229DC5ABD0F268C63CC /* PBXTargetDependency */, + 7D3FF4D95977A2B53A5B01984D584E6C /* PBXTargetDependency */, + 13F2BC78075CBF1D5446B05DE81546E3 /* PBXTargetDependency */, ); - name = SDWebImageWebPCoder; - productName = SDWebImageWebPCoder; - productReference = ECE10FC2BF38F1BB875A7D45C9856E5C /* libSDWebImageWebPCoder.a */; + name = RNImageCropPicker; + productName = RNImageCropPicker; + productReference = 655AB758AE19411B261CCCA3D5A45F5C /* libRNImageCropPicker.a */; productType = "com.apple.product-type.library.static"; }; - EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */ = { + F0ECB3053977A93C2D1D6A83C7F7A8AA /* UMReactNativeAdapter */ = { isa = PBXNativeTarget; - buildConfigurationList = 1E8A6483332E273CFEB815B3FD74A8E5 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = FA1B47746F4AA44221ED41FD9D95F1E6 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */; buildPhases = ( - 0BFF0D889E4E5FDC9F1B076BF30D59A5 /* Headers */, - 83364DC902AB7BC0CB4FBAE7A8117BC3 /* Sources */, - DD5858A8BC66B8601AE70F4BF5285321 /* Frameworks */, + A2B228B5F38BA492FF8B6F385A467545 /* Headers */, + AFCE78A927B0DA77C4606EFD10BDE52B /* Sources */, + 8339966CDB1DEEDF4B392B963164BF6F /* Frameworks */, ); buildRules = ( ); dependencies = ( + 771AFE78EDF470721A4EC620E4AB2A5B /* PBXTargetDependency */, + 2021E71E08D7383A8B6F688F39140C3F /* PBXTargetDependency */, + 1FE85D4C552E0F7D11C2E885EDA7936E /* PBXTargetDependency */, ); - name = SDWebImage; - productName = SDWebImage; - productReference = 301567460D8660C931BC4A8ACB8330DB /* libSDWebImage.a */; + name = UMReactNativeAdapter; + productName = UMReactNativeAdapter; + productReference = FF1AC685B7906D28656B0650DC479726 /* libUMReactNativeAdapter.a */; productType = "com.apple.product-type.library.static"; }; - EE96A92842C7DB9F8DD7593EC0B8D0FE /* RNGestureHandler */ = { + F2D8D78E3A2EC9AA2F85532EA1A43E6A /* react-native-keyboard-input */ = { isa = PBXNativeTarget; - buildConfigurationList = 4325D36F23371ECA920CFB1522658F4C /* Build configuration list for PBXNativeTarget "RNGestureHandler" */; + buildConfigurationList = C01FFDFC9F9D1AE4F216E4525D546398 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; buildPhases = ( - 39C0A163BD67925989CBEC18FBADB1F8 /* Headers */, - 3491F3A4B0FF9F38D1CC977B523739ED /* Sources */, - 297CFACE54023F56F6CE738A4330D150 /* Frameworks */, + 338F6E665EF6EDA7B4A4DE333499F26F /* Headers */, + 6873F77048DA1914BECEA90704BC196F /* Sources */, + 67D1A657D614794AE8B744CED86EE72C /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6604A959D33451F3A3405EE14B7EFE15 /* PBXTargetDependency */, + E67130213C3B059F51FBF40997B94152 /* PBXTargetDependency */, ); - name = RNGestureHandler; - productName = RNGestureHandler; - productReference = 03793EA509CD256464C56FDB7BB6DBC4 /* libRNGestureHandler.a */; + name = "react-native-keyboard-input"; + productName = "react-native-keyboard-input"; + productReference = 6DC63FCF55BB88562A4A1EBC4C0FCA6F /* libreact-native-keyboard-input.a */; + productType = "com.apple.product-type.library.static"; + }; + F4CECCDEC8D59A0C5E8D884FC3C0FB4D /* RNUserDefaults */ = { + isa = PBXNativeTarget; + buildConfigurationList = 39F1A02B1E9A45600C5B7A30A9532488 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */; + buildPhases = ( + 6CCDBEF7DF943882143CE043F08E91E7 /* Headers */, + DF891766791653F8D3DBD716415BEEE9 /* Sources */, + 9EA9DB94A9A9C19557098D386D6C8C9A /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + FB6DD29DBCB7DF5817FF9E7C76F4339A /* PBXTargetDependency */, + ); + name = RNUserDefaults; + productName = RNUserDefaults; + productReference = 92F24407ABD19FC15B5AD468AEF4E6B2 /* libRNUserDefaults.a */; + productType = "com.apple.product-type.library.static"; + }; + F675A0710B27D3C78C548A23189BECFE /* QBImagePickerController */ = { + isa = PBXNativeTarget; + buildConfigurationList = 20087E2E1B7DF9BF3A65538DCC1FC2E6 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildPhases = ( + 3F49F89219C1CE13D39B37539EAC2432 /* Headers */, + 6402B2A8ABE1D43AADAFB29D74E5BC3B /* Sources */, + D656CB2FC37BEC4C6A510E68E0F7F0CD /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + E1DE2E6AF06801471BFDD061B7D99979 /* PBXTargetDependency */, + ); + name = QBImagePickerController; + productName = QBImagePickerController; + productReference = 0727B70199F6B07FE8FAECE5CD427DD9 /* libQBImagePickerController.a */; productType = "com.apple.product-type.library.static"; }; F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */ = { @@ -14657,7 +14749,7 @@ ); name = "React-jsi"; productName = "React-jsi"; - productReference = 91EA25725FFF249D140E775D023F0228 /* libReact-jsi.a */; + productReference = B78188FA0C97411126C5FAEB3BB42796 /* libReact-jsi.a */; productType = "com.apple.product-type.library.static"; }; FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */ = { @@ -14676,7 +14768,7 @@ ); name = EXFileSystem; productName = EXFileSystem; - productReference = C1C9D0C8BFC7D88D5A31B398B7A85378 /* libEXFileSystem.a */; + productReference = 6B48D04CE64CFA8C8D27D0BC76D2C324 /* libEXFileSystem.a */; productType = "com.apple.product-type.library.static"; }; FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */ = { @@ -14693,7 +14785,25 @@ ); name = Yoga; productName = Yoga; - productReference = 51AC96BADB4666318F48A67EE9D1E934 /* libYoga.a */; + productReference = EF388371D30B095B43988D640B8226EB /* libYoga.a */; + productType = "com.apple.product-type.library.static"; + }; + FFC24D897EACE667E37A34901EB60238 /* RNLocalize */ = { + isa = PBXNativeTarget; + buildConfigurationList = C7966D80C63DBF24E67A2F19146A7030 /* Build configuration list for PBXNativeTarget "RNLocalize" */; + buildPhases = ( + F1D4DB235598444A56ECCEB50C202D6E /* Headers */, + 48184AAF24A361289D7C61B85A7CFED8 /* Sources */, + A63705CF7CBEE4C994A43AF16D7E4AC3 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 512314A800678DA76E2E76EFB3CFB7CC /* PBXTargetDependency */, + ); + name = RNLocalize; + productName = RNLocalize; + productReference = 450A6BED8242CCCAF3F6E5D5D4B5555A /* libRNLocalize.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -14713,7 +14823,7 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 475A3A43E890DBD5493F0236FA4CE5BA /* Products */; + productRefGroup = C5F0FC270C79FAD0F2542F4AB215176C /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -14746,29 +14856,30 @@ 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */, 427A5566E42596B2649019D00AA80F10 /* libwebp */, 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */, - 01CEACD13A714D099CDB2BC08C2FB324 /* Pods-RocketChatRN */, - 734EC5EBBA74D964EF7403F45ECFAD2D /* Pods-ShareRocketChatRN */, - 2E1B62D66A7097B06E8963437D5909DB /* QBImagePickerController */, - 2423D1FB7F3F91E20CF12466E84D7586 /* QBImagePickerController-QBImagePicker */, + 168A8B33C6C3384CF02160192B9657F3 /* Pods-RocketChatRN */, + 7A2EDF06291BD3B1AB42873D1DBDE212 /* Pods-ShareRocketChatRN */, + F675A0710B27D3C78C548A23189BECFE /* QBImagePickerController */, + 198D9829680607524E113C663F507960 /* QBImagePickerController-QBImagePicker */, 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */, 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */, 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */, 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */, - 82BA924F838C30601D2A813EA338492A /* React-CoreModules */, + 4BAE0A70354F1C6144A6296270ED8928 /* React-CoreModules */, 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */, F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */, B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */, 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */, - 42BD655FCD2598C4D25D7B895932A77F /* react-native-background-timer */, - D49B9B80A7B1F27C491DFA81E54E6CF7 /* react-native-document-picker */, - 06DEC3D70695800506D48892FE4C06C4 /* react-native-jitsi-meet */, - 93C5B1FB74974DD045F6674ABFFDD408 /* react-native-keyboard-input */, - 0A839CF1E1DC111261AED3D86F9A04B0 /* react-native-keyboard-tracking-view */, - 7771CBBD8DE87850E7FDC2BAA331122F /* react-native-notifications */, - 586C843030CBA8901E569AB3D2F76867 /* react-native-orientation-locker */, - A3E6473348261FF8E0036D77598A7883 /* react-native-splash-screen */, - 864F908B842632C53102364B908D850D /* react-native-video */, - 52B496375B47BE24C88A169CA30D0DEA /* react-native-webview */, + CC2495BA3EE056ECA8F2DADEC582A33D /* react-native-background-timer */, + CF5879D6E4A62DA725AB47839CDF2D9F /* react-native-document-picker */, + B7653A7B2FCCAAC064F152B4F150809E /* react-native-jitsi-meet */, + F2D8D78E3A2EC9AA2F85532EA1A43E6A /* react-native-keyboard-input */, + 491FE57F26A4949876F500E49FB3726B /* react-native-keyboard-tracking-view */, + DE00324B3858B538798F4C258BBEF1D5 /* react-native-notifications */, + 7E916AEE33184313930FC6B287F1E58A /* react-native-orientation-locker */, + 540024AEA0C7386EAF581DB9DAF844BB /* react-native-slider */, + 2FC07103F8CB65CE323DE37ADCE767D9 /* react-native-splash-screen */, + D043C00381CED00CE3860ABCA3DF5B8C /* react-native-video */, + B9B6E3E35B1B3007A20999EF7215B95D /* react-native-webview */, 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */, 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */, 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */, @@ -14779,88 +14890,111 @@ E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */, BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */, 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */, - B84B55116AE8D2FC32258CFFF2972E1A /* rn-extensions-share */, - 354080E72782177DBAB3CCEC8A61DF26 /* rn-fetch-blob */, - 1D8ED4A20867A7DBE943508D13C7FCB6 /* RNAudio */, - 5B9C887470B06C308DB225E189F87B0E /* RNDeviceInfo */, - 98F57C9A3FB6F5E9C1D7242BBE675E8D /* RNFastImage */, - 72831AB9D90A45024AFD8489D0CEB6C3 /* RNFirebase */, - EE96A92842C7DB9F8DD7593EC0B8D0FE /* RNGestureHandler */, - BF4AABB64D09DEB00ECF19B09D06CCD8 /* RNImageCropPicker */, - BF663682387D1F23ADF217037A1593FD /* RNLocalize */, - AC9FFACDCABA4A7F5721FB719571B81A /* RNReanimated */, - 0E27C1D2919A1336E4EED2093FE67ADC /* RNScreens */, - C044C5A98E3D4C78D88D46C8E6C24CE1 /* RNUserDefaults */, - 743B4DEB68D23793521F266C0241382A /* RNVectorIcons */, - 4DDE5693A87611C05EBF117455A2FB9F /* RSKImageCropper */, - EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */, - E90B06E472DDA9583C2227DCEBFF5145 /* SDWebImageWebPCoder */, - 18CEE6DA46F6A35B632E30ABDA5F0368 /* UMBarCodeScannerInterface */, - E9F5838E12E25D54BF4A88364E6D55AB /* UMCameraInterface */, + CDC7C7429C57F72466FCA222559AAB54 /* rn-extensions-share */, + C5A74A3A8D634873563A34FD5C163E82 /* rn-fetch-blob */, + A79F6AE1C4C678E5DD18F6861001D240 /* RNAudio */, + 57AC7EAD7BD1DC75FD7A2629738BA6C3 /* RNDeviceInfo */, + B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC /* RNFastImage */, + 2B3C9E54800029471CBC1137AB103231 /* RNFirebase */, + D89D50BBA94101244D7E1FBCDC882689 /* RNGestureHandler */, + EF5E506C3DAF6D69884F3469D1C9EF23 /* RNImageCropPicker */, + FFC24D897EACE667E37A34901EB60238 /* RNLocalize */, + 2A79367BD8C63288C636F306EAD473F4 /* RNReanimated */, + 74FF81DA04607EFDA9937ED10354E664 /* RNScreens */, + F4CECCDEC8D59A0C5E8D884FC3C0FB4D /* RNUserDefaults */, + CE239A802E29969C4057A2CBB5F2F39F /* RNVectorIcons */, + BC09B4466C880F3EE96B527B2921EB03 /* RSKImageCropper */, + 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */, + 6F3B13F4F00142421B3FF553C3ED2F92 /* SDWebImageWebPCoder */, + 9975876BAD1912BA45C0884EBD2B2D0A /* UMBarCodeScannerInterface */, + 20ACC36C51798763EAC72B9C1A345C7A /* UMCameraInterface */, 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */, 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */, - 576DA68F0B73651A1A5891E1E575843A /* UMFaceDetectorInterface */, + DC3CD746187C73A0CC8137F950A1620A /* UMFaceDetectorInterface */, 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */, - 69A8731022935CD8A0051D815C1867A8 /* UMFontInterface */, - C539BA294CDADF056F9D91ECDAFC2FF6 /* UMImageLoaderInterface */, + C858A95C50A24DD90B46EB969A88DB5B /* UMFontInterface */, + 61DC549801A5179157FA019CF233ECCC /* UMImageLoaderInterface */, 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */, - 97F64487E3A3BD041F3D7CC6460EA688 /* UMReactNativeAdapter */, - 0F1510CA64D3BD5A32C5357D5CB788FD /* UMSensorsInterface */, - 828EDF29E4284793D2B3360CBCFFD7A7 /* UMTaskManagerInterface */, + F0ECB3053977A93C2D1D6A83C7F7A8AA /* UMReactNativeAdapter */, + 1A20EC96C3F4E5C7E0CCDF36A9A7C630 /* UMSensorsInterface */, + C28507E0AB8BDDBE28E4402421A533FC /* UMTaskManagerInterface */, FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 62835BD0654F6E36AFDD931502B46254 /* Resources */ = { + 9035C3C6E9A9965997569070460594B1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5D36C63A37E823B89AAB569ED5ED35FA /* de.lproj in Resources */, - C2B30862E5A04B45BB4CA5AF70899963 /* en.lproj in Resources */, - 74784B99C1D415BBD5E340C94790771D /* es.lproj in Resources */, - AF26D3721EC5B32FD3C4296FF0E9B3A2 /* ja.lproj in Resources */, - 12EAAB51DD60C1566B3144F0C3682C5B /* QBImagePicker.storyboard in Resources */, - B5F9CF4280F9F25C03855C5C4C2E6908 /* zh-Hans.lproj in Resources */, + 2B7079E55F7DD7A29CFB71DECCE20D2A /* de.lproj in Resources */, + CC0BBD3916353136CBA198B6311DD1E6 /* en.lproj in Resources */, + B5DC85CC89AD6F0004B9A75DEB77808A /* es.lproj in Resources */, + 339BEAC0122D2F6CD6FFE6ABAE9D510B /* ja.lproj in Resources */, + 7C62558B1C0BD9118F10DD025D65C0BF /* QBImagePicker.storyboard in Resources */, + FC55B69034FE56522235C0BB78777FE0 /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 05029FC324637F0980CAC79BF11BABBB /* Sources */ = { + 059D3123480AC73C7399D48FF38B7657 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 415A1D61E8F06727B6AA3BEA94C9FB67 /* Compression.m in Sources */, - C3A95DB9763C9376D012DEB5338A507C /* ImageCropPicker.m in Sources */, - B9DB5D7FCC93DC54E4E7846B29589F67 /* RNImageCropPicker-dummy.m in Sources */, - 4B7D376C88AAA9EEE1BC5EA7E81239F9 /* UIImage+Resize.m in Sources */, + 6EE7A59C2B7E04314E950AE6586DB66D /* rn-fetch-blob-dummy.m in Sources */, + B08D10166B6A05914119E189F75DE945 /* RNFetchBlob.m in Sources */, + E7E5C48296A9CC9DDE4DA5540329B3E4 /* RNFetchBlobConst.m in Sources */, + 6793C4DEBBCC6C5838D6A0072C417344 /* RNFetchBlobFS.m in Sources */, + 6212B89D0A0CC91D1FAB6EAA7692DF65 /* RNFetchBlobNetwork.m in Sources */, + 5BB34CCBE9A70B385C52BED43646111F /* RNFetchBlobProgress.m in Sources */, + F688726D357F07E23680B892AE8B0C9E /* RNFetchBlobReqBuilder.m in Sources */, + 6B6D12B595782269DB204B0B2FBD7DB2 /* RNFetchBlobRequest.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 065134B9280D1300BCDBBC36506B4492 /* Sources */ = { + 0605FE70C1C48E91912787EED3DADE20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 813979E524DE1FB65D5C77C4DC999DEC /* RCTVideo.m in Sources */, - 986352EF8FC0F7AA7FB688747682E76D /* RCTVideoManager.m in Sources */, - B9BA03782C529AAE1D395BDB2AD1BF2D /* RCTVideoPlayerViewController.m in Sources */, - E83F2B21A9BA6422B24618C9BB1584A3 /* react-native-video-dummy.m in Sources */, - 95483100E9100741D75C9EA5E0C7AA3D /* UIView+FindUIViewController.m in Sources */, + C20B12322EA7BA7FD0BA9130B0C7D0E5 /* Orientation.m in Sources */, + F0793C60985AAE719C83456D98F72E43 /* react-native-orientation-locker-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0DD389EAA57B291ACA61000E9AAAB5AA /* Sources */ = { + 0AC45D1FE54F0EB9CD113CA06CABEE30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CC4A7D31CE59889AC9FEF68BC9C0071E /* FFFastImageSource.m in Sources */, - 0FE4E1BB172C833072EE01A4D5021059 /* FFFastImageView.m in Sources */, - AB5088155ED951C7FD8AAF83A8E9D712 /* FFFastImageViewManager.m in Sources */, - F587C46ED76DCE6F8C5A2A6446F8C0C9 /* RCTConvert+FFFastImage.m in Sources */, - 96C83EFFA6F79A96FEE6BED5EF788142 /* RNFastImage-dummy.m in Sources */, + 634ABD1D7452802A705D6227379B5F2A /* BannerComponent.m in Sources */, + 82D66DDBCCFEF0D5650BFA9CCC49D9FF /* NativeExpressComponent.m in Sources */, + 7CE4895AD4547B94B6722C7AEE8EB0D6 /* RCTConvert+UIBackgroundFetchResult.m in Sources */, + 5F4EEE53EC4CC94CCE48BC3B75C8D32A /* RNFirebase-dummy.m in Sources */, + FF29DA728D4972557D53F7075D4B5C40 /* RNFirebase.m in Sources */, + 392499310AA24FCDFF62FD8A5EB05D4F /* RNFirebaseAdMob.m in Sources */, + EC8222062989F05545745DF3B1692B47 /* RNFirebaseAdMobBannerManager.m in Sources */, + 56582E63B567A3643CF5A1DDA80FA579 /* RNFirebaseAdMobInterstitial.m in Sources */, + E1C60548FFE4EAF53208BDF46A5C8841 /* RNFirebaseAdMobNativeExpressManager.m in Sources */, + BD163B9276A77A9158A72E7AB5BCF33D /* RNFirebaseAdMobRewardedVideo.m in Sources */, + 716A6E0B43B60EBD63B3A90E9BF9748F /* RNFirebaseAnalytics.m in Sources */, + 2ADC2C3A88AE68B7D4EC707A23E16102 /* RNFirebaseAuth.m in Sources */, + 66F624491ED0AAB33271385778B93898 /* RNFirebaseCrashlytics.m in Sources */, + 298AEB8ABBC2E2F896AB7658449034D3 /* RNFirebaseDatabase.m in Sources */, + 6F4D999B319D99CA6C099BDF885C131D /* RNFirebaseDatabaseReference.m in Sources */, + 7DBDEAEA64B54FB34AD06D0595D25CDF /* RNFirebaseFirestore.m in Sources */, + 6A6F2F5C9B16F71089D82517D43CB6B5 /* RNFirebaseFirestoreCollectionReference.m in Sources */, + 17ECD92622449D96BB05663209773017 /* RNFirebaseFirestoreDocumentReference.m in Sources */, + C4E099F6F1D34D24219E2F9C15CEFC93 /* RNFirebaseFunctions.m in Sources */, + 8BB667431406A3992A619E34334C5C1F /* RNFirebaseInstanceId.m in Sources */, + BFBCC581E7760D12F9A9CC7C06E6295F /* RNFirebaseLinks.m in Sources */, + 21D1380BCFDA6BE759E1CCFC92E77D57 /* RNFirebaseMessaging.m in Sources */, + B4E14482736093AAA5A617353E5530E6 /* RNFirebaseNotifications.m in Sources */, + E3EA45E694E3979375C5326BCD0A8276 /* RNFirebasePerformance.m in Sources */, + C80FF1AD14618C0FC65C3E0EEA1CEC0A /* RNFirebaseRemoteConfig.m in Sources */, + 8C8CA5484FB60CBE2C8FAC219DC476CC /* RNFirebaseStorage.m in Sources */, + B5E4472C88EDE39DA890E7621ED66CA2 /* RNFirebaseUtil.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14899,15 +15033,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1B69B1511459416D77FD34A48A63867F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9EE096AB3039E309BE9F295CCC7527FE /* AudioRecorderManager.m in Sources */, - F777CB36A3DB922C16D4E0DF9E869D02 /* RNAudio-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1D0DD76454A95B161444E9CCF9CBB0AB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -14918,6 +15043,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 226E1DE66DAAAF96EAECCB6C85C1F8E1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E16272EB7A5437D67577467482937A8 /* react-native-background-timer-dummy.m in Sources */, + BDCB52932C4679795035F560E5867F63 /* RNBackgroundTimer.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 24919D53ACED931C0F704F7D8A23BCB9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -14937,15 +15071,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 249AAE4E9B23040116CA5441FBA57779 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D25E0439F577A20878487ED34A7674D /* react-native-splash-screen-dummy.m in Sources */, - 9FF37705DD6F36F8D0B31B5DCCF161F3 /* RNSplashScreen.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 292310AC1ACDD8EBFEF69008F27A606E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -14979,6 +15104,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2ACA2C9DE2DACBBF6BD3C746D487E3FF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0A933ECAF0DD0729A43FF0C283735C08 /* KeyboardTrackingViewManager.m in Sources */, + D366B1A415A8D188556EFD89B067EEA2 /* ObservingInputAccessoryView.m in Sources */, + 7DCA8930C38937067687EE718FFFDF4C /* react-native-keyboard-tracking-view-dummy.m in Sources */, + 224408557C0A3586750FF5C0414B6524 /* UIResponder+FirstResponder.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2CDE3F0CCE65CA820AFCA93C67376E79 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15016,29 +15152,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3491F3A4B0FF9F38D1CC977B523739ED /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6963328DDFC9434C2CEA20638C4526A9 /* RNFlingHandler.m in Sources */, - 6A0D2748750478853A7971544FB2360D /* RNForceTouchHandler.m in Sources */, - CF3406D791E19891BB828FCE9638F000 /* RNGestureHandler-dummy.m in Sources */, - 3367B5E34D0DBAA5AEA10C99C612E241 /* RNGestureHandler.m in Sources */, - F5B0A1D10B21B41373A367AC3A1572AE /* RNGestureHandlerButton.m in Sources */, - C3B18638E36B914CED4C0B2A8633B019 /* RNGestureHandlerEvents.m in Sources */, - 337562C487B9E34D6DE140597FBBEA0C /* RNGestureHandlerManager.m in Sources */, - C733BC88163BEF1A8F0C336871708485 /* RNGestureHandlerModule.m in Sources */, - 689F5AEB8C37AA795EDF57DE860770B3 /* RNGestureHandlerRegistry.m in Sources */, - DEA6E00F5D99B6BA8F80C9B63103C86B /* RNLongPressHandler.m in Sources */, - B0C09BB7F88322A34648183983BEB7AE /* RNNativeViewHandler.m in Sources */, - 2A7A8253FBDC3B1262EBDBD9CD028984 /* RNPanHandler.m in Sources */, - E93C93B563929FA6F35750D095DC6D42 /* RNPinchHandler.m in Sources */, - 0C8B30504506B3EEA25F1D7199EF6C05 /* RNRootViewGestureRecognizer.m in Sources */, - C6FE9F098ADDCD0A85E2BB5765A561CD /* RNRotationHandler.m in Sources */, - 2AB52CCC40B0A20A5F5068FF4F9A7A97 /* RNTapHandler.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 35C9679D52E2954B009CEECE76FE02D5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15059,27 +15172,88 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3DA4D2BB3A25CE17469AFA0C5BDA74BA /* Sources */ = { + 429EB320098923A5A6737A1A666C41B2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 54D4F6C2F89B67BA585309B8959B2238 /* RNLocalize-dummy.m in Sources */, - D3D3950E865EED7F402B6FEC3CEFCC22 /* RNLocalize.m in Sources */, + BC1D60D995ACFCEBA6B1E4B7ABEB2155 /* FFFastImageSource.m in Sources */, + 9236E6FDC7D9E5ABDCB8899FC8447FD8 /* FFFastImageView.m in Sources */, + 6B51E21A9DF5B6AED5397AFF8B339915 /* FFFastImageViewManager.m in Sources */, + BF963CC3AADE3015BD34C3530D482CAA /* RCTConvert+FFFastImage.m in Sources */, + F591B853B55A248B1DB44F6B4D167EE6 /* RNFastImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3E0375161A4C97F21897F70DBBF50015 /* Sources */ = { + 48184AAF24A361289D7C61B85A7CFED8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CB6860CC7CCE1A8235426BB0D7A8C408 /* Pods-ShareRocketChatRN-dummy.m in Sources */, + D2ADB7B46A7F411A4271C4A1293FA574 /* RNLocalize-dummy.m in Sources */, + EA6891F186F6D0A4A43ECADF38ED0A4E /* RNLocalize.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 49996D66EBE28631F1B259F9DA73300A /* Sources */ = { + 497989CBA31C72723067E3CA43693477 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B73E83EC0BB7855E875B1389006A1974 /* NSBezierPath+RoundedCorners.m in Sources */, + B48E2CCE061D7A50E5A644A517DEC6B8 /* NSButton+WebCache.m in Sources */, + 4BF9A54D693A27CBB2E82C772B847AD3 /* NSData+ImageContentType.m in Sources */, + 4230B33B793DD7F193068498B61C7790 /* NSImage+Compatibility.m in Sources */, + 91BF9AA012F08FF8E19B090C3614728F /* SDAnimatedImage.m in Sources */, + 5B4B116B218A344F3E183027E3077C45 /* SDAnimatedImageRep.m in Sources */, + C9B19639B538D1626BF0278E9108137C /* SDAnimatedImageView+WebCache.m in Sources */, + 14AD0E1946DE1F760DC1BB091B3874F1 /* SDAnimatedImageView.m in Sources */, + 60A2B2C46ED8E112C9877A56AE722C40 /* SDAsyncBlockOperation.m in Sources */, + F551D20539807F5502AA74BF23EFC700 /* SDDiskCache.m in Sources */, + D2A53148881ACDA9D46E5A816ACE2F86 /* SDImageAPNGCoder.m in Sources */, + 0C5317486003FB779185805AB89F9516 /* SDImageAssetManager.m in Sources */, + 779CBB39DA892A3590DFDD18FAFD71CD /* SDImageCache.m in Sources */, + 47938B02141292D2F96DB07A4C39A8A2 /* SDImageCacheConfig.m in Sources */, + 3C6FD3D535492141E4DEDB6974934845 /* SDImageCacheDefine.m in Sources */, + CF0DABCD21C191FA18BBD8474347533F /* SDImageCachesManager.m in Sources */, + 478F25A2DCFCF4DB76AEBCCCF4B120D8 /* SDImageCachesManagerOperation.m in Sources */, + EEDE8FF1300DB9133719CFA17194DD6A /* SDImageCoder.m in Sources */, + 347A76405CAA22ADF8158EA7F89969BE /* SDImageCoderHelper.m in Sources */, + 3633B40EAC16EC25EA07D85497092766 /* SDImageCodersManager.m in Sources */, + 7545A3A0653FCBD3D89FABACE4377A67 /* SDImageFrame.m in Sources */, + 3766B617A231CE9182CFE241CE5120EB /* SDImageGIFCoder.m in Sources */, + 3CE5830B91689D4330EB28C51FEB7CE2 /* SDImageGraphics.m in Sources */, + AAB3C64967CF7762F13463B967E5A8C1 /* SDImageIOCoder.m in Sources */, + 908414B78CCF6FC21F968321B231E11D /* SDImageLoader.m in Sources */, + 1BEDFBD5879BDA230E6E83E370D7ADB8 /* SDImageLoadersManager.m in Sources */, + B7EA1D458F6107CF966E2517705E0306 /* SDImageTransformer.m in Sources */, + 6C3527F5F6E6A9A14107272A3F3BCC8D /* SDInternalMacros.m in Sources */, + 0791D8EEF8F7552E241241A8A508EBB4 /* SDMemoryCache.m in Sources */, + 3E9E11D92F8954904856D5CCF703558F /* SDWeakProxy.m in Sources */, + 8E810E13BC2C68F95B3F02B3416E6508 /* SDWebImage-dummy.m in Sources */, + 6368D2428AFEC80621CFC9C6A0C9FB0D /* SDWebImageCacheKeyFilter.m in Sources */, + 263E395E16639909E2E7C11F5B2ACBB3 /* SDWebImageCacheSerializer.m in Sources */, + 788E47F479CCF6D3A34CC75949338D86 /* SDWebImageCompat.m in Sources */, + BEB3438684505F52B8E9F731E544A893 /* SDWebImageDefine.m in Sources */, + 860D7836838FDE532D3A7370A40E07DD /* SDWebImageDownloader.m in Sources */, + FA9E5CC68BDCB21CEBF2D4F579E83254 /* SDWebImageDownloaderConfig.m in Sources */, + B7CE5FCA7AA8E2D236A961F14EFDFA5D /* SDWebImageDownloaderOperation.m in Sources */, + A1F069A360973568BD06D505E46CFBB9 /* SDWebImageDownloaderRequestModifier.m in Sources */, + 82F32AEA785688975825A119A1FA4C46 /* SDWebImageError.m in Sources */, + 5C69AF764C2C906245F2FB3B27984BC3 /* SDWebImageIndicator.m in Sources */, + D0328A8C2C99C16B8FA8797EEE7A4836 /* SDWebImageManager.m in Sources */, + 03F616FECA1951463D23BDE3201ED087 /* SDWebImageOptionsProcessor.m in Sources */, + F134EFA9CD0062E6C998DF0037EB72F0 /* SDWebImagePrefetcher.m in Sources */, + F47C2CDEA4CD00A74B900FAA6FACB376 /* SDWebImageTransition.m in Sources */, + 23F8013097B573BE28B9937E03288339 /* UIButton+WebCache.m in Sources */, + A75A50AD6E6F43741546F5CAB5E77147 /* UIColor+HexString.m in Sources */, + 0E4C56CA8B8F2A15031CF5A11E501CA0 /* UIImage+ForceDecode.m in Sources */, + C419F4E7F0DBDB0B7583701C90D3E42A /* UIImage+GIF.m in Sources */, + F82BE4818CF0D4513F23B484A58535E8 /* UIImage+MemoryCacheCost.m in Sources */, + 38F9AECB68EB72025C78D23033B894D1 /* UIImage+Metadata.m in Sources */, + CE1ECA32CBA3CF786BEF05B223268130 /* UIImage+MultiFormat.m in Sources */, + 070E910323CD23FBFCA8B3FAB218D9DD /* UIImage+Transform.m in Sources */, + 884DD30C0CC78000C130ADB731432FFB /* UIImageView+HighlightedWebCache.m in Sources */, + 5DFFD445B8BF01470DE2BA09EE37095F /* UIImageView+WebCache.m in Sources */, + 2A897F010EF2FD723804179B5DA43410 /* UIView+WebCache.m in Sources */, + 926420B66A2F491594F4B8BB3612917B /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15131,6 +15305,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 530BC3B27595D3F00C9C8695219F911B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E7FE378800D558A2484949F182D6D1E8 /* Pods-RocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 59150DE2947CCE694080A8BB8DA6CA8A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15307,6 +15489,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5C778F74E71DCDBFBAA2238F1D34E7F1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5EBFA0018AD1B16B65C4CD403DEE89BD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15448,26 +15637,56 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 63C5F7C64B91541FB8FD2306B1B23263 /* Sources */ = { + 6402B2A8ABE1D43AADAFB29D74E5BC3B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 135CAD5107C8A76102F86956026C226E /* Pods-RocketChatRN-dummy.m in Sources */, + 97443889B7A09D780E9887A0033EC7E9 /* QBAlbumCell.m in Sources */, + 58FB10130A817FE919AD483B69E925F8 /* QBAlbumsViewController.m in Sources */, + B0C6CE52F6B01F1F09CFF56FD6CA0EEB /* QBAssetCell.m in Sources */, + D5B4DBF3AA10EA1A2C27AC001287865E /* QBAssetsViewController.m in Sources */, + E724075127B90A7950EBAE8838F8D04A /* QBCheckmarkView.m in Sources */, + FD87D37F7AC37DA51883F423512A8C8F /* QBImagePickerController-dummy.m in Sources */, + AF847AC36507B8E4B3830FD715BB65DF /* QBImagePickerController.m in Sources */, + D6694455A00342EF6515375365C6CFCA /* QBSlomoIconView.m in Sources */, + 5DC83DFFB4B5696B1065A01594551F01 /* QBVideoIconView.m in Sources */, + C26BF5478C96D386AA95A40DE2BDA320 /* QBVideoIndicatorView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6683F7C72E39C3E5701755F294ADF18F /* Sources */ = { + 6873F77048DA1914BECEA90704BC196F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BC9FAE508B76E1CFD09E5D0DC614549B /* rn-fetch-blob-dummy.m in Sources */, - 51B1537EA9A2774DFAA5C9CCE30C1AD7 /* RNFetchBlob.m in Sources */, - F461A6CD6DDA2A3B94B6A7DF3025FAC0 /* RNFetchBlobConst.m in Sources */, - 3A6B6F3DC9C032C621427568501BB58D /* RNFetchBlobFS.m in Sources */, - EB95D5462B66C8CF8FA836B71DC20022 /* RNFetchBlobNetwork.m in Sources */, - E8E90EE4CBF2FF2E51D99D1F64BBC0CF /* RNFetchBlobProgress.m in Sources */, - AF022183DB5643AA88BA1630D660D050 /* RNFetchBlobReqBuilder.m in Sources */, - 15AC52CEC15E566EE5B2BC8C2AA552D0 /* RNFetchBlobRequest.m in Sources */, + 7C80448B0AA5AFD9B4F7544524F7AFEE /* Color+Interpolation.m in Sources */, + 47C3F6A70444D2A9DD3F8FCD966FB96D /* LNAnimator.m in Sources */, + 2F26400B081960194FB7F7B8911DFD25 /* LNInterpolable.m in Sources */, + 78F9CCD2A124865BC6BE28FA8C5FFB0D /* RCTCustomInputController.m in Sources */, + C7798CE2C4A3EB2A298A1F21BF023AAC /* RCTCustomKeyboardViewController.m in Sources */, + 4E3BC2E1EA96F73BD6D3C93767A93F12 /* react-native-keyboard-input-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 69CCB3370387CB50D6944D14D1E44DB6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A409DC2F6F7C671355EB0D64C90C36B2 /* RNFlingHandler.m in Sources */, + 008456A0596E56BE037A5EB75FA4EE4B /* RNForceTouchHandler.m in Sources */, + 6DEE5C2AED153DA00451F3FBB98322C0 /* RNGestureHandler-dummy.m in Sources */, + 7FD56852BBD4EFCEB98E751926622F20 /* RNGestureHandler.m in Sources */, + E872139A14C8D0D5591205D3C4BD4775 /* RNGestureHandlerButton.m in Sources */, + A0CA6759FB25261400660F9CD6A7C0F2 /* RNGestureHandlerEvents.m in Sources */, + 03E114C3A47A6F1C077E452550BFAD27 /* RNGestureHandlerManager.m in Sources */, + 0E6635372599E36AB9CE1D850E24CE55 /* RNGestureHandlerModule.m in Sources */, + 6D03E7C52C3C6DC4DF7CE5A9274206C8 /* RNGestureHandlerRegistry.m in Sources */, + 23C0AF2354B1F30DB10F2CBEBF51F436 /* RNLongPressHandler.m in Sources */, + EBB3F764C43A8275BD3193F3EB968CD3 /* RNNativeViewHandler.m in Sources */, + 38E1C1F52DF88F8D0E18FE543CCF71A2 /* RNPanHandler.m in Sources */, + 200FCA9FC3B1E38D2C33FAD78F3D3BAF /* RNPinchHandler.m in Sources */, + EFF42EFCFFF4346E8CA3E2F612EF3419 /* RNRootViewGestureRecognizer.m in Sources */, + 87C76493F9252F67A0006C4AA22F6C09 /* RNRotationHandler.m in Sources */, + 982953F3DFB6D7F37465FF977442DAD3 /* RNTapHandler.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15494,48 +15713,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6D341C9AACE2B507466D82192D1271DF /* Sources */ = { + 75BD0E714B4B701EBE73C2AE3C2B76DF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E39BDCD2741BFD90D1A0824A14908949 /* DeviceUID.m in Sources */, - 6D82A28EC10650BD00BA5932A280A416 /* RNDeviceInfo-dummy.m in Sources */, - 37567371A8063B507807E269926FFD79 /* RNDeviceInfo.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 72066AA767A8DF8E3DA3CF71969EB07B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7E99C537DA1860FCF8A01749AF2170A1 /* react-native-jitsi-meet-dummy.m in Sources */, - 6A08091FDB521988F9EDCC9723456CA4 /* RNJitsiMeetView.m in Sources */, - 9AB4F6875C92E1798A304A926741343B /* RNJitsiMeetViewManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 74839A656D51ACFC038FD6652AC16783 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D7F108D103506455129DE40090117A9A /* CoreModulesPlugins.mm in Sources */, - 8C7889755432A664D720800616832C66 /* RCTExceptionsManager.mm in Sources */, - 5B67AD91E66C582B344475F4947E8C97 /* RCTImageEditingManager.m in Sources */, - A57FBA38708D3D49E038F09E3190E0D6 /* RCTImageLoader.mm in Sources */, - 5B0C95E7BF3ADBE459D5E0C31135175D /* RCTImageStoreManager.m in Sources */, - E7621D8D8EBCA46BE9FBC7B1DB679578 /* RCTPlatform.mm in Sources */, - B14F855C65B222E64F60DADE67D8F328 /* React-CoreModules-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 75936E8EEDDEAA21F02F3F32FCFA70E2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7831753803D3307385C9EE8489298C10 /* KeyboardTrackingViewManager.m in Sources */, - 6D809E0A2AFBF0B3E07F94273FC75917 /* ObservingInputAccessoryView.m in Sources */, - 5E8B4454F4BDC73640CC19E4CBC814CE /* react-native-keyboard-tracking-view-dummy.m in Sources */, - 778A5738B819A022DED1FE00F7C74ABF /* UIResponder+FirstResponder.m in Sources */, + D79106A22E77E2CD2E0AE6AD9526DE62 /* react-native-slider-dummy.m in Sources */, + 09CCB4E23F59E10313C868ACCA48F0AD /* RNCSlider.m in Sources */, + 4926DF808ADA971D5119E801366D5AAC /* RNCSliderManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15548,6 +15732,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7B86716E573CA414BF3FC2E24784E33F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F1D885B9FC9C63D56FDE45E3FD948B79 /* RNVectorIcons-dummy.m in Sources */, + A5BC9AABE9198BBC0184E50B359E93EA /* RNVectorIconsManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7CC4175AA9306CD767060CC0691A4CD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15563,25 +15756,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7F1B7E8C0D5FCB3036CF23542B70F457 /* Sources */ = { + 7D791570823E28B21C76FC1320749B2E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 79782026EB4A7CFD97D18887D4A69187 /* RCTConvert+RNNotifications.m in Sources */, - 1DE82197ED50976304DE843A50E1FFA0 /* react-native-notifications-dummy.m in Sources */, - D7D7CD8789416D45E1DF082CE613AB6A /* RNBridgeModule.m in Sources */, - 0A8D18089419F6AB4EE1A1D25EF185D2 /* RNCommandsHandler.m in Sources */, - 790B06A400EAEF418D89FA213589513E /* RNEventEmitter.m in Sources */, - 74FBF6D41E92A7AF6B12A11DDA54DBF1 /* RNNotificationCenter.m in Sources */, - 8B27DF2F5D797272544439898E34E729 /* RNNotificationCenterListener.m in Sources */, - 97E790A3FC1FA90CA1CCA5B216E62821 /* RNNotificationEventHandler.m in Sources */, - DE727A9FF9D83EE77DD68BFF31C0B154 /* RNNotificationParser.m in Sources */, - 3FE34810EC8E7C6F6D4C43797EE287D5 /* RNNotifications.m in Sources */, - A496FF8B0833F966E8C4B8DACA462DDB /* RNNotificationsStore.m in Sources */, - 7927B8A57D7C0B8F77737CB047B3209C /* RNNotificationUtils.m in Sources */, - 0387046D62434788B32E1F10C4F5AEC6 /* RNPushKit.m in Sources */, - FE2D0D5ECFB51090655892E854841D8C /* RNPushKitEventHandler.m in Sources */, - 2F8CB5BBEDD63D2BCE8349B1E6EF736A /* RNPushKitEventListener.m in Sources */, + 42FA30CFFC0B07F76D8E483D679E6976 /* DeviceUID.m in Sources */, + C261CD9BB5E0281C213C5ED705928DA4 /* RNDeviceInfo-dummy.m in Sources */, + 863AAB1CA898185B9132D1C836F83202 /* RNDeviceInfo.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15599,121 +15780,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8163BB4CC7545290E648ED81BEC4B725 /* Sources */ = { + 83CF054B7A761F12C416AF802AC1403A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0BD1FDD30C33313EC0F871D7D42B6609 /* CGGeometry+RSKImageCropper.m in Sources */, - FC75E77295BBFB0847AD3C907CD14E86 /* RSKImageCropper-dummy.m in Sources */, - B93DB7B6014BD4CFE1D1BAE72F4CFE81 /* RSKImageCropViewController.m in Sources */, - AFDFDFFCA805C92A81F86DEA7679902D /* RSKImageScrollView.m in Sources */, - 038963D60B4F377F74F832BB95ECB625 /* RSKInternalUtility.m in Sources */, - 7C7CADD66F525289C297AE184A6FDF5D /* RSKTouchView.m in Sources */, - 5789E04C07883D3AD048CF4E89B500D3 /* UIApplication+RSKImageCropper.m in Sources */, - 0919A5995AF8D80A374A0EB1301D0777 /* UIImage+RSKImageCropper.m in Sources */, + EBC95D5EA79BFE084631937F7DC6ECF2 /* react-native-document-picker-dummy.m in Sources */, + BB20E3FA57C3CFB200A022C2699E0E36 /* RNDocumentPicker.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 83364DC902AB7BC0CB4FBAE7A8117BC3 /* Sources */ = { + 86D5F1CF9FB42790918B1E06188B121A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CA7077D134A2BEF1B76EFD8464D7170F /* NSBezierPath+RoundedCorners.m in Sources */, - 5ADD911E10B63E8FC05A01004C3540DB /* NSButton+WebCache.m in Sources */, - B42156B732ECB50C8C3D80656704AE49 /* NSData+ImageContentType.m in Sources */, - FCD05FA1FD387EE214716C5DF6B22F15 /* NSImage+Compatibility.m in Sources */, - C721BD6A873D84D49CDD78FD37099BD5 /* SDAnimatedImage.m in Sources */, - 6D3F9876A7B825A3F91F52967D03CB4F /* SDAnimatedImageRep.m in Sources */, - ED6133B6222E081FC679CBDE1EA4ADFB /* SDAnimatedImageView+WebCache.m in Sources */, - 9831CCEEDA0AACB20231D40C03DACDD0 /* SDAnimatedImageView.m in Sources */, - C676CCDB48EA3F533621A7DC149748EF /* SDAsyncBlockOperation.m in Sources */, - 310E3BD54847E2E10F7E89925580B296 /* SDDiskCache.m in Sources */, - F73FA153F050570AE522EEF850B8D52F /* SDImageAPNGCoder.m in Sources */, - 07DD886A3B6C302DC540E880451B8C1B /* SDImageAssetManager.m in Sources */, - 3B765C62CF94BA0069CB9CE33FEBEBE8 /* SDImageCache.m in Sources */, - ABE81D6839086AEE70A51A5594D0CFE0 /* SDImageCacheConfig.m in Sources */, - 6FF758D08BB2E224DB1665885D61A5D5 /* SDImageCacheDefine.m in Sources */, - A26C65DA4E90553ED01198F57B94D9D6 /* SDImageCachesManager.m in Sources */, - BA9B9F43FA5E794B386F4D8FE15B4E82 /* SDImageCachesManagerOperation.m in Sources */, - 72494C26A7F05205DA1CBFA4606E546F /* SDImageCoder.m in Sources */, - F35A872F3BA1F729B506C0713062EEFE /* SDImageCoderHelper.m in Sources */, - D06DCB5DD3A58961A8E8AF6124156DCF /* SDImageCodersManager.m in Sources */, - 68A7DB696C4216A15AE38A20288DE2B4 /* SDImageFrame.m in Sources */, - 26C28223CAC9672D32891C06401D447E /* SDImageGIFCoder.m in Sources */, - A0B21A8FFC448CA07A0173E8065DBA4F /* SDImageGraphics.m in Sources */, - 7265F7B20B99F28D87B5BB1C4DDC3B35 /* SDImageIOCoder.m in Sources */, - 713D5224D5B84D236054CC91E7529C94 /* SDImageLoader.m in Sources */, - 22C2D66683CF0C604D05BA7601355D1A /* SDImageLoadersManager.m in Sources */, - D970D9CBA98D3E5730F5DB4753F5C6D8 /* SDImageTransformer.m in Sources */, - 98A532821AB98B62050BDF90003E9C51 /* SDInternalMacros.m in Sources */, - 8D42EE01C40816C2E740C026F7632029 /* SDMemoryCache.m in Sources */, - C40FD81E5D11B4DA2C7D81B13481887C /* SDWeakProxy.m in Sources */, - 6E4A80096B0B2DB15D266966F413266D /* SDWebImage-dummy.m in Sources */, - B978750E310B1EFC8978F3069655AD8D /* SDWebImageCacheKeyFilter.m in Sources */, - 8863BCB634FC78A220CEF2C4A8D502CC /* SDWebImageCacheSerializer.m in Sources */, - FB4AB320A3A091BA11CB74F37DDCDA88 /* SDWebImageCompat.m in Sources */, - 1BA6E6A24E87466688F0B831D7EB563B /* SDWebImageDefine.m in Sources */, - 78756A15BD7FAFFC65DC14928C77CA27 /* SDWebImageDownloader.m in Sources */, - 412D7EDE677541415E721E69A4AF4D22 /* SDWebImageDownloaderConfig.m in Sources */, - AFAC1BCF2C50C04F7A4E16EEA743BFAE /* SDWebImageDownloaderOperation.m in Sources */, - 308C68231DF020391981C639B9479D3D /* SDWebImageDownloaderRequestModifier.m in Sources */, - 5B8D70A5FDA1638D26417A9E1496F90F /* SDWebImageError.m in Sources */, - BE43CA9847677066725416E42DC62AA2 /* SDWebImageIndicator.m in Sources */, - 9427D44CC1F4CD3C12004EFE5480EB10 /* SDWebImageManager.m in Sources */, - 500F161147E3065DAED82A78399F4A1B /* SDWebImageOptionsProcessor.m in Sources */, - 05F1CF758D876B4C0E3F396645C339E8 /* SDWebImagePrefetcher.m in Sources */, - 92C2AEF73A677FAA099C9FEE64DFAA10 /* SDWebImageTransition.m in Sources */, - B7222026AE68D842EFF653D9C697C8AA /* UIButton+WebCache.m in Sources */, - CC016D11CB0B903371D47E4C999262E7 /* UIColor+HexString.m in Sources */, - 91359B220D66AA1F73007FA3F3D46F5F /* UIImage+ForceDecode.m in Sources */, - 3A05F957841DF8E40F3F912B22F6B427 /* UIImage+GIF.m in Sources */, - 0C1934AE17A9EFB6D9ED06938990C63E /* UIImage+MemoryCacheCost.m in Sources */, - BE8A4D47ACCF56722EDCACB3F75344EA /* UIImage+Metadata.m in Sources */, - 53387FD06762E2FBC84D8FF4C435EB9E /* UIImage+MultiFormat.m in Sources */, - 5D45E31CA233C20BE0B66629C2CC9FCC /* UIImage+Transform.m in Sources */, - 6A37F100601DE67590E35A3D25D821D1 /* UIImageView+HighlightedWebCache.m in Sources */, - DD930A4AA46CFF94437EB53FC9AD23A6 /* UIImageView+WebCache.m in Sources */, - C24B361D2E53B6FC074295653682C2C4 /* UIView+WebCache.m in Sources */, - 92B17D558A523FEFDBDFC18946D5B0D2 /* UIView+WebCacheOperation.m in Sources */, + CD4FF8FD7AD04EC4D2A8F6EC1EF0C5DA /* SDImageWebPCoder.m in Sources */, + E4CEFCFA79DFFD90EA4F0DE27E440B6C /* SDWebImageWebPCoder-dummy.m in Sources */, + 6CDB353D84A71B7704CE84127D0F5C00 /* UIImage+WebP.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 833CF4D3BD6919F9F5C540277C99A66F /* Sources */ = { + 87D465CA9B39F4596B53B1D5B9C106E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C75B97A18A335BD8F694E89D55AB022B /* react-native-webview-dummy.m in Sources */, - 129C8C3A5ADA3DF757562B919E58A0B2 /* RNCUIWebView.m in Sources */, - F6DBAD3838DD63791170710A09C3DE1F /* RNCUIWebViewManager.m in Sources */, - 4452BBEA7188E0E6BE79B3B7368E017E /* RNCWKProcessPoolManager.m in Sources */, - 0D4A75038095ED5680F82D9D5E5D245E /* RNCWKWebView.m in Sources */, - F6777677EA9EEFCC41327FB7A3A573DF /* RNCWKWebViewManager.m in Sources */, + 9977883F73A2DE7D6430A426046B5501 /* RCTVideo.m in Sources */, + C0E94D189F4BA2F01EBD53E3FC7C0818 /* RCTVideoManager.m in Sources */, + 307D33199D615C83ED03D92EAE27EFB1 /* RCTVideoPlayerViewController.m in Sources */, + 1E4B12A5D0EF509CE877969DF0A5AC57 /* react-native-video-dummy.m in Sources */, + B5D8BDF39047EFBA32E3C76B72433721 /* UIView+FindUIViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8B651CF45112F6C4C7008F4B1014E963 /* Sources */ = { + 8E565AB800C4B13ADC9CFAB78C12628E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3ED2D1ECE68A7F9D6EBD7286DF05D64D /* ReactNativeShareExtension.m in Sources */, - 7C2A67008A35621FBF38CB9C2D078C22 /* rn-extensions-share-dummy.m in Sources */, + 42C1C580277E78A76C5464921260C24B /* AudioRecorderManager.m in Sources */, + B11B0787119EEE4BA520A2DE9B34DC89 /* RNAudio-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 92D2F8AAD9B5D96AD22BEF010A833C09 /* Sources */ = { + 942DB9ECBB13848193F25CE216E3B03D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BF729FDC14286C669FBC8B838D63EAE0 /* QBAlbumCell.m in Sources */, - AAFF072BFB3AD8990391E4781B0ABDFB /* QBAlbumsViewController.m in Sources */, - 1FDF48C866CFCF03993FFF72133A70D5 /* QBAssetCell.m in Sources */, - 6D1922AD2D5B53AE36209F7737739C13 /* QBAssetsViewController.m in Sources */, - 1CF4D54E266674B85FEE51F85A316F04 /* QBCheckmarkView.m in Sources */, - 04353AF56EB6D3320214CCA496047903 /* QBImagePickerController-dummy.m in Sources */, - EF0E83F7909A2744CF3999F264F04D63 /* QBImagePickerController.m in Sources */, - 03F89720B7D55FBEC1FE95EFF50DB80E /* QBSlomoIconView.m in Sources */, - 6989C980A34E97C31964B28A28B12E51 /* QBVideoIconView.m in Sources */, - 8CCB58F61CCBA457A9F9AC2F2BD1760F /* QBVideoIndicatorView.m in Sources */, + AF52E748092B4686FF57989D1A00B647 /* Compression.m in Sources */, + 55D168FC1110B557814FD160C8A6421F /* ImageCropPicker.m in Sources */, + 1485CA6750CD6675F5105694D2D34449 /* RNImageCropPicker-dummy.m in Sources */, + F31D8A02F03F23EF9856F565522178F1 /* UIImage+Resize.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15746,38 +15860,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9B8C424F098B38F8393E918BC55543BB /* Sources */ = { + 9F84DF07173C1DACD00D9031968A0617 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8A222A382DE9E434A7D147C66D2595D7 /* RCTConvert+REATransition.m in Sources */, - A7B4081CFE560DF41929CD190B0E18D7 /* REAAllTransitions.m in Sources */, - 2E13FCA153AB796D1228E0CBFF9EB4E2 /* REAAlwaysNode.m in Sources */, - 187FF875F0C794DE627651247D173EAD /* REABezierNode.m in Sources */, - A2D8BC4F024E788E74788958DB114D6D /* REABlockNode.m in Sources */, - 78EF4351C660BF653179E4C345408F04 /* REACallFuncNode.m in Sources */, - 4B1D722D19B02DFF66FE43AE54A71453 /* REAClockNodes.m in Sources */, - 0F1D8EA70A6794A97031303082FD6D8F /* REAConcatNode.m in Sources */, - BF75905BF7E2950305718479E7F164DE /* REACondNode.m in Sources */, - FD58F98FE779F52A533CA57F4F2D3C0E /* READebugNode.m in Sources */, - 5862B0C376C9AACA0211FC764A66B7F1 /* REAEventNode.m in Sources */, - 1AFF0768CC152004C63C2E99578BFD63 /* REAFunctionNode.m in Sources */, - 0A58E84A00DFBFB68C13BF63701194DD /* REAJSCallNode.m in Sources */, - A39BEC2BD0ADCF594EAC8A5BF30A4F94 /* REAModule.m in Sources */, - 48E13BAD190035A4BAC59193F9FD58CC /* REANode.m in Sources */, - 6CB39C8B4A6830D3E5B5AD7D62A3257B /* REANodesManager.m in Sources */, - 6FBD05BF831AA760226002C4ADDE10D3 /* REAOperatorNode.m in Sources */, - 4DE7D9DA27745ED5D4097B385EC00AC4 /* REAParamNode.m in Sources */, - AD508BA5069D63AEFF15EA839B5BB84C /* REAPropsNode.m in Sources */, - 444ED64B3900960D287E3A90ADA16C77 /* REASetNode.m in Sources */, - 67CD6D758532BEE373D126154D26A0A3 /* REAStyleNode.m in Sources */, - FA4FA85B9A88C0FD3FB359BC27F174EB /* REATransformNode.m in Sources */, - 538FD29A5AF83965FBA0A0A3D22B46ED /* REATransition.m in Sources */, - 0F4853B280A08B9C36F9DF91FA6E4C94 /* REATransitionAnimation.m in Sources */, - E634411D2ADEBE157C0B9F1CE5245BA7 /* REATransitionManager.m in Sources */, - 189A8C608A6738A91A287587BC342EB2 /* REATransitionValues.m in Sources */, - 4059B077FA6EFA4E5D4F941082D41326 /* REAValueNode.m in Sources */, - D7C72219BFF46D3BF6B9D3C56A382981 /* RNReanimated-dummy.m in Sources */, + 914672A11F55BACCEFAB96F2C368CED4 /* Pods-ShareRocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15820,16 +15907,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AFCA2B8AFD28ED3623FB799F457CEE11 /* Sources */ = { + AFCE78A927B0DA77C4606EFD10BDE52B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 09A3D21541EBBB35E2008C65CD61562D /* Color+Interpolation.m in Sources */, - 7C89C234A3184FD5F79B0B7858B84CBE /* LNAnimator.m in Sources */, - AD88DEDA8565688B7C3E17153C316CE8 /* LNInterpolable.m in Sources */, - 662FBD091B641AD64A0EEC25AA4CF07D /* RCTCustomInputController.m in Sources */, - 6FC04935571C21478EC157B715438951 /* RCTCustomKeyboardViewController.m in Sources */, - B797753627C0FEF13D81AB9DEC73B859 /* react-native-keyboard-input-dummy.m in Sources */, + F997476100DCFCEAA5F6286AAD7977C4 /* UMModuleRegistryAdapter.m in Sources */, + D08CDEAAEF06209E81BAAA03E8C40998 /* UMNativeModulesProxy.m in Sources */, + 36861D554551565C34E51064E4364B41 /* UMReactFontManager.m in Sources */, + 79A571884077EC7A9EDD0687DFB55FCA /* UMReactLogHandler.m in Sources */, + 1776D6F3B4DA1681E910707B1CD1A2C4 /* UMReactNativeAdapter-dummy.m in Sources */, + 49BAB94039B0EA806EB8F03B7A783E52 /* UMReactNativeAdapter.m in Sources */, + 15083BA9F2E2B3EBAA95CAC972032373 /* UMReactNativeEventEmitter.m in Sources */, + 91A75A38C6CF0908CC9CB6B4EF04F376 /* UMViewManagerAdapter.m in Sources */, + 70D01534F28E106109C6F9B76446FD42 /* UMViewManagerAdapterClassesRegistry.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15846,6 +15936,60 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B583297F32C7691EEEA8B683776717BD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 563D26F332CB9DC7C5F1B97430C18F06 /* RCTConvert+REATransition.m in Sources */, + 1EFC8DAC85236D4B887499967C267F44 /* REAAllTransitions.m in Sources */, + 63B618B026D5A21D09E8A88A8B355794 /* REAAlwaysNode.m in Sources */, + 12CAEF644DD473EA4B8B38E3B56196C8 /* REABezierNode.m in Sources */, + 2B0EB5663C1599103476F32F2F5B62C6 /* REABlockNode.m in Sources */, + 444F2FA3206D326CA2521C819470DE05 /* REACallFuncNode.m in Sources */, + BFFDFE8A2314100226B764AC69F9BC2A /* REAClockNodes.m in Sources */, + C24DA7F3EE303D7DDCB1B4398244491B /* REAConcatNode.m in Sources */, + D99B00E3FA7797DC2A4967BF06CD979C /* REACondNode.m in Sources */, + AED273E8F66E7684D03D18B051397BCA /* READebugNode.m in Sources */, + 6DB5D071BB0050839491D69413D49C4F /* REAEventNode.m in Sources */, + B35806686CAFADB300F92B144E5BEB05 /* REAFunctionNode.m in Sources */, + 918EF4853F5F2132EC7AB48D75B45404 /* REAJSCallNode.m in Sources */, + 2F01678F4FB7BE6B8750374B4ABFE19A /* REAModule.m in Sources */, + 0773AB710576EF705AEA8834F4563E53 /* REANode.m in Sources */, + 7C443502003B4F41B579AF127F207538 /* REANodesManager.m in Sources */, + 8FE9B21B2DA451562098C795355F8B33 /* REAOperatorNode.m in Sources */, + D56E2D9C46141D1F2C24BC3F0B6DBDA8 /* REAParamNode.m in Sources */, + FD2240581722E72B5181D52C6A6E8DDF /* REAPropsNode.m in Sources */, + E4D08837050D207C3DF9058329FEFC4F /* REASetNode.m in Sources */, + E4AA279233DEB52AAB7301B7CB79307D /* REAStyleNode.m in Sources */, + 4639C20B562C9BD3992656B947B5EB60 /* REATransformNode.m in Sources */, + 5A636D634CC388A51E45632BE62D4943 /* REATransition.m in Sources */, + 607DD665B379EFB308879B40E3ED9A82 /* REATransitionAnimation.m in Sources */, + 85BD460F8B1B4E17F96A2C0EC0F2450A /* REATransitionManager.m in Sources */, + FFD49BB95B9E1636AEADE08C85890FD1 /* REATransitionValues.m in Sources */, + D1C72B88329D5D9933F505969FBC538F /* REAValueNode.m in Sources */, + A8FD89858C04BEA96B2908E012EFCD80 /* RNReanimated-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B807A056CDD2A37C0060F455D3C91C99 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 29F08ED274511A24C38D7FB969DFD032 /* ReactNativeShareExtension.m in Sources */, + D141EB6EB6101998C039B38941B060DA /* rn-extensions-share-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BAABAEA61FDC8D441E471009B96F6702 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1EC6C064632F3A53BCFA60CF4245E0EA /* react-native-jitsi-meet-dummy.m in Sources */, + 8CCF716E3DE4A861612F5CE0566DF1C8 /* RNJitsiMeetView.m in Sources */, + 2E9268C4E4DF3EF35C3AA9037C88CC31 /* RNJitsiMeetViewManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BCDCD0C34A5BF68884EE50161FA4DE35 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15855,18 +15999,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C3AE5E6E1831CD6680126E64EA43A829 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 95577CE9DC0BAAF6EC37C1288ED1C00C /* RNScreens-dummy.m in Sources */, - 4DE8E4E744184DBE2CD473A8C7013B46 /* RNSScreen.m in Sources */, - 2B44D303C1043476B54B0307CFB7E1C4 /* RNSScreenContainer.m in Sources */, - 4247FDE6A7860133AEF354B9A10F46C4 /* RNSScreenStack.m in Sources */, - D7363537E5B2BE48278077E2AAB7DB45 /* RNSScreenStackHeaderConfig.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C620F43B78B9818A930376DB41E03A86 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15883,12 +16015,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C72AED49C03DB977CBBEDBB8460954B5 /* Sources */ = { + C7307D7A162622FB013DAD2F7C3E9B61 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0134B0060B3F4A5947134CBB740B9072 /* RNVectorIcons-dummy.m in Sources */, - DBFE9FF3F1580DA80CF64B2AD984D1E8 /* RNVectorIconsManager.m in Sources */, + D7A0241B4D7E9A2491A09B85016D437E /* react-native-webview-dummy.m in Sources */, + 7E0ABDDF44B88296C3E360C39764B53B /* RNCUIWebView.m in Sources */, + 79DD83400D0231F868A9E642DC5F0217 /* RNCUIWebViewManager.m in Sources */, + 8C55AC4C804EC4E432254C178EE78349 /* RNCWKProcessPoolManager.m in Sources */, + 9AA3D8AFEE99D5CD95FEDA82DA7C3660 /* RNCWKWebView.m in Sources */, + 1100B444F7C045055100BB1628C50D02 /* RNCWKWebViewManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15950,12 +16086,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DEC2D3C7CE5662F062A13AA9B3F0AC4D /* Sources */ = { + DF891766791653F8D3DBD716415BEEE9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B6435778C9CD17E5119C42E0DEF5BD88 /* RNUserDefaults-dummy.m in Sources */, - E90D89D913D23E6081C58A765F3DC2BF /* RNUserDefaults.m in Sources */, + 19C7AFCA552D26FBA80FA03468F7694C /* RNUserDefaults-dummy.m in Sources */, + C0F8E25BA20AD1DE089B37BE6121FD83 /* RNUserDefaults.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15993,12 +16129,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E7037D1330C50F93DBC4C80DF85CA156 /* Sources */ = { + E7FEF67208D1FCC3D489535F038F12C0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7B8479CBAB465FDB5E5A183D79269CA5 /* react-native-background-timer-dummy.m in Sources */, - 328F4C888823EB806500B05A2CF90C7C /* RNBackgroundTimer.m in Sources */, + 801A727C2D967329D919BD544AE5A236 /* RCTConvert+RNNotifications.m in Sources */, + F14AF65803C5CAF2196E33221D53655A /* react-native-notifications-dummy.m in Sources */, + 0FA10B7FD1A8E0C04A3A10F4963725AD /* RNBridgeModule.m in Sources */, + 1AD54030BBD3BE0C733A7C248A907B2B /* RNCommandsHandler.m in Sources */, + 4DD2809BC0FC07DD00028735FEB200E2 /* RNEventEmitter.m in Sources */, + 0202B8AB028F83370E4878C4B4DC1390 /* RNNotificationCenter.m in Sources */, + D531EF8C633DB512CFA35E6DBEF714BC /* RNNotificationCenterListener.m in Sources */, + D11E361991A3366B525E27AB77274745 /* RNNotificationEventHandler.m in Sources */, + 9157186A75D4431FD43B60041BDE5D08 /* RNNotificationParser.m in Sources */, + 984DD738CE72957F2C7EB08998D95DB5 /* RNNotifications.m in Sources */, + 9BFE2169EAA3316293826CAC055BF75E /* RNNotificationsStore.m in Sources */, + B1ABBDEB73DE5ECF1C018A429182A19F /* RNNotificationUtils.m in Sources */, + FE48CBD936A5C979DEC1BC27154219F7 /* RNPushKit.m in Sources */, + 0FEA0BC25F4292EF60D7309A7468C1B6 /* RNPushKitEventHandler.m in Sources */, + 7B67D47F251F0F0CC02431CB9F0534DD /* RNPushKitEventListener.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9F3319C1744369E70AFFBB8D6246ECD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 06AE64EB97BCE1C9C6E639407DF7CA2F /* RNScreens-dummy.m in Sources */, + 2959EFBB218C0FC18C2DF152CD339EE6 /* RNSScreen.m in Sources */, + 9B835E2B1D02DF1C914239127A8C6A13 /* RNSScreenContainer.m in Sources */, + E69ED3A00B9F4163731C6D24B66D0C6F /* RNSScreenStack.m in Sources */, + 009237CA17BCEB31C3A414EF2A763FBD /* RNSScreenStackHeaderConfig.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16018,72 +16179,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EB10DF5A3D2E457D1B48130461606F76 /* Sources */ = { + EAF62F95A6DEECCD13EA1643367F7FBA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B008ADEBB4CF38279CB0C78ABD752ABF /* UMModuleRegistryAdapter.m in Sources */, - 973784968413BB9308E233CA2512A8EF /* UMNativeModulesProxy.m in Sources */, - FD5F40B44072A8D3E767851006F32937 /* UMReactFontManager.m in Sources */, - 1BE8F2D6456C1018F95ECC3E379ABA25 /* UMReactLogHandler.m in Sources */, - 88A32154F34FEF17860B42BA471D5C29 /* UMReactNativeAdapter-dummy.m in Sources */, - 638CEFB487E5F9D7E8D66C1FEE5C7DCA /* UMReactNativeAdapter.m in Sources */, - 061FE084F4B936A4DB6858EE9EF6A7BE /* UMReactNativeEventEmitter.m in Sources */, - 535C3529F613EF1C9F771E8ED8E1C833 /* UMViewManagerAdapter.m in Sources */, - 535C97A48D6422570B25F65D60A76B39 /* UMViewManagerAdapterClassesRegistry.m in Sources */, + 14D4BC6D1274A2996E4B67778C551846 /* CoreModulesPlugins.mm in Sources */, + 6D779076F004733604BD3A311A008F9E /* RCTExceptionsManager.mm in Sources */, + E20293BE8995C099895B8B1F3495871A /* RCTImageEditingManager.m in Sources */, + B28FB5C2B9C4CBC645885F8C05CD93AA /* RCTImageLoader.mm in Sources */, + D7344A3C0B38CA2F0B4BD28C4F5602B7 /* RCTImageStoreManager.m in Sources */, + D86544704FEFFE6555D5C0415788EFAE /* RCTPlatform.mm in Sources */, + 1255914D1625926A46C5473AB1D5744B /* React-CoreModules-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F3FD78230AA83D2C91B06E46B6C9EF5F /* Sources */ = { + F451960CCBD716062A3CD4FE418046AF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C5D8C1855FA91D5A667298ED2500952B /* Orientation.m in Sources */, - C4B3103B8805E253238FE1D1A9924713 /* react-native-orientation-locker-dummy.m in Sources */, + 36ECF5B7520E68D508B2162A3D849E3E /* react-native-splash-screen-dummy.m in Sources */, + C32DACAB4EC62E9126B07CBAB5A5B411 /* RNSplashScreen.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F7B774774A1FE5253547A8BA92235BF1 /* Sources */ = { + F5C1F7D085B1C8977226610DF0FCCA1D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BAA16ECB1EA31F1E5CD745A86C8EABB5 /* BannerComponent.m in Sources */, - D86C3B91E4E3C0C7AC7738F355805577 /* NativeExpressComponent.m in Sources */, - 42130750228185A9EE97B08A51897B99 /* RCTConvert+UIBackgroundFetchResult.m in Sources */, - F7C337F3A172D4076B531EDA90507B70 /* RNFirebase-dummy.m in Sources */, - DD459A309FDE3AD6B6E0958684A9C991 /* RNFirebase.m in Sources */, - 8E7641CCD61C201FE0E7B7C31B803614 /* RNFirebaseAdMob.m in Sources */, - 3E54F7DB97FEB6BCD18C3F926D0ECDD6 /* RNFirebaseAdMobBannerManager.m in Sources */, - 2D465D6D29E2E7185E09C95FEEB97F54 /* RNFirebaseAdMobInterstitial.m in Sources */, - 38E4F29F7E182622CC2215957C62841F /* RNFirebaseAdMobNativeExpressManager.m in Sources */, - 544FF2E6AE51D35128BE5078CE197DF4 /* RNFirebaseAdMobRewardedVideo.m in Sources */, - 2CF29C03A890E6C1671A7BAD90ADEFC1 /* RNFirebaseAnalytics.m in Sources */, - 6A7893ACD4924F81F6774A55884CCB24 /* RNFirebaseAuth.m in Sources */, - B6900486138E7775C632F7751EDC426C /* RNFirebaseCrashlytics.m in Sources */, - 6B831BB0A9883DA0B6EC69C7BC01C8BB /* RNFirebaseDatabase.m in Sources */, - FF459DD785E30E0BB835B687FB7872C6 /* RNFirebaseDatabaseReference.m in Sources */, - F8FB6EF79109094E20648C02C1AF70D5 /* RNFirebaseFirestore.m in Sources */, - BC262B655003436CB6D8AAB91B4B9C26 /* RNFirebaseFirestoreCollectionReference.m in Sources */, - 3842AAF12EEDE99ED4C4FB6BC98845AB /* RNFirebaseFirestoreDocumentReference.m in Sources */, - 943BB824B50B2E7F576F43C4B11F3FAF /* RNFirebaseFunctions.m in Sources */, - C6E217026BE6CE05A87DFE1FF928532E /* RNFirebaseInstanceId.m in Sources */, - 3ED3FB625207598D554CF1DEB893D351 /* RNFirebaseLinks.m in Sources */, - 50E764695210585A24387DBE433CD9C2 /* RNFirebaseMessaging.m in Sources */, - 32F4DA4E6EBA407A5878774FF15EC82F /* RNFirebaseNotifications.m in Sources */, - BB4BA0C2D66AAA500D8F5DD46CE86DA4 /* RNFirebasePerformance.m in Sources */, - A5245F8132375FC9C92D2D5BE5D94868 /* RNFirebaseRemoteConfig.m in Sources */, - BB8E14BFF237C231C5CE75B4A5ED45F8 /* RNFirebaseStorage.m in Sources */, - F0DC12692AA0EE5463A30FC644AE38AE /* RNFirebaseUtil.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FC7F3EA1D1726999AB027F1E64FB6D7D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BDACF30D2C09E7903937EE57532B4CCD /* SDImageWebPCoder.m in Sources */, - 34283063F0F4280D8B9914E642BE5690 /* SDWebImageWebPCoder-dummy.m in Sources */, - FADE2F045119FB3BFEF532BF3A9D0851 /* UIImage+WebP.m in Sources */, + BF7061C1581FCEA86982039836063601 /* CGGeometry+RSKImageCropper.m in Sources */, + 73D033F9CEE14D56C8F1AA5DAD320F8B /* RSKImageCropper-dummy.m in Sources */, + A997847770EAEC3E84E314E1D9D9F050 /* RSKImageCropViewController.m in Sources */, + 6125F6195F9894E784619E41005BF39F /* RSKImageScrollView.m in Sources */, + 24107EF95C1CA18B10A266B3CAE5E8EB /* RSKInternalUtility.m in Sources */, + 192021BEF25E0F1520CB7FB08C3BB46A /* RSKTouchView.m in Sources */, + E103BA3C652B15B4FE76731B5CEE03F6 /* UIApplication+RSKImageCropper.m in Sources */, + 0F4C8C4983C4445B5C553966010D0F91 /* UIImage+RSKImageCropper.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16160,29 +16290,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FFE5F2FECF71D9A59DBABC8212950224 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 85352C34EA357F9E8590AEE100DDFFEE /* react-native-document-picker-dummy.m in Sources */, - 03ADF1EDB86C89BDD7F71BAEB50D34A4 /* RNDocumentPicker.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0100CA9D355DBFBE2509BC2021531D35 /* PBXTargetDependency */ = { + 004D02D3989EC79F98A069DEDDC2F7D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 410E4B4A7CDC13067A4103256B2299B3 /* PBXContainerItemProxy */; + name = UMReactNativeAdapter; + target = F0ECB3053977A93C2D1D6A83C7F7A8AA /* UMReactNativeAdapter */; + targetProxy = 22E48D14A98EE39EC1BB2608A220949C /* PBXContainerItemProxy */; }; - 03545B818023373FA969C793AE38803B /* PBXTargetDependency */ = { + 00BE34A6998B1511BD6061A43D075454 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 169B93721A6A4AE650CB52E20B9EA0FE /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 1F22396CB543506E7EA28A47A30E9727 /* GoogleDataTransport */; + targetProxy = BE4648972CDBE77BA44D7FC388A4C797 /* PBXContainerItemProxy */; }; 03C5D1361123B1B19A913F4F89661FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16190,11 +16311,11 @@ target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 0511F7808017C3BD3BEFCF19EDD98211 /* PBXTargetDependency */ = { + 054D6CE9A5D9A80553B8BDAFA926692E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 1C5E7A188F881ED278B51645347C18CE /* PBXContainerItemProxy */; + name = DoubleConversion; + target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; + targetProxy = DB5E727C331955A0827C216F97B20013 /* PBXContainerItemProxy */; }; 0555D1C625BBB49874C5D51A85239D93 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16202,35 +16323,41 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 5D5E2D283A970E01BA8A2BC60FE99815 /* PBXContainerItemProxy */; }; - 0587EFF54B631C2D6B689B42E5DBBF87 /* PBXTargetDependency */ = { + 05F1DB8CD98630BA0503320ADE12EF75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; - targetProxy = D690E85019584ECF9E9362D24BC1A22A /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 1F22396CB543506E7EA28A47A30E9727 /* GoogleDataTransport */; + targetProxy = B0053AC66D250B270AF34739B2AFDC8B /* PBXContainerItemProxy */; }; - 0636630BEB1E5DBE07A6F657DD764567 /* PBXTargetDependency */ = { + 064B1A5F56D107F9A02FF5EED6DE50BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-keyboard-input"; - target = 93C5B1FB74974DD045F6674ABFFDD408 /* react-native-keyboard-input */; - targetProxy = 14D357EFAD5116FB2654F159C9E5CBEE /* PBXContainerItemProxy */; + target = F2D8D78E3A2EC9AA2F85532EA1A43E6A /* react-native-keyboard-input */; + targetProxy = 16A7920BC3EA32BC786027A9A1E40E98 /* PBXContainerItemProxy */; }; - 068E842C8A7F492EC930E9FCA7B6FFC9 /* PBXTargetDependency */ = { + 073C6672E149F29BAD93EE2828C43CB1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; - targetProxy = 33CAD1B6035EB384AF96BF910CDF33C9 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = 095CDBC966DF683A521C2F433DA364C2 /* PBXContainerItemProxy */; }; - 069171D6714F3094C1A8EB205BE29E0D /* PBXTargetDependency */ = { + 0784E172B5E0E27DF4D380FD0079A872 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4DDE5693A87611C05EBF117455A2FB9F /* RSKImageCropper */; - targetProxy = 4F69783E7CBBB0B69D3EA72F000B8940 /* PBXContainerItemProxy */; + name = ReactCommon; + target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; + targetProxy = 8A644372190B04EA9F1A0227EB5B270A /* PBXContainerItemProxy */; }; - 0714DAF79B8B1682AC2CC1B8961FC201 /* PBXTargetDependency */ = { + 08AD7B49D2C9BDAE4C41E2BDEE33991F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 8D0ED2B634E65F08A5658679BB2DF581 /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; + targetProxy = F142CC0743E295D974FACDD143F37861 /* PBXContainerItemProxy */; + }; + 09CBA70C70B874613C3E1909B5C95FB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = AB26FDDF34B38D054961CCEC116D2CDD /* PBXContainerItemProxy */; }; 0A2175ED116FAC289DECBFEFE60364C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16238,17 +16365,59 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 7886C00AD2D894DE9202D2ADC41E8DF5 /* PBXContainerItemProxy */; }; + 0AC6B40B55E8C2201FB73C498C60FD37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = C28507E0AB8BDDBE28E4402421A533FC /* UMTaskManagerInterface */; + targetProxy = 0858DEB78BADAB8D06CD4E1EA7D4903D /* PBXContainerItemProxy */; + }; + 0B0A967FD652A0470F19AA85492F8EBC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; + targetProxy = 5B84847F70E7A2D17912009329D6D4B8 /* PBXContainerItemProxy */; + }; + 0BC40309DA27EF134AB416D24D3D65AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; + targetProxy = 56A7209E5DE9FC7740BEC4103D8FA784 /* PBXContainerItemProxy */; + }; + 0BDFC14CC664098D4D143CB773E2371F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; + targetProxy = E2BD709C979ADB69AFA84B04D5EA0088 /* PBXContainerItemProxy */; + }; + 0C1E3CE63999DBB77734117FB9C34D62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-input"; + target = F2D8D78E3A2EC9AA2F85532EA1A43E6A /* react-native-keyboard-input */; + targetProxy = 1BE388674A21DE33421C2990BD48000A /* PBXContainerItemProxy */; + }; + 0D5967DFD5333F339323017B694EA771 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = B9B6E3E35B1B3007A20999EF7215B95D /* react-native-webview */; + targetProxy = 1F24B9BBC8A80F1A497AFB1CE2C8B694 /* PBXContainerItemProxy */; + }; 0D751055C363323C78854582E5CE9EEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBLazyVector; target = 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */; targetProxy = EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */; }; - 0DCB49B8C375DB7BDBC185AB8B9FAB0C /* PBXTargetDependency */ = { + 0D7B9D550A868E8AA95D3727AA2E2C81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = B84B55116AE8D2FC32258CFFF2972E1A /* rn-extensions-share */; - targetProxy = E6BF0A6ECA704035B42A4D075FDD04BD /* PBXContainerItemProxy */; + name = "react-native-video"; + target = D043C00381CED00CE3860ABCA3DF5B8C /* react-native-video */; + targetProxy = 1E393E2F57AFEFA0491F8E875A9A1B71 /* PBXContainerItemProxy */; + }; + 0DD10221F0649249721D6D9926B6DA81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = EE7C53D4CAECD2E0154B16483116FCED /* PBXContainerItemProxy */; }; 106AD2347DA0EA0CA6F582B3412E3739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16256,12 +16425,6 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 96B240CD15FF840DD247422149331369 /* PBXContainerItemProxy */; }; - 10E882CFEBFF99221BCA7A10CEE2EF1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; - targetProxy = FAA68C9925029F9DE945D590B68E2DBA /* PBXContainerItemProxy */; - }; 11BB47F7EA1D94100004061A682344B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; @@ -16274,41 +16437,23 @@ target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; targetProxy = 41C76CAFA02708C48FAD7EEDAF99436C /* PBXContainerItemProxy */; }; - 1339EBD669900D9DAEA9BDBE15B5A062 /* PBXTargetDependency */ = { + 13F2BC78075CBF1D5446B05DE81546E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = A3E6473348261FF8E0036D77598A7883 /* react-native-splash-screen */; - targetProxy = 4E24840961F145B083EECF294B491951 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = AD93EF1AA010F9A20E82DBC375A765A8 /* PBXContainerItemProxy */; }; - 136BDDBD90D3BC0D863641CFD290DB39 /* PBXTargetDependency */ = { + 15BC430761544A5E504A17645E400939 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; - targetProxy = 1F78029557F008CAE1B4B1AA7047FA2C /* PBXContainerItemProxy */; + name = "react-native-jitsi-meet"; + target = B7653A7B2FCCAAC064F152B4F150809E /* react-native-jitsi-meet */; + targetProxy = 5C99F65E1F161A0C66BD67FA5AD11F79 /* PBXContainerItemProxy */; }; - 1383E610C83FEFA11CDEFD3273B293C0 /* PBXTargetDependency */ = { + 160FE763D3D6EAD2438B894CAE83D275 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = C044C5A98E3D4C78D88D46C8E6C24CE1 /* RNUserDefaults */; - targetProxy = 05EA7E5DCAB06470F0196E84E9D8678F /* PBXContainerItemProxy */; - }; - 153961C4551A0B121117187361AC7513 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 354080E72782177DBAB3CCEC8A61DF26 /* rn-fetch-blob */; - targetProxy = 01862C862AAF286773660368B0AAC8D1 /* PBXContainerItemProxy */; - }; - 155F36C9ED16F0F07C8916C85BE54814 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = 0A839CF1E1DC111261AED3D86F9A04B0 /* react-native-keyboard-tracking-view */; - targetProxy = F61CF64E825634E3D611A8DF20AFBF95 /* PBXContainerItemProxy */; - }; - 16B770DCB3A505CF6BB2A3AD8A1890FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = E9F5838E12E25D54BF4A88364E6D55AB /* UMCameraInterface */; - targetProxy = A33100C4A04BDB87794B8ED54A8D1642 /* PBXContainerItemProxy */; + name = RNAudio; + target = A79F6AE1C4C678E5DD18F6861001D240 /* RNAudio */; + targetProxy = 3624F4BBF8A0D497E6E6D276F7F032F3 /* PBXContainerItemProxy */; }; 16C7CAD40E83F256EB3B44CE2AF0428E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16316,71 +16461,71 @@ target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; targetProxy = 163CBAEB4B1179F7E94CBFA9D9821391 /* PBXContainerItemProxy */; }; + 179DCB1F414FCCD30674992DD93E3123 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */; + targetProxy = 5D2AC60CE37E7310219AA2D27990B884 /* PBXContainerItemProxy */; + }; 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */; }; - 184C88C6B6A7B6CC2271DBBFC8E4107E /* PBXTargetDependency */ = { + 183DC610BBD2D7F60801DC15BA7349EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = 06DEC3D70695800506D48892FE4C06C4 /* react-native-jitsi-meet */; - targetProxy = DF693325DF15D441878D5F6310EE6C5A /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = C5A74A3A8D634873563A34FD5C163E82 /* rn-fetch-blob */; + targetProxy = 2E2904CADB3268D1B6569D1AB4318968 /* PBXContainerItemProxy */; }; - 1950EACF4CE0F4E0A3DFCA926B72584C /* PBXTargetDependency */ = { + 1872731367A41B8D4F1AB1BC8F82CB57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; - targetProxy = CD774BA10B8A8D2A87DE417586FBA1FF /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 57AC7EAD7BD1DC75FD7A2629738BA6C3 /* RNDeviceInfo */; + targetProxy = 5A0A4A11914170BED7CF741C40F518DA /* PBXContainerItemProxy */; }; - 19E43934AD9E289FA0DE203877A11798 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; - targetProxy = 38894F649DF1D5E7F110ECF10AA23480 /* PBXContainerItemProxy */; - }; - 1AEF406AD1CEA8E952AABE97D486B487 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 576DA68F0B73651A1A5891E1E575843A /* UMFaceDetectorInterface */; - targetProxy = 65A17445C11CF34293B33E1781E0FC41 /* PBXContainerItemProxy */; - }; - 1C4A21D285A3D0172D2B81A91157AF4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; - targetProxy = B443719DF40CC0F7E5236AC2C97FE9F9 /* PBXContainerItemProxy */; - }; - 1C7231832A786B44CF40BC64469B2B52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = 27FDAF160CAAA7095F61659954450855 /* PBXContainerItemProxy */; - }; - 1C779A7E2464D9C5312306174A25F825 /* PBXTargetDependency */ = { + 18A6C503040147EA5D226B8B61287094 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = QBImagePickerController; - target = 2E1B62D66A7097B06E8963437D5909DB /* QBImagePickerController */; - targetProxy = 7C2BBB5EBEA48BFEAA6CBD24F4E9FA24 /* PBXContainerItemProxy */; + target = F675A0710B27D3C78C548A23189BECFE /* QBImagePickerController */; + targetProxy = 4FD0757D41E00E1B51E5BFB6D23B89BB /* PBXContainerItemProxy */; }; - 1E3BF02B0D58ED109471A13AF22C4278 /* PBXTargetDependency */ = { + 1932BD98ABFF6758531ADA87E3204275 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = DF0E08C0392BF5E67A99EF4F58051020 /* PBXContainerItemProxy */; + }; + 1B29280B8461116D47BCA8519662AFEF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = 63CF4D4E74D1771681263724253E1E79 /* GoogleDataTransportCCTSupport */; + targetProxy = ACB99475E0A90F79E4202F7275A6C6AD /* PBXContainerItemProxy */; + }; + 1BAE664CCEE474E57BD0B2F86A9F56F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; + targetProxy = CFFFCA0DFE6B72E75A722014C07144CB /* PBXContainerItemProxy */; + }; + 1BB53C92A8DA7DF456D751A7707B832D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 0D7B7AB8FD1FD4012E321B494F164B26 /* PBXContainerItemProxy */; + targetProxy = 476DE0CF40DF53E3B53D335979A372F9 /* PBXContainerItemProxy */; }; - 1E45AB489596D93DC3261DC2D39737E1 /* PBXTargetDependency */ = { + 1EDD26B309654CBAF0C44B126DCDDDC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = DC3E26344CC0FE55CA47CA8F3E38389C /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; + targetProxy = 520A5C58D194ECCFACD2A3C749617A4E /* PBXContainerItemProxy */; }; - 1EEE70D3E2DFEFB5916350FE20F8AB4B /* PBXTargetDependency */ = { + 1FE85D4C552E0F7D11C2E885EDA7936E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 62E29A3AFB2BA7FFB14A4A9576E17A35 /* PBXContainerItemProxy */; + name = UMFontInterface; + target = C858A95C50A24DD90B46EB969A88DB5B /* UMFontInterface */; + targetProxy = 6709C46B9224B3F9B0B87BEDE4B35F34 /* PBXContainerItemProxy */; }; 1FF02E6358F1AC0AEF79C28A92C40889 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16388,11 +16533,17 @@ target = FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */; targetProxy = EE4BC9CF9B64348CF6C23E39FF20BB64 /* PBXContainerItemProxy */; }; - 208C2F2ADD08BF8C795BB9105F54BAA5 /* PBXTargetDependency */ = { + 2021E71E08D7383A8B6F688F39140C3F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; - targetProxy = A67B08993E6AC1C592DFD0FD79D48299 /* PBXContainerItemProxy */; + name = UMCore; + target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; + targetProxy = 41B9D609F84A12CAD3C5841884A6407F /* PBXContainerItemProxy */; + }; + 20B02534978126B8C7D07FF8D2B83EB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = F675A0710B27D3C78C548A23189BECFE /* QBImagePickerController */; + targetProxy = A3313137A1054176D520D49AEFB79D86 /* PBXContainerItemProxy */; }; 20C7FA8369BB9346866B48D4E4383A7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16400,29 +16551,23 @@ target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; targetProxy = 3E9AE265557A98CB42FFD3D38570ED51 /* PBXContainerItemProxy */; }; - 210B52D5DE653497CDD4B1EF0A11C866 /* PBXTargetDependency */ = { + 21DAF9C7FA390D36ACEAC8DF9F04CD35 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = 63CF4D4E74D1771681263724253E1E79 /* GoogleDataTransportCCTSupport */; - targetProxy = BE9B4C25DC12D28269472810119717EA /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; + targetProxy = C3D15ADE3DD2B0BA8246233F1E01CDC5 /* PBXContainerItemProxy */; }; - 22368FFF9038F476E519957225D0900D /* PBXTargetDependency */ = { + 228D096842D6EF49CA22B195ABD5460C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = AF877D982FF178B47384D659FEDCB328 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = 491FE57F26A4949876F500E49FB3726B /* react-native-keyboard-tracking-view */; + targetProxy = C7933470FDD020D077B3598D78610BB1 /* PBXContainerItemProxy */; }; - 226F4A335791ADF7FB0F7538A12567C9 /* PBXTargetDependency */ = { + 2294D16497D1759A4CEE3D90F18567FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; - targetProxy = F8E98187D0C67D89C4A5555F2BB28635 /* PBXContainerItemProxy */; - }; - 22AFBB30FAEB620D148F6694A8D8A3D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; - targetProxy = B856D7210504C431D707D99B6CEF274F /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; + targetProxy = AA3EECC6922E3AE29596426F5F59D8A3 /* PBXContainerItemProxy */; }; 238D807E41814E2E52A54CE96C5D65FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16430,18 +16575,24 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 76B0A5010EE1574433BB6DED35297BCE /* PBXContainerItemProxy */; }; + 245610266CC7A136B3EA0F14B6D4EF5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; + targetProxy = C99B630E05C455B0132FCB71A07A98C6 /* PBXContainerItemProxy */; + }; + 247E3E3D2310437A6BF3BE45B6B44BF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; + targetProxy = 26B31F9ADEC31460EEA71EABC1BA8E7D /* PBXContainerItemProxy */; + }; 24B55147C941BE9797F6BC794F57308C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; target = 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */; targetProxy = 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */; }; - 24CBF3FB94140FA638C9AFCEC715070D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 5B9C887470B06C308DB225E189F87B0E /* RNDeviceInfo */; - targetProxy = 78589F10D26118F2FB39782281E200DE /* PBXContainerItemProxy */; - }; 2559A81BC7753CC57D5A6C1E7CF8D5D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -16454,6 +16605,24 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */; }; + 260E45ABE66368321A06EF83C0B07557 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = BB13BC94B8243356D408E825CCF59374 /* PBXContainerItemProxy */; + }; + 260E4ABBB0AFED3C2E078E47D7957165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = 2A79367BD8C63288C636F306EAD473F4 /* RNReanimated */; + targetProxy = 0AEF1BC78F99E3E94333C710851D1D32 /* PBXContainerItemProxy */; + }; + 2653DF1CD5E97ABA8F42CBA81D64ACA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = A954214FEA55463925B6F6E3A27B6016 /* EXAV */; + targetProxy = AF55C6DFE1013590755D25C2A578D57F /* PBXContainerItemProxy */; + }; 273CB5CBEB79AE7F05D13DF11D988EB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -16472,35 +16641,71 @@ target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; targetProxy = 8085485CA711F116C10EA63C64D45226 /* PBXContainerItemProxy */; }; + 2A2A9E79A3907F1B4C8C0075686E2075 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; + targetProxy = 3411202F85327C7C5A0024EA727F7EF5 /* PBXContainerItemProxy */; + }; 2AA010E3221FCB666E0D6123C66594C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 7C53CB5C717DF2F107152E0C7B720455 /* PBXContainerItemProxy */; }; - 2E70AD0F00788838AB81D06DD117B25D /* PBXTargetDependency */ = { + 2C3AA69390302AB2859BC80535BB7564 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; - targetProxy = 74B1BB502B65344CCC7984C50FF888A0 /* PBXContainerItemProxy */; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = B38E66EA8594E19A40FCE2AA55D1CF3C /* PBXContainerItemProxy */; }; - 31A6F2C3057ABC7058DBA68744858A86 /* PBXTargetDependency */ = { + 2E9A945E858B447B6C092B9ED28CF6CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */; - targetProxy = 58F611DDE7402248146B84EF5471EC60 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 62488EAA07A536E442083F7BDC0C824E /* PBXContainerItemProxy */; }; - 31FD4AC390AB07FE9F28C5170E946DA8 /* PBXTargetDependency */ = { + 2ECB785F67827D03DF0AC1CBB8BBC103 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; - targetProxy = 81752EF8619B6A86AE5115D633EA4142 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; + targetProxy = 3A0A916273075499683ACA635DE205FA /* PBXContainerItemProxy */; }; - 32E6310DB549809923C3D3028034341C /* PBXTargetDependency */ = { + 2F875A091FD1BC0B8E762A739D97BD29 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-notifications"; - target = 7771CBBD8DE87850E7FDC2BAA331122F /* react-native-notifications */; - targetProxy = BB005470C278DCB0BE493392023215D9 /* PBXContainerItemProxy */; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = BDF0E2850FCB8CBD561159C4E2BB926D /* PBXContainerItemProxy */; + }; + 312CDF4091415CFBD5ED44CDE0A3A24E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-tracking-view"; + target = 491FE57F26A4949876F500E49FB3726B /* react-native-keyboard-tracking-view */; + targetProxy = FA7788F8A46EED9BB1DB7059A6174868 /* PBXContainerItemProxy */; + }; + 31EAC965643725494880905013E2709D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-splash-screen"; + target = 2FC07103F8CB65CE323DE37ADCE767D9 /* react-native-splash-screen */; + targetProxy = D4941D6DDD8C377D9BB4DE7E76752D87 /* PBXContainerItemProxy */; + }; + 328FEF699CF8578992E72E4ACB45C32A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; + targetProxy = 424F9EE73431CAE7627B0C83F4F5FD3C /* PBXContainerItemProxy */; + }; + 32CDCE6272F1EB4FAC4027EC9399D01D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 166D6031CC1528A8A17356AF3F457A07 /* PBXContainerItemProxy */; + }; + 3350C6A7CEBE321FB575F260E0D8029C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = F425478B7BA1261FE75D2E142A2E3034 /* PBXContainerItemProxy */; }; 3492F04AC6C9C2C1529D076E7BE5C6C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16508,17 +16713,23 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = D9B0BDCA002FEBFE383DFE024728D2F6 /* PBXContainerItemProxy */; }; - 35D7AF45E35C5ECA3615E87FF52D8176 /* PBXTargetDependency */ = { + 34DB03C9D18A389B7C599B92095DA7F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 52B496375B47BE24C88A169CA30D0DEA /* react-native-webview */; - targetProxy = 590EE35A14CBE90B9E583131349DD49A /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 6F3B13F4F00142421B3FF553C3ED2F92 /* SDWebImageWebPCoder */; + targetProxy = 69BBCE318012271F568CDE4A76E41AF8 /* PBXContainerItemProxy */; }; - 36630567F7DFB198EC71C39899198785 /* PBXTargetDependency */ = { + 36267DF6055878F1957C981A34DBDBC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; - targetProxy = 4ACCB8F6D435FF7050B8DBEDD7B16752 /* PBXContainerItemProxy */; + name = UMFaceDetectorInterface; + target = DC3CD746187C73A0CC8137F950A1620A /* UMFaceDetectorInterface */; + targetProxy = 27562752189AC5410CB4601121CF7DE7 /* PBXContainerItemProxy */; + }; + 3757DDEA36D851D3AE849EE2640C1EF4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC /* RNFastImage */; + targetProxy = DBE21CCD11030FD4721D15AB09FC13D5 /* PBXContainerItemProxy */; }; 37D3EE15933CB03C5534DBBE0486F674 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16526,17 +16737,17 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 16E39C41A1CBE1E8002EF54F741C1EB3 /* PBXContainerItemProxy */; }; - 3A58803112D04DFB6FE3F27B4027833B /* PBXTargetDependency */ = { + 37DCF8EAE8A6140052DBD18EDD174D33 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; - targetProxy = 3E83939548612349E299EAF0C40F5146 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; + targetProxy = 699CD06B8185160DFCA147307B9D6433 /* PBXContainerItemProxy */; }; - 3B973E5E205DFD47CD35484149579FCB /* PBXTargetDependency */ = { + 3B1C03F6E111576D446C94DADAF93D42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = E90B06E472DDA9583C2227DCEBFF5145 /* SDWebImageWebPCoder */; - targetProxy = AFF8E3C7D02087E2F1C6BECB8F686F3C /* PBXContainerItemProxy */; + name = EXFileSystem; + target = FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */; + targetProxy = 834F1F0B22D07C2A7001A9A42C75BC75 /* PBXContainerItemProxy */; }; 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16544,71 +16755,35 @@ target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; - 3C3AE12228495D5CBF0ED20B7F650013 /* PBXTargetDependency */ = { + 3D4B28EDB3227C26F9CD0168EC66FF5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 1F22396CB543506E7EA28A47A30E9727 /* GoogleDataTransport */; - targetProxy = B4C46365696ED39B1098740600727BF3 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; + targetProxy = A60FAA071FD7937FB8EEC70BF5A3FC9A /* PBXContainerItemProxy */; }; - 3EA6533190BAFEA513334FEAF8F22314 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = 7771CBBD8DE87850E7FDC2BAA331122F /* react-native-notifications */; - targetProxy = 66B56979037679FAFB34EA5EE70B6DE3 /* PBXContainerItemProxy */; - }; - 3F64E898537C3DBEFDEF9E786BB2B14E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 93C5B1FB74974DD045F6674ABFFDD408 /* react-native-keyboard-input */; - targetProxy = 9489AC0AE11B0546607783B01BDFE5F8 /* PBXContainerItemProxy */; - }; - 415EF3BEC42492E0537CB5AD514551F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; - targetProxy = C0CE7C66CF11D9A1C746D92AE4E34DD7 /* PBXContainerItemProxy */; - }; - 4357C205FE6BB45646E6BFBA9E8CF708 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = 82BA924F838C30601D2A813EA338492A /* React-CoreModules */; - targetProxy = DE01E65BC79B2EB7D7EB82B68F3BB162 /* PBXContainerItemProxy */; - }; - 438222CEE808A6141FECC468D39409A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = BF663682387D1F23ADF217037A1593FD /* RNLocalize */; - targetProxy = 1A045AAC4D970C589406DD45AFE7052D /* PBXContainerItemProxy */; - }; - 442B4D18ADEBBA7C62C8687A835DE042 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; - targetProxy = 1B05F669995A405DC14F41D9DA61DF36 /* PBXContainerItemProxy */; - }; - 44761A891A6C03CDA744BAEDFC905E03 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = 9812B12A035BCE8F08BE45937885C3A6 /* PBXContainerItemProxy */; - }; - 44DDF138EBBF9078AFA9A41FDF7F0488 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 4AAD1C8AE540FD4896DE5C56848FC14E /* PBXContainerItemProxy */; - }; - 44ECC4945B4CF177D18DA45C44829276 /* PBXTargetDependency */ = { + 3D6E58857B6D6B19E427971EEBC92438 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNImageCropPicker; - target = BF4AABB64D09DEB00ECF19B09D06CCD8 /* RNImageCropPicker */; - targetProxy = 233B46730B0B8D51E83160D1C111EAF1 /* PBXContainerItemProxy */; + target = EF5E506C3DAF6D69884F3469D1C9EF23 /* RNImageCropPicker */; + targetProxy = FFC769E293F34751265940A04998E1EA /* PBXContainerItemProxy */; }; - 47089073BC2C53E1C224253A5B21905A /* PBXTargetDependency */ = { + 419262CDF87FD992459A98D75B2C5221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 586C843030CBA8901E569AB3D2F76867 /* react-native-orientation-locker */; - targetProxy = 4939F78CA095D63B1B1ABE6DF7F97361 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = CF5879D6E4A62DA725AB47839CDF2D9F /* react-native-document-picker */; + targetProxy = 30D34F448A15A01C8BBC8A4BA811BF0F /* PBXContainerItemProxy */; + }; + 43EDDFD2E9A4E73D27CDA4E8A32CAF13 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; + targetProxy = D43BAC28FA5C6E899270E0EA7D9B49E9 /* PBXContainerItemProxy */; + }; + 4611C925A0EBD9254F83E911785E5B78 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = C914D5082BAF254663EB9648B8EAD5F7 /* PBXContainerItemProxy */; }; 48076A1E02117E39C56513D1F085E022 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16616,47 +16791,95 @@ target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; targetProxy = BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */; }; + 48C3D1E268E51227BE296C412B41E3EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; + targetProxy = B797D7B18E1B2DFCA6002AB5EB838A17 /* PBXContainerItemProxy */; + }; + 48D57B09DD3DE500FEE9E8F68FF511D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; + targetProxy = DF05A04F0D660F8BD95D890BF9D3F01D /* PBXContainerItemProxy */; + }; + 49206CF8CD72893F7B836CC131143A17 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */; + targetProxy = 68D2ACD2197C7938FB689C0C65ACCAFA /* PBXContainerItemProxy */; + }; 49CF22411A18A28762E2D16FB32A5A96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */; }; + 49DE76D9A44BAD427C67B2C5D6C5B52C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = 4BAE0A70354F1C6144A6296270ED8928 /* React-CoreModules */; + targetProxy = BC683887A05D6EC18F554D070B046430 /* PBXContainerItemProxy */; + }; 49EDBFAB64C2D023FD0A6EDEDC242DB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */; }; + 4A1DDCC69AB225137216D13E15B98917 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; + targetProxy = 0A98B78AAD33F75F03DEE6C7B446FC92 /* PBXContainerItemProxy */; + }; 4B2682D0BCDE87CB86FAB90384B8AAE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; targetProxy = 96823A763E56B0CD36C81E000393C274 /* PBXContainerItemProxy */; }; + 4B375465707108B2087273C5772A0D23 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 233F9E3D3B7146EAC6F0F7EB8F8B5AB2 /* PBXContainerItemProxy */; + }; 4B7CF4BCE880915A07A1011FB01F4A55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; targetProxy = D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */; }; + 4C94FB508CC2E8BC13FD337123D52D5E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 20ACC36C51798763EAC72B9C1A345C7A /* UMCameraInterface */; + targetProxy = F65CCA709BA7F3CDECA1F5DE6D64D632 /* PBXContainerItemProxy */; + }; 4F7FBAA168FB752BC980C4CB37D4732D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; }; - 4F92B6F19494228F398990118F632FD0 /* PBXTargetDependency */ = { + 50F330983E21A34B776A3026A3AB4284 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; - targetProxy = 47070FFC006371B5FA29EF1D95019BC5 /* PBXContainerItemProxy */; + name = UMFontInterface; + target = C858A95C50A24DD90B46EB969A88DB5B /* UMFontInterface */; + targetProxy = D9E0FC28909D80372A1FF885FFA1CDBA /* PBXContainerItemProxy */; }; - 5222A0B968F4648623340BEA03A4529D /* PBXTargetDependency */ = { + 512314A800678DA76E2E76EFB3CFB7CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; - targetProxy = BF2E44FE5B5F2B44C86E3AEDA99F40FB /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 89844743E37F2F21C77CC1BF7877CD6F /* PBXContainerItemProxy */; + }; + 52A33DB5CBF1245AA85A0391614376F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = F675A0710B27D3C78C548A23189BECFE /* QBImagePickerController */; + targetProxy = 417E99D283D027B3F5612D5892969DD3 /* PBXContainerItemProxy */; }; 53B411A732F99F8D51E15B2CE451B1C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16664,41 +16887,41 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */; }; - 53B8AF00DF9C6E1B5E065229B057F36F /* PBXTargetDependency */ = { + 53C9DF7A6C79A40222529B67C995C72D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; - targetProxy = 9AEE4E1C0374E0FB0D9DF0785F365141 /* PBXContainerItemProxy */; + name = nanopb; + target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; + targetProxy = 70535C949C4A468C0D683472884CDCEF /* PBXContainerItemProxy */; }; - 53EC1864708FD10379959854BB1181B3 /* PBXTargetDependency */ = { + 549AB48A529569A38882546A8171DB3F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = C743BC26F05F587AAE595504308DBE3D /* PBXContainerItemProxy */; + name = RNFirebase; + target = 2B3C9E54800029471CBC1137AB103231 /* RNFirebase */; + targetProxy = FBF84ADA4B87266E58772596EF071E4B /* PBXContainerItemProxy */; }; - 554D4A2D63444F310700BF60FDBEC545 /* PBXTargetDependency */ = { + 5685C14D08DCB055AC989095D0E32D31 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */; + targetProxy = C337C118FD3250AB0EC5163D7D8F0338 /* PBXContainerItemProxy */; + }; + 5727917E2FDC12E4860A2F5A4EA7F8D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = B689961D4C8C1AB9D95DA3D67E856D0B /* PBXContainerItemProxy */; + targetProxy = A9403A331928476D224CB85321586166 /* PBXContainerItemProxy */; }; - 55F8E90A7CC57A522852D08AF3A417B7 /* PBXTargetDependency */ = { + 57AD87575908DF06852994FADA7B4D2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */; - targetProxy = 0A821EFFBB6E988CA18AD2BF0F3B3711 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; + targetProxy = 1014B3D754573080DCBFED910C18DA30 /* PBXContainerItemProxy */; }; - 585D06A4E3C6BB1039EB1891173F6B23 /* PBXTargetDependency */ = { + 595D7EBA07ED2049ACB6D72461C8B488 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = BF663682387D1F23ADF217037A1593FD /* RNLocalize */; - targetProxy = EF1AF9F27F7E384E7F339C101AC08EE7 /* PBXContainerItemProxy */; - }; - 588FC96A7752D048EB0EBB7DE5C83BDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; - targetProxy = F4DCF8FADCC932E93CAEC6F63BCBA40B /* PBXContainerItemProxy */; + name = Folly; + target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; + targetProxy = 50E85A49B3F07003196E705D9D560FBA /* PBXContainerItemProxy */; }; 59AEDBDE41E6364F4378C6746F929E61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16706,71 +16929,17 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = B4BACC19FD91FE9C750E2B7E26434F49 /* PBXContainerItemProxy */; }; - 5A6DD553AA8BE778319A4194C48DAF46 /* PBXTargetDependency */ = { + 5A92579C3BC7A2D824C00464E062DC4F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = C044C5A98E3D4C78D88D46C8E6C24CE1 /* RNUserDefaults */; - targetProxy = 052419460B529A6F471129F5DA173ED8 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; + targetProxy = F4DC411EDCD8A49BE9B6B6ED12AC4826 /* PBXContainerItemProxy */; }; - 5AC733F3B99934F18897CCE7DF0AAD88 /* PBXTargetDependency */ = { + 5E32359A102DAA8F09D9F9668B2CA368 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 828EDF29E4284793D2B3360CBCFFD7A7 /* UMTaskManagerInterface */; - targetProxy = FCC058D0CA4752A087FA77B7577DE877 /* PBXContainerItemProxy */; - }; - 5B2262DE2B4B4F49B8C7E39A7861AD1B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = 06DEC3D70695800506D48892FE4C06C4 /* react-native-jitsi-meet */; - targetProxy = 944688FD34F85DE87DEA56A051431A65 /* PBXContainerItemProxy */; - }; - 5B5216EA131DE0EC4355CA2D3E1D753B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; - targetProxy = 2FA294F60B6F656EC9D5EB8010A3F5F2 /* PBXContainerItemProxy */; - }; - 5BAA03ADEEA50793F23E7CD3983E680E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = 223E81BC85EF569587F1ABD65F00AD79 /* PBXContainerItemProxy */; - }; - 5C8C08D809183E873F9D67FD582298E7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = EF6054A778F5C174B7EC13DEB699997A /* PBXContainerItemProxy */; - }; - 5CC8F3ACD5FE16ECAD9B34FAD752B86C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 586C843030CBA8901E569AB3D2F76867 /* react-native-orientation-locker */; - targetProxy = C17A50FCEF8A99FFD4A52426136DF4B2 /* PBXContainerItemProxy */; - }; - 5DB6FF94FD7588F94A31054304FFC488 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = D1567F6051D8F78DCC4E0969CAC09332 /* PBXContainerItemProxy */; - }; - 5E402033FC3292FE90442670DA269302 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = 1357E9C6E8464595CB3971FD55F7AAD8 /* PBXContainerItemProxy */; - }; - 5F2F2B7473886220CD449AB2AE14A3A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = 10945DD5B2331770B1CE64A571F2DABF /* PBXContainerItemProxy */; - }; - 5F78886F6223E09A28EBD4276937D25D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; - targetProxy = 48BF8622A61AE1F0AF0C8D53F5FA94CE /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; + targetProxy = 166C898445EE242B8DBA9A43758EAF91 /* PBXContainerItemProxy */; }; 5FB63311A8172BDE287C5B0BC5C11578 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16778,41 +16947,35 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = D8A489DA96811A733E40A4B4C97CDC9D /* PBXContainerItemProxy */; }; - 60B056629A5A31A32C8BEF22314F657E /* PBXTargetDependency */ = { + 61C5486735CCD7D218708A4A63D29AA6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; - targetProxy = C1FDB4D927BD7D3F694A2CD945DCBA0E /* PBXContainerItemProxy */; + name = EXPermissions; + target = E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */; + targetProxy = 7B92BBAC051B11F2E6B809818C509366 /* PBXContainerItemProxy */; }; - 61829E5FD2193E9807321A281BEC45A4 /* PBXTargetDependency */ = { + 625EAC6A18D8D82F3AC030FC2CA70C13 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = 3043964A7BA8477206AC63881DA5C6F6 /* PBXContainerItemProxy */; + }; + 634199F402CEFD3490A637E10AA4A705 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstanceID; + target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; + targetProxy = F52E1C29D475D822C7439A815EDA8D7A /* PBXContainerItemProxy */; + }; + 64E4D2FF0090FF15B92FB24145AA58B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */; - targetProxy = 6A797037D5C82CA49C5802019331D5E4 /* PBXContainerItemProxy */; + targetProxy = 5278D1A2A4BC1A512F49DA1FE8EB7D25 /* PBXContainerItemProxy */; }; - 6350D825073A99A32A816A16B78C4968 /* PBXTargetDependency */ = { + 65B7FC2D9D5CDD63C2BC5210E4B2A9A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 1E18ED1B4A5349874A5F89CC347699EB /* PBXContainerItemProxy */; - }; - 644AF3B0258A0ABEFE898D19C26B8584 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 0E27C1D2919A1336E4EED2093FE67ADC /* RNScreens */; - targetProxy = A468FB6336CAC3CDFF5577582211E735 /* PBXContainerItemProxy */; - }; - 644C9CD277F154C2F3C2F3DF931B127C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = B9ACF0A2F14038B570EE0B411FCAECAF /* PBXContainerItemProxy */; - }; - 6604A959D33451F3A3405EE14B7EFE15 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 2E0C862B9A9EE20025CBEF95F20FDFAB /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = C5A74A3A8D634873563A34FD5C163E82 /* rn-fetch-blob */; + targetProxy = 94418C0E2D493EF1E3F6BC1665A081E4 /* PBXContainerItemProxy */; }; 6621509AE5A3372F9B292A0AAEBB44EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16820,29 +16983,29 @@ target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; targetProxy = 5A01D7A983FEAB270273E554A7DA4480 /* PBXContainerItemProxy */; }; + 667F88EF0AC92C65A46B5E5FD10A6ED3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; + targetProxy = 09AF4BA5577C13DAF8D9FB3A1B1726E2 /* PBXContainerItemProxy */; + }; 66D5FD8E0BF5E9FB94CC81CA6D836F42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTText"; target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; targetProxy = 3AFCC674053FAF5DC8E87833CC15D1F1 /* PBXContainerItemProxy */; }; - 67A340FD5EBB70FB76DD90293166533F /* PBXTargetDependency */ = { + 682CC36C994CA9C85ABF69EA166B761F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = A954214FEA55463925B6F6E3A27B6016 /* EXAV */; - targetProxy = 8864717D0077DE0FDBD4B057E8B52A4D /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnosticsInterop; + target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 39540AF1A2AA011824F3A4E6A3ADC615 /* PBXContainerItemProxy */; }; - 6851E804B6B061DEAB88CF5926E323D8 /* PBXTargetDependency */ = { + 68A9730F9992DFEDB3741D9844142349 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = FD0F4E74C14C4B5B552686BD9576466F /* EXFileSystem */; - targetProxy = 5263AD4A9DD368B4782778E412D8B21B /* PBXContainerItemProxy */; - }; - 697EA30F9EDF9A358507AC6086B61816 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; - targetProxy = 213AD7C7B7A3599FB3A851F2AF78BA8F /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; + targetProxy = D2EED59682885ABA9515C517629C4B84 /* PBXContainerItemProxy */; }; 69F4F6FE10701C0907566E910C5BB6B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16850,71 +17013,35 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = A3F86DBAC5E1C8F0724C396F51BBECE7 /* PBXContainerItemProxy */; }; - 6ADD6F1C7CC96B8B55121B70ED0D5A1F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "QBImagePickerController-QBImagePicker"; - target = 2423D1FB7F3F91E20CF12466E84D7586 /* QBImagePickerController-QBImagePicker */; - targetProxy = CA5D8F6A3E7A1385F0FFD2AC8BE417FA /* PBXContainerItemProxy */; - }; - 6BE1CA3969D6DFC8031EAA6EEDE5EE21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = 7F9603DE3CD05037592D96A53669C89A /* PBXContainerItemProxy */; - }; - 6C233080056CA0587E6A088D716F7D9B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 4A032BB66611274CFE0B8CEF80F4C9C7 /* PBXContainerItemProxy */; - }; - 6C33FF42CB5AB88C73AED6CF477EC8E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */; - targetProxy = BF476CEE4FF0724590228DFAC12A0DC4 /* PBXContainerItemProxy */; - }; 6C40FED36ADD7D57BED761F594CD832C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; targetProxy = B89102853C0AA8B4E4660B0A341C408A /* PBXContainerItemProxy */; }; - 6D4EE579ABEDDB993D3A67B1D5A1697E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 5764721824CD50AECC4E368F7D6967DC /* PBXContainerItemProxy */; - }; - 6DAAF97E297425CB09CA8EACA7F50CC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = 72831AB9D90A45024AFD8489D0CEB6C3 /* RNFirebase */; - targetProxy = F7891F20AAB51CD2305E72D9E6C79A72 /* PBXContainerItemProxy */; - }; - 7065AEE45A12E094ED4C7D5D3A036325 /* PBXTargetDependency */ = { + 6CF1C2B91A73FB2319FC32D5AD0D1DCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Crashlytics; target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = C899E28B81AB47B017BD54DCB0921091 /* PBXContainerItemProxy */; + targetProxy = C288C3E20263D81B15AAB496A8229A44 /* PBXContainerItemProxy */; }; - 717E1ABA439729B533DB162C3F062E25 /* PBXTargetDependency */ = { + 6EDDD5B3D7443B9489273BD912052013 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 354080E72782177DBAB3CCEC8A61DF26 /* rn-fetch-blob */; - targetProxy = 2A8749BBA8B9E5FC46965CD4DB6321C7 /* PBXContainerItemProxy */; + name = RNReanimated; + target = 2A79367BD8C63288C636F306EAD473F4 /* RNReanimated */; + targetProxy = EC2F4D0AB3DDC8EBB905A66687158371 /* PBXContainerItemProxy */; }; - 72FFA1BB912281719230C1A7CA408B2B /* PBXTargetDependency */ = { + 6FFFB62B3FEAE23E8E91457FF93299E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = 1B8B9300C4E3FFA252539DEF7563C21B /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = AF3CB6CC6FEAC23C1F0B4E00D1DBD00A /* PBXContainerItemProxy */; }; - 73387D624963D286E47F433D5C2162F8 /* PBXTargetDependency */ = { + 73A1D413951EEACF36D3DD2F6E07EBC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 1D8ED4A20867A7DBE943508D13C7FCB6 /* RNAudio */; - targetProxy = A5D0D2C1C46F84BDC3A3679F43E7252A /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = E23516A1E51FB2F7D76B67E4EAF5E511 /* PBXContainerItemProxy */; }; 7461A63F993AB39EB67CB5B64395C17B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16922,17 +17049,35 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */; }; - 76212534600AC2691B8480810723A713 /* PBXTargetDependency */ = { + 749BB233B181E71F2ACEAB58197DAC3A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; - targetProxy = 3C644EF417E45B39EC00BFEBDBE7CD77 /* PBXContainerItemProxy */; + name = RNScreens; + target = 74FF81DA04607EFDA9937ED10354E664 /* RNScreens */; + targetProxy = 349DFF7D5379C3F4404D2932BE97BEE6 /* PBXContainerItemProxy */; }; - 7678AC52F85EFB518404449D3A9731A4 /* PBXTargetDependency */ = { + 74BDF8A0C1D99E778BAEFD4EEAC10377 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = E4AE7D1E6B31A9E687D20B31085D1025 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */; + targetProxy = 99A3F8D4660C215AE7C1A87BEB7B8633 /* PBXContainerItemProxy */; + }; + 75377E586104D7896236DDCF85DC7682 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */; + targetProxy = F898D106AF95B08F5EC38F1CF32F18DA /* PBXContainerItemProxy */; + }; + 75CF2E3EE2CE633B223CF5B21FAF5019 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; + targetProxy = FBBD9FE41948E6AF7230A5C68816693A /* PBXContainerItemProxy */; + }; + 764647C90AE2A870B8DAC74604FC747A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; + targetProxy = A50703E6CB1D2BC3FBFFB9BDB082D745 /* PBXContainerItemProxy */; }; 76CA3BA17589A85E650786940D8E1853 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16940,11 +17085,11 @@ target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = AAC869672B6119FA01B23690C77B30FC /* PBXContainerItemProxy */; }; - 776043E43EC5BB50AD868FF04C225C68 /* PBXTargetDependency */ = { + 771AFE78EDF470721A4EC620E4AB2A5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = E90B06E472DDA9583C2227DCEBFF5145 /* SDWebImageWebPCoder */; - targetProxy = C516917917E0AB9BD9E3AD7863A4FC86 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = EB4FE271599EA352698FBA1D50310410 /* PBXContainerItemProxy */; }; 781E92AB9AD5C64251E7E935A7F59919 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16964,29 +17109,47 @@ target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; targetProxy = 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */; }; + 7BC4C6D7193437A5FA31C4F482FA296B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 61DC549801A5179157FA019CF233ECCC /* UMImageLoaderInterface */; + targetProxy = 6112C7026CF281D85DA50D281C335A5A /* PBXContainerItemProxy */; + }; + 7C982CFE754084F1EEFD577989710022 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */; + targetProxy = 51970F12277B923B6E80DBA8F1CA761A /* PBXContainerItemProxy */; + }; + 7D3FF4D95977A2B53A5B01984D584E6C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = AA420291A69C12124B9BD6002DCAF661 /* PBXContainerItemProxy */; + }; 7F18628588E8CCA477702C17B6396824 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 07B672E660093ADC2F1D1FA9D1271CF4 /* PBXContainerItemProxy */; }; - 8026D966B6A7F9090CE3BF7D28278921 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = DC84FCA893C2476DF6B83DA1E8D719F4 /* PBXContainerItemProxy */; - }; - 80B9F00CAD0F4AFF666549E32F0334F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; - targetProxy = 698B8F91D5922A2E37F6DD1024D608F6 /* PBXContainerItemProxy */; - }; - 80F60A4601D82CC9C75F28464ABB92A8 /* PBXTargetDependency */ = { + 80C960370F8D09FC2C27F1D7C40912CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; - targetProxy = 4AEACCA9947B928CEE93E6504C63D1FB /* PBXContainerItemProxy */; + targetProxy = C735A9EC7785B78FB89C172B1EF10995 /* PBXContainerItemProxy */; + }; + 80E86D8065CC1CEC555989D2D8DA79E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 68B8924E9F4BA5A45DFB6FA02C607E44 /* PBXContainerItemProxy */; + }; + 81EF2546725F9857005BCEBACA70FDA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; + targetProxy = BB7E225B679E26CD08810F7E7204634A /* PBXContainerItemProxy */; }; 82DE4A10C611155EAA73BA712DF1D258 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -16994,47 +17157,41 @@ target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; targetProxy = 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */; }; - 8500F96B2D974EC6D2DA69B1CA615F7E /* PBXTargetDependency */ = { + 84F62F0BD1E18FE89A28DDB61EAF540C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = 0E0B887A3FBB975E5F05AB1FD93372ED /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */; + targetProxy = D0972EE51445A3DEEA6FF89FD05F2F7E /* PBXContainerItemProxy */; }; - 85298C12D917FE0D5F7BB330D8B17268 /* PBXTargetDependency */ = { + 853B7F489623630B1F75ED3A612E2F1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnosticsInterop; + target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = BF9BB51A5BB0C791C95C54B476C0ED67 /* PBXContainerItemProxy */; + }; + 8904B941E433F75B2AECC915D7A134B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 28ED635B5C6D525E771026FDCF0CA691 /* PBXContainerItemProxy */; + }; + 89E0222ED4701758B0ECB7AE786E3BE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; + targetProxy = 1ADB13AFBA511438F4CD0D1EA9575BD9 /* PBXContainerItemProxy */; + }; + 8C98DA79DE7EA175D4DBE26265F28169 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNGestureHandler; - target = EE96A92842C7DB9F8DD7593EC0B8D0FE /* RNGestureHandler */; - targetProxy = 3EAE6DC73CF9A206E7E979992D502029 /* PBXContainerItemProxy */; + target = D89D50BBA94101244D7E1FBCDC882689 /* RNGestureHandler */; + targetProxy = 8F69C851B3744BC9583F1AE36FAEC448 /* PBXContainerItemProxy */; }; - 87B9A470244CA0D9C95478DA3F7818EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = B84B55116AE8D2FC32258CFFF2972E1A /* rn-extensions-share */; - targetProxy = 2B8FBC6AEBC73557360D4174B9DCE8EB /* PBXContainerItemProxy */; - }; - 888D746DC933ABC43FC64D0738D35D23 /* PBXTargetDependency */ = { + 8D3A652B190F5E47A01245111F774D00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTVibration"; target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; - targetProxy = 58F893A6A79E2CB875502153739DDD3E /* PBXContainerItemProxy */; - }; - 89402879C4CBE18F0997DD2B81A33664 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 52B496375B47BE24C88A169CA30D0DEA /* react-native-webview */; - targetProxy = 4DC50D5AF3FEF5740E48AC61F1C4F18C /* PBXContainerItemProxy */; - }; - 8995391C752773F5E2B16422A1E30848 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; - targetProxy = 4B9F4A1566EF0ED66A077161D0D9138C /* PBXContainerItemProxy */; - }; - 8BD92BF87C75D6C861B4EB6A511B7BEB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = C539BA294CDADF056F9D91ECDAFC2FF6 /* UMImageLoaderInterface */; - targetProxy = D31A5A5C4A7301CADE8F8F4DDD419CA8 /* PBXContainerItemProxy */; + targetProxy = CFD35FD905D512A1E6F1BD599484B928 /* PBXContainerItemProxy */; }; 8D5A8BF15CD510250550ACB106EF0C7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17042,11 +17199,29 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 0736F43E628DF211771775F69A163785 /* PBXContainerItemProxy */; }; - 8DA74C007FAE49B3AB8BD134924A91F4 /* PBXTargetDependency */ = { + 8D976FF1BBDE7125220C132A9FC55795 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = FE30F3929A4B17DDAA9B2CD32B2D653D /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = BECF276B5F13C2256AA7F1B032F1702B /* PBXContainerItemProxy */; + }; + 8DAF32C7CB9B48EA34288B61AAA76116 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; + targetProxy = 8BE439DD1964A89D0B2E43CC0A6B3456 /* PBXContainerItemProxy */; + }; + 8EBA68DD47B5E2D0D45555A7CDCA3564 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; + targetProxy = 3333FEA865FC181720FC4EC8BA4330DE /* PBXContainerItemProxy */; + }; + 8F3F7EDED128E486817D96A1AEB13CD6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = B7653A7B2FCCAAC064F152B4F150809E /* react-native-jitsi-meet */; + targetProxy = D25DAA8A2A890DAEAFD50E19AFCA2270 /* PBXContainerItemProxy */; }; 8FDF5740DAB8FA07737CF3A3409154DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17054,11 +17229,11 @@ target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; targetProxy = C013798CC86616601286D9425D1E96EA /* PBXContainerItemProxy */; }; - 9098544BEE6E7C852A6FF06E8FE04A94 /* PBXTargetDependency */ = { + 90918FD3F6B4073C0592180C2F93AC30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = 0E27C1D2919A1336E4EED2093FE67ADC /* RNScreens */; - targetProxy = DE5D991413DF357F142E6B3309F5DBA2 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; + targetProxy = 7A023E3B0A59776BCA1AC6301B581567 /* PBXContainerItemProxy */; }; 90D88B1CA438DBF891A5226D8D8B5611 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17066,65 +17241,23 @@ target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; targetProxy = 1BA9FE8D4FA41AD95626F63DB8C9FBEA /* PBXContainerItemProxy */; }; - 91972E82A7F88ABAC35F6D8AF19B5A43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; - targetProxy = AFA9DD6BC2F56B8271E1A6F415AB7E57 /* PBXContainerItemProxy */; - }; - 926954F99CD6A3B92161995EA11E01CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 1C4A5EEC8AE6091FEF31F46A5F54F298 /* PBXContainerItemProxy */; - }; - 926C9988B7B8E2DF4ECB1D1D1A900CF7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */; - targetProxy = 2F95A9444DF8D3D511E7C871C1A15022 /* PBXContainerItemProxy */; - }; - 92CB3D9998A1CEF2703D359B724A0B0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; - targetProxy = 56DE2F792AB886192CE63AD1A12083D1 /* PBXContainerItemProxy */; - }; - 9307EB014165F8AF38B43F1326F60328 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; - targetProxy = 767982899D470DF11FA512019A4E7B6E /* PBXContainerItemProxy */; - }; - 930A6DE757E76F546AB58A876EE3BEAA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = BF619C7E366B06683FFA9A0AF52E57A1 /* PBXContainerItemProxy */; - }; - 9359A2A75749126D7D997811E06F0ACB /* PBXTargetDependency */ = { + 90E88096565F867720BA70AACDEB9A2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = 9F65BCC21955AC7FFB68B2DB6A11F1CE /* PBXContainerItemProxy */; + targetProxy = 851E9BC76A7B9C5A728BC31A0CB1D840 /* PBXContainerItemProxy */; }; - 93E932F33790F0F9047B74EDE865523B /* PBXTargetDependency */ = { + 91606214395BA5FC053F7FA59FB9B364 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; - targetProxy = 0370A90D17A9C60B7C6D4B9F3A8ACA07 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = 540024AEA0C7386EAF581DB9DAF844BB /* react-native-slider */; + targetProxy = EE46C990AD90C69CD1D468C47A0AABF3 /* PBXContainerItemProxy */; }; - 944B96AAD3BA5BD053BEF4A936FF97A0 /* PBXTargetDependency */ = { + 938F32342EBBFFA9CECC4A7E3B70E2D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; - targetProxy = F572C3274FF0388DA026501513667F97 /* PBXContainerItemProxy */; - }; - 947265B05CD534C6754538402954011E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 743B4DEB68D23793521F266C0241382A /* RNVectorIcons */; - targetProxy = B3C655E23C03EF30F03C012AA4A6B0A1 /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = BC09B4466C880F3EE96B527B2921EB03 /* RSKImageCropper */; + targetProxy = 36E036E440192802D5A29224C39CEDD5 /* PBXContainerItemProxy */; }; 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17132,11 +17265,11 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; }; - 9786AED5E829A4BAB70FFC36CE6B4842 /* PBXTargetDependency */ = { + 96F05E92103E21EF08946389CE3633D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; - targetProxy = F2A63AC8C2B3C93682D6D35797C615D5 /* PBXContainerItemProxy */; + name = Yoga; + target = FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */; + targetProxy = 882A2BFF7AE745B4E6DED42885AA8026 /* PBXContainerItemProxy */; }; 97C83F1945FAF0077CFCAC91369259D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17144,65 +17277,41 @@ target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; targetProxy = 6BD0984377EB6F1CDAF209D0EEAE7356 /* PBXContainerItemProxy */; }; + 9928B3DC3752F0196B986C05616590DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = 63CF4D4E74D1771681263724253E1E79 /* GoogleDataTransportCCTSupport */; + targetProxy = 1B7AF91A34ED979E334D769D67946C61 /* PBXContainerItemProxy */; + }; + 99EA777DC2C4F33DC1789CF5279DB0A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; + targetProxy = 6F6E7488317ED673169F0D9D0390EF9E /* PBXContainerItemProxy */; + }; 9A6093C2C517B5FC29ACD2E96435EE49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 09C15A614E3100AD5CAA64B248FEA2B2 /* PBXContainerItemProxy */; }; - 9A9C8C007EF92EFD07A049BB8EE8DD5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = DB3B9BA411F5E3BAD4C007A3D8D32630 /* PBXContainerItemProxy */; - }; - 9C2294FB3F9071D9AE0142E120866E4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; - targetProxy = C448A5C24E99779C98D71DDE1D9FE8DB /* PBXContainerItemProxy */; - }; 9C390500C3C568F59A8589C455BFF4D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - 9CA79C2DC64564F22D5EF7967532900B /* PBXTargetDependency */ = { + 9CE2DCA5EDC0CC7D65CF8042734B20B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXConstants; - target = A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */; - targetProxy = 28142F0A3AA066A7268567128010D3E8 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 388A661BFD7B4947F8B0D1D0E8160FCF /* PBXContainerItemProxy */; }; - 9CAF2798C8AEA8082EC6279CF92B9F1C /* PBXTargetDependency */ = { + 9EB1C1FB2D4795415F06D6EB8ADD87FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; - targetProxy = D8A30878C445362FEA608949DF911C10 /* PBXContainerItemProxy */; - }; - 9D78AC1EC7B706BAC4B1A2027B8BE8E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; - targetProxy = 67ED359B2D4DD066EF468FF0C65BC7C6 /* PBXContainerItemProxy */; - }; - 9D99AB10F409D68B8FE623C138A7E00A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; - targetProxy = 3BE17F46C2A69521BEDBDD00A0A50802 /* PBXContainerItemProxy */; - }; - 9E38E1CBF0D5044B621736B49D869DBC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 5B9C887470B06C308DB225E189F87B0E /* RNDeviceInfo */; - targetProxy = 694EF6F8A77E572BCB8132EE1A40F426 /* PBXContainerItemProxy */; - }; - 9EA537495D950AF67143A0A00EF5BD01 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = 2495FC42DB57AD3AF7AD1583BA7CC752 /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 7E916AEE33184313930FC6B287F1E58A /* react-native-orientation-locker */; + targetProxy = 7A2B04F12C24FBEE45F2BB3F46D1F8E0 /* PBXContainerItemProxy */; }; 9FF2EAC462E085F8426E42810CD320B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17210,53 +17319,23 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = EEC2A18D5D098BDAB781F34428BB77D1 /* PBXContainerItemProxy */; }; - A00B5A4C770E702BC030F968308589DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */; - targetProxy = 2840D4A5F9645E09FFCA891F58E7DCBC /* PBXContainerItemProxy */; - }; - A00BE7D5A1F21A9B9D3E8515C5434A11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = 2E1B62D66A7097B06E8963437D5909DB /* QBImagePickerController */; - targetProxy = 3E4C1056740EB75C46BF5CF5369B4423 /* PBXContainerItemProxy */; - }; A023A88816EE55C0E7AC6D8323FAAF53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; targetProxy = 10B32C2C31A516CD0A0578144E20FD18 /* PBXContainerItemProxy */; }; - A08CC873CE13E33D866F21E27CCC0068 /* PBXTargetDependency */ = { + A0FF49FE3FC5F229DC5ABD0F268C63CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; - targetProxy = F3221A1E5337C342A225EE32D707BF14 /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = BC09B4466C880F3EE96B527B2921EB03 /* RSKImageCropper */; + targetProxy = CA4060272535BB7EEACE908847B721EC /* PBXContainerItemProxy */; }; - A198C7E8B0F5ADE28D6C3ABF8D10DB9A /* PBXTargetDependency */ = { + A3D528FEA65EC66F827F7EF7C5CCF86E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = E90B06E472DDA9583C2227DCEBFF5145 /* SDWebImageWebPCoder */; - targetProxy = 07ADAF0D644FBD9A61280BD647EE87F4 /* PBXContainerItemProxy */; - }; - A1F87FDB6F11707034423916F6327AD4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; - targetProxy = 65171C346B316FE83CE70E02D0526063 /* PBXContainerItemProxy */; - }; - A41C90737DB1159F48A7149F9CC9CA8B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 9D7A46D590B788C61A8EDD48B6EA8FAA /* PBXContainerItemProxy */; - }; - A443293B09145EA23D030CC5611357C6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = AC3205597E947BFE63BE5B9164F45F78 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = CF5879D6E4A62DA725AB47839CDF2D9F /* react-native-document-picker */; + targetProxy = 180576643DD63CF066C4224C1C40DC53 /* PBXContainerItemProxy */; }; A5351590EF2D946171B0ECC1142DED94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17270,11 +17349,23 @@ target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; - A55322FA0E8F95E66FDAA2B6EBC31A7F /* PBXTargetDependency */ = { + A54E1C431AE167A4453C72F3A6802ABF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXPermissions; - target = E07EA1A35FBB3A986F484EB01CDD5527 /* EXPermissions */; - targetProxy = 2A7932490BF02B7C378EAD94363DE810 /* PBXContainerItemProxy */; + name = RNLocalize; + target = FFC24D897EACE667E37A34901EB60238 /* RNLocalize */; + targetProxy = 54097BC64E40E4DC23D6ADDB8FDDDBF3 /* PBXContainerItemProxy */; + }; + A57847F523F51C6BD4B6D1799DC5F7FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = 70B0801BE1AAB4CEFCD3C0DD57966E15 /* PBXContainerItemProxy */; + }; + A5835717DBF5D95FB3B71B911693EF67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; + targetProxy = C5CE083FE2EE014AB4F18CF4597B797C /* PBXContainerItemProxy */; }; A6291B132A310C334C56604E7BCF20C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17282,23 +17373,35 @@ target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; targetProxy = 3C63709D9A9E8BFEDDDB0EC6915A77BE /* PBXContainerItemProxy */; }; - A6ECAA2C4096BD8B1A2E3E0DCAEDDB6E /* PBXTargetDependency */ = { + A7556E93CDA2427ACEE1974B8121A827 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = 69A8731022935CD8A0051D815C1867A8 /* UMFontInterface */; - targetProxy = 5E03C9744EE1148CA3B5F55FD8769233 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */; + targetProxy = 3FCC15778C85DB413979ABA36A308261 /* PBXContainerItemProxy */; }; - A70995D6AA4205C9AE5F3C22A24E1407 /* PBXTargetDependency */ = { + A8080C15116E3BC92F82A7F80F5D6DB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; - targetProxy = CADADA5ABF71FB9915267206456FED92 /* PBXContainerItemProxy */; + name = libwebp; + target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; + targetProxy = 5F26F6236B798B2E2F25D74908A89677 /* PBXContainerItemProxy */; }; - A89B435084EC23B13C580E5B225F12EE /* PBXTargetDependency */ = { + A8B8A4D88FE4A06A8AE69E88EF52A82C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4DDE5693A87611C05EBF117455A2FB9F /* RSKImageCropper */; - targetProxy = B476E9F3A18732262C855CCE16167C64 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; + targetProxy = 2325F5F95AC401CE43A8FD7D9C97BBBC /* PBXContainerItemProxy */; + }; + A9000F7C29B23C52F769FC945D93E2A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = DE00324B3858B538798F4C258BBEF1D5 /* react-native-notifications */; + targetProxy = 73A237AC8AA32909BBEAAF37052988DE /* PBXContainerItemProxy */; + }; + A9D8EE9B0B6B2D82282CDE5E1DC8E6A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 7CAB4058EBC116AE1A60D0CB0B1BFCC1 /* glog */; + targetProxy = F2E127D2EBBA458478A3844A0CE789DF /* PBXContainerItemProxy */; }; AA9052A974DA4ECF27CC38A7633849E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17306,11 +17409,17 @@ target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; - ACCE80A5027A23A21AB5DDF060D40FC2 /* PBXTargetDependency */ = { + AA97E517A306533D1FE10F4819D606CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; - targetProxy = 9C4BFA9E72CCEEF9595F452470E6A046 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = F41118746E7CCABF08FCCD1D3642302A /* PBXContainerItemProxy */; + }; + AB5D455A473F66C3E5CF4C3A3B88C29E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; + targetProxy = 85C9C03FE7D91A6465E3F71533A2F7C2 /* PBXContainerItemProxy */; }; AD8CC2C3AD641422282F5A8CD85BA0A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17324,17 +17433,23 @@ target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - AE49DDB5F148BF99B7C9C5E894056A8D /* PBXTargetDependency */ = { + AFC5BC29352F5F79784D4828FBA68507 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 60F43D68BD7290E1B24C3BE7B3382AD3 /* React-RCTNetwork */; + targetProxy = F94C55A78A8494BAD13DDB16DF066157 /* PBXContainerItemProxy */; + }; + B0CBE6A3DF995FC2C3BBA684A079ABFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-background-timer"; - target = 42BD655FCD2598C4D25D7B895932A77F /* react-native-background-timer */; - targetProxy = 5FA42D7B301BE8515DF82C0CC22A56DA /* PBXContainerItemProxy */; + target = CC2495BA3EE056ECA8F2DADEC582A33D /* react-native-background-timer */; + targetProxy = 45C656C5A21D112E5772213908881852 /* PBXContainerItemProxy */; }; - AF4E08619C709EDA5BBA2F306FBD75A8 /* PBXTargetDependency */ = { + B0D3E7E71AA2EB93D4C467E8462858DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; - targetProxy = ED8A1DEEABE59DE3C2480E42F65DBECE /* PBXContainerItemProxy */; + name = RNLocalize; + target = FFC24D897EACE667E37A34901EB60238 /* RNLocalize */; + targetProxy = 4219F4AF5F2D0025E82CF07B51B4B9F3 /* PBXContainerItemProxy */; }; B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17342,53 +17457,83 @@ target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; }; - B12B1A67B5817A2C89B57D7E1475D45E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 98F57C9A3FB6F5E9C1D7242BBE675E8D /* RNFastImage */; - targetProxy = 2748CE6CF1C6A9B85A8C7BDA32033DB4 /* PBXContainerItemProxy */; - }; - B2177753B91240A69037AE2C62C6C431 /* PBXTargetDependency */ = { + B15762B809F40B2AC7C89CD69004F45C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = FC601CDF49A6294BFD0DB8365E38EE11 /* PBXContainerItemProxy */; + targetProxy = A79236648EF704078775DA2E9522FC30 /* PBXContainerItemProxy */; }; - B3138C869D19037E8C156AAA28E47D27 /* PBXTargetDependency */ = { + B1771AD984981CDD09B6EDB60BDF25CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 98F57C9A3FB6F5E9C1D7242BBE675E8D /* RNFastImage */; - targetProxy = EC668F73411F9793F4F0B6DDF3065EA0 /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 6F3B13F4F00142421B3FF553C3ED2F92 /* SDWebImageWebPCoder */; + targetProxy = 36644247675748D29C9CB25E006D9C8C /* PBXContainerItemProxy */; }; - B3D9CEEC0D2A70C1BD5D14A732A1D6E7 /* PBXTargetDependency */ = { + B1A8C83F1AB626D552DAA089A8E24EA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = A1DA7160DD40C2F4C7332F30DE279FC2 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = D07ABC7864592F457E6D56CAD9499D1B /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; + targetProxy = 8ADECAB9A51519C625E8A19CD1E5C891 /* PBXContainerItemProxy */; }; - B64E540032B38133FC1B6E20A2EC86F2 /* PBXTargetDependency */ = { + B1D68D505DB463C03F1F612974C06607 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = 0A839CF1E1DC111261AED3D86F9A04B0 /* react-native-keyboard-tracking-view */; - targetProxy = 144C2BE4917AC98DD56450F812A849A1 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = 123D4D7AC3D41ABC0675B1DB3613066E /* RCTTypeSafety */; + targetProxy = A5FDA6298E39BC4FA49D03E65ADCE1DA /* PBXContainerItemProxy */; }; - B7135466D5C85B67B466081FDACA5D8B /* PBXTargetDependency */ = { + B234F46BEB59AE7BC794E20598EC99DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; - targetProxy = 586569852C0CDBDFDB3496DD458398BB /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = FEBB40503C916484B555BC602F1628BA /* PBXContainerItemProxy */; }; - B799757B91952D8B0658B75D47A69A77 /* PBXTargetDependency */ = { + B27423652CC1DB9A45D08E28CC76DB66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; - targetProxy = FB9E4AF81BE1C7BFF2FBF6A93C6F7564 /* PBXContainerItemProxy */; + name = Folly; + target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; + targetProxy = D9E4612725FD5481BEF861C1DA8A24C1 /* PBXContainerItemProxy */; }; - B854EFA790A494D99A1080C635EA7F90 /* PBXTargetDependency */ = { + B29FA0910DC318A400B4B4A61233F832 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = EB1AFC730F005065E951DE8E8F6826B4 /* SDWebImage */; - targetProxy = 216C6BEA95AC084C7DE64252B7F0A35A /* PBXContainerItemProxy */; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = E26792DBA6E59FF53A93698DE4939280 /* PBXContainerItemProxy */; + }; + B2FD68DA97DC0FEFC8789FFD4E8EEAD3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = CFE0422550A14D2C095AD11660ED2032 /* PBXContainerItemProxy */; + }; + B3010118213C2F3C04E8567F57C982BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 6DF102573B633BADB6CB9D05ADAE739D /* PBXContainerItemProxy */; + }; + B3BC7154CF463093F38802327E3F51D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 741FBA4BC342283F278DF88A4F4481D3 /* PBXContainerItemProxy */; + }; + B4DBD56069688E58E7C16298F23A36B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = F4CECCDEC8D59A0C5E8D884FC3C0FB4D /* RNUserDefaults */; + targetProxy = 73DCA30B31914400BC052DE142ED5DFE /* PBXContainerItemProxy */; + }; + B61AC997D9D07FAD9D27349E3CE1E147 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 7825F222F53EF434DE74A6C6FAF290E9 /* UMFileSystemInterface */; + targetProxy = 6ADE1DD63485CB98895DAC1CB3486A63 /* PBXContainerItemProxy */; + }; + B7C5C9AA23ADAD2899F5487D93DD6994 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; + targetProxy = 5F9FED3AC0B6D62706011ACBCABDA2E4 /* PBXContainerItemProxy */; }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17396,35 +17541,11 @@ target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; targetProxy = 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */; }; - B8C2B676095EB766BE87ECD76C2518E4 /* PBXTargetDependency */ = { + BA46AE084FF4A45D02CA105C90F5DDC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; - targetProxy = A5BD86184175BCF0BB16C151F3A07113 /* PBXContainerItemProxy */; - }; - B8E06E7A5D5ED403947A809D3612D4B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 864F908B842632C53102364B908D850D /* react-native-video */; - targetProxy = BCCD5FE08120A497452E1CCEED33305C /* PBXContainerItemProxy */; - }; - BA18856760C8B8250D94780919462880 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 93AD4905EECC68DE4DA5BE905E86A72A /* PBXContainerItemProxy */; - }; - BA2BEDDB1162BF498FB412026D430EE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = D4E228806DE3388E0AE3C2A6EB3C9E06 /* PBXContainerItemProxy */; - }; - BAFCDF0AD092D05FE06FFDC8862414EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; - targetProxy = 5EA56BDF4FE88BD4B113A10114CCE696 /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 9975876BAD1912BA45C0884EBD2B2D0A /* UMBarCodeScannerInterface */; + targetProxy = DF18BDD2AE3349435770DBEB833A1125 /* PBXContainerItemProxy */; }; BB0C888F9800A9CBBD7F9AB387D65080 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17432,6 +17553,24 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */; }; + BB3D168A19A63CC070354CD5E35CA1A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = 4BAE0A70354F1C6144A6296270ED8928 /* React-CoreModules */; + targetProxy = 550B1B77F4DB4FE7CDF03206C00AEDFD /* PBXContainerItemProxy */; + }; + BC04D74128981F0B1FCDFFD9B8C965A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = 2A99896D65A33A482D2D82FC436F823D /* FBReactNativeSpec */; + targetProxy = FAB11FB349762AEA3B3FD7F8E8B711AA /* PBXContainerItemProxy */; + }; + BCDE6C0363A54D7D3658E1EA0FE6DCDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 7E916AEE33184313930FC6B287F1E58A /* react-native-orientation-locker */; + targetProxy = B21FE311BC21BFA45C221CECE36D039A /* PBXContainerItemProxy */; + }; BD9A27944522233DC0927B646379AEDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -17444,35 +17583,29 @@ target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; targetProxy = 2A5330A27066B77F84440B5AAE0EB91C /* PBXContainerItemProxy */; }; - BE53F54183A98F2E96C1166664B6A0B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 3C6A9BF574C3488966C92C6A9B93CA8C /* FirebaseInstanceID */; - targetProxy = EB2AFB2660500756764E5E27E54E713B /* PBXContainerItemProxy */; - }; BE70AB1116776A9F90A3C783B9F1769B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; targetProxy = 3CE12525FC73E81B8DC468274B077D13 /* PBXContainerItemProxy */; }; - BEDFBB1EA759BA466CCACFAB3078EB2F /* PBXTargetDependency */ = { + BEA5EE0B671B0D03DF0C8610491D18DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 97F64487E3A3BD041F3D7CC6460EA688 /* UMReactNativeAdapter */; - targetProxy = 5FF7B488B609B255FFB33976CD27F18F /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 3DD29433316D0F7D4ED729A0938A7354 /* PBXContainerItemProxy */; }; - BEF99443AA77A3849CDD0E7A9866D4E2 /* PBXTargetDependency */ = { + BF2387CA384BB6D9F0DC055F50DE32BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 18CEE6DA46F6A35B632E30ABDA5F0368 /* UMBarCodeScannerInterface */; - targetProxy = 6026809C55A908A5D0E0DC91C727F216 /* PBXContainerItemProxy */; + name = BugsnagReactNative; + target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; + targetProxy = C0C879B12104FAF1F9ABB08FBA7BCFFB /* PBXContainerItemProxy */; }; - BF27720B0CFD36FED37DE547EDC5A88E /* PBXTargetDependency */ = { + BF7A943C78A8D86BB439315C9F7CA727 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-splash-screen"; - target = A3E6473348261FF8E0036D77598A7883 /* react-native-splash-screen */; - targetProxy = 5DA2E1B829916F75D96CFA4566589951 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; + targetProxy = 6235D6642E5B5056FD521467CE4958DD /* PBXContainerItemProxy */; }; BF9BF0CDEA697B8AF2D71C6FF954AC77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17480,11 +17613,11 @@ target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; targetProxy = 2C95DFFCB2EC326C56D43774DED19805 /* PBXContainerItemProxy */; }; - C0246C4CE36C8B93B788805407995A1A /* PBXTargetDependency */ = { + BFE015A477E1FE42A722A9A9149D3202 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */; - targetProxy = 49DBAF47EF3E1FF7076A2B59DF1AB54F /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = B5AEB0671618E44E64AB8DBF3009E5D4 /* PBXContainerItemProxy */; }; C217101135EFE0403239B5B2FC6C3632 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17492,29 +17625,35 @@ target = 59D5FC9202D131CDFD2E08ABCE1C35AC /* nanopb */; targetProxy = F2E57867E76DED400D1A4035EF3D8735 /* PBXContainerItemProxy */; }; + C28F816DDCD68FAE38AC8C0E591037F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = A500057CC96DF1C77E383854A37105F3 /* PBXContainerItemProxy */; + }; + C358478275E913D2DD0D7E40ACFACE8B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = F4CECCDEC8D59A0C5E8D884FC3C0FB4D /* RNUserDefaults */; + targetProxy = 76B97BC8D399C93A8D0D1BC9B698655D /* PBXContainerItemProxy */; + }; + C62C03A703D4A0D2381CB0E9DC2F6222 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = DE00324B3858B538798F4C258BBEF1D5 /* react-native-notifications */; + targetProxy = 753F4F1DC68DE168138E34AD458F616F /* PBXContainerItemProxy */; + }; C685EEFD7FF4D4C3F16AD088F18AD053 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = FE8C7693079779C66A2B166BAD56A51E /* PBXContainerItemProxy */; }; - C6FED24BE250D854B2FF2688A6009E08 /* PBXTargetDependency */ = { + C7355E00FE2475A919B9C3902BB7092D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 42BD655FCD2598C4D25D7B895932A77F /* react-native-background-timer */; - targetProxy = 53740FCB2D6D2D2D596BED15D7CCC4EC /* PBXContainerItemProxy */; - }; - C7E294EEA4B149009F6DA7176C2BAF0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; - targetProxy = 64389A0E488F597F305C37CBE5BACEF0 /* PBXContainerItemProxy */; - }; - C869EAB6E723103C25D815C83EF3F2EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = BF4AABB64D09DEB00ECF19B09D06CCD8 /* RNImageCropPicker */; - targetProxy = E55337EEAC61383D303A51D0B981D95E /* PBXContainerItemProxy */; + name = "react-native-video"; + target = D043C00381CED00CE3860ABCA3DF5B8C /* react-native-video */; + targetProxy = A4E39A1C2D55470CC1AA7A1B816B00A2 /* PBXContainerItemProxy */; }; C88567C1EA97046D4200985228F41BAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17522,35 +17661,29 @@ target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; targetProxy = 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */; }; - C95C7A0835CD05C514D4FC7E39A82BF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; - targetProxy = 2BDFE095EEDC668564F76B8074F1201E /* PBXContainerItemProxy */; - }; C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Fabric; target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; targetProxy = D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */; }; + C9EB728071C5B594210DEDE99BBD4D64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = CDC7C7429C57F72466FCA222559AAB54 /* rn-extensions-share */; + targetProxy = CE2601DD69CC4FCA845BC70B67ADF53B /* PBXContainerItemProxy */; + }; CA20CC0CC8595F02B384BCF03BBE9452 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; - CA7C27F2625F09AD64EE979AE4463F0A /* PBXTargetDependency */ = { + CA3BF92B6A7C7E7A931A935A86185BC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; - targetProxy = 90880149A37A3DD2F8F4BF12FE1678BB /* PBXContainerItemProxy */; - }; - CABB4C9C9CD95FD141C1F4FB5CD78730 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; - targetProxy = 75A73C0D34E5B4F48313043CD22B3D17 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; + targetProxy = 78DAF0E5EF82D6124AE954C32C812F41 /* PBXContainerItemProxy */; }; CB67FB062DE8CAF07E20E144CB621739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17558,17 +17691,11 @@ target = 01B53B6A43CBD6D4022A361BBFCCE665 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CB7E8EB747CBA0EAC4BCC3FB33CD4632 /* PBXTargetDependency */ = { + CC4BC75563EF6A3ED96D9A41941725E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; - targetProxy = 8A748AC2634B888F13E2B5DE6C3C4B58 /* PBXContainerItemProxy */; - }; - CC1B1F82FA54C8AA35CCBC7DB03D785B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = 63CF4D4E74D1771681263724253E1E79 /* GoogleDataTransportCCTSupport */; - targetProxy = 63D36758604A826BDF289EFA87CE2F83 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; + targetProxy = 78752270C83FC885333CBCE3561233A9 /* PBXContainerItemProxy */; }; CC72211E5223B63D0561752142275FE9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17576,17 +17703,17 @@ target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; targetProxy = 33C3622012A6D55A8CCD64DE231CB8A0 /* PBXContainerItemProxy */; }; - CCDE6F9F4F7811D2906F4747D514405D /* PBXTargetDependency */ = { + CCA67078E768726723E53743675619BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; - targetProxy = 47756DB874E4D60484417ADDBE8803E7 /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 1A20EC96C3F4E5C7E0CCDF36A9A7C630 /* UMSensorsInterface */; + targetProxy = 954F69B3F21CB804425B8F4C7D0DBF1A /* PBXContainerItemProxy */; }; - CD666B7725A053CB6C3C6F5C6E28AACD /* PBXTargetDependency */ = { + CD47B8112D97FDB73B30EF199B54CB80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = FEC7CEE99C30C1292EC32D7E006E4E85 /* Yoga */; - targetProxy = D737CCE0943BCE6439F16BEC1B33A42C /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; + targetProxy = A3BA89EAE6CAAC297A4857F7514AD495 /* PBXContainerItemProxy */; }; CE8B92E48AC185A2B85231FB94EF0309 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17594,17 +17721,29 @@ target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; targetProxy = 4BBDCF74AAA6DEC7420E0CB6C398D3AF /* PBXContainerItemProxy */; }; + CEEDF35C05043E51ED2DB836AA95A226 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = B81CA3A3A63C0085E4085060FE4DD9FF /* React-jsiexecutor */; + targetProxy = 000941589A8FDA6B7A87083097ED64AB /* PBXContainerItemProxy */; + }; + CF663B7259B6B9C9875E774CEFA39BD3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = 232D00D8ED7797390FB38004DE01723B /* FirebaseAnalytics */; + targetProxy = 47EA17523737539938EAA95A50B98F5C /* PBXContainerItemProxy */; + }; CF8BC28987E07E2E11472F3922622864 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 5C8A3E6AB1161E9CF7D5A8AC0368B080 /* PBXContainerItemProxy */; }; - D0A30E609794C8C61F765EFD443D6E7D /* PBXTargetDependency */ = { + CFEF1AC5331E84BB2D9353149BEA5CA5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = 5C53A3A5621162049D9B4399173FAD68 /* UMPermissionsInterface */; - targetProxy = 38691D3DB41F50AFB05A8C2B2FF3C106 /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 57AC7EAD7BD1DC75FD7A2629738BA6C3 /* RNDeviceInfo */; + targetProxy = 2FFBC1EED2822056E253B280E939C4C5 /* PBXContainerItemProxy */; }; D0C999A431508F325E3286B2E73F5BA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17612,59 +17751,65 @@ target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = A94EF2BE3BB5C93DEBBBD89AA7A50736 /* PBXContainerItemProxy */; }; - D3ABCE8BCA581FB9AB939EEE93C78D24 /* PBXTargetDependency */ = { + D1599E01AFF54C5427B24F9C62206D8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 5B1BA8B3E53682DD179F7BFF8F2C8B75 /* EXHaptics */; - targetProxy = BA36E3481256BAF60D12F370B802A3D6 /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = CE239A802E29969C4057A2CBB5F2F39F /* RNVectorIcons */; + targetProxy = 3A10D4CD1FBA7976D31FA388375542E4 /* PBXContainerItemProxy */; }; - D4F59459536E2EDF233B5EFE32C3860B /* PBXTargetDependency */ = { + D18338ABFFA7E91823A9D78798E6AF5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = E35677563961D74EB125C2ACCDCDCC3A /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = CDC7C7429C57F72466FCA222559AAB54 /* rn-extensions-share */; + targetProxy = E5A3D119ECC926CE28D22CD0C771299C /* PBXContainerItemProxy */; }; - D53A5D9E3973E6187A91E282F65F1575 /* PBXTargetDependency */ = { + D2846F7DE3547E32B0B86115504C12C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = 2E1B62D66A7097B06E8963437D5909DB /* QBImagePickerController */; - targetProxy = 4440721E044DFDEECABC2439E378EC5E /* PBXContainerItemProxy */; + name = RNImageCropPicker; + target = EF5E506C3DAF6D69884F3469D1C9EF23 /* RNImageCropPicker */; + targetProxy = 43E6688FB0C24848C38FBB056B35DE1E /* PBXContainerItemProxy */; }; - D572E911EAC37535E66067652F5DD130 /* PBXTargetDependency */ = { + D5C7EFCA7E028471A52D574B5ECCCD8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNAudio; - target = 1D8ED4A20867A7DBE943508D13C7FCB6 /* RNAudio */; - targetProxy = F2D959E6C4D3CA2ACBFA3C3BAA12AE05 /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 21B91730AA56171E7B635E8AFB2A7F3E /* JitsiMeetSDK */; + targetProxy = 0697AFB4B076639459C51AC7E543D52B /* PBXContainerItemProxy */; }; - D72034E20933B8FD82D55DE27DF2AAA2 /* PBXTargetDependency */ = { + D60ACE099BF26C8F2F9124D230CD3877 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = BD7B2D8FF0ABCB89D01F6E21D5364678 /* React-RCTVibration */; - targetProxy = 736DC0B9A1D2232975B1200884C4425E /* PBXContainerItemProxy */; + name = RCTRequired; + target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; + targetProxy = 467E363323D12C5059006DC6D1775654 /* PBXContainerItemProxy */; }; - D76EAD368E6B8B7CB5F604BFF8BB9AA3 /* PBXTargetDependency */ = { + D7082ACDF10F760E809A0364A9627143 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; - targetProxy = AC5E5F007945A18BF3914FAD84246756 /* PBXContainerItemProxy */; + name = RNFirebase; + target = 2B3C9E54800029471CBC1137AB103231 /* RNFirebase */; + targetProxy = F760EDD72CE69E8F954BDB8BE3F8EFDC /* PBXContainerItemProxy */; }; - D8767E25CAB340E8739F7A42933892C6 /* PBXTargetDependency */ = { + D82713C55674A7F93C30FA9FF8DBD473 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */; - targetProxy = 16787D8E87DADB36F660A8A599E451E7 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 017AB91E1D5AB2B6096ADC666B072208 /* React-RCTImage */; + targetProxy = FA23121BACE73AF064055A2562398D74 /* PBXContainerItemProxy */; }; - D94FADCFC445FBEC0799DA57DA798642 /* PBXTargetDependency */ = { + D908BA6621D8AD9AEC9BB091246FFBF8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; - targetProxy = E4AA7448F8A2A3D07DE7DFEE88DA3B66 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = E49E330A27425F89DE89516B2F50AAE9 /* React-RCTText */; + targetProxy = 369F9559E46163A9A2C5F6E1AABD8B79 /* PBXContainerItemProxy */; }; - D9B3DF78F7841782F749FFFDFC775641 /* PBXTargetDependency */ = { + DA2CA85C5B8B9165ABEDAE474F4424BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = B11E238094137347E8790BFEB1BEF01F /* EXWebBrowser */; - targetProxy = 8DCFB011BDCDE94E72D180113C6BFC15 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 9195ED36FEAF8EE4A43583D677EDF8F1 /* PBXContainerItemProxy */; + }; + DA7154D85A62B9A9253863F8903B7D0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = A486E5AB43C3327005F1C0B986A448C0 /* EXConstants */; + targetProxy = EABF5755605042F6FB2970BF68ACF314 /* PBXContainerItemProxy */; }; DB80506935610BC87AFDD4834FC611D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17672,35 +17817,17 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 248015A2F1D88F57B6E26BA56A382F2C /* PBXContainerItemProxy */; }; - DBA4115988DE7E3296773F6CF9BC1B06 /* PBXTargetDependency */ = { + DF768B3F4EE039552663F320ECC8ED0A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; - targetProxy = 78513EFE2089F164CD5117B67A8B9615 /* PBXContainerItemProxy */; + name = ReactCommon; + target = 6DE003F64B133830B9AB9321298DAAC2 /* ReactCommon */; + targetProxy = D975C300924E6786993458DD1706F0E2 /* PBXContainerItemProxy */; }; - DC2D6D5D04569084677C0B7ED6B48788 /* PBXTargetDependency */ = { + E04B0E1E96FF60C39817B986EC1661FE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCore; - target = 01CBDBB3785FE2E9ED7E2986BE2102A6 /* UMCore */; - targetProxy = 3FF190B87A75D66E8F5D28212DA06300 /* PBXContainerItemProxy */; - }; - DDA9E9C57534B6419B6E84DF77C3F18E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = CBA7F5CF6CC39427C197456D0FE06FD9 /* PBXContainerItemProxy */; - }; - DE0AACB352BBE70C14AB02F6A6CBF999 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = EE96A92842C7DB9F8DD7593EC0B8D0FE /* RNGestureHandler */; - targetProxy = E9A073C277F7A35687064A5CBE73DA9C /* PBXContainerItemProxy */; - }; - DF9F80D112354C9D28B8D3FFDAD491E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 426398FA61DF648ECF7C6897DFAC6E8E /* FirebaseCoreDiagnostics */; - targetProxy = D3DBCA13660A7CFE58C15924E7FA7AFB /* PBXContainerItemProxy */; + name = RNFastImage; + target = B55D2B1B7B3F2CBE01D5ACE0ADDE7DFC /* RNFastImage */; + targetProxy = B30EB5773C62CAB33BBD1C2EC5BE1CEF /* PBXContainerItemProxy */; }; E1DA9EC93E3834DAA49C0A257DFA8741 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17708,17 +17835,11 @@ target = 78321EAB31E9FCC75DFA950389835085 /* Folly */; targetProxy = 0AA48B35BA7148412EA836482D3727DB /* PBXContainerItemProxy */; }; - E29B0EEC557D466E5EA1FCC2C9234330 /* PBXTargetDependency */ = { + E1DE2E6AF06801471BFDD061B7D99979 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 64E78828D8355514B3B6BE78FAE7806E /* React-RCTSettings */; - targetProxy = 2A21F55EB320DF9DE2030139D4236BEE /* PBXContainerItemProxy */; - }; - E3173A63A27FFCA4EAB28EC80B92645D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 69A8731022935CD8A0051D815C1867A8 /* UMFontInterface */; - targetProxy = 929937B9F29A00834844F0C11F75A607 /* PBXContainerItemProxy */; + name = "QBImagePickerController-QBImagePicker"; + target = 198D9829680607524E113C663F507960 /* QBImagePickerController-QBImagePicker */; + targetProxy = 9F98010118D41766FDD71A830DBFA71A /* PBXContainerItemProxy */; }; E3D1654B918455824279631C48CD8D36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17726,35 +17847,29 @@ target = BAB5A963634772BE02E3986698B0BEAC /* GoogleUtilities */; targetProxy = F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */; }; - E3E8AE9300A1B751D612DD473CFE058D /* PBXTargetDependency */ = { + E4E4CD817842BFC18888940C14168944 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = F7236D5BFD42DBEDF2652D4E47992BD2 /* React-jsi */; - targetProxy = 1016518467B4BE718393C867F3C07544 /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 1CCF1D06CCFE0D0AB787DF0923C94D79 /* FBLazyVector */; + targetProxy = FD67352FE35891A788732DEBB24676A2 /* PBXContainerItemProxy */; }; - E45499EC85164E6DD8F26DB7959EABE4 /* PBXTargetDependency */ = { + E4ED47E1D395DA9238D10CECCBBFF6E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNReanimated; - target = AC9FFACDCABA4A7F5721FB719571B81A /* RNReanimated */; - targetProxy = 431FC6FDAB7FD6F752DD2E8E3E2FECBF /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 7D35AC1D8B08B55B0B39C12E6D8214F9 /* PBXContainerItemProxy */; }; - E50FD8450D5033AC7DAD0069B6B9F7C1 /* PBXTargetDependency */ = { + E67130213C3B059F51FBF40997B94152 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 0F1510CA64D3BD5A32C5357D5CB788FD /* UMSensorsInterface */; - targetProxy = FF859218B17F01E97DC680D6507A2D35 /* PBXContainerItemProxy */; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = 1A4C777730BA97DD98510DAE43DB7BB5 /* PBXContainerItemProxy */; }; - E6B983663E6EF7E4021294C9F0D5CD76 /* PBXTargetDependency */ = { + E7863B846CCD39D286E80167D0D6C390 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = 82BA924F838C30601D2A813EA338492A /* React-CoreModules */; - targetProxy = 4D3D4F4745C58CC8BEF76F4C2205D18B /* PBXContainerItemProxy */; - }; - E85E7E3BBFE6407EF0E8671765E691C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = 72831AB9D90A45024AFD8489D0CEB6C3 /* RNFirebase */; - targetProxy = A5F1E0C7DABD0667368287D7356C73A1 /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = CE239A802E29969C4057A2CBB5F2F39F /* RNVectorIcons */; + targetProxy = 3CD2845FD5ADADC0CD443CD29DCC49CF /* PBXContainerItemProxy */; }; E94723BF5AD08FD427D108D517EF6A86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17762,17 +17877,17 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = F2FF55E89F9BA0040B50E35573928069 /* PBXContainerItemProxy */; }; - E9A0431E565FB572E44DFD12613FA8C6 /* PBXTargetDependency */ = { + EA403CB8FAAF71D1BDE40DF4B943A72E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = 4DDE5693A87611C05EBF117455A2FB9F /* RSKImageCropper */; - targetProxy = 7EE17745C011BB1C7C5717C01B37473E /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 92A164ECF08099841CA89FCF53291421 /* PBXContainerItemProxy */; }; - E9B9018CC01581CFF9F3DD6A762B3867 /* PBXTargetDependency */ = { + EB9C54F5920478D554C643D4B6A8E6BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 7EFCFEA94A1863CE62030281846FB802 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; + targetProxy = 950935C1D2A88D45686B404A3B8B430D /* PBXContainerItemProxy */; }; EC566DF9BFE7FD959CB2819808630F73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17786,18 +17901,18 @@ target = E13B95041FFD639523C6719AAEF55D71 /* DoubleConversion */; targetProxy = 75A8D1D5089B0ACAF241DACEA0305423 /* PBXContainerItemProxy */; }; - ECEAF5ABF0967C5D3813D99898567AD1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = AC9FFACDCABA4A7F5721FB719571B81A /* RNReanimated */; - targetProxy = 17BD0C2B9D942DAFB9CBDE41E748798F /* PBXContainerItemProxy */; - }; EE6B8197B665B038E8D397A9EA149347 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTBlob"; target = 2E2ABA11C27993D4CDD5DA270C4B75F1 /* React-RCTBlob */; targetProxy = FC81A17B5C5AD48E1DC428B4EE37ABEC /* PBXContainerItemProxy */; }; + EE8E28C6FD2E7E55FDDA8F175452E3CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = A79F6AE1C4C678E5DD18F6861001D240 /* RNAudio */; + targetProxy = A896CA3C0678DBE412B38969802EE0B8 /* PBXContainerItemProxy */; + }; EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -17810,17 +17925,17 @@ target = 74FC3222E79B7B2A842D5F13AE03831A /* React-Core */; targetProxy = 244748360793885B28A0FB80940BDD29 /* PBXContainerItemProxy */; }; - F164958AA709D14A90A2037CD16E40D8 /* PBXTargetDependency */ = { + F028A84F9F3270B5AC59DF9CF95BC554 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = A88F648E8A510FEB26171A3A223F4F5F /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = D89D50BBA94101244D7E1FBCDC882689 /* RNGestureHandler */; + targetProxy = 4451FFCAB1D12A84B597E99CE7E88D46 /* PBXContainerItemProxy */; }; - F16B30E65BC13AC2000D9923BE957A93 /* PBXTargetDependency */ = { + F06E85D29645F83ED9133350ADFBB366 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = FEE139BEDF00526E7827C38FFB4FBC85 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = 540024AEA0C7386EAF581DB9DAF844BB /* react-native-slider */; + targetProxy = 6FBE9B5EC8D0068DF8A99E52EE9A61E3 /* PBXContainerItemProxy */; }; F1887910E1D2307247370E110F5C97EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17828,6 +17943,12 @@ target = 9F219ED43F3AEA000562B9BCFD624DDD /* React-cxxreact */; targetProxy = 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */; }; + F2291466EC323592642393B3167ED9DB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 74FF81DA04607EFDA9937ED10354E664 /* RNScreens */; + targetProxy = 88334C4C8638659D5BF35A6159B60BC2 /* PBXContainerItemProxy */; + }; F399B730C7A06F5D026757B730E30FB9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -17852,29 +17973,17 @@ target = 7F28D4475D7DAD9903F7E6044DD921C1 /* React-RCTAnimation */; targetProxy = DC1A792C62DBF10721FFE4308A29BA06 /* PBXContainerItemProxy */; }; - F457E64EA84EAEB04F17FDC9DD68F460 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 1F22396CB543506E7EA28A47A30E9727 /* GoogleDataTransport */; - targetProxy = A50E6E3A25BA1D442C220D15DE3DE048 /* PBXContainerItemProxy */; - }; - F4BFBDA074F6F315236D0F3B778DD030 /* PBXTargetDependency */ = { + F46DC4E7656F0D7F93F47014089EAF97 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; - targetProxy = 6157EEAEA715BFDE031B60FA9580690A /* PBXContainerItemProxy */; + targetProxy = 4A5E8999645165606B10C46BCAE08A7B /* PBXContainerItemProxy */; }; - F59B395458AC6E3D5779F66F42AFC4A4 /* PBXTargetDependency */ = { + F4820AB2C7049A6805669F6BD27F3996 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 743B4DEB68D23793521F266C0241382A /* RNVectorIcons */; - targetProxy = FE7461B61D27772DF5450F45A33D931C /* PBXContainerItemProxy */; - }; - F5C3A5B15F94110EB03CC4A026C5DB7F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D49B9B80A7B1F27C491DFA81E54E6CF7 /* react-native-document-picker */; - targetProxy = FF50C5CDDA5D52B67F62F50D7176F41E /* PBXContainerItemProxy */; + name = "react-native-splash-screen"; + target = 2FC07103F8CB65CE323DE37ADCE767D9 /* react-native-splash-screen */; + targetProxy = 96401629C4F3B636BA6557ADEC1024D9 /* PBXContainerItemProxy */; }; F60D5A7D560F55E346E626406941BAF2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17882,11 +17991,23 @@ target = 7135140B597489F3FE9D0A6D1FADD9C7 /* React-RCTActionSheet */; targetProxy = 586C9042939572C3633A6BECFDC2FFDF /* PBXContainerItemProxy */; }; - F66CA8C9317B62770D810D6F0043185E /* PBXTargetDependency */ = { + F6FA065C752EC130074871577D93B049 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-video"; - target = 864F908B842632C53102364B908D850D /* react-native-video */; - targetProxy = 628202471300B7622015B43DEFD7C642 /* PBXContainerItemProxy */; + name = "react-native-background-timer"; + target = CC2495BA3EE056ECA8F2DADEC582A33D /* react-native-background-timer */; + targetProxy = 65B37874C7B51F15EAD17A71451599F3 /* PBXContainerItemProxy */; + }; + F860A0108C5ECEFDA9AB7F98EAD4B8C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 8961CE7757CE728300716A70DCFFF7EF /* SDWebImage */; + targetProxy = 28F38F3B452732E98D6EEE7A985AF3A1 /* PBXContainerItemProxy */; + }; + F8917B316E3603023509795102FE01A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 6F3B13F4F00142421B3FF553C3ED2F92 /* SDWebImageWebPCoder */; + targetProxy = 080A7B8A92C283348466F098803BF6CE /* PBXContainerItemProxy */; }; F9771E99025A64436243D14F23ADC9E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17900,23 +18021,23 @@ target = C2F81329D3C42F2D872A4B80180545BC /* React-RCTLinking */; targetProxy = 0F51677083285B10036CC0BA1E9BBB53 /* PBXContainerItemProxy */; }; - FA85B61CAF68776136ECF399989CC9C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = E452F4CD4F8AB641BD2444C7AC91FA2B /* BugsnagReactNative */; - targetProxy = 69AEC55E1734D2B9678767369A23C7B1 /* PBXContainerItemProxy */; - }; FAC411C23D2CEEC99A061A1A4B22D07D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTRequired; target = 9D255DD73ADD1E4565B5CCB665433053 /* RCTRequired */; targetProxy = 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */; }; - FB1AD1C311E8D02DE894204A82EA9462 /* PBXTargetDependency */ = { + FB6510682A580BABBB3CCFF03F3121D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = 57B9E0A892EAB5C13D4AE7D4B1DE0C16 /* GoogleAppMeasurement */; - targetProxy = A6B2904ED84996F0637F4C8905BEAF19 /* PBXContainerItemProxy */; + name = UMConstantsInterface; + target = 458293E00EF1C1F42778F9425AD34AA4 /* UMConstantsInterface */; + targetProxy = 804BCD1D1DA3E79617F6E623BC946AE6 /* PBXContainerItemProxy */; + }; + FB6DD29DBCB7DF5817FF9E7C76F4339A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 2E01DDE6A1A8D7EE37042C7EA69F25FE /* React */; + targetProxy = C6512AD8EB8007BD96398C9C58A9C787 /* PBXContainerItemProxy */; }; FC15D43543715D7D02B1D7F75B3A311E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17924,98 +18045,55 @@ target = 115FC7605B6A0F6044A879F6EEB7DD99 /* React-jsinspector */; targetProxy = A10B927F49CDB8E49094BFD1CA897343 /* PBXContainerItemProxy */; }; - FCE4366FAECA0CCADD1CAFAB7109418F /* PBXTargetDependency */ = { + FCFF8A13DE1108766E7B852DD53489BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 427A5566E42596B2649019D00AA80F10 /* libwebp */; - targetProxy = 8DBEEA318A53D972CD89D2DB71C760CE /* PBXContainerItemProxy */; + name = "react-native-webview"; + target = B9B6E3E35B1B3007A20999EF7215B95D /* react-native-webview */; + targetProxy = 311D4E5A6B249790226CA8C1A72D92C4 /* PBXContainerItemProxy */; }; - FF7F1D03F6EAD1E44BCFD1108B18FCBA /* PBXTargetDependency */ = { + FE09AF49CACFDEA9E46381F0F5DB521A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D49B9B80A7B1F27C491DFA81E54E6CF7 /* react-native-document-picker */; - targetProxy = E5648F6F54F5B691ECBE7D5FCB89DC7E /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = BC09B4466C880F3EE96B527B2921EB03 /* RSKImageCropper */; + targetProxy = 0167E2F0DBF780D20EDBBCD8FE1FA7BE /* PBXContainerItemProxy */; + }; + FE0B0E6209BCE29645459CDCEBA4038D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = DC60CB1B939917E8666D789CA584A314 /* PBXContainerItemProxy */; + }; + FE3F756DD72F1BEEB700BC8C549FC899 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 799B29F9D6DCE28B98CC259440382F20 /* Firebase */; + targetProxy = D7ECD256DF9491AE5BB5F3BB4EC23137 /* PBXContainerItemProxy */; + }; + FF6887C2B0CD559950ACB3BA17DCB01B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppLoaderProvider; + target = 4ECE1108F140208A729A83BC94FAA150 /* EXAppLoaderProvider */; + targetProxy = 79B082112C2A5DF0B1D1296D07843663 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0421ADD816595DD3B3D1710A51F3F798 /* Release */ = { + 038C265A3BFC4C5A691CEAAA874C749A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2177633D2BA7B24159DF0F8D9895045C /* react-native-webview.xcconfig */; + baseConfigurationReference = 951DF02D40E87B6BFAEDDD89D1B1914C /* UMFaceDetectorInterface.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-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 = ""; + 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; }; - 0572253D7287E475647AA34DD33142E9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 386FB65302D2E36C953455F29D0F5D7D /* RSKImageCropper.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 059FBBB539702E38F0415951FF396B1D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 455A6FB5786B77E5E2668ECE0C9A178C /* react-native-jitsi-meet.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-jitsi-meet/react-native-jitsi-meet-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_jitsi_meet; - PRODUCT_NAME = "react-native-jitsi-meet"; - 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; - }; 0634A9D8623FC6828339974C48D89332 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = E0261F725100B4F0064DD6041D2571D8 /* libwebp.xcconfig */; @@ -18044,7 +18122,7 @@ }; 06D42481946D673E459AAE2E31547D41 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 581AA7F4B16067D071241054CB86FA75 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 6DD4011908023AC58D81555327309A1F /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18095,7 +18173,7 @@ }; 0829E2164483604F7E73031C9A40DF8C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6E85BF10F7547DE92410EA03C468AFA8 /* EXPermissions.xcconfig */; + baseConfigurationReference = 8FACD7E0E20B2DE6BBDB6BFB9712EA92 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18120,21 +18198,6 @@ }; name = Release; }; - 09F05379043E8FFE2F1798DD46ACB069 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A24B4C31CCB2B7ADF144611FECCFA52F /* UMBarCodeScannerInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 09FBD332BEF0B2EAAF3D4A32A9DC779D /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = AD1DEBFAEE718A9D87E9A80E15EDB2C2 /* GoogleAppMeasurement.xcconfig */; @@ -18149,34 +18212,9 @@ }; name = Debug; }; - 0BBF2F201B9B26EF33700E8E67F547BD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 824BCC9DC38620055EC071518322EFE8 /* 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; - }; 0C9B2792F342A93E8C1E50A199DD60FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F62F4A4BBFDD3FE3F0A229A612F2C9FD /* EXWebBrowser.xcconfig */; + baseConfigurationReference = ECEA0E13EA39C4C97FFD5885CA594F64 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18201,33 +18239,59 @@ }; name = Release; }; - 123DFE2E5498780AB43280E35F35C1B5 /* Release */ = { + 0F23E93E8B525079B5C3D6A6AD1CB15A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8172C981402923AECD81EDC63F98F260 /* Pods-ShareRocketChatRN.release.xcconfig */; + baseConfigurationReference = 0DA802B6AD87B1EBBD082AE4AAA228A9 /* react-native-keyboard-input.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; + 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 = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + 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; + name = Debug; + }; + 1121B6312A054FFF0A7563991096BCAB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BC4011B122897FDDCC4CE9AD68DBA68B /* React-CoreModules.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-CoreModules/React-CoreModules-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; + 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; }; 143C472CDA83C19B1A3F903058F66358 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 13F3EE543C8BA12CF095D9709376A681 /* React-Core.xcconfig */; + baseConfigurationReference = A17C93721632E07D35AEA6F3295490DD /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18251,35 +18315,26 @@ }; name = Release; }; - 14FE55C7F002ED88C65C94B797059BF1 /* Release */ = { + 14828C72F10B6E6244CA6E7B32C76A23 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2884DD0912197AF891B45AC139D8C64E /* react-native-splash-screen.xcconfig */; + baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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/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 = ""; + 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; 150CFF1CA26292347418E0FED771B42E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 211F80634955535277F6E665B57F313B /* React-jsi.xcconfig */; + baseConfigurationReference = 9E9CCDF9BB00A29CE4BEDF9792FE69FE /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18304,7 +18359,7 @@ }; 151B0FA0B9152A5FD14F28A2EB3030FA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 995B813E0C15D4D7E4DD92A81956264E /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 001D117336D1487BE3E46D1AE45E158A /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18330,7 +18385,7 @@ }; 1620F211B2965824AB47FC623071FA56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9C09086111353589A5DAC90B3E9F80E4 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 0578308B8E5BA2284AC0D5AE8BDCD938 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18354,6 +18409,31 @@ }; name = Release; }; + 1626A343C78AB8239248DEB33DCB9115 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6C92F376E6E0410451FAF4193B600621 /* 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; + }; 16495CCFC791873BBC5E5B05B051642F /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 11F2E0CF5B468B005AB51ACC1491345E /* boost-for-react-native.xcconfig */; @@ -18369,6 +18449,31 @@ }; name = Release; }; + 177C61EF8D45545C141F66A759B54836 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 184F6BF9DD73E60CAFFC6B45D09CB872 /* 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; + }; 18183CC364F13A1C4CD008D074520B91 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F83D0DD976046DFA3F989D3365BD3364 /* FirebaseInstanceID.xcconfig */; @@ -18394,33 +18499,9 @@ }; name = Release; }; - 184C6D9533DC3CAFDE1C990F060C83F9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 46A54367025ACCCB32096FA0B124098C /* 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; - }; 185C7504A570C3B814C9B2D452F64444 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4147EAC2416ADC20941A5E597DA0D2E6 /* EXHaptics.xcconfig */; + baseConfigurationReference = 283EA3EF3DEB8C7640364D81F2624ABC /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18444,31 +18525,6 @@ }; name = Debug; }; - 186D94A9EDB79C596E7D3ED7F7BFB38A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 21C10B8C0533C1F8C901EE90FC88A762 /* 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; - }; 196DFA3E4A09A28224918543529A1885 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -18533,25 +18589,9 @@ }; name = Debug; }; - 19D7107468AC8F9E62F090158B3871C9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF7D9692AB0CF9237BA7B4C9E0ED16D1 /* 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; - }; 1D35BB5DAF133C1BBF2A834FA2D539E8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43904D676F711B84D0363DF0430E85AC /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = 6C1BD8A08394199E3CC42B4D4286DA83 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18576,7 +18616,7 @@ }; 1DDB06706922C62CB33A9EEFBAA3F497 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9C09086111353589A5DAC90B3E9F80E4 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 0578308B8E5BA2284AC0D5AE8BDCD938 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18599,23 +18639,22 @@ }; name = Debug; }; - 1EE26B280F5CDBA2E6B7DE026281A500 /* Release */ = { + 1EF9A572E7BEACD5AD1A0106F72A137D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FA475548DB7784D97888AD13A8068EB4 /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = B7CF9B72261629EAB848A2CE11266504 /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/react-native-video/react-native-video-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; + PRODUCT_MODULE_NAME = react_native_video; + PRODUCT_NAME = "react-native-video"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18626,34 +18665,35 @@ }; name = Release; }; - 1FA74D0358309C40B8FFE362267EF62F /* Debug */ = { + 1F60570B48CC9DEA10D170DD96C3DDBE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A88578045E339347233A1BCBF9F4C3B7 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = BC8C08C0024359A1D4F82150428F2530 /* 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/react-native-keyboard-tracking-view/react-native-keyboard-tracking-view-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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 = react_native_keyboard_tracking_view; - PRODUCT_NAME = "react-native-keyboard-tracking-view"; + 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 = Debug; + name = Release; }; 23B575FB65C0A6FF6CD267D811838913 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 323DD5C7D0964EA39BE403A831E9C6A5 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = EAA0401EB0AAD8815727B97B12A6B9E7 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18677,22 +18717,22 @@ }; name = Release; }; - 24298DB4D29FB624BEF75734C29C6FA7 /* Release */ = { + 24330FDAA82315153093EA50931B2AB6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C97BD572963C9686094E01478F35B7F1 /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 70D3163FC18ECFC5FC9C5CB39ABEF981 /* 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/RNUserDefaults/RNUserDefaults-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + 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 = RNUserDefaults; - PRODUCT_NAME = RNUserDefaults; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18703,6 +18743,57 @@ }; name = Release; }; + 2519434CE0B8C9C5B378439B7F09F267 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; + }; + 2529A6228B90505148935D8063534A46 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 570B776E10AD052196F64D0EF8E64D5A /* 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; + }; 27B8242F13B09FC8745CBD67B1606296 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 41CEA2774D13A3D4D4064F609BB31534 /* GoogleDataTransportCCTSupport.xcconfig */; @@ -18727,34 +18818,33 @@ }; name = Debug; }; - 28EA25A76B4F418BE4FE17F16FE974AB /* Debug */ = { + 286036A089A9869DF360BB53008B3CDF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E54C26DCEB21B7DCF12F63E0371C4636 /* RNAudio.xcconfig */; + baseConfigurationReference = 8172C981402923AECD81EDC63F98F260 /* Pods-ShareRocketChatRN.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNAudio; - PRODUCT_NAME = RNAudio; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 29B1FBAC28DEA75114542E76A1C78029 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3BEA212F612722EEDFAD978C0BB39D8 /* EXAV.xcconfig */; + baseConfigurationReference = 6C40D8A89D4AB9052665ABB5528E1B2C /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18781,7 +18871,7 @@ }; 2A14E0C324FD90C19582D10421EFE639 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0543B08B8F5F46C1C4CB6D107B9EA1C1 /* FBLazyVector.xcconfig */; + baseConfigurationReference = B60BA99B6550848D20B9C468177534C8 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18794,22 +18884,22 @@ }; name = Release; }; - 2BDE5ABA35839EB3A7CC7796E74E0154 /* Debug */ = { + 2BF523710D9563F73D3F88213A827776 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E7C848FF3ABA2C35DBAD13A5D7F7C85B /* RNFirebase.xcconfig */; + baseConfigurationReference = 386FB65302D2E36C953455F29D0F5D7D /* 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/RNFirebase/RNFirebase-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.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 = RNFirebase; - PRODUCT_NAME = RNFirebase; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -18821,7 +18911,7 @@ }; 2CE9E7E430C799675D30376727048368 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43904D676F711B84D0363DF0430E85AC /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = 6C1BD8A08394199E3CC42B4D4286DA83 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18845,31 +18935,6 @@ }; name = Release; }; - 2EA2282BD97356B17E5F19F9280A290D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 61FF33B74344249CC59D55F54F4D3652 /* 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; - }; 2F3CAFBA99688A4D9FA1D968A0875EFC /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 39F46987EE108790392E35560A64BAFD /* nanopb.xcconfig */; @@ -18899,7 +18964,7 @@ }; 30B214E3D1723E01F2B66FE84C16E1DA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8D5C7E974E0DA0C96BAA4040B03F3E7 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 9C87477C1E523ECD7DAB8844A833994C /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18922,9 +18987,9 @@ }; name = Debug; }; - 3144B3D8CCC1313E148DC8D1A603D3A1 /* Debug */ = { + 30D6F34820576379558474CED1AB8CD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1968EA8AC1899CE9211FFB0A9ADD1977 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = 408A55FF8793775EAE8A24FE07599952 /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -18937,31 +19002,20 @@ }; name = Debug; }; - 31E2E28B41B02BEDFA5F44AAD64430E7 /* Release */ = { + 30D88E46BF859CFF6B1B5CCBB57F6F48 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8CBB5C5BAC37CA780E3117B6AB1CAB47 /* React-CoreModules.xcconfig */; + baseConfigurationReference = E560EF5CEDAE450B4773CC6AB4A85E78 /* UMFontInterface.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-CoreModules/React-CoreModules-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - 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; }; 3209CE6A46A5742356044161908D6557 /* Debug */ = { isa = XCBuildConfiguration; @@ -18987,22 +19041,22 @@ }; name = Debug; }; - 32C08C2D24FC9BDEFD11A19CCB6088F3 /* Release */ = { + 33146B7833A7B0B28A7231D511FCA9D4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* QBImagePickerController.xcconfig */; + baseConfigurationReference = 386FB65302D2E36C953455F29D0F5D7D /* 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/QBImagePickerController/QBImagePickerController-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 = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19013,61 +19067,34 @@ }; name = Release; }; - 3390D8DC719D5739BF8FC617A3FF3CEA /* Release */ = { + 35BB149366DE8075B662DAD95D8DE81A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D03EBE6D3E591C28B345A65B16360526 /* SDWebImageWebPCoder.xcconfig */; + baseConfigurationReference = 4DC95B351D70E72A72E621ED862FCBC5 /* 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/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; - }; - 3668DCCD5429AA2D1BDE2F19E2CC265B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7C848FF3ABA2C35DBAD13A5D7F7C85B /* 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"; + 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 = RNFirebase; - PRODUCT_NAME = RNFirebase; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 366E5482FF2629E4D4C4D8F16CF80AAB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD297B797ED674D2A6DF814ED0D84459 /* Yoga.xcconfig */; + baseConfigurationReference = 7C36198849441049B981A28FE6B5B947 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19091,9 +19118,60 @@ }; name = Release; }; + 36A669CD676B7EB5BCA110A1FB94BCBD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 880818DB0F75FB1FEC9C773F2EFA4619 /* 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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 36E47A915EBDF6DCA391109342000E8F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D82C2801427DB2A3D33E15C3049B754E /* 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; + }; 379699C7EF1D5DABB0AFFABBB83D962E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 566AD3507F551CF6CC8AE84B4EBFD196 /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = A98C5C3BD52A29C3145E65A9159536A8 /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19108,7 +19186,7 @@ }; 38FFF97387AFAC7B99E6ECBCE502E51D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8D5C7E974E0DA0C96BAA4040B03F3E7 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 9C87477C1E523ECD7DAB8844A833994C /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19134,7 +19212,7 @@ }; 396D2504CEBBC0B0B0D60AED34511EF6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9174224765725AFB31BB9B842F12008 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = CEF92E3CD305A1229FC2946DDF073184 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19158,9 +19236,35 @@ }; name = Release; }; + 39792CE3FDC3A06B030DCF627689F2C8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8B23360045B8F9127C9D6482488D4E88 /* 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; + }; 3C318118356CE8F0059F34920171B52E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 995B813E0C15D4D7E4DD92A81956264E /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 001D117336D1487BE3E46D1AE45E158A /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19183,42 +19287,132 @@ }; name = Debug; }; - 3F7C3DC77B089D6DC2A5B46F567BC11F /* Release */ = { + 3C9900EDA9F5300D054C5A8D31CC337B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 36EA1DBC087523A55053723339039F73 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = 74529E4EE6B11BC290B1664EECE30EE8 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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; + }; + 3DCE17DA7D4BAD1717A51E49DA3115D5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B7CF9B72261629EAB848A2CE11266504 /* 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; + }; + 40F6AE4E6718D90AA550DCAC1C079059 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8B23360045B8F9127C9D6482488D4E88 /* 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; + }; + 4261C8A6183C7164395D369311BAF32F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0094D08DC648CCF30D4F8C66575F20B7 /* Pods-RocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 400ECFBA4071591080725B91E0EE5D2A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; + 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"; - WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; + }; + 46035FB348603D1A87FB606A30CEC2DD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CDC9AA5FCA84143369C297072827D15A /* 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; }; 4880E0467860486F417C117B8450837A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 323DD5C7D0964EA39BE403A831E9C6A5 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = EAA0401EB0AAD8815727B97B12A6B9E7 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19241,9 +19435,86 @@ }; name = Debug; }; + 4A06C7E66C37743B5C9E317CD1EC8F58 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CDC9AA5FCA84143369C297072827D15A /* 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; + }; + 4A29B02DE32F2E9C8C8B826E8651062F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 203B0D3C957D3C9509E72565E9EA8BFA /* 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; + }; + 4B35CEAE559F2EBC1176B238BFFFFEB4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BC8C08C0024359A1D4F82150428F2530 /* 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; + }; 4CDB179E323B84AE4AA74A58C54A3DC0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3C545D3719C07AA73DC5A009DDB92B1 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 8C4B3A71037EDB3360B8F3D3380A72EA /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19267,9 +19538,34 @@ }; name = Release; }; + 4D42A664CA30C17FDFC8871BE8604C47 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 87296785B85B4C8E698019408370CCD0 /* react-native-background-timer.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-background-timer/react-native-background-timer-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_background_timer; + PRODUCT_NAME = "react-native-background-timer"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 4D4CC1AFD3DF3F9B10FA25C7FC821F16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9477D376E691798B42431F5D088414E8 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 732157B72AEB916985111C1FDD8F4F79 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19294,7 +19590,7 @@ }; 4D94BFCF6570FE0F71D1F68AEA91B307 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB44A58EFD3D043C620F7C7CBD9A3E54 /* RCTRequired.xcconfig */; + baseConfigurationReference = CD1240183A1BFC06B5BA099785D5F2E0 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19306,6 +19602,98 @@ }; name = Debug; }; + 5020DF02F1BA166ADE204FE4D18CAD73 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E560EF5CEDAE450B4773CC6AB4A85E78 /* 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; + }; + 513EECC9960DBEBA487DC5D0BFCC944A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46A54367025ACCCB32096FA0B124098C /* 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; + }; + 51831FEE139673CCC009E2C67EA02F70 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5BFCF60661636A6850D575B670372CE /* react-native-slider.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-slider/react-native-slider-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_slider; + PRODUCT_NAME = "react-native-slider"; + 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; + }; + 51A78801815D5AA4AE496467DFB0A62C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5E9C46160D0FA29FDD92E39A648027C5 /* 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; + }; 51BEE5C69A7C01256279ABA809F90FD5 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7ED0D3E39F0A929770109E720D860469 /* GoogleUtilities.xcconfig */; @@ -19331,22 +19719,72 @@ }; name = Debug; }; - 56A16426FCFCBFBD7A20AFA186F96844 /* Debug */ = { + 5255EC41D30327E60E6EF808E0F1EAD5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 04E15B5964805DC5108565460F62DE8E /* RNScreens.xcconfig */; + baseConfigurationReference = 880818DB0F75FB1FEC9C773F2EFA4619 /* 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/RNScreens/RNScreens-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + 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 = RNScreens; - PRODUCT_NAME = RNScreens; + 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; + }; + 5260B589E616D90A5179F3A79514201F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CCE04E7978B9589D248D0861EC6C6F94 /* 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; + }; + 574C95BC836A67E50900DDFFDE6D0AAF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D03EBE6D3E591C28B345A65B16360526 /* 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; @@ -19358,7 +19796,7 @@ }; 57BF6992AF50A2B6F3D45A5239F6D462 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F9A53E729223A59791772D34C9FC202 /* EXFileSystem.xcconfig */; + baseConfigurationReference = 405139FB03C22D22C6683426F4D91C3B /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19384,7 +19822,7 @@ }; 58520B8EDF29441D5542A8FD82654496 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6E85BF10F7547DE92410EA03C468AFA8 /* EXPermissions.xcconfig */; + baseConfigurationReference = 8FACD7E0E20B2DE6BBDB6BFB9712EA92 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19408,53 +19846,22 @@ }; name = Debug; }; - 5965FB8FA04E3B532F8F6F513C346A8E /* Debug */ = { + 5BEC9DEDA5BAD36CD69E5B3F8771C24C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D7A718E9E40F641EF25CBB285005DF86 /* 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; - }; - 5979A964C79601570DEABF5F6FE58623 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A24B4C31CCB2B7ADF144611FECCFA52F /* UMBarCodeScannerInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5B4254028270D9003488D406C724BD4C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 417DE957EC105186A344ACDA4E41ED2F /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = BA0B9F1D7BD0A60D2EA6FDF78225EE4B /* 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/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19467,7 +19874,7 @@ }; 5C23227507DC3BFD19377ABCD38711CC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9477D376E691798B42431F5D088414E8 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 732157B72AEB916985111C1FDD8F4F79 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19491,9 +19898,34 @@ }; name = Release; }; + 5D6D92FB16926E32A7C3EEFCF365B3B2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 99D5248A800608BC572A32A3CEED9ED4 /* 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; + }; 5D79B0E5C34FEB01909F4F77BA32F7B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1B38F47FD8ADDEB16D29405006445DF /* React.xcconfig */; + baseConfigurationReference = 2A41E281B8EEFD1D51FE7D9817BA14B0 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19508,7 +19940,7 @@ }; 5E225B03D92E57F4A85096E0EED6648D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F9A53E729223A59791772D34C9FC202 /* EXFileSystem.xcconfig */; + baseConfigurationReference = 405139FB03C22D22C6683426F4D91C3B /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19533,77 +19965,17 @@ }; name = Release; }; - 5EDC51149B93904CB46AE27BA7B22E9A /* Debug */ = { + 5ED507D365C82ED1C77E1306AC36CF77 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 386FB65302D2E36C953455F29D0F5D7D /* RSKImageCropper.xcconfig */; + baseConfigurationReference = 951DF02D40E87B6BFAEDDD89D1B1914C /* UMFaceDetectorInterface.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/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 = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5F080E1FC1331C8928E3FC68F7B18B96 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C7C222BF7D9472BE80CE933B394805B8 /* 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; - }; - 5F2C5941FD161EB202813804FB78C0F7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C97BD572963C9686094E01478F35B7F1 /* 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; @@ -19633,35 +20005,34 @@ }; name = Debug; }; - 68E6C0A6A8F871326931666045697572 /* Release */ = { + 682DE075AB33168A63E529B552636CE2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5A6EF7877284C70D47CA945BD6ED2CE /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 6FCDD7A55ECE35BBAD5609F1DE2B6CD4 /* 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/RNGestureHandler/RNGestureHandler-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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 = RNGestureHandler; - PRODUCT_NAME = RNGestureHandler; + 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; + name = Debug; }; 6D4E4D3C6176BCA5CAD6D8C2BF84852A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D976ACE9A0F79565855CDA712FD9AAC2 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = A5F18544CBD2F3642D1EB1E5609E3D96 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19685,9 +20056,34 @@ }; name = Release; }; + 6EC85586BB4D42BEB16AF950627B7F17 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; + }; 6F4CCA93CD6AE12881B68253A6743422 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9174224765725AFB31BB9B842F12008 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = CEF92E3CD305A1229FC2946DDF073184 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19710,35 +20106,9 @@ }; name = Debug; }; - 6FCDCD33A8B5EC5A9745E5358AF8D63D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E5DDEE85626A84F58AE2152550825C8C /* react-native-background-timer.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-background-timer/react-native-background-timer-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_background_timer; - PRODUCT_NAME = "react-native-background-timer"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 7184A0EEC8E4ABDAABE108C2E99367B0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4147EAC2416ADC20941A5E597DA0D2E6 /* EXHaptics.xcconfig */; + baseConfigurationReference = 283EA3EF3DEB8C7640364D81F2624ABC /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19765,7 +20135,7 @@ }; 71A4F07B44824C6890F9602C5F22F2A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6B3905E0090D04E72761DFE3FA13965 /* EXConstants.xcconfig */; + baseConfigurationReference = 14079EF9DE3A819B2C72CB3DCDCD4760 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19790,34 +20160,9 @@ }; name = Release; }; - 71AA86443355CEEEC120382DCBB2629A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 883C9E38BB217029ADF8022B1D274DB6 /* 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; - }; 724E8CE44A3CFE20B40BCAF98D185D33 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71906CFCF94F1E983897EA95BC9AF648 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 55A69AB3F9C6D4BA2EE982881C31D1CF /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19840,6 +20185,32 @@ }; name = Debug; }; + 72CF5AEF59C37C9B8FAB7C632B403B6F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CCE04E7978B9589D248D0861EC6C6F94 /* 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; + }; 735EC348EBC1C67EEAB2BE8F3BC80F63 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 836757EFF6A9263DB050940C8CE8D733 /* Folly.xcconfig */; @@ -19866,6 +20237,31 @@ }; name = Release; }; + 74074EBFAF9C14A8352B39BBEC4FD979 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D5BFCF60661636A6850D575B670372CE /* react-native-slider.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-slider/react-native-slider-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_slider; + PRODUCT_NAME = "react-native-slider"; + 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 = 1FBC8F6D697F44FFAC23C6F95B473C5C /* Crashlytics.xcconfig */; @@ -19880,6 +20276,31 @@ }; name = Debug; }; + 759D2B738893C181050860E86F7C4944 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AB7B0B708FDD688E73E0E6589D3C80CF /* 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; + }; 75B4996794BE863F09D2FB4C1CBB5130 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = BB6E5175A62D1B1B6A4AE686F54D742A /* Firebase.xcconfig */; @@ -19895,24 +20316,9 @@ }; name = Release; }; - 77601BA6A214B24D1FD2EEBD4D9873E6 /* Debug */ = { + 7B0C58121700D83D5617CDFC686433B5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 36EA1DBC087523A55053723339039F73 /* 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; - }; - 7F6DC8F6983E3C0FB54B53DE01A805C2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7A718E9E40F641EF25CBB285005DF86 /* UMFontInterface.xcconfig */; + baseConfigurationReference = C08A92CA2B5B8E32AB71000636E688DD /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19926,22 +20332,22 @@ }; name = Release; }; - 8440BC9381D83B5A7B6EA79CE7674048 /* Debug */ = { + 803B9421C71C45A9220C21F91A73AED1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5DDEE85626A84F58AE2152550825C8C /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 203B0D3C957D3C9509E72565E9EA8BFA /* 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/react-native-background-timer/react-native-background-timer-prefix.pch"; + 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 = react_native_background_timer; - PRODUCT_NAME = "react-native-background-timer"; + PRODUCT_MODULE_NAME = RNFastImage; + PRODUCT_NAME = RNFastImage; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -19951,22 +20357,75 @@ }; name = Debug; }; - 8905D4EE89FE535BA892FD2E3908C88F /* Release */ = { + 8271F4ABC5C131554AB9ABCDF3EABBA6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A88578045E339347233A1BCBF9F4C3B7 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = BC4011B122897FDDCC4CE9AD68DBA68B /* React-CoreModules.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"; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-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"; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; + 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; + }; + 83BA0DCCC6CFE38D5D18683423C53757 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C8485DCB968B262135381BE6207F1F69 /* 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; + }; + 848069F354706D6BF19DA63E8E3FC866 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C8485DCB968B262135381BE6207F1F69 /* 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; @@ -19979,7 +20438,7 @@ }; 89F443118C4719AE7610700F9760D924 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 60A29590279765D116F9A5A784729A4D /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = D56056EAF311C03ECA1158C387BF87B7 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19993,31 +20452,55 @@ }; name = Release; }; - 8B107165907E534CBBA2C7DCD5857F73 /* Release */ = { + 8A91BCADF7A446EE7CF2F946F3CAF7C8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7C222BF7D9472BE80CE933B394805B8 /* react-native-video.xcconfig */; + baseConfigurationReference = 70D3163FC18ECFC5FC9C5CB39ABEF981 /* 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/react-native-video/react-native-video-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_video; - PRODUCT_NAME = "react-native-video"; + 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; + name = Debug; + }; + 8ABDAF97C6E2FF16BB3AEF092569B7C4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5E9C46160D0FA29FDD92E39A648027C5 /* 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; }; 8CD10A96907BCBB255ABB4DF48C938B0 /* Debug */ = { isa = XCBuildConfiguration; @@ -20094,6 +20577,21 @@ }; name = Release; }; + 8F41EDF1B32E2F5DF50147A654099F5B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2A797BB5E63BA663CD3BCD0C541BFBB1 /* 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; + }; 91FD51ACA36B0A57ABFE326B7E28FAF1 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 836757EFF6A9263DB050940C8CE8D733 /* Folly.xcconfig */; @@ -20119,47 +20617,22 @@ }; name = Debug; }; - 926E6385D4C2B865548376B15FAEE587 /* Debug */ = { + 9268F69CA3862AA35A003316D0522AF1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2884DD0912197AF891B45AC139D8C64E /* react-native-splash-screen.xcconfig */; + baseConfigurationReference = 184F6BF9DD73E60CAFFC6B45D09CB872 /* 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/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; - }; - 9403EFDD786F878500BA29E8A447307B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 883C9E38BB217029ADF8022B1D274DB6 /* 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"; + 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 = RNFastImage; - PRODUCT_NAME = RNFastImage; + PRODUCT_MODULE_NAME = rn_extensions_share; + PRODUCT_NAME = "rn-extensions-share"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20170,9 +20643,9 @@ }; name = Release; }; - 94F839B666A49D46B257139DCFD7A7FF /* Debug */ = { + 95BD497F8EE1FBEA66DA02D61EC7BD06 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F689591CF7C3C72186DB328870EDE816 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = 408A55FF8793775EAE8A24FE07599952 /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20182,8 +20655,9 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 9613A0936E5F02E30C4F96343620B06B /* Release */ = { isa = XCBuildConfiguration; @@ -20200,50 +20674,9 @@ }; name = Release; }; - 9722F4E29A9F11BC56AF6C6539B9CEFB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F689591CF7C3C72186DB328870EDE816 /* 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; - }; - 972C5135CDF1BAF8900741D721409EFF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC80D47C6CDBD7086E7E728EB1717A10 /* 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; - }; 979A80A91A53C270C97ECF622F7321CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D976ACE9A0F79565855CDA712FD9AAC2 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = A5F18544CBD2F3642D1EB1E5609E3D96 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20266,6 +20699,109 @@ }; name = Debug; }; + 9914887BF48DF3AFA90BA7BDB93EDCAD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 570B776E10AD052196F64D0EF8E64D5A /* 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; + }; + 9966B6055245A9BC7BC1E957512BE6DC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D534392D7F927D8EE032226269FD5C35 /* 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; + }; + 9A8BE0B3D544D1670E820A8F59C4141B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D534392D7F927D8EE032226269FD5C35 /* 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; + }; + 9AA80C22CC5F5CDC55DB0068E1302E4C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A64E253262C8F853E11CA384270A654E /* 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; + }; 9B7FD3ACEAD10EF6B00C0E17837492A5 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = AD1DEBFAEE718A9D87E9A80E15EDB2C2 /* GoogleAppMeasurement.xcconfig */; @@ -20281,32 +20817,9 @@ }; name = Release; }; - 9C1D6C9615B2E55A6486492722D218AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D04FDD6B4AC745C08223B4D304F993AA /* 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; - }; 9CB909A72ECF8E9F5C4354791A034EFA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 581AA7F4B16067D071241054CB86FA75 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 6DD4011908023AC58D81555327309A1F /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20329,22 +20842,22 @@ }; name = Debug; }; - 9D5683A01F041F9F413EB1A145FDC028 /* Release */ = { + 9E75BCB6C0710CA60ED49E2C2FA1DA6D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CAE7752D029A98D84435AAB9B13C6C3C /* RNLocalize.xcconfig */; + baseConfigurationReference = AB7B0B708FDD688E73E0E6589D3C80CF /* 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/RNLocalize/RNLocalize-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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 = RNLocalize; - PRODUCT_NAME = RNLocalize; + PRODUCT_MODULE_NAME = RNScreens; + PRODUCT_NAME = RNScreens; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20423,7 +20936,7 @@ }; 9FC521386049FBEA82F83422AF018F51 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 211F80634955535277F6E665B57F313B /* React-jsi.xcconfig */; + baseConfigurationReference = 9E9CCDF9BB00A29CE4BEDF9792FE69FE /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20449,7 +20962,7 @@ }; 9FE9F537B938EA1022C9783A442A20B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1B38F47FD8ADDEB16D29405006445DF /* React.xcconfig */; + baseConfigurationReference = 2A41E281B8EEFD1D51FE7D9817BA14B0 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20463,7 +20976,7 @@ }; A05931FFE6C0277383167A6C7CB3637D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3C545D3719C07AA73DC5A009DDB92B1 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 8C4B3A71037EDB3360B8F3D3380A72EA /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20486,53 +20999,17 @@ }; name = Debug; }; - A163FF76FCA18083F5BD30E7B7A3494A /* Release */ = { + A19376EFA77E12E8816EEEE01A758D8B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A49FD196C40396CE87F5E587717F312C /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 2A797BB5E63BA663CD3BCD0C541BFBB1 /* UMTaskManagerInterface.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-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 = ""; + 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; - }; - A48B5AAAB5DC3D5EFB9A010EC45BA7C0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 455A6FB5786B77E5E2668ECE0C9A178C /* react-native-jitsi-meet.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-jitsi-meet/react-native-jitsi-meet-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_jitsi_meet; - PRODUCT_NAME = "react-native-jitsi-meet"; - 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; }; @@ -20540,7 +21017,7 @@ }; A4FE2B76D84D8BFC528F2B162A783E24 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B6B57818D5BE1B8294828964AFE6A2CC /* React-RCTText.xcconfig */; + baseConfigurationReference = 7766A06339A53D5445839264A6E2F1F2 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20564,30 +21041,47 @@ }; name = Release; }; - A565F177C20CCF1741A28593CC5CD978 /* Debug */ = { + A6DFB44395D2ED474C382D367ABB1AC6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8CC5F8E745AEB03DC3B1204CC12B3F0E /* react-native-notifications.xcconfig */; + baseConfigurationReference = 74EBB2631777EE2669ECE44A3D9B6E93 /* UMBarCodeScannerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A727C13E2C3500905275105F491CDA6B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 99D5248A800608BC572A32A3CEED9ED4 /* 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-notifications/react-native-notifications-prefix.pch"; + 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_notifications; - PRODUCT_NAME = "react-native-notifications"; + 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 = Debug; + name = Release; }; AAB3F3D50C2C496CFAD1E28DCF1F196E /* Debug */ = { isa = XCBuildConfiguration; @@ -20629,57 +21123,6 @@ }; name = Release; }; - AC763098590AFC483172263A0D947F2F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CAE7752D029A98D84435AAB9B13C6C3C /* 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; - }; - ACFDD37956B431634C7CCCAFD6A38586 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 824BCC9DC38620055EC071518322EFE8 /* 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; - }; AD067ADBB8EA28F904D58B2E210966D1 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7ED0D3E39F0A929770109E720D860469 /* GoogleUtilities.xcconfig */; @@ -20706,24 +21149,9 @@ }; name = Release; }; - ADD968A3B7B70E7652BED12801A85E89 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF7D9692AB0CF9237BA7B4C9E0ED16D1 /* 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; - }; AEE8175A7CC0E02FF8F2C2DD7F89217E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6FAA14558A4C4ACEB215A1400FA2220 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 8D532DA23F573B719951C15E9D1EA271 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20747,45 +21175,31 @@ }; name = Release; }; - AFD752162A4A859FC060D29683EF1321 /* Debug */ = { + AEFEABF77EE4168F62C42D238B6C651A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF2DC0C44CE483ABD4F98B0E5F097840 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = 6C92F376E6E0410451FAF4193B600621 /* 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/RNImageCropPicker/RNImageCropPicker-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 = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + 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; - }; - AFF26C75085DBA02386E236F47DC208C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 18B0F3793E3843628CE04C0BCDAC06F7 /* 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; + name = Release; }; B01D14FDC83DCF9D4BE53066BEA96D05 /* Release */ = { isa = XCBuildConfiguration; @@ -20874,7 +21288,7 @@ }; B352186F58CB5AA1263A74709E102311 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCBCD1ECB8F92058FCF51464F3E09844 /* React-jsinspector.xcconfig */; + baseConfigurationReference = EB4EAC2FEE7DD225B1D41B00CAF85779 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20898,6 +21312,32 @@ }; name = Release; }; + B3F779C6B0084381FF0F6DAF2EAA2E56 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 74529E4EE6B11BC290B1664EECE30EE8 /* 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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; B41C7D63B0DF54FB29DD5709E9863F95 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = FCF1244758EEAF1CE8D594EE842C4714 /* glog.xcconfig */; @@ -20924,34 +21364,9 @@ }; name = Release; }; - B560BD98836CEFC52586B2DA6790EB97 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 417DE957EC105186A344ACDA4E41ED2F /* 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; - }; B774C6F49B847C5130C7F54F17F876F0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F2E66F8F043639EC706963D14A9C9765 /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = A96F8FD03B3427FBE0F2543D760261F9 /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20976,9 +21391,60 @@ }; name = Release; }; + B97DE7A3A295AA3AF5A9E62CA7921B35 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4FB1114616D8461EAC4B86CDA4ACB7A7 /* react-native-jitsi-meet.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-jitsi-meet/react-native-jitsi-meet-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_jitsi_meet; + PRODUCT_NAME = "react-native-jitsi-meet"; + 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; + }; + BA1505FD97D2D6F2E59BE7003F1C986E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 87296785B85B4C8E698019408370CCD0 /* react-native-background-timer.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-background-timer/react-native-background-timer-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_background_timer; + PRODUCT_NAME = "react-native-background-timer"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; BB2B3178D31C773E47CE22AA4A0C96E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2BA65DB4257C2024DDAB391A776ED76D /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 55F2165B5ABCC54F50FBF29988252C98 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20992,9 +21458,24 @@ }; name = Release; }; + BC743F5BAEAC73FBC57DBFDEAFF7FD3B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 74EBB2631777EE2669ECE44A3D9B6E93 /* UMBarCodeScannerInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; BD846AF2658401B6E969F0E223F9598F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F2E66F8F043639EC706963D14A9C9765 /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = A96F8FD03B3427FBE0F2543D760261F9 /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21018,9 +21499,24 @@ }; name = Debug; }; + BEB19B295CC26BBA73457F844A3BE068 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C08A92CA2B5B8E32AB71000636E688DD /* 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; + }; BF6A4AAA192E749AD5201D9CBEBF857A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 13F3EE543C8BA12CF095D9709376A681 /* React-Core.xcconfig */; + baseConfigurationReference = A17C93721632E07D35AEA6F3295490DD /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21043,50 +21539,9 @@ }; name = Debug; }; - C03BDBF6DEC905B3C3A9875803F08972 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 18B0F3793E3843628CE04C0BCDAC06F7 /* UMImageLoaderInterface.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C0CDB2A0282A2CB0BBDC5FB55855EFE6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F5A6EF7877284C70D47CA945BD6ED2CE /* 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; - }; C1533DFEDEBF00D3A5C7E749E0CE0875 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A55E7EC91AD0B1AFCC10A42D8D106577 /* UMCore.xcconfig */; + baseConfigurationReference = 83FF8A00FBFD0A046FB1D179A46CFAE8 /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21134,34 +21589,9 @@ }; name = Debug; }; - C1D85901094751F328ADDAB6DD304650 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D03EBE6D3E591C28B345A65B16360526 /* 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; - }; C247B44F553069D47318E2F569152E91 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCBCD1ECB8F92058FCF51464F3E09844 /* React-jsinspector.xcconfig */; + baseConfigurationReference = EB4EAC2FEE7DD225B1D41B00CAF85779 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21186,7 +21616,7 @@ }; C4E0AFE80FD54F1800690C4BAA41ED8A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 60A29590279765D116F9A5A784729A4D /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = D56056EAF311C03ECA1158C387BF87B7 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21201,7 +21631,7 @@ }; C641005C76C55F76BC43907CFB03C710 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3BEA212F612722EEDFAD978C0BB39D8 /* EXAV.xcconfig */; + baseConfigurationReference = 6C40D8A89D4AB9052665ABB5528E1B2C /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21225,9 +21655,25 @@ }; name = Debug; }; + C66560D1795E9C161EEAE509ADFCC96A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A54D35475CB3A43DDAA208B70F5F9041 /* UMSensorsInterface.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; C83000CE2C12D66BE8DCDEAF0BE81B4E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2BA65DB4257C2024DDAB391A776ED76D /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 55F2165B5ABCC54F50FBF29988252C98 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21240,9 +21686,34 @@ }; name = Debug; }; + C83A80FFC354403A00F723280940B63C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A64E253262C8F853E11CA384270A654E /* 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; + }; C90E05A0D21847398D952F6F814FBB05 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB44A58EFD3D043C620F7C7CBD9A3E54 /* RCTRequired.xcconfig */; + baseConfigurationReference = CD1240183A1BFC06B5BA099785D5F2E0 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21255,60 +21726,9 @@ }; name = Release; }; - CA802DD3E1DAA002D2EB01F531DC26FB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC8C08C0024359A1D4F82150428F2530 /* 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; - }; - CAF5E0DD4CD9F4ECDF7839901CF5D5B0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77F5609B4B12EA9B0EDC2CF48E5572F3 /* 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; - }; CAFA7F89ACEEEA90923DB4DD5F1BB93E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F62F4A4BBFDD3FE3F0A229A612F2C9FD /* EXWebBrowser.xcconfig */; + baseConfigurationReference = ECEA0E13EA39C4C97FFD5885CA594F64 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21332,35 +21752,9 @@ }; name = Debug; }; - CB19BA9CF765C480AAC22B5F2A501FCD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF2DC0C44CE483ABD4F98B0E5F097840 /* RNImageCropPicker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CB5BA02D6D47948A29FCCA50359D0293 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD297B797ED674D2A6DF814ED0D84459 /* Yoga.xcconfig */; + baseConfigurationReference = 7C36198849441049B981A28FE6B5B947 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21383,32 +21777,6 @@ }; name = Debug; }; - CBDE128A8E9F89528FE80D8168978C92 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 21C10B8C0533C1F8C901EE90FC88A762 /* 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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; D0238C1DB7EE019585138BB5DD638E01 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4E072FC1D45DEC37BA7E55FAB5771A23 /* JitsiMeetSDK.xcconfig */; @@ -21427,7 +21795,7 @@ }; D1EF91AF8FC2ACCB53A6F6B18E9DAF1D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 291E5809BEED9259178A0FA957B359D9 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 83381D7721E6E3C4D2568172808C002B /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21450,57 +21818,9 @@ }; name = Debug; }; - D2BC9C9E3EA33DCD80232F3CF6037024 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 85A07CA7ED436F78F9DB5DB894080D46 /* 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; - }; - D2CBABDCED3565C768925B0DE72741FF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0094D08DC648CCF30D4F8C66575F20B7 /* Pods-RocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; D38AEF063C2F20CF57B6439950D78FEF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0543B08B8F5F46C1C4CB6D107B9EA1C1 /* FBLazyVector.xcconfig */; + baseConfigurationReference = B60BA99B6550848D20B9C468177534C8 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21512,60 +21832,9 @@ }; name = Debug; }; - D41EC3B11BAC6A9814BEB7C13C6680FB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC80D47C6CDBD7086E7E728EB1717A10 /* 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; - }; - D5778C01535949B3094B4736FE0449CC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8CBB5C5BAC37CA780E3117B6AB1CAB47 /* React-CoreModules.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-CoreModules/React-CoreModules-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - 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; - }; D5B6D636403693383350DB6FDE64AF7F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71906CFCF94F1E983897EA95BC9AF648 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 55A69AB3F9C6D4BA2EE982881C31D1CF /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21605,7 +21874,7 @@ }; DAA9E79193753408477948DB68A1D5A6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6B3905E0090D04E72761DFE3FA13965 /* EXConstants.xcconfig */; + baseConfigurationReference = 14079EF9DE3A819B2C72CB3DCDCD4760 /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21629,108 +21898,6 @@ }; name = Debug; }; - DD5944E7167B2FE751C7842E3A56EE4A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC8C08C0024359A1D4F82150428F2530 /* 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; - }; - DE4124BEC3B2F3B85FDA8BEF6419107C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; - }; - DE4760C746B2A29C9038579E2DA0D89F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 04E15B5964805DC5108565460F62DE8E /* 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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DEB57615BAFDE9071341168DD477F8C3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2177633D2BA7B24159DF0F8D9895045C /* 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; - }; DF7478822B9356E5540AE3CCA75426E1 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 17948BE2F77291A7E285DA9D70DE304F /* FirebaseCore.xcconfig */; @@ -21757,7 +21924,7 @@ }; DFD823DA1290CE40B87DC41D663E5D0D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F09F743D5423F2EE9A21918914DA08A1 /* ReactCommon.xcconfig */; + baseConfigurationReference = 4A9907F40A9D7710C09CE159C07B2095 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21780,22 +21947,48 @@ }; name = Debug; }; - E023B22E2111F4A1ED2A53A513C46FCE /* Release */ = { + E04F89234AE700E274A5FED849F67B1A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8CC5F8E745AEB03DC3B1204CC12B3F0E /* react-native-notifications.xcconfig */; + baseConfigurationReference = D03EBE6D3E591C28B345A65B16360526 /* 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-notifications/react-native-notifications-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_notifications; - PRODUCT_NAME = "react-native-notifications"; + 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; + }; + E1BFC6995893F0FDDC4F7011E03A11DC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D82C2801427DB2A3D33E15C3049B754E /* 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; @@ -21820,22 +22013,22 @@ }; name = Debug; }; - E30FCBEDCB0AF6741DDF4990BE355C93 /* Release */ = { + E25233E72451D423420D515CB51D61D8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 85A07CA7ED436F78F9DB5DB894080D46 /* RNReanimated.xcconfig */; + baseConfigurationReference = 4DC95B351D70E72A72E621ED862FCBC5 /* 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/RNReanimated/RNReanimated-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 = RNReanimated; - PRODUCT_NAME = RNReanimated; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21870,34 +22063,9 @@ }; name = Debug; }; - E5CF17B0429BAC9AF8641F5E0C7BE1F3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77F5609B4B12EA9B0EDC2CF48E5572F3 /* 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; - }; E5F93A9DAD7A39EB58BB080BC9D1C800 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F09F743D5423F2EE9A21918914DA08A1 /* ReactCommon.xcconfig */; + baseConfigurationReference = 4A9907F40A9D7710C09CE159C07B2095 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21921,22 +22089,22 @@ }; name = Release; }; - E6802865AAC87C12C291D01630D2DCCE /* Debug */ = { + E5FA28A63C78A45BFF09F2631940B2BE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A49FD196C40396CE87F5E587717F312C /* rn-extensions-share.xcconfig */; + baseConfigurationReference = BA0B9F1D7BD0A60D2EA6FDF78225EE4B /* 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-extensions-share/rn-extensions-share-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_extensions_share; - PRODUCT_NAME = "rn-extensions-share"; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -21960,22 +22128,6 @@ }; name = Debug; }; - EE9E737E21E8C86EB2949A2C20D774F4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1968EA8AC1899CE9211FFB0A9ADD1977 /* 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; - }; EEEBF130660994007190EF36EE43CA1F /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = B8AF819B6D1CA91471061BCB3DCA3399 /* FirebaseCoreDiagnosticsInterop.xcconfig */; @@ -22007,7 +22159,7 @@ }; F21134E5221C7858F0C07A275E43964D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 566AD3507F551CF6CC8AE84B4EBFD196 /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = A98C5C3BD52A29C3145E65A9159536A8 /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22023,7 +22175,7 @@ }; F282E9FA529070D5C088C7A0113AD236 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6FAA14558A4C4ACEB215A1400FA2220 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 8D532DA23F573B719951C15E9D1EA271 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22048,7 +22200,7 @@ }; F3933378CE1C1E9BFC3330D7E2B286A9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B6B57818D5BE1B8294828964AFE6A2CC /* React-RCTText.xcconfig */; + baseConfigurationReference = 7766A06339A53D5445839264A6E2F1F2 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22071,52 +22223,9 @@ }; name = Debug; }; - F4F7FE4A4E8B1D523060E20CD0CE5030 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; - }; - F513049685B083024388B804B70FFA62 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FA475548DB7784D97888AD13A8068EB4 /* 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; - }; F6D9706C270B1DF00D0365B34B090AA3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A55E7EC91AD0B1AFCC10A42D8D106577 /* UMCore.xcconfig */; + baseConfigurationReference = 83FF8A00FBFD0A046FB1D179A46CFAE8 /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22141,35 +22250,9 @@ }; name = Release; }; - F8A4D74A2BD11B51A339BA9463883851 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 61FF33B74344249CC59D55F54F4D3652 /* 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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; F8E7602FFB27E13DA859F74D1AAE419C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 291E5809BEED9259178A0FA957B359D9 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 83381D7721E6E3C4D2568172808C002B /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22193,6 +22276,58 @@ }; name = Release; }; + F8F3F673D9AFBB27BF975D1B578A1586 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4FB1114616D8461EAC4B86CDA4ACB7A7 /* react-native-jitsi-meet.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-jitsi-meet/react-native-jitsi-meet-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_jitsi_meet; + PRODUCT_NAME = "react-native-jitsi-meet"; + 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; + }; + F9E6D1D4808D4D0F6A08A64B31169833 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6FCDD7A55ECE35BBAD5609F1DE2B6CD4 /* 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; + }; FB5FB497584D723D4D3826561EF4B46A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 6953E0D0C66FF0C141348A0A0DF4D67A /* Fabric.xcconfig */; @@ -22208,22 +22343,62 @@ }; name = Release; }; - FDBE71F24A4411D60F45116F34FDF260 /* Release */ = { + FB692A14C3E9C97F185841AB018F73A3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E54C26DCEB21B7DCF12F63E0371C4636 /* RNAudio.xcconfig */; + baseConfigurationReference = D04FDD6B4AC745C08223B4D304F993AA /* 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; + }; + FC9A3E0BCBE975E95135BFC60A285FE0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 058E3220F0A9C0FB3573CA32B804EFD0 /* 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; + }; + FD197684B4A34949F5577485C55FE50C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0DA802B6AD87B1EBBD082AE4AAA228A9 /* 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/RNAudio/RNAudio-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = RNAudio; - PRODUCT_NAME = RNAudio; + PRODUCT_MODULE_NAME = react_native_keyboard_input; + PRODUCT_NAME = "react-native-keyboard-input"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -22249,18 +22424,24 @@ }; name = Debug; }; + FE65F94900CF50A778CC4FB7A07440CF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A54D35475CB3A43DDAA208B70F5F9041 /* 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; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 018DAECA8F15EA1F012B027EA675E2BE /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AFD752162A4A859FC060D29683EF1321 /* Debug */, - CB19BA9CF765C480AAC22B5F2A501FCD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 04A229E9E4C566DF53EE0E70FA2D7124 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22270,11 +22451,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0780BF645142B9C9987C66A07C0F577D /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { + 04AB27B73E740D685DF7A02B00C81C9F /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3144B3D8CCC1313E148DC8D1A603D3A1 /* Debug */, - EE9E737E21E8C86EB2949A2C20D774F4 /* Release */, + 9A8BE0B3D544D1670E820A8F59C4141B /* Debug */, + 9966B6055245A9BC7BC1E957512BE6DC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 076377182A7858BD82F190D8987DD979 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46035FB348603D1A87FB606A30CEC2DD /* Debug */, + 4A06C7E66C37743B5C9E317CD1EC8F58 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22288,6 +22478,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 08BA25339E19CD6D6B821A7BD201E44F /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BC743F5BAEAC73FBC57DBFDEAFF7FD3B /* Debug */, + A6DFB44395D2ED474C382D367ABB1AC6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 08C4767D793682C307862495EDFC6F37 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22324,11 +22523,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1093E0DF7EB7D85FDD6397B68E891208 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + 109A667727F7BE4E7A35C8A0D552005D /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9C1D6C9615B2E55A6486492722D218AF /* Debug */, - 123DFE2E5498780AB43280E35F35C1B5 /* Release */, + 177C61EF8D45545C141F66A759B54836 /* Debug */, + 9268F69CA3862AA35A003316D0522AF1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22342,6 +22541,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1122588043160C5FE648B37B6979A146 /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40F6AE4E6718D90AA550DCAC1C079059 /* Debug */, + 39792CE3FDC3A06B030DCF627689F2C8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 13B185864087F75D556AC109B2D70BF7 /* Build configuration list for PBXAggregateTarget "Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22351,15 +22559,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 156B45C4E08F7101AB4768F7F8CF85E5 /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 71AA86443355CEEEC120382DCBB2629A /* Debug */, - 9403EFDD786F878500BA29E8A447307B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 17528847ED7361712D5774B3F57F412E /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22378,11 +22577,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1E8A6483332E273CFEB815B3FD74A8E5 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + 20087E2E1B7DF9BF3A65538DCC1FC2E6 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { isa = XCConfigurationList; buildConfigurations = ( - CA802DD3E1DAA002D2EB01F531DC26FB /* Debug */, - DD5944E7167B2FE751C7842E3A56EE4A /* Release */, + 6EC85586BB4D42BEB16AF950627B7F17 /* Debug */, + 2519434CE0B8C9C5B378439B7F09F267 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22396,20 +22595,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 238ADF0776D24AC685B96E012945E847 /* Build configuration list for PBXNativeTarget "RNScreens" */ = { + 23C2C4134C16C412D49181B7005BE5D8 /* Build configuration list for PBXNativeTarget "react-native-jitsi-meet" */ = { isa = XCConfigurationList; buildConfigurations = ( - 56A16426FCFCBFBD7A20AFA186F96844 /* Debug */, - DE4760C746B2A29C9038579E2DA0D89F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 26D8517FD14DC564CC0F4BCA4087F468 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 94F839B666A49D46B257139DCFD7A7FF /* Debug */, - 9722F4E29A9F11BC56AF6C6539B9CEFB /* Release */, + B97DE7A3A295AA3AF5A9E62CA7921B35 /* Debug */, + F8F3F673D9AFBB27BF975D1B578A1586 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22423,20 +22613,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 28165CB636DFBF2C71BA7CB1D8D58427 /* Build configuration list for PBXNativeTarget "RNFirebase" */ = { + 27399EED48B575586D67828F8305B835 /* Build configuration list for PBXNativeTarget "RNAudio" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2BDE5ABA35839EB3A7CC7796E74E0154 /* Debug */, - 3668DCCD5429AA2D1BDE2F19E2CC265B /* Release */, + 5D6D92FB16926E32A7C3EEFCF365B3B2 /* Debug */, + A727C13E2C3500905275105F491CDA6B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 31CAE9EFF52FDB55F7F4DF6C2050382A /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + 29BA3F56338DA11DE5D4329A123B578E /* Build configuration list for PBXNativeTarget "RNScreens" */ = { isa = XCConfigurationList; buildConfigurations = ( - B560BD98836CEFC52586B2DA6790EB97 /* Debug */, - 5B4254028270D9003488D406C724BD4C /* Release */, + 759D2B738893C181050860E86F7C4944 /* Debug */, + 9E75BCB6C0710CA60ED49E2C2FA1DA6D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2EB6938151700D176C2A834AB3D38EBB /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BEB19B295CC26BBA73457F844A3BE068 /* Debug */, + 7B0C58121700D83D5617CDFC686433B5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22459,38 +22658,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3AE61207ECD7BD36FEC281284BEE2E72 /* Build configuration list for PBXNativeTarget "RNReanimated" */ = { + 39F1A02B1E9A45600C5B7A30A9532488 /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { isa = XCConfigurationList; buildConfigurations = ( - D2BC9C9E3EA33DCD80232F3CF6037024 /* Debug */, - E30FCBEDCB0AF6741DDF4990BE355C93 /* Release */, + 682DE075AB33168A63E529B552636CE2 /* Debug */, + F9E6D1D4808D4D0F6A08A64B31169833 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4325D36F23371ECA920CFB1522658F4C /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { + 3D2361509A375DAF878163EA1D58F160 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { isa = XCConfigurationList; buildConfigurations = ( - C0CDB2A0282A2CB0BBDC5FB55855EFE6 /* Debug */, - 68E6C0A6A8F871326931666045697572 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 471A981FDB643FAE9CD1B2BB6EB15F69 /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D5778C01535949B3094B4736FE0449CC /* Debug */, - 31E2E28B41B02BEDFA5F44AAD64430E7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 473481C5B0CF711932287F9B9AEA2483 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2EA2282BD97356B17E5F19F9280A290D /* Debug */, - F8A4D74A2BD11B51A339BA9463883851 /* Release */, + 574C95BC836A67E50900DDFFDE6D0AAF /* Debug */, + E04F89234AE700E274A5FED849F67B1A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22504,11 +22685,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 48EAB0CB839D0B2C26418E9ECFB0D514 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { + 4948C621C80D5369EA08D7E9C3FA18C8 /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { isa = XCConfigurationList; buildConfigurations = ( - AC763098590AFC483172263A0D947F2F /* Debug */, - 9D5683A01F041F9F413EB1A145FDC028 /* Release */, + 1121B6312A054FFF0A7563991096BCAB /* Debug */, + 8271F4ABC5C131554AB9ABCDF3EABBA6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22522,20 +22703,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4C53423CD6A904E6C6DF800A7B7D590C /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { + 4E4E16E71FCE0368FD0D2A4F3D528BFF /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( - DE4124BEC3B2F3B85FDA8BEF6419107C /* Debug */, - 32C08C2D24FC9BDEFD11A19CCB6088F3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 50C806961EF27281C0A30B4549EF1AB4 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 77601BA6A214B24D1FD2EEBD4D9873E6 /* Debug */, - 3F7C3DC77B089D6DC2A5B46F567BC11F /* Release */, + 2529A6228B90505148935D8063534A46 /* Debug */, + 9914887BF48DF3AFA90BA7BDB93EDCAD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22567,15 +22739,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 59A09408AEA098A49F38D290B9E029B1 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1FA74D0358309C40B8FFE362267EF62F /* Debug */, - 8905D4EE89FE535BA892FD2E3908C88F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 5AE3722DD39C3B2C37D89B1AC2A0A4C0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22585,6 +22748,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5FA859D3E11A0BD7BF09A83C25239A3A /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FB692A14C3E9C97F185841AB018F73A3 /* Debug */, + 286036A089A9869DF360BB53008B3CDF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 607E5B403067E8CDBFF37F7FA184DBE9 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2BF523710D9563F73D3F88213A827776 /* Debug */, + 33146B7833A7B0B28A7231D511FCA9D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22630,15 +22811,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6B508EF9B32FC114716836E87532616E /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C1D85901094751F328ADDAB6DD304650 /* Debug */, - 3390D8DC719D5739BF8FC617A3FF3CEA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 6D63296C2BA88313F34CCCE8D488568A /* Build configuration list for PBXNativeTarget "React-RCTActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22648,11 +22820,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6EB6E5A39241D92C4588BA17DFE62C8B /* Build configuration list for PBXAggregateTarget "UMBarCodeScannerInterface" */ = { + 70253AEB1CB467E636E8256CF2A5F376 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 09F05379043E8FFE2F1798DD46ACB069 /* Debug */, - 5979A964C79601570DEABF5F6FE58623 /* Release */, + E5FA28A63C78A45BFF09F2631940B2BE /* Debug */, + 5BEC9DEDA5BAD36CD69E5B3F8771C24C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22666,47 +22838,47 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 75DAD50F775EB61B643EC47428B09092 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + 74177CFAE09A8945CB1FE164430E977F /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { isa = XCConfigurationList; buildConfigurations = ( - 186D94A9EDB79C596E7D3ED7F7BFB38A /* Debug */, - CBDE128A8E9F89528FE80D8168978C92 /* Release */, + 1626A343C78AB8239248DEB33DCB9115 /* Debug */, + AEFEABF77EE4168F62C42D238B6C651A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7796DE8843CE657A11CFAFC925CF4887 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { + 79BCFDA5FAA1A4C30656954F72BCDA71 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = { isa = XCConfigurationList; buildConfigurations = ( - E5CF17B0429BAC9AF8641F5E0C7BE1F3 /* Debug */, - CAF5E0DD4CD9F4ECDF7839901CF5D5B0 /* Release */, + 4D42A664CA30C17FDFC8871BE8604C47 /* Debug */, + BA1505FD97D2D6F2E59BE7003F1C986E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8042940547B51A6B850A564D0A61A212 /* Build configuration list for PBXNativeTarget "react-native-jitsi-meet" */ = { + 7BA26EBAAA65AC23BDFEA44219FD2835 /* Build configuration list for PBXNativeTarget "RNFastImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 059FBBB539702E38F0415951FF396B1D /* Debug */, - A48B5AAAB5DC3D5EFB9A010EC45BA7C0 /* Release */, + 803B9421C71C45A9220C21F91A73AED1 /* Debug */, + 4A29B02DE32F2E9C8C8B826E8651062F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 806906A37B99E94F69F11C9EB57FDBFB /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { + 802594904D5DFB811EF717FFA8FB3C29 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0BBF2F201B9B26EF33700E8E67F547BD /* Debug */, - ACFDD37956B431634C7CCCAFD6A38586 /* Release */, + 4B35CEAE559F2EBC1176B238BFFFFEB4 /* Debug */, + 1F60570B48CC9DEA10D170DD96C3DDBE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8423216EE15DF7B773E9D80E94A47423 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { + 806534BB0C8DFF641803C06B7E1FC820 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 972C5135CDF1BAF8900741D721409EFF /* Debug */, - D41EC3B11BAC6A9814BEB7C13C6680FB /* Release */, + 5255EC41D30327E60E6EF808E0F1EAD5 /* Debug */, + 36A669CD676B7EB5BCA110A1FB94BCBD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22729,15 +22901,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8914A21B1ED80123762D9B27D951BD4F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F4F7FE4A4E8B1D523060E20CD0CE5030 /* Debug */, - 400ECFBA4071591080725B91E0EE5D2A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8D2EFE0FE8311293CF2DE010A71CAA8F /* Build configuration list for PBXAggregateTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22747,29 +22910,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 93436B5786A8C55065FBA52F0FB6FD93 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + 901F446F1FBF7226DE2606274B66C56B /* Build configuration list for PBXNativeTarget "RNReanimated" */ = { isa = XCConfigurationList; buildConfigurations = ( - D2CBABDCED3565C768925B0DE72741FF /* Debug */, - 184C6D9533DC3CAFDE1C990F060C83F9 /* Release */, + 3C9900EDA9F5300D054C5A8D31CC337B /* Debug */, + B3F779C6B0084381FF0F6DAF2EAA2E56 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 96E5D55173FE4139CDC795611FCA353D /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + 92F4FB6D4FFD61F329FFF1E07D366322 /* Build configuration list for PBXAggregateTarget "UMTaskManagerInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - AFF26C75085DBA02386E236F47DC208C /* Debug */, - C03BDBF6DEC905B3C3A9875803F08972 /* Release */, + 8F41EDF1B32E2F5DF50147A654099F5B /* Debug */, + A19376EFA77E12E8816EEEE01A758D8B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A8E61E9E1EF22694027936DC5BAA527 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = { + 947AC3285C6DD5B72D6AB193766D572C /* Build configuration list for PBXNativeTarget "react-native-slider" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8440BC9381D83B5A7B6EA79CE7674048 /* Debug */, - 6FCDCD33A8B5EC5A9745E5358AF8D63D /* Release */, + 74074EBFAF9C14A8352B39BBEC4FD979 /* Debug */, + 51831FEE139673CCC009E2C67EA02F70 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9734D4CA6BABD82B987734B8DB45F880 /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8ABDAF97C6E2FF16BB3AEF092569B7C4 /* Debug */, + 51A78801815D5AA4AE496467DFB0A62C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22810,11 +22982,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AD2A942F78A1A29119F8BE40A0A214D5 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { + AEE7E0D6F078E85BF90AC5AE81FB9248 /* Build configuration list for PBXNativeTarget "react-native-video" */ = { isa = XCConfigurationList; buildConfigurations = ( - DEB57615BAFDE9071341168DD477F8C3 /* Debug */, - 0421ADD816595DD3B3D1710A51F3F798 /* Release */, + 3DCE17DA7D4BAD1717A51E49DA3115D5 /* Debug */, + 1EF9A572E7BEACD5AD1A0106F72A137D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + AF6F48DFA31A2086178FCDD7849B89A7 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C83A80FFC354403A00F723280940B63C /* Debug */, + 9AA80C22CC5F5CDC55DB0068E1302E4C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B2027EE41FD1FEB030CC330D195E2E3F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC9A3E0BCBE975E95135BFC60A285FE0 /* Debug */, + 14828C72F10B6E6244CA6E7B32C76A23 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22846,29 +23036,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C089577AD0FCF110B9A2F9691F28D573 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { + B846EA5558F004330ADB64ECE8D39D7A /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( - ADD968A3B7B70E7652BED12801A85E89 /* Debug */, - 19D7107468AC8F9E62F090158B3871C9 /* Release */, + 4261C8A6183C7164395D369311BAF32F /* Debug */, + 513EECC9960DBEBA487DC5D0BFCC944A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C47A574960218FD6F25ED61F1E6ADAB0 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { + BBCB38F53DB2B02065659F4935C197F2 /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - F513049685B083024388B804B70FFA62 /* Debug */, - 1EE26B280F5CDBA2E6B7DE026281A500 /* Release */, + 30D88E46BF859CFF6B1B5CCBB57F6F48 /* Debug */, + 5020DF02F1BA166ADE204FE4D18CAD73 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C4A19EAFEA575BBB2A8E411D62219AB5 /* Build configuration list for PBXNativeTarget "RNAudio" */ = { + C01FFDFC9F9D1AE4F216E4525D546398 /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { isa = XCConfigurationList; buildConfigurations = ( - 28EA25A76B4F418BE4FE17F16FE974AB /* Debug */, - FDBE71F24A4411D60F45116F34FDF260 /* Release */, + 0F23E93E8B525079B5C3D6A6AD1CB15A /* Debug */, + FD197684B4A34949F5577485C55FE50C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C47EE4C5D3D5C5786ADE4F6CFFBA35FB /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8A91BCADF7A446EE7CF2F946F3CAF7C8 /* Debug */, + 24330FDAA82315153093EA50931B2AB6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22882,20 +23081,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C9F75F1D30711A9F1A3956D3BDDDE3EE /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { + C7966D80C63DBF24E67A2F19146A7030 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { isa = XCConfigurationList; buildConfigurations = ( - 926E6385D4C2B865548376B15FAEE587 /* Debug */, - 14FE55C7F002ED88C65C94B797059BF1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D07DBCF3C4E14EF6BD11AE749E3559B4 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5EDC51149B93904CB46AE27BA7B22E9A /* Debug */, - 0572253D7287E475647AA34DD33142E9 /* Release */, + 35BB149366DE8075B662DAD95D8DE81A /* Debug */, + E25233E72451D423420D515CB51D61D8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22909,6 +23099,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D69E9E2D713EEFF088D1F11E0EFAF7D3 /* Build configuration list for PBXAggregateTarget "UMFaceDetectorInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5ED507D365C82ED1C77E1306AC36CF77 /* Debug */, + 038C265A3BFC4C5A691CEAAA874C749A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D714EFAF91AF42119B673C282ADF2B13 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22918,11 +23117,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA26E2F5C5BF12C88FBD522F9E286D3E /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { + DB25AFAA6C30ADF90DA09558214638B4 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - A565F177C20CCF1741A28593CC5CD978 /* Debug */, - E023B22E2111F4A1ED2A53A513C46FCE /* Release */, + FE65F94900CF50A778CC4FB7A07440CF /* Debug */, + C66560D1795E9C161EEAE509ADFCC96A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -22954,24 +23153,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E31508D2C5A22533BD1AC133FCF89574 /* Build configuration list for PBXNativeTarget "react-native-video" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F080E1FC1331C8928E3FC68F7B18B96 /* Debug */, - 8B107165907E534CBBA2C7DCD5857F73 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E6FE4EABCBC21D903BE5028CF0BDC6B4 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E6802865AAC87C12C291D01630D2DCCE /* Debug */, - A163FF76FCA18083F5BD30E7B7A3494A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; E96ADCE88607DA7C2B5199EB67E5B9D0 /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -22981,15 +23162,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EA5C25E1165730DD6B6906B9ADA5DF1D /* Build configuration list for PBXNativeTarget "RNUserDefaults" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F2C5941FD161EB202813804FB78C0F7 /* Debug */, - 24298DB4D29FB624BEF75734C29C6FA7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; EBD689D40589C48EF8EA91F0C349EBEC /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23026,11 +23198,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F61D3F5521582C4B49AA10198889522A /* Build configuration list for PBXAggregateTarget "UMFontInterface" */ = { + F77BADC8E8197BCC43E8184D9215420C /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5965FB8FA04E3B532F8F6F513C346A8E /* Debug */, - 7F6DC8F6983E3C0FB54B53DE01A805C2 /* Release */, + 30D6F34820576379558474CED1AB8CD0 /* Debug */, + 95BD497F8EE1FBEA66DA02D61EC7BD06 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -23071,6 +23243,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F9EF999464E29600FE62B412136ABC72 /* Build configuration list for PBXNativeTarget "react-native-keyboard-tracking-view" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5260B589E616D90A5179F3A79514201F /* Debug */, + 72CF5AEF59C37C9B8FAB7C632B403B6F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FA1B47746F4AA44221ED41FD9D95F1E6 /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 83BA0DCCC6CFE38D5D18683423C53757 /* Debug */, + 848069F354706D6BF19DA63E8E3FC866 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FBC40A7F6CC2304CFC78A61E757FCC99 /* Build configuration list for PBXNativeTarget "EXFileSystem" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23080,6 +23270,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + FD3F0A8C3DFF88322BA7B1F3C2BFEA11 /* Build configuration list for PBXNativeTarget "react-native-splash-screen" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 36E47A915EBDF6DCA391109342000E8F /* Debug */, + E1BFC6995893F0FDDC4F7011E03A11DC /* 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 06e0f3fba..9ec97b01a 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 @@ -2580,6 +2580,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## react-native-slider + +MIT License + +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + ## react-native-splash-screen MIT License 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 0e106ef49..93892fced 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 @@ -2847,6 +2847,36 @@ SOFTWARE. FooterText MIT License +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Title + react-native-slider + Type + PSGroupSpecifier + + + FooterText + MIT License + Copyright (c) 2016 Jia PengHui 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 3be9aaa54..4acd03597 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index 3be9aaa54..4acd03597 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index 06e0f3fba..9ec97b01a 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 @@ -2580,6 +2580,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## react-native-slider + +MIT License + +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + ## react-native-splash-screen MIT License 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 0e106ef49..93892fced 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 @@ -2847,6 +2847,36 @@ SOFTWARE. FooterText MIT License +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Title + react-native-slider + Type + PSGroupSpecifier + + + FooterText + MIT License + Copyright (c) 2016 Jia PengHui 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 225cc042b..2505e9212 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index 225cc042b..2505e9212 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${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-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-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" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${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-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-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" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"QBImagePickerController" -l"RCTTypeSafety" -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-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-background-timer" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-splash-screen" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider-dummy.m b/ios/Pods/Target Support Files/react-native-slider/react-native-slider-dummy.m new file mode 100644 index 000000000..ef460fa2e --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_react_native_slider : NSObject +@end +@implementation PodsDummy_react_native_slider +@end diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider-prefix.pch b/ios/Pods/Target Support Files/react-native-slider/react-native-slider-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.xcconfig b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.xcconfig new file mode 100644 index 000000000..6ef918be6 --- /dev/null +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-slider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-slider" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/slider +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/Contents.json b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/Contents.json new file mode 100644 index 000000000..eed49b149 --- /dev/null +++ b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "audio_thumb.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "audio_thumb@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "audio_thumb@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb.png b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb.png new file mode 100644 index 000000000..869aa5cf7 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb.png differ diff --git a/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@2x.png b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@2x.png new file mode 100644 index 000000000..9cdfcab15 Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@2x.png differ diff --git a/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@3x.png b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@3x.png new file mode 100644 index 000000000..ce6e632fe Binary files /dev/null and b/ios/RocketChatRN/Images.xcassets/Icons/audio_thumb.imageset/audio_thumb@3x.png differ diff --git a/package.json b/package.json index 203c46e9b..9de292d5e 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ }, "dependencies": { "@nozbe/watermelondb": "^0.14.0", + "@react-native-community/slider": "^2.0.1", "@rocket.chat/sdk": "1.0.0-alpha.31", "bugsnag-react-native": "^2.22.3", "commonmark": "git+https://github.com/RocketChat/commonmark.js.git", @@ -73,7 +74,6 @@ "react-native-responsive-ui": "^1.1.1", "react-native-screens": "^2.0.0-alpha.3", "react-native-scrollable-tab-view": "diegolmello/react-native-scrollable-tab-view", - "react-native-slider": "^0.11.0", "react-native-slowlog": "^1.0.2", "react-native-splash-screen": "^3.2.0", "react-native-unimodules": "0.5.3", diff --git a/yarn.lock b/yarn.lock index 9758fd928..d9eb4c6da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1462,6 +1462,11 @@ shell-quote "1.6.1" ws "^1.1.0" +"@react-native-community/slider@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-2.0.1.tgz#2ab0cd52d3ab30ef4f6d838159590e2ccdf7803a" + integrity sha512-u1si6+pACAhwr3dyyy+cxM5VxqlWQIZx1qk6je2qP5XkUKUb+33NVnAWZw2+gaw2b2H5bhR/TAZLSlWonAuStQ== + "@react-native-community/viewpager@^1.1.7": version "1.1.7" resolved "https://registry.yarnpkg.com/@react-native-community/viewpager/-/viewpager-1.1.7.tgz#7d3b1631f1ec91145db92a8e25c80d53027e96ba" @@ -8774,7 +8779,7 @@ prop-types@15.7.2, prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.8.1" -prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2: +prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2: version "15.6.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ== @@ -9257,13 +9262,6 @@ react-native-scrollable-tab-view@diegolmello/react-native-scrollable-tab-view: prop-types "^15.6.0" react-timer-mixin "^0.13.3" -react-native-slider@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/react-native-slider/-/react-native-slider-0.11.0.tgz#b68a0bc43c8422b24cd57947cc5ac2bcdb58fadc" - integrity sha512-jV9K87eu9uWr0uJIyrSpBLnCKvVlOySC2wynq9TFCdV9oGgjt7Niq8Q1A8R8v+5GHsuBw/s8vEj1AAkkUi+u+w== - dependencies: - prop-types "^15.5.6" - react-native-slowlog@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/react-native-slowlog/-/react-native-slowlog-1.0.2.tgz#5520979e3ef9d5273495d431ff3be34f02e35c89"