diff --git a/android/app/build.gradle b/android/app/build.gradle index 312a4f63..969565c7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -154,7 +154,9 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "com.facebook.react:react-native:+" // From node_modules - + def appCenterSdkVersion = '2.1.0' + implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}" + implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" // JSC from node_modules if (useIntlJsc) { implementation 'org.webkit:android-jsc-intl:+' diff --git a/android/app/src/main/assets/appcenter-config.json b/android/app/src/main/assets/appcenter-config.json new file mode 100644 index 00000000..313c01ec --- /dev/null +++ b/android/app/src/main/assets/appcenter-config.json @@ -0,0 +1,3 @@ +{ + "app_secret": "7a010505-cccc-4e40-aa6b-fbbe0624c8d9" +} \ No newline at end of file diff --git a/ios/AppCenter-Config.plist b/ios/AppCenter-Config.plist new file mode 100644 index 00000000..678f9ec8 --- /dev/null +++ b/ios/AppCenter-Config.plist @@ -0,0 +1,8 @@ + + + + + AppSecret + e83710b1-61c2-497b-b0f7-c3b6ab79f2d8e83710b1-61c2-497b-b0f7-c3b6ab79f2d8 + + \ No newline at end of file diff --git a/ios/BlueWallet/AppDelegate.m b/ios/BlueWallet/AppDelegate.m index e55a6ea2..eab5fad4 100644 --- a/ios/BlueWallet/AppDelegate.m +++ b/ios/BlueWallet/AppDelegate.m @@ -16,6 +16,9 @@ #import "RNSentry.h" // This is used for versions of react < 0.40 #endif #import "WatchBridge.h" +#import +#import +#import @implementation AppDelegate @@ -40,7 +43,9 @@ self.session = self.watchBridge.session; [self.session activateSession]; self.session.delegate = self; - + [AppCenterReactNative register]; + [AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true]; + [AppCenterReactNativeCrashes registerWithAutomaticProcessing]; return YES; } diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 798bdd85..34f46f28 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,4 +1,22 @@ PODS: + - appcenter (2.1.0): + - AppCenterReactNativeShared + - React + - appcenter-analytics (2.1.0): + - AppCenter/Analytics + - AppCenterReactNativeShared + - React + - appcenter-crashes (2.1.0): + - AppCenter/Crashes + - AppCenterReactNativeShared + - React + - AppCenter/Analytics (2.1.0): + - AppCenter/Core + - AppCenter/Core (2.1.0) + - AppCenter/Crashes (2.1.0): + - AppCenter/Core + - AppCenterReactNativeShared (2.1.0): + - AppCenter/Core (= 2.1.0) - boost-for-react-native (1.63.0) - BVLinearGradient (2.5.4): - React @@ -105,6 +123,8 @@ PODS: - React-fishhook (= 0.60.4) - RNCAsyncStorage (1.5.1): - React + - RNDeviceInfo (2.2.2): + - React - RNFS (2.13.3): - React - RNGestureHandler (1.3.0): @@ -129,6 +149,9 @@ PODS: - yoga (0.60.4.React) DEPENDENCIES: + - appcenter (from `../node_modules/appcenter/ios`) + - appcenter-analytics (from `../node_modules/appcenter-analytics/ios`) + - appcenter-crashes (from `../node_modules/appcenter-crashes/ios`) - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - EFQRCode (~> 5.0.0) @@ -159,6 +182,7 @@ DEPENDENCIES: - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`) - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" + - RNDeviceInfo (from `../node_modules/react-native-device-info`) - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNRate (from `../node_modules/react-native-rate/ios`) @@ -171,12 +195,20 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: + - AppCenter + - AppCenterReactNativeShared - boost-for-react-native - EFQRCode - Sentry - swift_qrcodejs EXTERNAL SOURCES: + appcenter: + :path: "../node_modules/appcenter/ios" + appcenter-analytics: + :path: "../node_modules/appcenter-analytics/ios" + appcenter-crashes: + :path: "../node_modules/appcenter-crashes/ios" BVLinearGradient: :path: "../node_modules/react-native-linear-gradient" DoubleConversion: @@ -235,6 +267,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/WebSocket" RNCAsyncStorage: :path: "../node_modules/@react-native-community/async-storage" + RNDeviceInfo: + :path: "../node_modules/react-native-device-info" RNFS: :path: "../node_modules/react-native-fs" RNGestureHandler: @@ -255,6 +289,11 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: + AppCenter: 21decaa4488024e8355e650e44ccabb69ca60d47 + appcenter: 2fd7b9987c7d0d4c52f4a13d26c4b4608748722a + appcenter-analytics: 6ba67c9b301b1717b7c8964c1bc33c1a704cf8d3 + appcenter-crashes: 96953432c866620a06ced2bfbb43c6ab295b3aa0 + AppCenterReactNativeShared: 6e856a993f022a2a7afaa1bc21834d4dded708b2 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c BVLinearGradient: 8cbc5155c978f2e43098818c91d206d07aae6d30 DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 @@ -286,6 +325,7 @@ SPEC CHECKSUMS: React-RCTVibration: 0bea40cd51bd089bd591a8f74c86e91fdf2666c5 React-RCTWebSocket: 163873f4cdd5f1058a9483443404fc3801581cb6 RNCAsyncStorage: 2808c378f6a70f22f66eeb6c11a8d69f326dd795 + RNDeviceInfo: a88be26a64ada7cbc2bc0ebbd1662d340304874e RNFS: c9bbde46b0d59619f8e7b735991c60e0f73d22c1 RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0 RNRate: 29be49c24b314c4e8ec09d848c3965f61cb0be47 diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 798bdd85..34f46f28 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -1,4 +1,22 @@ PODS: + - appcenter (2.1.0): + - AppCenterReactNativeShared + - React + - appcenter-analytics (2.1.0): + - AppCenter/Analytics + - AppCenterReactNativeShared + - React + - appcenter-crashes (2.1.0): + - AppCenter/Crashes + - AppCenterReactNativeShared + - React + - AppCenter/Analytics (2.1.0): + - AppCenter/Core + - AppCenter/Core (2.1.0) + - AppCenter/Crashes (2.1.0): + - AppCenter/Core + - AppCenterReactNativeShared (2.1.0): + - AppCenter/Core (= 2.1.0) - boost-for-react-native (1.63.0) - BVLinearGradient (2.5.4): - React @@ -105,6 +123,8 @@ PODS: - React-fishhook (= 0.60.4) - RNCAsyncStorage (1.5.1): - React + - RNDeviceInfo (2.2.2): + - React - RNFS (2.13.3): - React - RNGestureHandler (1.3.0): @@ -129,6 +149,9 @@ PODS: - yoga (0.60.4.React) DEPENDENCIES: + - appcenter (from `../node_modules/appcenter/ios`) + - appcenter-analytics (from `../node_modules/appcenter-analytics/ios`) + - appcenter-crashes (from `../node_modules/appcenter-crashes/ios`) - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - EFQRCode (~> 5.0.0) @@ -159,6 +182,7 @@ DEPENDENCIES: - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`) - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" + - RNDeviceInfo (from `../node_modules/react-native-device-info`) - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNRate (from `../node_modules/react-native-rate/ios`) @@ -171,12 +195,20 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: + - AppCenter + - AppCenterReactNativeShared - boost-for-react-native - EFQRCode - Sentry - swift_qrcodejs EXTERNAL SOURCES: + appcenter: + :path: "../node_modules/appcenter/ios" + appcenter-analytics: + :path: "../node_modules/appcenter-analytics/ios" + appcenter-crashes: + :path: "../node_modules/appcenter-crashes/ios" BVLinearGradient: :path: "../node_modules/react-native-linear-gradient" DoubleConversion: @@ -235,6 +267,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/WebSocket" RNCAsyncStorage: :path: "../node_modules/@react-native-community/async-storage" + RNDeviceInfo: + :path: "../node_modules/react-native-device-info" RNFS: :path: "../node_modules/react-native-fs" RNGestureHandler: @@ -255,6 +289,11 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: + AppCenter: 21decaa4488024e8355e650e44ccabb69ca60d47 + appcenter: 2fd7b9987c7d0d4c52f4a13d26c4b4608748722a + appcenter-analytics: 6ba67c9b301b1717b7c8964c1bc33c1a704cf8d3 + appcenter-crashes: 96953432c866620a06ced2bfbb43c6ab295b3aa0 + AppCenterReactNativeShared: 6e856a993f022a2a7afaa1bc21834d4dded708b2 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c BVLinearGradient: 8cbc5155c978f2e43098818c91d206d07aae6d30 DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 @@ -286,6 +325,7 @@ SPEC CHECKSUMS: React-RCTVibration: 0bea40cd51bd089bd591a8f74c86e91fdf2666c5 React-RCTWebSocket: 163873f4cdd5f1058a9483443404fc3801581cb6 RNCAsyncStorage: 2808c378f6a70f22f66eeb6c11a8d69f326dd795 + RNDeviceInfo: a88be26a64ada7cbc2bc0ebbd1662d340304874e RNFS: c9bbde46b0d59619f8e7b735991c60e0f73d22c1 RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0 RNRate: 29be49c24b314c4e8ec09d848c3965f61cb0be47 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 5517c28e..68c2d048 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -28,6 +28,25 @@ ); name = React; }; + 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */ = { + isa = PBXAggregateTarget; + buildConfigurationList = B1AADDABC0FF92BF51AC88E6BD57DB25 /* Build configuration list for PBXAggregateTarget "AppCenterReactNativeShared" */; + buildPhases = ( + ); + dependencies = ( + 0051E4214884EF5346A2A55966EC832B /* PBXTargetDependency */, + ); + name = AppCenterReactNativeShared; + }; + A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */ = { + isa = PBXAggregateTarget; + buildConfigurationList = D0944D0DEFF9CDF0CBE6D4A41B195020 /* Build configuration list for PBXAggregateTarget "AppCenter" */; + buildPhases = ( + ); + dependencies = ( + ); + name = AppCenter; + }; ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */ = { isa = PBXAggregateTarget; buildConfigurationList = F1E4F5792024FE2505C132354E5A7FFB /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; @@ -40,1061 +59,1079 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000212F5920D26136DCC83D008D78550 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 921854102CA6725DC1D96F21BCBD6469 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0025F5438D872DFD41B5D3D8EABBA60F /* RCTSensorOrientationChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = E46587B1354F88F58054D6BCA45AC999 /* RCTSensorOrientationChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCCAD11964678441273DC41EA3D6825 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00DF48F08DDC9BBD7C8A0CA43272844A /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B00EFCA96CEF9689D555162E631588D0 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FE45766AF02AB4506F8EA418EC2CED /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E07739CBE6F0A1F26181ADEEC408645 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 012B4F9EDBC257E416D04C2198524E4D /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = F1359FF60D227F4683640A89F83DC2CC /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0137552672A9F25231E4B3F6F8197A42 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6F957E6EC97C57A1CAECBD42D6D7C8 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02494D12FF7497B95BAFBFEFC3B5AFD1 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = E908122880E3BBD03B74B0F2AC97CFE3 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 028073589953A7D015A5DB5AFE1C404D /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D291E88A96159AB01FDD3C511178E683 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 029EA0FD1F5C0C892413A21E5F814325 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2941E5F2BECBCACB1BFF9C23B4F69F82 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 034230FCFC1340101A4A608A99A240B7 /* RNSVGViewBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 69243EFCBD1146D766127A6AF0129E10 /* RNSVGViewBox.m */; }; - 0368DE240B957F16A107C23B4A1F3C91 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 825136481EB4C9048EA9EC22C2B7D077 /* RCTTextSelection.m */; }; - 03A628D7EFDEE5E83FC3AEC2F82D3DB4 /* EFQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EABF105846A9EADA673235E6899791 /* EFQRCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03CE7E1F210C93592D989BE068B5342E /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F4CB905D8E7C1250AEFF70BE15DAD4 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03D745C7F316B3490B29E5861C4A643B /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB6F16E49F958424F7971CB5E8EF9B7 /* RCTSettingsManager.m */; }; - 03FD9834D48A0A66B376B6D6BC9CB02B /* BarcodeDetectorManagerMlkit.m in Sources */ = {isa = PBXBuildFile; fileRef = 8655F2EE000FAA3FE3E9CFF316D669DE /* BarcodeDetectorManagerMlkit.m */; }; - 0418E330D1FD81A6BE33A71DD678BA12 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EDF1CF51D5D4EBF8FE4AB41FFBEE68 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B23468EC849B3A78C562084BB7545D /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3827B1F98662CA7F08D591A565A4693A /* RCTDataRequestHandler.m */; }; - 04BB86FA1419F439C62E52F37D41EA83 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 25D86B5F2DCF431926732DAF327173A9 /* NSTextStorage+FontScaling.m */; }; - 04E6280CB3492C2FA68611B458834174 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62FDB52795B90839CE56E63ADBF1316E /* 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"; }; }; - 052C08AC39FC717919F51AEED0540BEF /* CIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DBD36BCDBEF15BFB4D9AF782E1FC292 /* CIImage+.swift */; }; - 053AA585B9BB5D9E7920DFE59C0553C0 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = ECB75B3CC6BB50A23F9598C52D71DBC1 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 053FDAF666A51C64B43C6138F87876EB /* SentryCrashMonitorContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0062348FD72510807FF172146BFAD9 /* SentryCrashMonitorContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05D488F8012A3E56E55E4BC889E719B1 /* RNCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5248E7F30B94131062A1A65F42FB39 /* RNCamera.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FADECB892A81E34144D37D83E9D20D /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF2E2A5FFB70D6175E676D1EB4E35C2 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 000212F5920D26136DCC83D008D78550 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF3C0787729BC4DFEE6C89C422C00EE /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0025F5438D872DFD41B5D3D8EABBA60F /* RCTSensorOrientationChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 42266C8BE0ADBDFCA48CD11052F8D657 /* RCTSensorOrientationChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 958119D3DD683233A64AFAE1DC87BFD6 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00DF48F08DDC9BBD7C8A0CA43272844A /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AFC9EF218FF62137B3CCEE37B130F79A /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FB77A51EEB88A68706F7E89B09943B /* AppCenterReactNativeCrashesUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 454D2F2E2152D9F31FEBEAE564D134E4 /* AppCenterReactNativeCrashesUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FE45766AF02AB4506F8EA418EC2CED /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD8B4B224D1F650D7C2E14AE4860082 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 012B4F9EDBC257E416D04C2198524E4D /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 344806143703ED44CB54B453C44030A1 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0137552672A9F25231E4B3F6F8197A42 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B693491A33257DC77D11B27CC984A5C /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02494D12FF7497B95BAFBFEFC3B5AFD1 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A041585C99AF7C4F147B6CC9E0EA16 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 028073589953A7D015A5DB5AFE1C404D /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CCEBC220841818DD8A3CC60E0F903599 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 029EA0FD1F5C0C892413A21E5F814325 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92C8AC915168B3A586502D3423A65E2A /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 034230FCFC1340101A4A608A99A240B7 /* RNSVGViewBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CFA7A58A3A1C11BE11B7254F8E9F77 /* RNSVGViewBox.m */; }; + 0368DE240B957F16A107C23B4A1F3C91 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = E224E7576C7B69B83DAC44A3EF44DB20 /* RCTTextSelection.m */; }; + 03A628D7EFDEE5E83FC3AEC2F82D3DB4 /* EFQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2227CD861B32E6CB97A21F69447A43 /* EFQRCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03CE7E1F210C93592D989BE068B5342E /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 5962574347E39883E27600904BD23A9F /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03D745C7F316B3490B29E5861C4A643B /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3796A158BE0C878087DD773BB38B1AF9 /* RCTSettingsManager.m */; }; + 03FD9834D48A0A66B376B6D6BC9CB02B /* BarcodeDetectorManagerMlkit.m in Sources */ = {isa = PBXBuildFile; fileRef = 061718679C76696239D8A614663075F1 /* BarcodeDetectorManagerMlkit.m */; }; + 0418E330D1FD81A6BE33A71DD678BA12 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 907D7442E7E45139E58F107EC3075A45 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04B23468EC849B3A78C562084BB7545D /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 752BA8FA44AF08E1397723E438F7AFA7 /* RCTDataRequestHandler.m */; }; + 04BB86FA1419F439C62E52F37D41EA83 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B96C3BF2A09FC43387FC9591C19543D /* NSTextStorage+FontScaling.m */; }; + 04E6280CB3492C2FA68611B458834174 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8863C69C5EDD41E0466E0F5299236BA /* 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"; }; }; + 052C08AC39FC717919F51AEED0540BEF /* CIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C757A823DCDC946B8E3C72615543BA /* CIImage+.swift */; }; + 053AA585B9BB5D9E7920DFE59C0553C0 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB0B25C416156497D51C1A9AC156059 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 053FDAF666A51C64B43C6138F87876EB /* SentryCrashMonitorContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED9DA09627364B3547F2DCF9DE50753 /* SentryCrashMonitorContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05D488F8012A3E56E55E4BC889E719B1 /* RNCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C7EA7631472A14F6348CB324C208B8 /* RNCamera.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FADECB892A81E34144D37D83E9D20D /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D5076511ACF03382FCD516EEEC9B7961 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 067B456E5EBBE230916F10F7BC52E1C0 /* Pods-BlueWalletWatch Extension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E8681C50567084E2226B3F94F511D4 /* Pods-BlueWalletWatch Extension-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B888A7E1B931554E538D600CE83C06 /* react-native-haptic-feedback-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63095F82389ED6F058876891E76E64F4 /* react-native-haptic-feedback-dummy.m */; }; - 07CFDD557F17EF9A8C8B0D3409F7D1DC /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8B32B2E54954B0FB8FC5136635DEA0 /* glog-dummy.m */; }; - 083FF67B7024E14B4AF84FE2BE829C92 /* RCTSensorOrientationChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D2A5BCBA04F37E0F1A176367D8CD44 /* RCTSensorOrientationChecker.m */; }; - 089FC2310A5B49EC5A7F22707D169CEA /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = F31277635E5811971FDDC0B1087E2727 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08C67320A459A45EB4C73B0BA931716A /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 662E3F5565E14A1E57FC0E7292BC43FB /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0909A10A561E9BFD7906C3225FA82148 /* SentryMechanism.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0DFC1A140FE5D65F0459E320ED6D3F /* SentryMechanism.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 091DCF05B736B54DC26644DEC2932F05 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76F3951476D6EAB0A2C01B79AE566A10 /* RCTBaseTextInputView.m */; }; - 09306ADFAAC5C496F6309F0A989E5873 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915CA101C966E269977D2C8154E52C45 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0A1BDE7A2D093D922890E69FA6AF0036 /* RNSVGSymbolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DEA7CC5E3F12C6E57E0978C3F64F0A0F /* RNSVGSymbolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A1FB9697CBD2CFBBF59F66FD2150118 /* RNSVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 7664F131A60959B9523DD56068584BA0 /* RNSVGLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A418367C565EA5C3A5638CB0F41CF67 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = BB68016B194B70339F4F85F5BD353246 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06B888A7E1B931554E538D600CE83C06 /* react-native-haptic-feedback-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DA26F2CD14D625F81FE7FE09830625D /* react-native-haptic-feedback-dummy.m */; }; + 07CFDD557F17EF9A8C8B0D3409F7D1DC /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 655190B5250E0F3D7A69FC19B38C9E31 /* glog-dummy.m */; }; + 083FF67B7024E14B4AF84FE2BE829C92 /* RCTSensorOrientationChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FB13BB52A01BB5152E811593AB84CB6 /* RCTSensorOrientationChecker.m */; }; + 089FC2310A5B49EC5A7F22707D169CEA /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7C3434EA1C3E25391DC82A79862E75 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08C67320A459A45EB4C73B0BA931716A /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 345A9B2FACB98FD15033CE5F91069B46 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0909A10A561E9BFD7906C3225FA82148 /* SentryMechanism.h in Headers */ = {isa = PBXBuildFile; fileRef = 1261E27A9416BEF8AE07C526CEF548BA /* SentryMechanism.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 091DCF05B736B54DC26644DEC2932F05 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = C930F22BE097E57585A72B1EC50A9BF5 /* RCTBaseTextInputView.m */; }; + 09306ADFAAC5C496F6309F0A989E5873 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB847740818CCB5F07065B710E0540C6 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A1BDE7A2D093D922890E69FA6AF0036 /* RNSVGSymbolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E12E9827CA3BEE81F5EEA0462FDB1009 /* RNSVGSymbolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A1FB9697CBD2CFBBF59F66FD2150118 /* RNSVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 488ED1252558AAED378A8BF5B2396973 /* RNSVGLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A418367C565EA5C3A5638CB0F41CF67 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3035D2694B5837464ADD3F8CD027EBE1 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0A8A489A692F8F4EC3B28B5CF2810A5B /* Pods-BlueWalletTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9017CCAEC5F906C0B5544F5A4C939BCF /* Pods-BlueWalletTests-dummy.m */; }; - 0A901EC139E6937A244047D800665662 /* BVLinearGradient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06DD8497A8D4C485B90B1EA5283C8DE4 /* BVLinearGradient-dummy.m */; }; - 0A99A1E14F618BED2AAF1D6AAB75F273 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E7218802AC15B4F37DCC320A60056065 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B4921350AE2364AE73496E25B98C029 /* SentryCrashReportFixer.h in Headers */ = {isa = PBXBuildFile; fileRef = 474A580BA00788999C99EB3F788E4D80 /* SentryCrashReportFixer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B5373602DADBCDE0698DEEAA48254FB /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AE0E6D3F1D9EF36BA0934A64A210146 /* RCTDivisionAnimatedNode.m */; }; - 0B89D26CD3320D41F9064232A15875B5 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = D9DDC4A08A8944505FA45CE6FF8C894C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BA33597B2DD1A4B32855DEF9F4662C9 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5A11184EB08A1CF08597E94568E413 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0BBEE39FAAFB6212065F91892C38BE1C /* Uploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 92AB715F1CFC10C42CB27873D5E9C14A /* Uploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BC0917EC625864FF03BC329AFA8258D /* UIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2390709D8B5238882DD57115C100F4AB /* UIImage+.swift */; }; - 0BC348730F645FE239D383BA08CEFE53 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 00179B1A0D46FBBEA23F0C3346EF2012 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C341246D6F79FD29FDC3E681C8FCABF /* ImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2611A97A1BD936414C9B7856BD971476 /* ImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C417A506245A7F8729ACD3BEB073A5A /* Downloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A15EB1BD1B08BB99DFA51E3CC50BEB6 /* Downloader.m */; }; - 0D058D30045008CFCFFF61C34C0FEA46 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 53E3CD6D7E8BEFA8DC5C678A06AFCEF2 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0EC7D3DB6AF01F61FDD4BD096D426D /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = FABF56C2566335C36998269BDC0902B4 /* UIColor+.swift */; }; - 0D8FC61C206DB0524D5A3E53D416AAD7 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64CD31795F6E19AA0FAF9599BD1F32EA /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 0DF164B4BA0AE96050A8E8F3A09278ED /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26907759DDCC71AA6A8C7D689BD3A074 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0DF9300D64345E51203E17C807FDFAC7 /* RNSVGMaskManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD9C07F3CD2A186E609B984AEC562A5 /* RNSVGMaskManager.m */; }; - 0E2203E52D09FC5485370BBF0041CFED /* SentrySwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = EB7E2AB06515722880CF5D2C110D1E51 /* SentrySwizzle.m */; }; - 0E4E7514769B18D981B45AE168E49F8B /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = E2ACB62ED8D9F976603AF2C917F2E922 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E52661659338FA68909C87061575062 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C5CBCC8EEABDCAEA26B8951B2FD4C892 /* RCTInterpolationAnimatedNode.m */; }; - 0EA91751E682E1AFAB19352F681AF774 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3939C327FABD2E215C61868D3896C190 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0EFDB7C4789C187197546ADAA477E688 /* SentryCrashCPU_arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = AF9A8CC7CF508FDAD82581105BF6E97D /* SentryCrashCPU_arm64.c */; }; - 0F6CFEC6B7612E64FF93D0238076BDC8 /* RNSVGTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = B6CCD2DE588D0E0C58860C3B945BE4E9 /* RNSVGTextPath.m */; }; - 103ED7A73FB1FB73655F65D602F0D60C /* DeviceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7D6755ED89BDFEBE39E6434D10017B /* DeviceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1078DD1880AC23B91C461D34B2824C8C /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E18E364246064AE167813A261ABA88 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1096F6B36DEB83ADEB884F17FFC7A495 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F21A7710B6EE7E526F7361F46089485F /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 10A3DCE9852C9F5AC56C291557B1C9FC /* SentryCrashSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B61077E17A372FAD7293B20924E17238 /* SentryCrashSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10DE68186F7BD18F46578C7C331BD451 /* SentryCrashReportConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5368769F1C1DC85B52E11A32305EBB53 /* SentryCrashReportConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 112A01B2B16A818928277CCEFCDF87F0 /* RNSVGPropHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7768D58D6B4EA70983408EDE1D55181F /* RNSVGPropHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 112EB14CC117A823AB5DEE45D82D1309 /* SentryCrashJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1B558966CBCDB8B1B17639A3AC2358 /* SentryCrashJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1134A8DE60233F73C4BA5D4BE7513B86 /* EFQRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC5857311D4AFA8A74C54C09F3A72BF4 /* EFQRCodeGenerator.swift */; }; - 115C6747CF178003EF5690572D55F9D1 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 8680901B89124A2D48A23C85D1F80C03 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 121A859E31573CBE060DFF6B64CA448C /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 214A935D15CA7738D9725EC62FAB1F6E /* React-RCTVibration-dummy.m */; }; - 12281E6555D9F4F0D0D6E2564B861849 /* EFQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A457C233AEEAD80D0955A3B61FE2EF68 /* EFQRCode-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 124F6CCBA916935876DB57922C9A5F3D /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F06AAB9F65BB87D9DB251CF96FBE448 /* RCTTextShadowView.m */; }; - 12B6134F13E0EEC99CB8F074CF25106A /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A615EC0C475C7938D8DEDE2BBDDB31BB /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 130923708538D85559B388C2B7B5FCC9 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47392CCBB3F32D3808A726F115F5326B /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1323B60A9F7F66FB82ADCD6542E4334E /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 667C0EE344AFBA611A24D5F53B8F3F09 /* React-RCTText-dummy.m */; }; - 1327D5F13F7CD44275561E696BBF8CF5 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0747A743984288D105D6678692A100A2 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1327E6A80839879D854FF82A5CF6526D /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2569C41F9CA34A6C03CA6DA3A55825CC /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1338E15431B99D3B103CA28A8E5CA40B /* SentryCrashJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = BE54FD782B89A71F3FBD87885910960F /* SentryCrashJSONCodec.c */; }; - 13517E9744EE55E17705AD434BE3ED5A /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61216554FE8C46AB91603C38C6E812DE /* RCTInputAccessoryView.m */; }; - 1380FC4A598A4031306B2C58A3C5AB6D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3154FA8A7210956F0D2D7AF0435BF9 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1389A1528591ADD3419EDDAFAAABE909 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1727855531AE385D3F43C86650DD20F7 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B9E96FB688F6D294AFF991908C42F8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 31561C5A29E3F9818415164C53E050EF /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 13EE05D30EF3D50392168CC1BEE11D6E /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 571EA7DF56B46B59C7504B349FCF3CF3 /* 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"; }; }; - 142B14483DFF48693C1FBF8FB53FCCC3 /* SentryCrashJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F3729E712AD4049D53698CE4BFC3EE /* SentryCrashJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 142FA3F9C79141C9A225BE73A7FCD40E /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 16741A01557F96E08B90918C5E382A5E /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14985F5B96081DA44FE5FC53D285918E /* BarcodeDetectorManagerMlkit.h in Headers */ = {isa = PBXBuildFile; fileRef = F4352D19A5F51864F6903BCD81E20679 /* BarcodeDetectorManagerMlkit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A3392FF54387CB66F04335D266E9EA /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = C651AC60F1BDA41AE5502C12CDBC77C4 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14C00E32225AD7873074EEBAA4561082 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 82CA2AD26B8E0FC2D6F98DE49516FB69 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 14FD3EE32600C4F8CC10095FEDDD3984 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D7A5CAD5A2D3F9C68A257F9A8ACB70 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1521AF4F934ADFCA0CA31FD5A85A2F20 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = F5EF05193FF1162A88FF354D427A8FE9 /* RCTProfileTrampoline-arm64.S */; }; - 15A8831A4069B311A1D8A57F87FE35FB /* RNFSManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 26C4D68F7F002258F6150AE3C9877A47 /* RNFSManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CEE15B1790629F15DC056F92C4E477 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4DBEDF58CDC62DD6A8A18C61AEC95133 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 15DB248ADF92F815910A6A810CF4C5E6 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C38EACDE6A7A2BC0FDD5CFFA933E919 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 15EA892588F37C7E8D98D0063D4D0319 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9637628F1B34F3DDB6E1A5F18DB4074D /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15F00A9BB22BE5067601D3CF0D11D902 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AC59F074E27C999FDB6E9DF5FB753174 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15F9CCF51586B34AA97E2F22D2FC0962 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E79ACA9585F008318CAF05EDC9F6CA9 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1686F28215613C920927C5F7DA6345C5 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BF869516AFC3D5A139B3202BEC0566 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 16AA3F4763B6AA0AC0146DBEB203B13F /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 127BF6527F7F4973A0EC54194FA491A6 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 16D45939E96B8668B27DD71A90EF14D0 /* SentryCrashMonitor_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 551C8A7C74EBEDB865DC88287189D608 /* SentryCrashMonitor_NSException.m */; }; - 16FA4090B334F3EFC8D04D4390594351 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35EB5AB37C23A02DB2D3B5F1DC94B11A /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170677ED0A3AC2E105F1FA7DE295ECD8 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = ED18E7AC1F2B9567DDC103EAC58221C7 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1728808DBC0164B29C387F667EF9435A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FBBBDB1D9EAA16F7E18BA3F2F5E1C5D /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1760B7994F028D7CD39B1E48E6BA5DE1 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 3798C5BAEB9DA2F07B206FF6379D9DE5 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 181F17C1B81430F70C4D9F819B47FB8C /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EE7437DC5AE5D4BBEAFFF732C69022 /* SentryThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 182270B5D1E67C0AFE5C8719A85D7B26 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0584F00498A224EE0E446173018C3329 /* RCTAnimationUtils.m */; }; - 183445B76CAA7824998BD5B7D601F238 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E3B05F4D34BC605F914553345365774 /* 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"; }; }; - 184F071105069079D859088689E322FE /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DC9D3AA933DB165F4DFE5DC0FFF5BE /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 190D8A08F1BB048A2EBD1EA82FE14E3A /* SentryAsynchronousOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 795CD00417B1C3A8ECF7FB06E6C76127 /* SentryAsynchronousOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19192ADEFC32423105BF664FCB5961D4 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE6054F4DB706FDC25B389152EA9751 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 196F41F9916A0BDF4A494F034896FEBB /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 27D1A94070EEE636EA974024F35C7A77 /* RCTProfileTrampoline-x86_64.S */; }; - 19A112261DA087FBD8AEE59EAC20492E /* RCTCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF68EB00E55525BF217F73730C5CCA8 /* RCTCamera.m */; }; - 19C73E0EF4831CD91F34829C11EFB3B4 /* NSData+Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 223F9C1484CCA185F593B82737B97BBD /* NSData+Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19E0E1151960A6B1FE9FBD3D52F3C9ED /* SentryCrashCachedData.c in Sources */ = {isa = PBXBuildFile; fileRef = 291D45BFE9919420C802C145129C63B9 /* SentryCrashCachedData.c */; }; - 1AA2F0CD9CDACBB17316AC68F23CF035 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BCD607D24606A656841AD05DCD8ABF /* RCTRawTextViewManager.m */; }; - 1B00054F30363D535C3C9C5D7430EE1F /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B997935F2E9A312FF2C02D607ED1FCB /* RCTValueAnimatedNode.m */; }; - 1B426ED049212D3C76CA306B580C9C46 /* SentryCrashString.h in Headers */ = {isa = PBXBuildFile; fileRef = 04D00184090D26111834C8A9AAC3E08D /* SentryCrashString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B446C3A43B30DF0256603EA2CFCED13 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C059F9D72CF6AAF15C67C67A467B2BF /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B6745BFFE7883D5EF5350E6F8F3F0F1 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FFB150407CE16A07A9EFFD531ADD86C /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BD3FC608B0B7AA9624777632D57524E /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C945086AD1AE6D60B85B594B292DBE19 /* yoga-dummy.m */; }; - 1C0C1F112C6EB5172EA084E2AE06B27D /* SentryCrashMachineContext_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = BD48A5A452426AB67D07DCF9214EF4AC /* SentryCrashMachineContext_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CA5F6411275E46C0FC142A4BB957B8F /* SentryCrashReportSink.h in Headers */ = {isa = PBXBuildFile; fileRef = AF980D41AE9AB40A8A3277B6B9A3C814 /* SentryCrashReportSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CAC402DFB4BA4B86DA4BC74860EA564 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 221D272E35FA802308B39FE8CCF674E3 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CEF133918F54D19DB0778559E86028E /* SentryCrashDate.h in Headers */ = {isa = PBXBuildFile; fileRef = B6952C96F0014561B97E224763F850E1 /* SentryCrashDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1C0504E5DB17C2FEC4C863048E516B /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA0A114BB43A3C1F10787F92087BB9C /* RCTDevMenu.m */; }; - 1D3E334B21731D60A4764F64E8B0FE6B /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A7A663B03081592569BA3ACBA9ACA4F /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1D42D872BFC13DA82B0B0C6004D2F878 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4D922175BC1601BB3CDCD68553C0F0 /* RCTImageView.m */; }; - 1D4676BF3972715CBE1A339DF2792E9A /* SentryCrashMonitor_AppState.c in Sources */ = {isa = PBXBuildFile; fileRef = 6874309B6808BE27F5135443D641E13F /* SentryCrashMonitor_AppState.c */; }; - 1D73EBE525F27A85ABE0E58E63E936CC /* SentryCrashCString.m in Sources */ = {isa = PBXBuildFile; fileRef = F1025AE1C148BD29C4B5076E6292EC7B /* SentryCrashCString.m */; }; - 1E1913A82A4FF8067AECE5F1DD4D90D1 /* SentryCrashThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F4326F4D7E3CD026386613BB33B46ADF /* SentryCrashThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E6EEFD9935BC32BE4F7496BC11A8DF1 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC21E89605A6B8B1EDB689D8062BA0F /* RCTSpringAnimation.m */; }; - 1E7AB49195C369757741C0DF093E7BA0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C6FA21845AF6E5EB854B69A20BBBA256 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E83945F5CCBF389E706B74F687C9159 /* SentryCrashMachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 75A4E0A94CDD445D6B3C3AA7E19CDEEF /* SentryCrashMachineContext.c */; }; - 1EB8291D219A9E968D8D366E580B82BD /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 975A2F93D3A4AB145B21FD0BE36D0C4B /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EBA8E7E84F88B22EC33234791A01EBD /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 390A57711135A02F989E95A4593E2C00 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1EC2F26FDB3EF31E73FE36976CD7FA25 /* RNSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = E9019D3673D09141BDCFD47674791926 /* RNSentry.m */; }; - 1EDB0C718774848F2899B8A3796F31A0 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC32D60798B653D49D14F3884EED1F56 /* RCTBaseTextViewManager.m */; }; - 1F3D59AEB32EC216A1F8A79F31708BD9 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 22499C1E4F1A7A0C7A29F3B64D307607 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1F6AF3245033FB5CFFE3549B55783FB2 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCB500E60679453A1076FC8AF647EA0 /* RNRandomBytes.m */; }; - 1F710E2880D3194ADB5143A101C0A287 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87A59D9082C8C0E5AA76C73AF540B36D /* react-native-webview-dummy.m */; }; - 1FF3E3C6D4E9DC98AC346EE306C5B743 /* EFInputCorrectionLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3224BC2BC1314776EB93EEA7D4AD552C /* EFInputCorrectionLevel.swift */; }; - 203411A533A04A4565B95096DE38C893 /* RNSVGUse.m in Sources */ = {isa = PBXBuildFile; fileRef = C10DCABAF190532B44C98F8B1CB61DF7 /* RNSVGUse.m */; }; - 205702C72FC54C6EC739F8D865D496C2 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F0973664DC172A26372B869BDCA2217F /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21067C37B2C35A91BF48128B8FC44CDF /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C5CD887271D1CCF33BD15E79236F16 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 211E3774BEBC5B1C9CF92A9D7F82CF95 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1C56FD9D2E73A78A258B8B16DDB18CE /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 21440C167C82676916ECFCE51109B328 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E66B1E9D242E1F861AA1B5982484152 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 21455CD5BBD08F17A77B7F4BC5357526 /* RNSensorOrientationChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 97AEAAF428DA374C2F4F46AAAFB099DA /* RNSensorOrientationChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21546DB5DF9AE422E2D9F7AF227DF033 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 418E09372496786316C6D7A705C989EF /* RCTNetworkTask.m */; }; - 21810F885D28CB23FCF625C3884CD4AC /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = B47A15AE5DE088A0C64DF862CBB4E82A /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A082DD207998BF54FD204BADDBAE2C /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B49B74F22598C2A0CBB6D3337643B2 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A9FCBCFD40960E29F7D36BBDC66741 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 500D8D740B1C1E319A17826E90436264 /* RNCWKWebViewManager.m */; }; - 21AA9585F129E5B8129937DA82623549 /* RNSVGClipPath.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5B624A8720AFCEA2CAD853E7CADBC3 /* RNSVGClipPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 222B3D24EFD70E5AD9984D0F4EA7E57F /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1A06FB7661A60B33F9E273790D7679 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 225EA47E8608F73CC9057715DA571584 /* EFIntSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 340E5C0FFE36ADA6309BD9447C724A9A /* EFIntSize.swift */; }; - 229391B27648347560409FC9FA3B796A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 822736F3875735C29E7194B74BEEA994 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 22ACDDA393BA1002AC4D5FC2F5DA4626 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E7DAEA06E709AB2DB8DE25E97030DB /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FE6289F4BC5FA8CFF07D80DD91A91B1 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 232718ACCECDAD04CF678CED28B4B3FD /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 496B7A8AABAA8D6E2A66421091E2BAFD /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23CB010E0D3E8279A29DE82962F45A49 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 141AC64FB43478155729E88A0F8F69B1 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2410CBE576483D47D4E9E81F1EBC3A08 /* SentryCrashReportFilterBasic.m in Sources */ = {isa = PBXBuildFile; fileRef = D97AD29A4F083E7F40B5C35FDA00E73F /* SentryCrashReportFilterBasic.m */; }; - 24C02C06750757E87F52DDE53B53C91A /* RNSVGBrushType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7A7AAA9F8C1292D7A364AA14F09DD3 /* RNSVGBrushType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24D0EEC0F4DB169CFD21289B44179B7B /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E146CE402487CCF283746D80C6B8DAE /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 253D71A2FEB7AB76463C69BF227BCEBC /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 44C0F4DFBAD68FA5B31D862DEB6ACA1D /* RCTVirtualTextViewManager.m */; }; - 2566F72FA382A4AEAFA11E90F0FFC2E3 /* Pods-RCTPrivacySnapshot-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3341E7DC1AA4A9DCF8E16EA1B406A4 /* Pods-RCTPrivacySnapshot-dummy.m */; }; - 2642EE5FA827F520498F9DDDC8332B27 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 070E96A34262EA53E3ED88E62BB2689E /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 265D979D3C13191CF487100E297C37E7 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFF2181ADFF86BDDBAD5B526F9595F9 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 269CC609CA8EBA966B5986FE86C8E5E0 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC36893FAFDDBB2E107064E930B2DA4 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26C65C09513834AB4C528E419B1AAE20 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 71265FC35170DEAFCCE8EF4E7673F5A1 /* 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"; }; }; - 26CEF3DB58A001E0479B128F347439F3 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = F49AB4E973028DA16289FF2E03DED536 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 27D55564E2E14CBCBFDE6022A0AC9CED /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = D59694B7DD8DA2A94B451647EF884CFF /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27E6AB21B16CBF703841390B36A5D857 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9DC23E27C75B8CD68FBBDE8CB4ADF4 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F995071233D0485DE88F7A15D03456 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A5052EC114DD92A4897BCAF4C2070D63 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 283A1ED4474D395E2CDC5B25B818BA53 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9BD694BBC6A1C1E46450ED9FFE38A435 /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 285DB07DD9DE8E4C74A774DBC2F533E3 /* RNSVGRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DE304658323CE1CF15008285CCFE23 /* RNSVGRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 288CA7CDF4A40F9DF5846D9D6C98A4D7 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = B46D08F03AA8CB097E838A6E3CD3ADB1 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 288F29EF4BB98CDD18652165A8EABD78 /* RNCameraManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5401D5515ABBD7757F2EF8F49AE86A9C /* RNCameraManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 290FF20F9007BCEE01D8426B285D07B9 /* CameraFocusSquare.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D84C448FA0E64159EAC3A1943326304 /* CameraFocusSquare.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 292A15EBE3F7191BF5A8F40B3FB154ED /* SentryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C69E056D4137FDC5D3D2109A729C6A37 /* SentryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29405EF6356FD573DF0325E7351B8C0F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AC855D0D0A007425A76E817512369F69 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2949474798500AFB899EF2BBA67EDAF8 /* SentryAsynchronousOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F20633CC10462B58754A61587A23712F /* SentryAsynchronousOperation.m */; }; - 295862A69C6568B37D381ED980C54D29 /* RNSVGFontData.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8D97245896F1FBB280644DEBC5E0EA /* RNSVGFontData.m */; }; - 29D337B072A42502EE34973AD2AF4D41 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AD64D480D9F26220D8CE688791B7EC6 /* RCTNativeAnimatedNodesManager.m */; }; - 29D7F88AD970351D9EDDE2FD8DF4D86C /* BVLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 41518E5080BBB24B7BDB24FF0DB53A88 /* BVLinearGradient.m */; }; - 29DAD1104B051109AE1C0A706C8147B3 /* NSDictionary+Sanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 0785657430D2E5AE5A744C04DBD750E4 /* NSDictionary+Sanitize.m */; }; - 29E4CDDFB043A38F560717BAB80FE119 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C07E16019DCA085D197CEB8E976D037 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29EEAC532DB58ADC51D134A07104BBE9 /* swift_qrcodejs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F7D3608E4C43BAAF19380ED02F2088 /* swift_qrcodejs-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A2A244B8C1ABEB934375E8C30C75E34 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 76140FA7EC5AFA5ADDFFE7BA61CA8392 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A301CE4000D429D2B9746773B394D73 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7742054EFC508EE582590EB6119BAC8C /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A3C86F65D9D9B5B1A7DA2CC192F6A2E /* RNSVGUseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B431EA90F220E5F0D365E83A8FB8B4A4 /* RNSVGUseManager.m */; }; - 2A4F439D1064E037FC17EEAE3BA98F85 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE33E67D6C1141800F2996CF49A009E2 /* RCTLinkingManager.m */; }; - 2A8A76572C9D8123818E42C7D9629240 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCECDAF3C9AF033927AC937C73A4564B /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2A918974EBDDFFE4419E7BFD2288EA7A /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C3FD531527BBBC28013686FCA49567 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AE1C32AF947EE40732B46053773E5A8 /* SentryCrashMonitor_CPPException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED88ECD813C74FA63D8C04AA53CAB402 /* SentryCrashMonitor_CPPException.cpp */; }; - 2AE4ED10CEA51B18EDAA113F171D31DE /* RNSVGFontData.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BE380ED7D80F318BB58A06A53AFDAB /* RNSVGFontData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B0417A097788A41AC0162D04EBDDB0C /* SentryCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA7682E140690CAD580288F5E62D76C /* SentryCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B73A7B6D9684E5FF915B6187E77C395 /* NSData+Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F0D6EF2A4546BA2E4E2F39C3E44E6F /* NSData+Compression.m */; }; - 2C2598EBCA4A40A8178BA8763746DC6D /* SentryCrashSymbolicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB2223741CE1AF1D73F5E3FBB4A6B5D /* SentryCrashSymbolicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C814ACEB90DBFF7F3A80601940853ED /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D9FB3948E0AE63C1ACF1DD27B43A316 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CB0B2545B74FC845807BABD6C6BFAF1 /* RNSVG-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B14E36017CD58A9FB0CDDC9A13F398D7 /* RNSVG-dummy.m */; }; - 2CBE8DB435ED294E898497D7CB4544BA /* NSColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA68CA6318BD22F0454AEBACA24ACC /* NSColor+.swift */; }; - 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E20BB72E185A7A90C687C5C7CEC6EBB /* RNRootViewGestureRecognizer.m */; }; - 2CDF4ABD83B4A71DB824F34505F36D5A /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 38070734BC9895F3645BE0947723FF1C /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CF360F45A51A5753896F4DCB25E3608 /* RNSVGNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 961CA48E45F52823737D4E66C6F5502C /* RNSVGNodeManager.m */; }; - 2CFED35E91789E037EF9A52E145BCCEE /* SentryCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF814E760D3D01D6C9591CB0E5A6F33 /* SentryCrashDoctor.m */; }; - 2D4AEF30FB95F76C6AC859F927A8135C /* RCTCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B425422134891090790153B0D6CCE55 /* RCTCamera.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D755D287F02B905942170A43DC5CE5E /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B02FEB71D8B61A39C93E56CD369151 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9A8E238A7E1660D8972422EBB4ADCF /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 03A5309B5D39B08740B2AB12C6345254 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DD5BFDBC8481E457D4AC95311A27BCB /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 47D7C7D0708BE237BB1FD5045BED3ACA /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2DDFB543A33B5838ED463AA1FDBC3857 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3750A6E60992C57EF5F3BE1FC1336EE6 /* RCTImageLoader.m */; }; - 2DE39CB2D62110C866E6A4F7127B7899 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EA2FC5684004DB206C1D134537FF2D /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E1AF4EF2352B090423C3C63AA562874 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 642BB0AEAD1A90C36DEF31AC6A5A0CF6 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E581FD674D570C9F3FAB67BB3F482E2 /* NSImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D33B2722A01C1D0CFB29B7C4B671610 /* NSImage+.swift */; }; - 2F2B0640D93291829D2B2BFD3E0E14CA /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 398BEAC6792C5781F76C2A0DF5B10F2E /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4EC3F52EB5CA42E0DE2B8BE208C331 /* SentryBreadcrumbTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = C1C1B5C21875B514EA2E5A1798126358 /* SentryBreadcrumbTracker.m */; }; - 2F5209437D587082DBEC956490114C63 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB9E44A758FF06394218C437C0A36A5 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FCE75C920F330E16B05238C50D21284 /* SentryNSURLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F89333F800B290F6D777E0D5C01A834 /* SentryNSURLRequest.m */; }; - 30018CE762D7D9752FF083AC5A6E58D4 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 07133674217546473575F409DA4DA7B0 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 301921C8B131F81448920A441055BCE2 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = F86D1875ECBF5B718EBCD55C929263B5 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 301AD361A0BD76DAAE955CA0687FBA69 /* SentryCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 300E1AD5B5158AD6D80784A1639A5083 /* SentryCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 303C9A1182AD6D3C5340C716C6A3407D /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC3EDEF843B5F0D719B939427AF8E81 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 305EC73534BC59C88AF5367E4AABC50A /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 384CA8E4DFFB4519CF9D32FEE19AF92D /* RCTLocalAssetImageLoader.m */; }; - 30C7B7A036821B3D8396651BCDCCAA41 /* SentryCrashVarArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7CD24E369D2B0331658F4D4E23712C /* SentryCrashVarArgs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30D059BF64564DA13858454820AB32BA /* SentryCrashCPU.c in Sources */ = {isa = PBXBuildFile; fileRef = F57246374EA7BF901F3D3FCBF5CB45CF /* SentryCrashCPU.c */; }; - 30E55139CE5B292D59C2E3B0110A367E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80FC54CBA2EAAFA907C2427690EF82D9 /* 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"; }; }; - 30EFA55C6F41666D561A933D4570DB0D /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A82C4AB3B127EBEAA704185513B25A6 /* RCTFileRequestHandler.m */; }; - 30F9538F2D0E4D03D5B92C5B5DB85E80 /* SentryFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = B5CCB1C293999EB590D022AF15DDAE7A /* SentryFrame.m */; }; - 314E2E182757562296439540BD4D9B0E /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 182ACCD32ABB4BCA019EAC81E128AA3D /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3153CC3836881D983B204AC8D9BDCA88 /* RNSVGNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 380C0CFE13F01AF67F53C3C737E0FF27 /* RNSVGNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3169455F49CA590E781A5F8B29E89C80 /* SentryCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 36293CC7B167D8421EBC89A419531A3E /* SentryCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B5492A199C210CF1284AC5CAAD1A267 /* RNCSlider.m */; }; - 31AEB1A77B9154C2DAB1D9F70790EAD3 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5511811CD48EE5BA04E1F2DE98A25736 /* RCTTextView.m */; }; - 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8F2B0D7F126C90921370CCDEF19EDA /* RNForceTouchHandler.m */; }; - 3242F643832A780A3CA37FD56113F639 /* swift_qrcodejs.h in Headers */ = {isa = PBXBuildFile; fileRef = B02CF246ECB063872903E8D4848F665F /* swift_qrcodejs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32454A9D7092AED2D84E7835848629A1 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D601A3CB26B2E2BBD1A1925CDFB8834A /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 324AC45A9A08E8743C02A33820145DA6 /* SentryBreadcrumbStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BF104CF5BB8A21D0A7EACE2617DF9C37 /* SentryBreadcrumbStore.m */; }; - 3255BD4390685744D893CCA2FFD1FD67 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C19E3C229A8B90B6F243F9125E92FE4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32822FB1863DC96BF8FDB016932D3202 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FECEE75AFCC627D72CB7D2EC8352164 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32B6029A38072F5FB86EB146D180F164 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0430D75E363F5F0D9A12AF1921617862 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 32CD55E044A8536C547FD8819E351001 /* RNSVGRectManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF10993A152443D446DEE03CC0C86C2 /* RNSVGRectManager.m */; }; - 32F476E50D4C923E4DBB42478F203167 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = CD6915260B2F8309C7C8AA46E017015D /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 338BF4F3BA6E1BF47AC368D7FF2E54FD /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7C72F2189FCA2EA60608C0922223B3 /* SentryEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33B893DDE8663B11FAF18FEFB61A6F22 /* RNSVGPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6F58C7BDE6FEB7E459742E2CDC81EBA /* RNSVGPathManager.m */; }; - 3419AEA7C18265F12D63D1C80BAFBA0B /* SentryCrashCPU_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C4B947C5775A938D7E01BD7E7F1146C /* SentryCrashCPU_x86_32.c */; }; - 34245C597424898EDA41B801C58911C8 /* RNSVGClipPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4E7A524BC5B50F229CF3CF7B67B300 /* RNSVGClipPathManager.m */; }; - 3446B972FCE698B5C8156CF350CB8564 /* RNCameraManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF815A20C86DEE148D1EBBF723AF4E6 /* RNCameraManager.m */; }; - 349130AA21300D4CA5DA0D7A2EF5B21B /* DeviceUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 811EDAE145ED7D3E262B10FF4E1DCF6C /* DeviceUtils.m */; }; - 354E920B11C50C85A81308C5392DBC75 /* RNSVGTextProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C70D72B08B26E01F23F7C397AFE25FE /* RNSVGTextProperties.m */; }; - 354EB3EDC59BE5E75E8B521BFB5F29EF /* SentryRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F7B3D0289C44EE25B34AE4044AF717C /* SentryRequestOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 356B2256096E7E86B6E816846DE7117C /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = F1152FE6028173426568D63C913C5C7C /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3578A82D6AFF5398F705E213550065C9 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 74E136CA6DC0E1C4E7CA2AACDBC14558 /* Folly-dummy.m */; }; - 36C65FBF833D91A52A933CFACCFF8221 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 352008A8EC7CF775969C211F34715C21 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 371D7E5E3F8050877A65FB7BDB0DC555 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 795C7408EED7111075677A18756214CD /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3721664208551BFF21B2B2F650A71AC7 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 629F0F9799902CE4E77B3E48F399F1E4 /* RCTConvert+Text.m */; }; - 3789DCF0387196AB0A1AF28D6456A31D /* CGSize+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 053AADB371E3862E040139709D041F5D /* CGSize+.swift */; }; - 37971F38E5C241903725DC62DF1750C9 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2CD91685DBAC88059259E00F2577052 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 37D05055E0EF9A8847CDD80819F7DE17 /* SentryCrashObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 385C96E9A2CC6758B607208563BCB84F /* SentryCrashObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37D7A9B3A4959D706FB4450B5AE3F4E6 /* RNSVGEllipseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E688E445CF7E0C9936C8DE367111D1F9 /* RNSVGEllipseManager.m */; }; - 384CC3B15D6A82D418C2E9B7D90884F0 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0EE85892F9329A0C91C4A7F81ADD4A /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 385B34FCADC535D8E10A4AB0838E3318 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A4583F003F024CE0AEFD85B2ECDD0F /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 38D052FA06663B9DD4BB53921D212DEF /* RNSVGBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B59B89E0C97FF41B3AD52B94D3359F /* RNSVGBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38D32B881121A0E612A6380F58AAA77C /* RNSVGUnits.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A487FE4F83E9361EC51D7864C938525 /* RNSVGUnits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38EA2E881BB564DECFB7B7CC58210F71 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63347EC8AF0D5879F9EAC63BD7DC8D65 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38F35E24D856E9519A212722C0D13E59 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9362BAB73787C0E92832EB0CA11EE4 /* RNCAsyncStorage.m */; }; - 39B0B4751ABE8678C95341D9AB85C763 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AA511D03763292987AE27BE2C38B5230 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 39B2EA567F9296C739A122F05280B013 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DE55EDB0F8FAF8DA6EF3E7EB0E5A8A6 /* React-Core-dummy.m */; }; - 39E4D3C7169821EED6EF352513C00CB4 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 72BD8053726FEA56D3653D5158560DA6 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3AB45F777C9CE1052FAADA339DFE4E11 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A7F1FB72A3CDFF5F8437EC0F285CC12 /* RCTUITextField.m */; }; - 3ADF2BF798EE62C7F7669E581642C071 /* RNSVGRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D2908FE694BECDCC223CF861842ECC /* RNSVGRenderableManager.m */; }; - 3B3AEE820480BFC55B26DB98308F3A76 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EB4EC9A6033B84150409E4EE5FE5B345 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3BA7012873A5B31F59108673EE682BED /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = AD9804A561AE3421E873061AD2F054AF /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3BF3174099E63B8F1F9BA939BD856019 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E7FD790C3B43E1B344FA42A90F9DB1D0 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3C455700D75AE38D0869EB48C05174BE /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E4A993AE62023B93002CBA72AEC60511 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C5ECF8176C0702C1331683FDEF695AE /* RNRate.h in Headers */ = {isa = PBXBuildFile; fileRef = 424E51530BDE7C1628F92F99CF6E60D7 /* RNRate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C6BC0B9AE174D032E4AEDC976BD7D6B /* SentryCrashMonitor_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 926DB99ECC8B8E4D61F0F9C77D6B5646 /* SentryCrashMonitor_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FE1663566F72B94BF700E812F15ED219 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CC61AC9F1CD60AB6639B461A3311988 /* SentryCrashExceptionApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 09180229361C81A8A774EF2AB4B5A558 /* SentryCrashExceptionApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CC895EF82FBBD4DAA9DDDF0D3850CD0 /* SentryCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1532A824DA9EA4B061DE4F4741347AFD /* SentryCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CDD2C2984A0FC29FF52C16BE1291647 /* Pods-BlueWallet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F26830D5809B4A447697028D34A7D95F /* Pods-BlueWallet-dummy.m */; }; - 3CFF0CA2CF5FAB0469925F9CA5D45C7B /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24AC32890794946EA06B2BF1602D8A83 /* React-jsinspector-dummy.m */; }; - 3D1CCE2F7C0A9846AFE511C2F81189E0 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8B5CE403971C99A4143414F9D9D9C003 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3D522A289FF8EED44102DCCC0FD63214 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A1FB7C28ED16E057A6998F6CB9E26FD /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3D79D0BC378C90397875A56D38FBE4D8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B6581CA7E44A1E50FE0B2D7FE4895FC /* RCTNativeAnimatedModule.m */; }; - 3DBA0B81BF5164324F08A5EDA73F655F /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C24C7AEDB40B66CCBDCCC3CAFFB71979 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3DEE258101D2B26A3AE73748A449F860 /* SentryInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = F7656E80084A8044EF244DE6E0651219 /* SentryInstallation.m */; }; - 3E39EBE3D64DFB538FF29701CBCBFF6F /* SentryCrashSymbolicator.c in Sources */ = {isa = PBXBuildFile; fileRef = F4EEE3B8EBB82921D1C5B3C617AE40D2 /* SentryCrashSymbolicator.c */; }; - 3E578746F9C622F911FE927F15281436 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E15C4EC4F9C0E1C9C111822998A58260 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3EEBCCEFEF913C6C7113142AE092EB1D /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0321D7CC23C9AF4F9DEEDFC5F384AD70 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FB5A8DEE62AB0F925CC45BD0958BB72 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0896529B1B0DFB9CB8973BF184F871BD /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4003731FC43BE4E7D52BBDE0CDD215CA /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D6103BD516321A595BBFC3A109D273 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 403AA42531358FB769CC0BB0BA95448E /* SentryCrashReportFixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 8969CBF8BACEFE234256074FF386E9A4 /* SentryCrashReportFixer.c */; }; - 4075EB0F312B4D316B906D8D5DB8D9C4 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CADDFA6B3BA987873222C9B6AF5BDCCA /* RCTBaseTextInputShadowView.m */; }; - 418F9CFCA09C4470CC93F6A075BD540C /* SentryError.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BECCE71624E235D9D333390BEC722B /* SentryError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41943E705F42E3E8C04BA4ABD931BDD8 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D17530D89D892274EF414D6C90C16EC /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41E718CC60AA1B4B6541116A23886A0C /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E32989825CE7FC43466C9967ECE8CBF8 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 42953BAABA69F31EBD18780CFE048159 /* RNSVGPropHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C67C8B6BBCC6F81589EF5B28833664EF /* RNSVGPropHelper.m */; }; - 42BA0B0972EDBDDBF7BE9B087359E555 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = A6AB23C33459A8341214965D9E47CD26 /* fishhook.c */; }; - 42E08969099D4AC4169A3B70156A89EF /* RNSVGImage.m in Sources */ = {isa = PBXBuildFile; fileRef = AC8F89F196328A86A4F64C04B4D90BCA /* RNSVGImage.m */; }; - 433FDC3C274A270C332FB521995C37FF /* SentryBreadcrumbStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F5B5CAFC3683C2FE6FE98B2695AFAF /* SentryBreadcrumbStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4346EDC68C3377BB99D4015EA460F1BB /* SentryCrashReportStore.c in Sources */ = {isa = PBXBuildFile; fileRef = 12C1DFF4B815C0762C820F87E45D0C36 /* SentryCrashReportStore.c */; }; - 43C32841D5C29E7127593BAD4B7D2566 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DFB9BC22CFF071D263B9275685F2B5 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43D3B7A973490975203B4B0864EF482F /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 630731720884770D8EE5FF310F496C45 /* InspectorInterfaces.cpp */; }; - 4453FC97D2916D8F7129F71001160198 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0B39247BE3E2F1380081A8CCC11C82EF /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = FD73C63A03FDE8DE5C78F453A40E7FA3 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44CF15AB49E1697B76BF940F5FA45353 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D0FE54A315C09E24E7A147AB0F954FD /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44F6FA04556025697B335C9B97AAE959 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8294EA2735BBB18317516F0994314033 /* RCTTransformAnimatedNode.m */; }; - 45089E8DB76BC34EC3A37C2E67813DD5 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A968FD71E90E346D467F4AE23B87C9C /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 451411086EACDB0A2E50E26CED193884 /* RNSVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = B464761AA17689EE26F5F2630B0B44A3 /* RNSVGRect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B1E7F938EEAB84BEC343F882F25507 /* RNSVGPainter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7728518A53FBF6C7A0D4BED12F141F3A /* RNSVGPainter.m */; }; - 45FE9B314624C7EBE30D0D1D7FDEF776 /* RNSVGGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 12E1CCA7C5B811121EFD12ACBE9571F3 /* RNSVGGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B082736C4AD9F49E21A84C895103D98 /* RNCSliderManager.m */; }; - 474ADB6F82255558A4D49DBDE8DADA61 /* NSDate+Extras.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F59C746E4564B484EAEC8C9392CFCB7 /* NSDate+Extras.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477D9424BAC2B687FF0581C5AD034497 /* RNSVGClipPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7A1517E812C1FF716F112ACA9B17AC /* RNSVGClipPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A9738E81FBF0D584999C2134B9F409 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEA0E566D457D2BDA9C3DB57238EEDC /* RCTPackagerClient.m */; }; - 47D2D6E6518E747F0BCBFDD70FE810DB /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39F8B2C3D6E5664881832D34783200D9 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 49007022E123492E27B1EF435AE5EDB3 /* RNSVGTextPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 773BA53FED1C0E35A4F1CC9E41C9CE82 /* RNSVGTextPathManager.m */; }; - 49CA062CDC8482E2EA17962AFEEB54C9 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 395569FDC896B0820C5D29BEB96A5BF0 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4A34EDC6949A8F300F502D0066B2DEDC /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E506066CD3B897134CE2AFAD1851C576 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4A599682B94BD284224D7004F3B3E48C /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 862E9A54BB14C838E5F7DD57E9F61B41 /* RCTTextViewManager.m */; }; - 4A5ADCD027E3DE32228CEB1C978E1F47 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B273094BF722E9D34F3906BD3CC14376 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AAD233D40598DD95E9DB69FBC7A13BF /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 253194C757400A24357E8EB59CD5E053 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B6E0E08CD901E9C1F159764BA9E230C /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 280FCC5126C01A6A1ADD9DBFB10D9298 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BDD266B90C6CC38260111F1CB6FAE39 /* SentryCrashCPU_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = DD364D5D713E3C738BA79C4B236A7FB6 /* SentryCrashCPU_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BEF90910F72490BAE54D17F8D8D12D0 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A863F73E0AF6A050435DFE848CE7DA /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C35EAB126CE632FCD907DF22AD722CA /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 6917B378E2AF6B64222FA0D1A7CC08C9 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D086DFD8EB26B53FAF8AE624B863805 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F377C8F624A3335894A8B5727EFE7E54 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D1D566EF9C43D830DA44D3339F0BE0B /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4C21092841CB89196F22063683D2CC /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DB8C1794A1E87092C705096CE3A9A44 /* NSError+SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F36BA7C0FC2175F4654DB23C2FA788 /* NSError+SimpleConstructor.m */; }; - 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F5555B406D494FA768DD457DB5B4C8CF /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DD8AF7412277AFE12FB425B3CA98152 /* SentryUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D478CB13596C32D1D70F795424F2878 /* SentryUser.m */; }; - 4E64492949503A8C1B00803055E2E522 /* SentryJavaScriptBridgeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 704C1B09A2B10335745AE50EFC742C2C /* SentryJavaScriptBridgeHelper.m */; }; - 4E87BCBE5D43FE9F48287B7820D852C2 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B78E5781868F79AB8140916BA0D2BF /* SentryThread.m */; }; - 4ED7AF292A33751F9EFB63CAEB52AB7E /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 22D46EB1467A1C81D0E09801A00882CC /* RCTStyleAnimatedNode.m */; }; - 4EF3C10838A2C76A688F9583A40DAF85 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 936CAC9CB85D0EF6DF7D81700809CD0B /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F0BFA896E44CAB30DE86E954BBA8B32 /* Pods-TcpSockets-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE8882FEDCAE1D97EBE03AB0CDFBC01 /* Pods-TcpSockets-dummy.m */; }; - 4F12FEC78F2A953E7FBE7E08F3A739E6 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BA7FE8CBB352A7A638E5396410F8099 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5051BB1472A0331EB982F8111423CCB8 /* RNSVGSymbol.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BEFDC5D10B4F7692E5FEA678EE40307 /* RNSVGSymbol.m */; }; - 5063F025B2FF6C47299DC66455A30459 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 22004FD68E770E53B070640ED8DA0B5A /* RCTMultilineTextInputViewManager.m */; }; - 510BA397E89C7F3B798C6C6E84A2BD2A /* RNRate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7532C30062188A454904709E51E9322D /* RNRate-dummy.m */; }; - 510E0604B2FB2CCD917DA5EAC9EF1000 /* RNImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC081187B04A673540639C67839192D /* RNImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 511DE17A46A31868662229680684CEA1 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 069C9837A8F4D449E1F0B356618361F1 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 516A80FBFED3342D25117B683146A319 /* SentryCrashDebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BB7B81D4EE06192DFD3215DDB0CD6E8 /* SentryCrashDebug.c */; }; - 517F5B8A3A40BF024692D80BC077CC83 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A0D9F4CD850EB7B52567BDFF51D9D0 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5192A623214CA972FF91B658256D2CAC /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C069A19EA5078FF977AB540CB83E560 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51A962ABBFF3427D37B1F4CC60EC69F1 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E93655B274394B5F29043AE5767E6F3 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5306DEA939DAD76AD4A48407005657FA /* RNSVGGlyphContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB743151973A59648D964C29F96E7B6 /* RNSVGGlyphContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 536FC7B63C5238E2810A6244E169261B /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = CDAD89BA377131946C4DD815C645531A /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 536FE939A4AE2FABCF781BC564533A5D /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 195D3A4FC38878255C0710C49E03869B /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53847F023C695CB08271E4D2B1A417A0 /* SentryCrashMonitor_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C07AB0B60A6BEB1D7CB1A63307E1F7 /* SentryCrashMonitor_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5400BD1B616D02F4559332E699C15283 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3462A6B94D836ECE39D7828912F9741 /* React-jsiexecutor-dummy.m */; }; - 543E1A1B8A90570ABD7979B9F0420AEE /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 313780EC1375CA1058A8F35B202CA456 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B8FD99E7F9D8C76BBD5906580E7A0F /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F9057F92D0E792BEFAB280B63A5E2AEF /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54BED0EF6D4794BB15B18AB19839AFEB /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F215B503E3EB606E0AD9B29CBA3AE7 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 54C5C029A5F4E72D1F56A8877A97F270 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = B726E5BBF54EF242A173C0A8E950086D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 553C9D9EA59D352A581DE7974E1D4011 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 4106AFE7AD9C4827D5982BE4CBEDCBCF /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55CF216CE8E1CA4346E6BAF80748B4DC /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB9AE88D21B78956EE11B9E74E36BB3 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56A3BF29533114907542957302937418 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = A2113E7F6C156167EA43D4DEE2184F2A /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56B5DF8106D0A8EB5508AD28B137BD4C /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BC156649B4710E10CDFAC719BCA41B2 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 56C4298B40CB9F85B74615C387C56E9E /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD6D620253F62E70535AD6A7D1AA340 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56D4486BF31D2BFE654F27FB2C7A68C0 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABC2A54558C80381BD8FFCB2A936AB39 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 570C05559B9DC4411C13E0A30054A3BD /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 22FBF63944D4893CC07567E8FA423632 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 573EADDF9F3A8ED455E7A408BB5598B4 /* RNFaceDetectorModuleMLKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EB62F2C7E641AC7EBD2F43D48E145AF /* RNFaceDetectorModuleMLKit.m */; }; - 578B10F814E03C9469269CABCB3DAB83 /* SentryReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5341116286CB7E4D871CCD023A443E /* SentryReactNative-dummy.m */; }; - 578E1D3BDD6138DADC5260448F973DC4 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73CCA2C1FD223B9CD5E171F0FE336094 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 578E816EE28D3C7C20A4CC443D445FAB /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D8F7BB0A2D356CEE50311E0267B5088 /* 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"; }; }; - 5807EA888D9B6AD8BF6151BF4A481504 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC7C1F240394F12902EA2F4997A431C /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 583F5FF4B7CAA6AA67F4BBE5BB11CC56 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5DF864F5F2AF69B8A71A2D7291F4A36 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 585100B6153C04A18D5CD160F6CCDACC /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2246E7EA3184939DD5BF46DD040BF172 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 589C1916838FD24A912EBAD1F827EE69 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AA1D483C8C549C0A1E7C893C2EB21B3 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 58A6F7724F3505E50FDADD27BB075E18 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 206608A6C8ACF3AC473ACA460581D8E5 /* RCTVibration.m */; }; - 58ED012438AC6221EDD5CE3D7021BD70 /* SentryCrashMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = DB400ED63A2424CAE8373115F1529A16 /* SentryCrashMemory.c */; }; - 5947502CD9EE2BD2E4636B7ECEB50070 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 04254B64EABE702340E2DE39050EC6B7 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 59BE68652ABDF45FEC392563132C3A2E /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 57112B7092B30C1A3FE1D326D392BA51 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A27255E22CF05E7A6D969A0B665FFC5 /* RNSVGDefs.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AE25B013A1FC128426BBDEE35317F3 /* RNSVGDefs.m */; }; - 5A34A574CA33E4AD7E82A7C7A1E002EC /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0CD22A0D96006463017BA9B5A18BFC /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4B35BD484593DBDE3FAB264F2D3140 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E59C34F2AF8361A8F905499BE35694FA /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4FABB7B531CCD6F65D87354B13DF05 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 2494932080A1B0E090767784C7013680 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AA299740E2D79F35E7D42084B54AD67 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A46E7CC70A4C14DDA4D47E3B0B982C21 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5AC694F42952A8E39259E394C69D9913 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C3577A9CA7EC2707BFB5EA78F4F17D /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AE3FF0B5A14C79B3707DB0523BF2E6E /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B10FE0E505EB654931F9B7D612604D /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B01DCFFAA0AC9DFD290752AC38A60E5 /* RNSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B5E284FC497E9E79F0942AEF813005 /* RNSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B0B248E139EE1B4E7919FB7A468E8A3 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D484689E6F06CFCE3535EE955187FC2 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B85FA0CA872DB9DDFF7C86078DE81EB /* SentryCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 27BE1704FEC1DB13EA55DB67B45697AF /* SentryCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B9F01F125510A20038BDCA0E0D4B354 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = F5299B2A5A087BEADE690BB2B1DE0622 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5BA288647BFFB4B7E920ACE85F1EACE1 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 81323BCB464770256E6F6110B2ECE925 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BB10CB532F7ABC6AAE66553A0160C57 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BCACB07F152045A62B8049A4E5607FE /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C0359BB29D4F91372D1DD63754AC812 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 38BC5F94984DE20C8E2B9351FF4AFA2E /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C27E9573981FD4850813E0286312765 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39F8511BE9A655238CE28680B5D7778A /* 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"; }; }; - 5C717F249B01FB5D2042D44B14DAF9C3 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = E1F3D79853FD7B1B182F3DFA128BD5EE /* RCTProfileTrampoline-i386.S */; }; - 5DF499340D26B0E804D9923D9150F53C /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1ED519860E63DAF43F587B6F326783 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E3E2A89A7AFE4DFC059C6DE226EABFE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = D6B32717AF7F820923294292D856BA60 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E417D09570129205EC291B3A5F29AD8 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = E9FAA4E401627D98013956F91E6E8B03 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E45C5659C5CB09BBCAD95E27DE924BD /* RNSVGEllipseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D06CC770C410E180C31645A21CED179A /* RNSVGEllipseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EDCA41284EEA751A9B04AFEDEF44971 /* RNReactNativeHapticFeedback.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B38FBFBD5743468D2008552BFF2246 /* RNReactNativeHapticFeedback.m */; }; - 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 77E9946BB3E860369516CD25F2383AF6 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F5B1087752D2DC2B13DE0A3ABA5B1B8 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFEF82125428BC40FDF8E224013D6E6 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5FAA6AC07873F8547C26036CA95B64FB /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 752B3083B3A48976B8FB2AFE2C59F4B5 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FD63FEEE157480EEA8818B6B7AC8EFA /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24F4E54E22135FF9458BCFD0D9510F3C /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 600D36D26CF8CF6EB17B431E60204DBA /* SentryCrashReportSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 043EDD2BED2B77BEAE532C8C8F4B94CB /* SentryCrashReportSink.m */; }; - 6077D109292892CBF3147C6F98B27A0D /* SentryCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F4F4F8D3C284B588D1BF99368A3928B /* SentryCrashC.c */; }; - 60E8FB627C26824A72754120A4107C02 /* react-native-camera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD4DB6E472E95ECF555F39F34B4A85E /* react-native-camera-dummy.m */; }; - 60F7CA4D31CCEFE7F1521368F173D986 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC6AB018E6FEB90AEBE3928C35522DB /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61415CE854BDB2C79F5C9C3939D67AD5 /* RNSVGEllipse.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C25EE43EE7808997CAE5E76AE93431 /* RNSVGEllipse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 619E62EC50A4D423FAD1865530D1B1F6 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = FCFD18564B84B1B89149A09AFE97A68D /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 61A5FF52E5BD25DBA892A01D798C9A49 /* RNSVGLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = DB9A0C795CD7A11F46AFA14411E3200D /* RNSVGLinearGradient.m */; }; - 61EC1F340253885FD57F82A75E4DC937 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD4BD4488F0FFCBD3C4BF6CAF07D906 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 624D1AE336C8816FD871B5785FB2175A /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = D71DC1C2900710468B14A7B880E8CE7A /* RCTWebSocketExecutor.m */; }; - 629B8BCB27B1EBAC3F66DC03DAB172AA /* SentryCrashMonitorType.h in Headers */ = {isa = PBXBuildFile; fileRef = 77160D195989B4EE37A7489B16584E6B /* SentryCrashMonitorType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A901EC139E6937A244047D800665662 /* BVLinearGradient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62A5072A50075A82CFBAB2D3FC29F9F1 /* BVLinearGradient-dummy.m */; }; + 0A99A1E14F618BED2AAF1D6AAB75F273 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 8533638769C9C1F3CAF1391CD9AF9EF1 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B4921350AE2364AE73496E25B98C029 /* SentryCrashReportFixer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA6CCE29C15D1E9A985E904F5D8EF946 /* SentryCrashReportFixer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B5373602DADBCDE0698DEEAA48254FB /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B488C20E52692B1C5EB692E26FDCC9 /* RCTDivisionAnimatedNode.m */; }; + 0B89D26CD3320D41F9064232A15875B5 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 41DEF2B3EA5D06362F42F7201CDFE91D /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BA33597B2DD1A4B32855DEF9F4662C9 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A999DF623F3644B7D70DA9F276F185DE /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0BBEE39FAAFB6212065F91892C38BE1C /* Uploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 166649C0A811F01463B1923968116F65 /* Uploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BC0917EC625864FF03BC329AFA8258D /* UIImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753A567E12E75BCF9717D0F7B2D96FE9 /* UIImage+.swift */; }; + 0BC348730F645FE239D383BA08CEFE53 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A743E2322506BD703F30A8EAEED8DF /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C341246D6F79FD29FDC3E681C8FCABF /* ImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FCB57CEF442B6CA598D84C842D2497 /* ImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C417A506245A7F8729ACD3BEB073A5A /* Downloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 368F79A953FFC6766529B42887D3F5E8 /* Downloader.m */; }; + 0D058D30045008CFCFFF61C34C0FEA46 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B93415F2002007334F57DC333AFCA572 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D0EC7D3DB6AF01F61FDD4BD096D426D /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD6715A5AC4DA05BA8359D22ECD65F8 /* UIColor+.swift */; }; + 0D8FC61C206DB0524D5A3E53D416AAD7 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 640F0DFD17F1254D890AE84D324C1A8A /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 0DF164B4BA0AE96050A8E8F3A09278ED /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F3CDD038A34ECA651E90297FF968E78 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0DF9300D64345E51203E17C807FDFAC7 /* RNSVGMaskManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AAFA0CA4ED584E568093D97A0078C6 /* RNSVGMaskManager.m */; }; + 0E2203E52D09FC5485370BBF0041CFED /* SentrySwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = ACA7E600A333DC9CA41B9F1A57E2FF43 /* SentrySwizzle.m */; }; + 0E4E7514769B18D981B45AE168E49F8B /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F38E90614D38BDF007E158B272BC0A /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E52661659338FA68909C87061575062 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DC0D6C4DC2CD0C03FFB86580A71929 /* RCTInterpolationAnimatedNode.m */; }; + 0EA91751E682E1AFAB19352F681AF774 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C5F8E5E14DE4658A9159B18DFC9F9D8 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0EFDB7C4789C187197546ADAA477E688 /* SentryCrashCPU_arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 21B0519C52B7CA5C32438676E7771F07 /* SentryCrashCPU_arm64.c */; }; + 0F6CFEC6B7612E64FF93D0238076BDC8 /* RNSVGTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 412D50AA86A7D3D5F27CF3EDB67FF5DE /* RNSVGTextPath.m */; }; + 103ED7A73FB1FB73655F65D602F0D60C /* DeviceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5EC2C44B5B9D8FF6269212A1E85639 /* DeviceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1078DD1880AC23B91C461D34B2824C8C /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = FE526408DABD376700A4A300A5B54FD1 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1096F6B36DEB83ADEB884F17FFC7A495 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 527B04AA3B9CAD30721F91CD5429B3B6 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 10A3DCE9852C9F5AC56C291557B1C9FC /* SentryCrashSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = E8E478112FCE0B4D0B5DE10C9138B510 /* SentryCrashSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10DE68186F7BD18F46578C7C331BD451 /* SentryCrashReportConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9134659BED26D6E05D5841CB82BC77F2 /* SentryCrashReportConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 112A01B2B16A818928277CCEFCDF87F0 /* RNSVGPropHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E7611107004A68B2FE15E39964433A /* RNSVGPropHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 112EB14CC117A823AB5DEE45D82D1309 /* SentryCrashJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 44A2B3064347E804B877D0C87F3B7543 /* SentryCrashJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1134A8DE60233F73C4BA5D4BE7513B86 /* EFQRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EDE47430D7EE7280E730B80CB8AED75 /* EFQRCodeGenerator.swift */; }; + 115C6747CF178003EF5690572D55F9D1 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 847186107168C2EC23D2F3FC0537CC1E /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 121A859E31573CBE060DFF6B64CA448C /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB58BDBB1E2F2E6ADFB2FF0AFE1BC45 /* React-RCTVibration-dummy.m */; }; + 12281E6555D9F4F0D0D6E2564B861849 /* EFQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2518768B27E9F389F3D5A64DE45007BE /* EFQRCode-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 124F6CCBA916935876DB57922C9A5F3D /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B59D3299F90314F2078703AB03F41086 /* RCTTextShadowView.m */; }; + 12B6134F13E0EEC99CB8F074CF25106A /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2072246A1C4837CC693586388043B623 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 130923708538D85559B388C2B7B5FCC9 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 741D101BFF5AF36082E12A5A37BD2223 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1323B60A9F7F66FB82ADCD6542E4334E /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 29A5B82E193E89F98085D875D6A888D6 /* React-RCTText-dummy.m */; }; + 1327D5F13F7CD44275561E696BBF8CF5 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 346D82202D5D3CE104BE2760B33C9CB7 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1327E6A80839879D854FF82A5CF6526D /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C08FF06DC85845B11CE09E0EA641A65 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1338E15431B99D3B103CA28A8E5CA40B /* SentryCrashJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = FEB104B719C98708515D5A307E3FBC96 /* SentryCrashJSONCodec.c */; }; + 13517E9744EE55E17705AD434BE3ED5A /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24CF89AF53F6910DFFF561212DC47023 /* RCTInputAccessoryView.m */; }; + 1380FC4A598A4031306B2C58A3C5AB6D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F8E5F9D33AEEE88B8DF2EADC211C06 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1389A1528591ADD3419EDDAFAAABE909 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 448AFE0F50F6019226F81E60CD191E24 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B9E96FB688F6D294AFF991908C42F8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 871CABA4CE6D6DFB516CF76476B73038 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 13EE05D30EF3D50392168CC1BEE11D6E /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7C39BF0948130DBC01505544F4EB3B /* 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"; }; }; + 142B14483DFF48693C1FBF8FB53FCCC3 /* SentryCrashJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CC14C3081C6FF135CF39E7B452EEB0 /* SentryCrashJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 142FA3F9C79141C9A225BE73A7FCD40E /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E202982340BBEC97BC0A4995F2A374 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14985F5B96081DA44FE5FC53D285918E /* BarcodeDetectorManagerMlkit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F8CD89D45FD14BE300CB269E49C7E84 /* BarcodeDetectorManagerMlkit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A3392FF54387CB66F04335D266E9EA /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 610F0246AE78180F8702275B7AEB6EB3 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14C00E32225AD7873074EEBAA4561082 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = F19E23C3ABF26C74FB9655CA3C7FCEFC /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 14FD3EE32600C4F8CC10095FEDDD3984 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5196F142FB3DF5B77287A9166B2A7BEE /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1521AF4F934ADFCA0CA31FD5A85A2F20 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 43D2579E708C857795C57FCE319A0BD1 /* RCTProfileTrampoline-arm64.S */; }; + 15A8831A4069B311A1D8A57F87FE35FB /* RNFSManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A927B2A0DBF72CFD1D8374338948AF68 /* RNFSManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15CEE15B1790629F15DC056F92C4E477 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = A7C243D2CD5A780AF2C5A8E8C47C9130 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 15DB248ADF92F815910A6A810CF4C5E6 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 844959CC5FDDAD30FBD2632DE400CCDB /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 15EA892588F37C7E8D98D0063D4D0319 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = AEFF0CEA768A3842CDBDB2E49A34395B /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F00A9BB22BE5067601D3CF0D11D902 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBE6EA58A3452A0C8EDDCA6682E5CB6 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F9CCF51586B34AA97E2F22D2FC0962 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D89D28ACF0FC88D1BE2D74587B9E0B38 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1686F28215613C920927C5F7DA6345C5 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ADC16517C7CED57C18C8C7F3D6B36E5 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 16AA3F4763B6AA0AC0146DBEB203B13F /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0FC236220B9EB4EA7176CA09059CD26B /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 16D45939E96B8668B27DD71A90EF14D0 /* SentryCrashMonitor_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A717D485623511F964B94ECE9755EFB /* SentryCrashMonitor_NSException.m */; }; + 16FA4090B334F3EFC8D04D4390594351 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9C0B3BDEACC9C52212FA8892EB564A /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170677ED0A3AC2E105F1FA7DE295ECD8 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B6EC27CA282869E46E3737DCFD2FC7F3 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1728808DBC0164B29C387F667EF9435A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = D8C70FB593F7BA59A4CA9681F1B1ED8C /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1760B7994F028D7CD39B1E48E6BA5DE1 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 727C1E7EF3605ABF50276B022416DAB1 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 181F17C1B81430F70C4D9F819B47FB8C /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FEFD4F7AE160D0C6CC1421CDD2E9D9B /* SentryThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 182270B5D1E67C0AFE5C8719A85D7B26 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DABA8C80859BC0CCFB22F44564FBE13 /* RCTAnimationUtils.m */; }; + 183445B76CAA7824998BD5B7D601F238 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 77346AECF3D4C8AE69A9C5B1A512E7CF /* 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"; }; }; + 184F071105069079D859088689E322FE /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A736436DD2B34C1138C96F71DDCD0E /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 190D8A08F1BB048A2EBD1EA82FE14E3A /* SentryAsynchronousOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA9002991BE206F6AC9C9CEDAE7FBF7 /* SentryAsynchronousOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19192ADEFC32423105BF664FCB5961D4 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7CC1CDDC0109B8C74245CE96813A40 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 196F41F9916A0BDF4A494F034896FEBB /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A8135F8D65B849B0A21EDE340B57F86A /* RCTProfileTrampoline-x86_64.S */; }; + 19A112261DA087FBD8AEE59EAC20492E /* RCTCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DC6228F6D114A4B4FF95D2D7F88269 /* RCTCamera.m */; }; + 19C73E0EF4831CD91F34829C11EFB3B4 /* NSData+Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 397A896CF1067932D96D27E378CA00B8 /* NSData+Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19E0E1151960A6B1FE9FBD3D52F3C9ED /* SentryCrashCachedData.c in Sources */ = {isa = PBXBuildFile; fileRef = A34AFC639D02E17CAF669FCD658C9CA4 /* SentryCrashCachedData.c */; }; + 1AA2F0CD9CDACBB17316AC68F23CF035 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E410D8C6F9D0F806798CAAA711DD8FE0 /* RCTRawTextViewManager.m */; }; + 1B00054F30363D535C3C9C5D7430EE1F /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0C24DED32B0EF531969CFC0485C927 /* RCTValueAnimatedNode.m */; }; + 1B426ED049212D3C76CA306B580C9C46 /* SentryCrashString.h in Headers */ = {isa = PBXBuildFile; fileRef = 755E572562F410512242178F96466CDC /* SentryCrashString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B446C3A43B30DF0256603EA2CFCED13 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E44AC44045AF7B8EBEF086E992DFA9F0 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B6745BFFE7883D5EF5350E6F8F3F0F1 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB4ADA98E9EDEEEFFF5004C2EFCCE73 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BD3FC608B0B7AA9624777632D57524E /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2231B821E5DB180377F3725A70850EA /* yoga-dummy.m */; }; + 1C0C1F112C6EB5172EA084E2AE06B27D /* SentryCrashMachineContext_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = D78C9F312974F6144F1496C1B4C3385E /* SentryCrashMachineContext_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CA5F6411275E46C0FC142A4BB957B8F /* SentryCrashReportSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E826291FD97483571DEFF2D552DAF43 /* SentryCrashReportSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CAC402DFB4BA4B86DA4BC74860EA564 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E340FFECD222B33BC36D6DBC0F102C9 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CEF133918F54D19DB0778559E86028E /* SentryCrashDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3C35E02C212B159AA2E269F8BB19D4 /* SentryCrashDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D1C0504E5DB17C2FEC4C863048E516B /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 088DD60E36977CD4CC0728F040C6CFD6 /* RCTDevMenu.m */; }; + 1D3E334B21731D60A4764F64E8B0FE6B /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = AE340840B8A1BF7C4E1AF4C77FE9B507 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1D42D872BFC13DA82B0B0C6004D2F878 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA6E5F4A00FCA42B7200C6680F7F914 /* RCTImageView.m */; }; + 1D4676BF3972715CBE1A339DF2792E9A /* SentryCrashMonitor_AppState.c in Sources */ = {isa = PBXBuildFile; fileRef = 673F967595A67E33A6F69C90AD2CBD82 /* SentryCrashMonitor_AppState.c */; }; + 1D73EBE525F27A85ABE0E58E63E936CC /* SentryCrashCString.m in Sources */ = {isa = PBXBuildFile; fileRef = 828863B4E1CA9849DE1E2725CD94B566 /* SentryCrashCString.m */; }; + 1E1913A82A4FF8067AECE5F1DD4D90D1 /* SentryCrashThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6754F28032A016430088FFCB07762E /* SentryCrashThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E6EEFD9935BC32BE4F7496BC11A8DF1 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 103CDC595D46DD10CB395052184838C3 /* RCTSpringAnimation.m */; }; + 1E7AB49195C369757741C0DF093E7BA0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1C8F78CC5180B2F530E8FEB744431E /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E83945F5CCBF389E706B74F687C9159 /* SentryCrashMachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = BA7398449A16FB540C4DFCFE5A25DDDE /* SentryCrashMachineContext.c */; }; + 1EB8291D219A9E968D8D366E580B82BD /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCD9C871FF51E466A86095E2A972207 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EBA8E7E84F88B22EC33234791A01EBD /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3C283F4BA319FAAC4A8C094C06D7696D /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 1EC2F26FDB3EF31E73FE36976CD7FA25 /* RNSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EE2C971253B55D9987C00DECD74B871 /* RNSentry.m */; }; + 1EDB0C718774848F2899B8A3796F31A0 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D3CF73CF3D7A916821062D63DA45C3 /* RCTBaseTextViewManager.m */; }; + 1F3D59AEB32EC216A1F8A79F31708BD9 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 916DFF2B8A5689FC82DF89EA7424FF9A /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1F6AF3245033FB5CFFE3549B55783FB2 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DE36397CBB16DFBED650A2FB012388 /* RNRandomBytes.m */; }; + 1F710E2880D3194ADB5143A101C0A287 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4519929E1E34CCFD0F9016C433BEE847 /* react-native-webview-dummy.m */; }; + 1FF3E3C6D4E9DC98AC346EE306C5B743 /* EFInputCorrectionLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC9BBCBC162CC6D9D44000D321F11E8B /* EFInputCorrectionLevel.swift */; }; + 203411A533A04A4565B95096DE38C893 /* RNSVGUse.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C1116C05C5F55F0F2DC793F6802517 /* RNSVGUse.m */; }; + 205702C72FC54C6EC739F8D865D496C2 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E73C05F4478963D3A2C032BE50F0E8 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21067C37B2C35A91BF48128B8FC44CDF /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = A884D5DAAF4659F4AC0F1894EAC17F5A /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 211E3774BEBC5B1C9CF92A9D7F82CF95 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10827133B4A8AC578416C631268282BF /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 21440C167C82676916ECFCE51109B328 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85C97E63BD10E5BDDAD20A6A7FF2CD67 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21455CD5BBD08F17A77B7F4BC5357526 /* RNSensorOrientationChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C2099D0660103B20847B6A4799C6ADF /* RNSensorOrientationChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21546DB5DF9AE422E2D9F7AF227DF033 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E60B6A318DDA22CEFAD3B3E0C6131B0C /* RCTNetworkTask.m */; }; + 21810F885D28CB23FCF625C3884CD4AC /* RNCUIWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA3EBC06D090C3B5E11CD7F274F1966 /* RNCUIWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21A082DD207998BF54FD204BADDBAE2C /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 8769A711B0CD90A2848A4E41C44D6E3D /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21A9FCBCFD40960E29F7D36BBDC66741 /* RNCWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 153DF4AEC2AC24DB508AA7306F7D2E92 /* RNCWKWebViewManager.m */; }; + 21AA9585F129E5B8129937DA82623549 /* RNSVGClipPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D71F8997E294B79828C4BD4E7D2C7B2 /* RNSVGClipPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 222B3D24EFD70E5AD9984D0F4EA7E57F /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7F6D00D1AC62B0897BB3234126A936 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 225EA47E8608F73CC9057715DA571584 /* EFIntSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F95DBACC1EF8EA6E3C60C13B56C9E5 /* EFIntSize.swift */; }; + 229391B27648347560409FC9FA3B796A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C169F8258796C9CE0770830B47460D /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22ACDDA393BA1002AC4D5FC2F5DA4626 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 208343BFBDBA25524DA39D3495ABB514 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7172D60DCC91539BB70A4E6B927823AB /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 232718ACCECDAD04CF678CED28B4B3FD /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = CA51BB1693C8A11624C8C53F42C07993 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23CB010E0D3E8279A29DE82962F45A49 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = B380A06F98D31C5A75E0AE9EEA397E23 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2410CBE576483D47D4E9E81F1EBC3A08 /* SentryCrashReportFilterBasic.m in Sources */ = {isa = PBXBuildFile; fileRef = DE23C250E6C6AD62C7AB08CECA90F4E9 /* SentryCrashReportFilterBasic.m */; }; + 24C02C06750757E87F52DDE53B53C91A /* RNSVGBrushType.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CCAB8060F90B4AD104EE2DB47148AB /* RNSVGBrushType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24D0EEC0F4DB169CFD21289B44179B7B /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CB32499ABB41A317F95A4FDA8883BCE /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 253D71A2FEB7AB76463C69BF227BCEBC /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EED4FCB9651FBB833F2B74025B00E7B /* RCTVirtualTextViewManager.m */; }; + 2642EE5FA827F520498F9DDDC8332B27 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E892021A74E3994336A5B96BE5E8E2 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 265D979D3C13191CF487100E297C37E7 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 544073BA4C51D76CB8BAD8B45CB58F0E /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 269CC609CA8EBA966B5986FE86C8E5E0 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = F705F8A09AE3ABEA5041E1B769B7665A /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26C65C09513834AB4C528E419B1AAE20 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = F13534A586E53D0B7D8C39EFCBEC3809 /* 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"; }; }; + 26CEF3DB58A001E0479B128F347439F3 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 547162ACAF4B28BE53C803EA2BBF738F /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 27D55564E2E14CBCBFDE6022A0AC9CED /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6384C243A0068D0EC0204987D92535 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27E6AB21B16CBF703841390B36A5D857 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 20C3BD60D0304333811F9E73D039BCF6 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F995071233D0485DE88F7A15D03456 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = DC14D2C2125F3E0ECEF7E4FA471D152A /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 283A1ED4474D395E2CDC5B25B818BA53 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 240FD49902F433254A4C338F8CCABBAD /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 285DB07DD9DE8E4C74A774DBC2F533E3 /* RNSVGRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 36879022A718CD33C400E32A41C8975F /* RNSVGRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 288CA7CDF4A40F9DF5846D9D6C98A4D7 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3698F5D53EA76E72DA2AD546758BECBC /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 288F29EF4BB98CDD18652165A8EABD78 /* RNCameraManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 955BE4BCF2232E819A250CEC8520CD77 /* RNCameraManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 290FF20F9007BCEE01D8426B285D07B9 /* CameraFocusSquare.h in Headers */ = {isa = PBXBuildFile; fileRef = B162AA55E72DB107073B81B9C2299458 /* CameraFocusSquare.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 292A15EBE3F7191BF5A8F40B3FB154ED /* SentryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A3DC273546EEB3BD4FB6850D0E2C6577 /* SentryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29405EF6356FD573DF0325E7351B8C0F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D0FFC61C5A35807CFB93E66BAC600990 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2949474798500AFB899EF2BBA67EDAF8 /* SentryAsynchronousOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B71E0C399055107529D03435C10CBE /* SentryAsynchronousOperation.m */; }; + 295862A69C6568B37D381ED980C54D29 /* RNSVGFontData.m in Sources */ = {isa = PBXBuildFile; fileRef = D054681A2C338F67C192103F953520FF /* RNSVGFontData.m */; }; + 29D337B072A42502EE34973AD2AF4D41 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ABCF48E8AFCC3C8232E4C3EA86133AE /* RCTNativeAnimatedNodesManager.m */; }; + 29D7F88AD970351D9EDDE2FD8DF4D86C /* BVLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = D60F0CCCC02B662786B2450A5783392B /* BVLinearGradient.m */; }; + 29DAD1104B051109AE1C0A706C8147B3 /* NSDictionary+Sanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = ED95E2074539077489697234A3962276 /* NSDictionary+Sanitize.m */; }; + 29E4CDDFB043A38F560717BAB80FE119 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 7155A602B7D084CF9659885E2E58DD4C /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29EEAC532DB58ADC51D134A07104BBE9 /* swift_qrcodejs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE87AD6DE3FE1FE2091D30B93901A22 /* swift_qrcodejs-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A2A244B8C1ABEB934375E8C30C75E34 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D872BC4ECCE6F1FEDB8A89027A75D22A /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A301CE4000D429D2B9746773B394D73 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B6E3CD0E837C0B20C0B29E163C882E26 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A3C86F65D9D9B5B1A7DA2CC192F6A2E /* RNSVGUseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 02DBC6A6465357D739AE344663E680D4 /* RNSVGUseManager.m */; }; + 2A4F439D1064E037FC17EEAE3BA98F85 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE28A5AE6779C5CE88BEFE0B0FDB2D3 /* RCTLinkingManager.m */; }; + 2A8A76572C9D8123818E42C7D9629240 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5337BB37E83836DA40104B1E9C3443B6 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2A918974EBDDFFE4419E7BFD2288EA7A /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F218D1FC032E5A2CF65507669E05FF73 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AE1C32AF947EE40732B46053773E5A8 /* SentryCrashMonitor_CPPException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75C1ACCB77B420627DD540DC89A92E67 /* SentryCrashMonitor_CPPException.cpp */; }; + 2AE4ED10CEA51B18EDAA113F171D31DE /* RNSVGFontData.h in Headers */ = {isa = PBXBuildFile; fileRef = D1D97AF251046AC06FF440A3C2AA4094 /* RNSVGFontData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B0417A097788A41AC0162D04EBDDB0C /* SentryCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B0E9DAF885F5797FB23B6BA56D1ED0 /* SentryCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B73A7B6D9684E5FF915B6187E77C395 /* NSData+Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 44AA2FC4FEE3A4F265EFBFBD35531B4B /* NSData+Compression.m */; }; + 2C2598EBCA4A40A8178BA8763746DC6D /* SentryCrashSymbolicator.h in Headers */ = {isa = PBXBuildFile; fileRef = D41E2CD99BA99142A17D140814A0A545 /* SentryCrashSymbolicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C814ACEB90DBFF7F3A80601940853ED /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 42805B6B16DE0047188EEC81E61728A7 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB0B2545B74FC845807BABD6C6BFAF1 /* RNSVG-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF2CDBB6703D3C345E5507FADA9CF80D /* RNSVG-dummy.m */; }; + 2CBE8DB435ED294E898497D7CB4544BA /* NSColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B49620CBC9DE9F7A59A7708045DC9E /* NSColor+.swift */; }; + 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3677F57F41C5A373D9DC9BB4F451EB39 /* RNRootViewGestureRecognizer.m */; }; + 2CDF4ABD83B4A71DB824F34505F36D5A /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E825A880605AD7201FE162C6A8D7004D /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CF360F45A51A5753896F4DCB25E3608 /* RNSVGNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 55A834DE71E81810A1A8501DBAF6B2E6 /* RNSVGNodeManager.m */; }; + 2CFED35E91789E037EF9A52E145BCCEE /* SentryCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A428B4EF2E0E5DFD55537347E2EAB0E /* SentryCrashDoctor.m */; }; + 2D4AEF30FB95F76C6AC859F927A8135C /* RCTCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BABF9DA5D032A0376F62C4FBFCAD6A8 /* RCTCamera.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D755D287F02B905942170A43DC5CE5E /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F41B45CF4ADAB83401688D289059BF /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9A8E238A7E1660D8972422EBB4ADCF /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 28402D8BA051EC02713817ADBE839A30 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DD5BFDBC8481E457D4AC95311A27BCB /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FFF22C9DAB020B51ED1772D13000197 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2DDFB543A33B5838ED463AA1FDBC3857 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BA17478E26716E04AF75BC778F0E2D /* RCTImageLoader.m */; }; + 2DE39CB2D62110C866E6A4F7127B7899 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DB7E4971BAC31411C726453DF306666F /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E1AF4EF2352B090423C3C63AA562874 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C4035CC215C31EBE7EB2C05EA61A4C /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E581FD674D570C9F3FAB67BB3F482E2 /* NSImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC7634CC9DAF4D32C8AB40EB70786DF6 /* NSImage+.swift */; }; + 2F2B0640D93291829D2B2BFD3E0E14CA /* RCTTextRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 770AEC66846C0FD71C96560AA7D63B52 /* RCTTextRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4EC3F52EB5CA42E0DE2B8BE208C331 /* SentryBreadcrumbTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = A2D62CC7DA63A349EEAC4370B9C470B9 /* SentryBreadcrumbTracker.m */; }; + 2F5209437D587082DBEC956490114C63 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 73129502987D5EAC5C73A4E6F1B1E2E4 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FCE75C920F330E16B05238C50D21284 /* SentryNSURLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E4987F9238FD42B8358886B7904F8A2B /* SentryNSURLRequest.m */; }; + 30018CE762D7D9752FF083AC5A6E58D4 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 58FE62D0CCE8DEEB8E35573CA10B2AC6 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 301921C8B131F81448920A441055BCE2 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = A036E6721D9F33191929BF56A455C6A2 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 301AD361A0BD76DAAE955CA0687FBA69 /* SentryCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1657E8BBE5F5157E9A8220E9052C96 /* SentryCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 303C9A1182AD6D3C5340C716C6A3407D /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB26937193F1452202A12B28D8124F73 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 305C3655779542D574C7C8B91EC669DA /* AppCenterReactNativeCrashes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3891BD56AB107B8EAA8CC08A09705257 /* AppCenterReactNativeCrashes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 305EC73534BC59C88AF5367E4AABC50A /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = FF8FBF328BEC51882A4CDB702306ADD0 /* RCTLocalAssetImageLoader.m */; }; + 30C7B7A036821B3D8396651BCDCCAA41 /* SentryCrashVarArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0126700C168D1C1583B525876DEC3716 /* SentryCrashVarArgs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30D059BF64564DA13858454820AB32BA /* SentryCrashCPU.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B6F119CCB5A272DAAD31108C48D81D /* SentryCrashCPU.c */; }; + 30E55139CE5B292D59C2E3B0110A367E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FA0FA67EF8EDB3E443EFD138CF43A11 /* 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"; }; }; + 30EFA55C6F41666D561A933D4570DB0D /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B09CE0F7791537F32F1C9509243258ED /* RCTFileRequestHandler.m */; }; + 30F9538F2D0E4D03D5B92C5B5DB85E80 /* SentryFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = CEAE481A6B636C41705E5C060C1AC242 /* SentryFrame.m */; }; + 314E2E182757562296439540BD4D9B0E /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C03C4D6F17A3C082FB34A9D6171A6A /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3153CC3836881D983B204AC8D9BDCA88 /* RNSVGNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8565355A67D240D07ECE0D70ED24AE32 /* RNSVGNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3169455F49CA590E781A5F8B29E89C80 /* SentryCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C1748B5FC0E58C97F2220C057C0AE73E /* SentryCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 898D6A3B58C1B122D415B43EFCBF9244 /* RNCSlider.m */; }; + 31AEB1A77B9154C2DAB1D9F70790EAD3 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = A49882087EAC8CB9DAC70D00FB186DFD /* RCTTextView.m */; }; + 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB0CB62384524D011932FCAA2256F85 /* RNForceTouchHandler.m */; }; + 3242F643832A780A3CA37FD56113F639 /* swift_qrcodejs.h in Headers */ = {isa = PBXBuildFile; fileRef = 25AE99B94BD1CF746D90EC43B9335FFF /* swift_qrcodejs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32454A9D7092AED2D84E7835848629A1 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B34F127A7646C4108668F9AC3C6060 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 324AC45A9A08E8743C02A33820145DA6 /* SentryBreadcrumbStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A163E3F210B0142F620022A71FAEEC29 /* SentryBreadcrumbStore.m */; }; + 3255BD4390685744D893CCA2FFD1FD67 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5116E8BFA5B91CAE8B9F5AE4833520 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32822FB1863DC96BF8FDB016932D3202 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 705DB8E32D1880B77A4DBF72E2513F6B /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32B6029A38072F5FB86EB146D180F164 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6944285357B471175336E4A4B57C6D2F /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 32CD55E044A8536C547FD8819E351001 /* RNSVGRectManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4834A9B325EF1CBB66F0DFDB0FA36094 /* RNSVGRectManager.m */; }; + 32F476E50D4C923E4DBB42478F203167 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = FFC9281539BA09B346B479050435F15B /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 338BF4F3BA6E1BF47AC368D7FF2E54FD /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF31398BFA19D5664EDD610D5F5C515 /* SentryEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33B893DDE8663B11FAF18FEFB61A6F22 /* RNSVGPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AF4FE3F697E979F41192FBEA7F57E824 /* RNSVGPathManager.m */; }; + 3419AEA7C18265F12D63D1C80BAFBA0B /* SentryCrashCPU_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = D42D15085CA392F424377329C0455160 /* SentryCrashCPU_x86_32.c */; }; + 34245C597424898EDA41B801C58911C8 /* RNSVGClipPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F08B01697114676ACF3D59F8E09620 /* RNSVGClipPathManager.m */; }; + 3446B972FCE698B5C8156CF350CB8564 /* RNCameraManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DCF6F7998658D73EC66248BB4AB1DF /* RNCameraManager.m */; }; + 349130AA21300D4CA5DA0D7A2EF5B21B /* DeviceUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A6EA710AD914CF9BC9D8034EA9394CDB /* DeviceUtils.m */; }; + 354E920B11C50C85A81308C5392DBC75 /* RNSVGTextProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 2683C8B66A71F57448C0741712CDD771 /* RNSVGTextProperties.m */; }; + 354EB3EDC59BE5E75E8B521BFB5F29EF /* SentryRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BC130ED7FBB8C823480762B5E789782 /* SentryRequestOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 356B2256096E7E86B6E816846DE7117C /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 99DEB818DD8B60FF5E6C0F4A132B00E5 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3578A82D6AFF5398F705E213550065C9 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC4C780FF1C79A6C0D74EB00DB36621 /* Folly-dummy.m */; }; + 36C65FBF833D91A52A933CFACCFF8221 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 865D2D8FEA2D1280A362A09CD6B62E23 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 371D7E5E3F8050877A65FB7BDB0DC555 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE7CBC5FA45D0B5839942F511662C9D /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3721664208551BFF21B2B2F650A71AC7 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = D61C19EA6867737EE58E43ECC1202C69 /* RCTConvert+Text.m */; }; + 3789DCF0387196AB0A1AF28D6456A31D /* CGSize+.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F568AC02240836C88197D4E3C1DC88 /* CGSize+.swift */; }; + 37971F38E5C241903725DC62DF1750C9 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A44303BFCD47BE4BE5319B687279A68F /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 37D05055E0EF9A8847CDD80819F7DE17 /* SentryCrashObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = A7374519DB607DE6161640EE4135922E /* SentryCrashObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37D7A9B3A4959D706FB4450B5AE3F4E6 /* RNSVGEllipseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 92F60FD718B54F464FDE2B8C7C7FE134 /* RNSVGEllipseManager.m */; }; + 384CC3B15D6A82D418C2E9B7D90884F0 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = B31674E4FBF9A71B11219392B80CC0EC /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 385B34FCADC535D8E10A4AB0838E3318 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FFD28FE8E69CD27D291123D3713FEA84 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 38D052FA06663B9DD4BB53921D212DEF /* RNSVGBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F5861014ED54395A46C4E62B5C2EA5 /* RNSVGBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D32B881121A0E612A6380F58AAA77C /* RNSVGUnits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6A3FC082B5BA9523205204C219EE77 /* RNSVGUnits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38EA2E881BB564DECFB7B7CC58210F71 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D3183F308FA1C627953893DFF728D64C /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38F35E24D856E9519A212722C0D13E59 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = C2B5C30FAD7580BFF4E7772BCC423948 /* RNCAsyncStorage.m */; }; + 39B0B4751ABE8678C95341D9AB85C763 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E3C7AB4AD725AB66DCDB4E3A3AB1185 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 39B2EA567F9296C739A122F05280B013 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA9A3180EA9D85D026FE1A21C6449DD /* React-Core-dummy.m */; }; + 39E4D3C7169821EED6EF352513C00CB4 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A73D826CB069AD6A00C6D3AF409AB4C /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3AB45F777C9CE1052FAADA339DFE4E11 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = B54A312CC9B5DADCDDBAA6CA443A1912 /* RCTUITextField.m */; }; + 3ADF2BF798EE62C7F7669E581642C071 /* RNSVGRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AD8081CB082D028F4DDD2AED77AF206 /* RNSVGRenderableManager.m */; }; + 3B3AEE820480BFC55B26DB98308F3A76 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D691B7789D09BDD3F0E871DCA761719 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3BA7012873A5B31F59108673EE682BED /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D3FBD7ABA50F82F71A511BDE32D145 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3BF3174099E63B8F1F9BA939BD856019 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F9220370150CF62B2D7BCB47A656872 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3C455700D75AE38D0869EB48C05174BE /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = AB05E87B001140E8A0B7DA714D425525 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C5ECF8176C0702C1331683FDEF695AE /* RNRate.h in Headers */ = {isa = PBXBuildFile; fileRef = 36534F34BFB04DE4440877982499E1AB /* RNRate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C6BC0B9AE174D032E4AEDC976BD7D6B /* SentryCrashMonitor_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 46DE9A3F308A00C2930D720DABBE0E39 /* SentryCrashMonitor_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD6A84F97A88DE9FF4EA629753258D5 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CC61AC9F1CD60AB6639B461A3311988 /* SentryCrashExceptionApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = C1271D65F6CEE2171E3742C1247F414D /* SentryCrashExceptionApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CC895EF82FBBD4DAA9DDDF0D3850CD0 /* SentryCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A69C80E520C36E0352A7BF4EE53A09B /* SentryCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CFF0CA2CF5FAB0469925F9CA5D45C7B /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 98F733FD7E711FD1B15C74ECD7D33F91 /* React-jsinspector-dummy.m */; }; + 3D1CCE2F7C0A9846AFE511C2F81189E0 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = F3B75CFAFC8BD3FD64ED3907E2BBB703 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3D522A289FF8EED44102DCCC0FD63214 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CE20998D9A2DFF6F3A2501A70E0EC54 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3D79D0BC378C90397875A56D38FBE4D8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A826AA5428750AEBC8C2DC271F72CD2E /* RCTNativeAnimatedModule.m */; }; + 3DBA0B81BF5164324F08A5EDA73F655F /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 59A426B64916BBED75C4464756B1BA3E /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3DEE258101D2B26A3AE73748A449F860 /* SentryInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E454F245CDA2D76496741DDCDB4A26 /* SentryInstallation.m */; }; + 3E39EBE3D64DFB538FF29701CBCBFF6F /* SentryCrashSymbolicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 67B4429FF30CC4E2CC9EABE299FA7591 /* SentryCrashSymbolicator.c */; }; + 3E578746F9C622F911FE927F15281436 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D3FC4FBE7F2E46D21F0A896B140ECE0 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3EEBCCEFEF913C6C7113142AE092EB1D /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0837DCE0258FC71A1F47A6061E57EB /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FB5A8DEE62AB0F925CC45BD0958BB72 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B670BA755F2DB4F58B59540A69B1D010 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4003731FC43BE4E7D52BBDE0CDD215CA /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A313A9E3DA481E75EED843B5E83E8F1 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 403AA42531358FB769CC0BB0BA95448E /* SentryCrashReportFixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F89D761BC6FF4415C10A71C0A01F750 /* SentryCrashReportFixer.c */; }; + 4075EB0F312B4D316B906D8D5DB8D9C4 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD19189CF0680D62D91668D423B62269 /* RCTBaseTextInputShadowView.m */; }; + 418F9CFCA09C4470CC93F6A075BD540C /* SentryError.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5B3910495B28E9D3D24E5B0234841D /* SentryError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41943E705F42E3E8C04BA4ABD931BDD8 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 302CC6A35889A762E962B6C7133C6568 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41E718CC60AA1B4B6541116A23886A0C /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F52541FE1B563E49C62862ABE93D92 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 42953BAABA69F31EBD18780CFE048159 /* RNSVGPropHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 24BDA533FB53F987E885D5E9B31ACAD0 /* RNSVGPropHelper.m */; }; + 42BA0B0972EDBDDBF7BE9B087359E555 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = B04C286571B53321ABC72EFF6AC9617E /* fishhook.c */; }; + 42E08969099D4AC4169A3B70156A89EF /* RNSVGImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 32F914C2DE6E42929C9DE50DA8EC1BDC /* RNSVGImage.m */; }; + 433FDC3C274A270C332FB521995C37FF /* SentryBreadcrumbStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 329B4C7D748D020C70BC91405B1AA2AF /* SentryBreadcrumbStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4346EDC68C3377BB99D4015EA460F1BB /* SentryCrashReportStore.c in Sources */ = {isa = PBXBuildFile; fileRef = DC885841EA788346BA3BB1CD08F9CA97 /* SentryCrashReportStore.c */; }; + 43C32841D5C29E7127593BAD4B7D2566 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBBD20364530A0B3BE66643053C6FBD /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43D3B7A973490975203B4B0864EF482F /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 627010BE6F70300DA6FDB877DD07CF7A /* InspectorInterfaces.cpp */; }; + 4453FC97D2916D8F7129F71001160198 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = D5A71FACA1545AFE4B802E8005AC319E /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2E4FAD228B6992E05A1A1336FA1656 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44CF15AB49E1697B76BF940F5FA45353 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EB1D787C8BCFCC407E1F77C8EC01EB91 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44F6FA04556025697B335C9B97AAE959 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A4418352E8B92CEBBBBAE9412DA106 /* RCTTransformAnimatedNode.m */; }; + 45089E8DB76BC34EC3A37C2E67813DD5 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 33743146132FED514399A53EEBB92F86 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 451411086EACDB0A2E50E26CED193884 /* RNSVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FD0BEBBB091AEBED374AE4B1BD9FDE1 /* RNSVGRect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B1E7F938EEAB84BEC343F882F25507 /* RNSVGPainter.m in Sources */ = {isa = PBXBuildFile; fileRef = B28017A9564A673A7B7647402CE63DDD /* RNSVGPainter.m */; }; + 45FE9B314624C7EBE30D0D1D7FDEF776 /* RNSVGGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE0AC81E71DBA0D64D195DA35A0457C /* RNSVGGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 73CB951A8922C150B71B12E9B96198CB /* RNCSliderManager.m */; }; + 474ADB6F82255558A4D49DBDE8DADA61 /* NSDate+Extras.h in Headers */ = {isa = PBXBuildFile; fileRef = A8B1099D3384CED2FF8CB6C369933706 /* NSDate+Extras.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 477D9424BAC2B687FF0581C5AD034497 /* RNSVGClipPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7214C1FD05D7FBD95E4BB2A117CD9714 /* RNSVGClipPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47A9738E81FBF0D584999C2134B9F409 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E00ADD759FF65E4DCD859A15361D31E /* RCTPackagerClient.m */; }; + 47D2D6E6518E747F0BCBFDD70FE810DB /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B772BF8B792E4AE124C1E2CE48E99827 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 49007022E123492E27B1EF435AE5EDB3 /* RNSVGTextPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7462AB444213A54AC4069C695755288A /* RNSVGTextPathManager.m */; }; + 49CA062CDC8482E2EA17962AFEEB54C9 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CAECC111EC0BE64E0AD8AF29B8590A4 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4A34EDC6949A8F300F502D0066B2DEDC /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7685F9917B5C4429DA5287AD7BE03BF4 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4A599682B94BD284224D7004F3B3E48C /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D69D27281FDAECE20ED6BCEAEA5813F /* RCTTextViewManager.m */; }; + 4A5ADCD027E3DE32228CEB1C978E1F47 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F664A0D0639D1D4B3D649A597B7B8F2 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AAD233D40598DD95E9DB69FBC7A13BF /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 64560FDC43A291775CBC57B4088877B1 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B6E0E08CD901E9C1F159764BA9E230C /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A389DADECA55D1F86CB5D205AF3022C7 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BDD266B90C6CC38260111F1CB6FAE39 /* SentryCrashCPU_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 690E5ADCD35687ABDC165140327109F6 /* SentryCrashCPU_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BEF90910F72490BAE54D17F8D8D12D0 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D2DB54CE9651CB1B37EF58AC3903B9A4 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C35EAB126CE632FCD907DF22AD722CA /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 42380F3C2E50C8015CCDCB5DEA337F4A /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D086DFD8EB26B53FAF8AE624B863805 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F5983B84E012ED8E553642D06A9EF1 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D1D566EF9C43D830DA44D3339F0BE0B /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CA270850352FDFA8E39D26E4967D312C /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D719AA9E8979F06CF4B5B778F1C97D1 /* Pods-BlueWallet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F26830D5809B4A447697028D34A7D95F /* Pods-BlueWallet-dummy.m */; }; + 4DB8C1794A1E87092C705096CE3A9A44 /* NSError+SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = B66B69511B2182885D31CCF1D55271C5 /* NSError+SimpleConstructor.m */; }; + 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C3A94B9865C557E9AB02A874E2F643B /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DD8AF7412277AFE12FB425B3CA98152 /* SentryUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C02BAF32C208BCA6258083858B648F /* SentryUser.m */; }; + 4E64492949503A8C1B00803055E2E522 /* SentryJavaScriptBridgeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C1E13167756DDC3799C0238F0D4A525 /* SentryJavaScriptBridgeHelper.m */; }; + 4E87BCBE5D43FE9F48287B7820D852C2 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A08497FDFD9BAC2CE30E2E052794D4 /* SentryThread.m */; }; + 4ED7AF292A33751F9EFB63CAEB52AB7E /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C516A8E6E085F2ADCB05E4196E5A5C /* RCTStyleAnimatedNode.m */; }; + 4EF3C10838A2C76A688F9583A40DAF85 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF24D38FCF539E2EB57319E7AFAB761 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F12FEC78F2A953E7FBE7E08F3A739E6 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3D0D21890175EBF587C877708EFBB6 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5051BB1472A0331EB982F8111423CCB8 /* RNSVGSymbol.m in Sources */ = {isa = PBXBuildFile; fileRef = 76177543B8C2AB6402E7123E7D0CEFD7 /* RNSVGSymbol.m */; }; + 5063F025B2FF6C47299DC66455A30459 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8098665E7BAC46407DD46EB98346EDDC /* RCTMultilineTextInputViewManager.m */; }; + 510BA397E89C7F3B798C6C6E84A2BD2A /* RNRate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FA40C0D4AF862645153E515BEA85AA /* RNRate-dummy.m */; }; + 510E0604B2FB2CCD917DA5EAC9EF1000 /* RNImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F02839BA0627E67FEC0C0BE24CF7292C /* RNImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 511DE17A46A31868662229680684CEA1 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 975BCD4BDAF1497081284F5B1AA86CB0 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 516A80FBFED3342D25117B683146A319 /* SentryCrashDebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 323CFCD5DEF6A08E532350D799D2CB02 /* SentryCrashDebug.c */; }; + 517F5B8A3A40BF024692D80BC077CC83 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF4BD1B0E7D9878C3E2C1512AECB2AA /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5192A623214CA972FF91B658256D2CAC /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E191BE9AAFF95E42D6BB509DE29C6D /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51A962ABBFF3427D37B1F4CC60EC69F1 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = A8793C023A4F1F41C010D707802F95A9 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5306DEA939DAD76AD4A48407005657FA /* RNSVGGlyphContext.h in Headers */ = {isa = PBXBuildFile; fileRef = CB33C877138B8324A7486443061A9CC3 /* RNSVGGlyphContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536FC7B63C5238E2810A6244E169261B /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 922CEBD897D33F761AF2ED02F0CD2593 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536FE939A4AE2FABCF781BC564533A5D /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F72425191B42E52EF79D9156486445A /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53847F023C695CB08271E4D2B1A417A0 /* SentryCrashMonitor_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 6660893700AC1659D50079D3453D158D /* SentryCrashMonitor_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53C9D0F876C91B09AB3DD6E8D4B8C4FF /* AppCenterReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E8003E4D2B311834ED5F1E31DC2AA0 /* AppCenterReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5400BD1B616D02F4559332E699C15283 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19866797811166FDCE800A47BD24C52A /* React-jsiexecutor-dummy.m */; }; + 543E1A1B8A90570ABD7979B9F0420AEE /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A137ECE20B61F86B13F91F5C9E5091 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54B8FD99E7F9D8C76BBD5906580E7A0F /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C631B19C5BC87816FC229931B0B8865 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54BED0EF6D4794BB15B18AB19839AFEB /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC4DDD38E9C4014DE7E139691D7E37C /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 54C5C029A5F4E72D1F56A8877A97F270 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = B20FB73F127A3D0FCE23D143BBD4AE75 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 553C9D9EA59D352A581DE7974E1D4011 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FCDFC919E145FF5406601574FF0916C /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55CF216CE8E1CA4346E6BAF80748B4DC /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC183D9123184770FFAC9B1C573CF44D /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56A3BF29533114907542957302937418 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = B109B3FD53A8FD83F32990F0EFE889B8 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56B5DF8106D0A8EB5508AD28B137BD4C /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F493D2E704FC154F45654D4B7823D3AA /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 56C4298B40CB9F85B74615C387C56E9E /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E09B58C592245EF8A0DF1FFA9A2C3429 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D4486BF31D2BFE654F27FB2C7A68C0 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB6577588C763D23C7A8C4868EE567B1 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 570C05559B9DC4411C13E0A30054A3BD /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE0318A389350FD6A7232CE79F3D235 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 573EADDF9F3A8ED455E7A408BB5598B4 /* RNFaceDetectorModuleMLKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 869CA54931730288153691B4EACFDA79 /* RNFaceDetectorModuleMLKit.m */; }; + 5749A01DCC9DC9857C5715DD35ACE9C5 /* Pods-RCTQRCodeLocalImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BD07DF620F83D66CF57240FC078DC6 /* Pods-RCTQRCodeLocalImage-dummy.m */; }; + 578B10F814E03C9469269CABCB3DAB83 /* SentryReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 82FF2E7597CC3554BAE8B0FEC8CB1311 /* SentryReactNative-dummy.m */; }; + 578E1D3BDD6138DADC5260448F973DC4 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35590511240FFD2D801D554DAD227159 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 578E816EE28D3C7C20A4CC443D445FAB /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F13639DB137F0B21D8495B7C5EAED66C /* 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"; }; }; + 5807EA888D9B6AD8BF6151BF4A481504 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = D6B346F17087C9936CC40A8428DA2C8C /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 583F5FF4B7CAA6AA67F4BBE5BB11CC56 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 937A028196AB378DDEFB97062CB67B93 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 585100B6153C04A18D5CD160F6CCDACC /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = C33577E0233D6ED7DDA1BF988FD4B8A9 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 589C1916838FD24A912EBAD1F827EE69 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 936AC6D2C540B405A82EB7A97D9B995F /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 58A6F7724F3505E50FDADD27BB075E18 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8B5534301056EF1BE3D26BCA858A /* RCTVibration.m */; }; + 58ED012438AC6221EDD5CE3D7021BD70 /* SentryCrashMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = C0D79ADBB6513D0C4723718CA1FA6E2F /* SentryCrashMemory.c */; }; + 5947502CD9EE2BD2E4636B7ECEB50070 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C83707C8698F9C512B1346204BB7986 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 59BE68652ABDF45FEC392563132C3A2E /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 7431619A937E0F6D0738210662E7E9F5 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A27255E22CF05E7A6D969A0B665FFC5 /* RNSVGDefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0421EBD600116B63B254BA639DA48093 /* RNSVGDefs.m */; }; + 5A34A574CA33E4AD7E82A7C7A1E002EC /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4BCC5F99E0F497565E227744635E16 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4B35BD484593DBDE3FAB264F2D3140 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 651A0C80E609EF85C88910346D7CD5E3 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4FABB7B531CCD6F65D87354B13DF05 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 103263AE883FC4B33FC5F08FF8C4A6F9 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA299740E2D79F35E7D42084B54AD67 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB94C54E62664C3C6288D5618EF339A /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5AC694F42952A8E39259E394C69D9913 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B5D21471B58CF830EB60021964ED5B /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AE3FF0B5A14C79B3707DB0523BF2E6E /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 897FDEB0075422B276834201575911D2 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B01DCFFAA0AC9DFD290752AC38A60E5 /* RNSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A79E3F5619DE8E3040898A8412A589D /* RNSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B0B248E139EE1B4E7919FB7A468E8A3 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E6805ED44764319CA78DDBDEDA04A46 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B85FA0CA872DB9DDFF7C86078DE81EB /* SentryCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAC43FED21278FFC4107594F9370E4D /* SentryCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B9F01F125510A20038BDCA0E0D4B354 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = E5E000284BC70791E689FAD6625B8F4A /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5BA288647BFFB4B7E920ACE85F1EACE1 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E01257C240CB77FC117BF924327AB8B /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BB10CB532F7ABC6AAE66553A0160C57 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C90C8FB1AE3B24616D36B7A40F6B7EB /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C0359BB29D4F91372D1DD63754AC812 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D1ECBACA021A78AE70E13409EF1DF3 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5C27E9573981FD4850813E0286312765 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D87396AE40266E8CBF61876F2FCB7728 /* 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"; }; }; + 5C717F249B01FB5D2042D44B14DAF9C3 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 53D6EAFCCDE468AD6430DC46E9394CC6 /* RCTProfileTrampoline-i386.S */; }; + 5DF499340D26B0E804D9923D9150F53C /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A26542738B8521BC9EC924738B1BC21 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E3E2A89A7AFE4DFC059C6DE226EABFE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 3346C0CB13F172A7156B8A211AB27275 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E417D09570129205EC291B3A5F29AD8 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4C8B3A0D9F153AAC3EECD2C6C360FE /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E45C5659C5CB09BBCAD95E27DE924BD /* RNSVGEllipseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 89FD664362A374596CBA5E3F9AA33CC1 /* RNSVGEllipseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EDCA41284EEA751A9B04AFEDEF44971 /* RNReactNativeHapticFeedback.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8604BB3C9464AC334DAC95CE0E7113 /* RNReactNativeHapticFeedback.m */; }; + 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7879158046072CD51DD08AE83BC443B3 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F5B1087752D2DC2B13DE0A3ABA5B1B8 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7281EA3FA41F77DCEE8CD65E2601A6EF /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5FAA6AC07873F8547C26036CA95B64FB /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2315005BDA5FF4CD5A113FCD525CEC62 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FD63FEEE157480EEA8818B6B7AC8EFA /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCBDB4CF1905113B1F496BB37BD2ABB9 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 600D36D26CF8CF6EB17B431E60204DBA /* SentryCrashReportSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 12E08AF6A9C0209BF4AEBFE0CC43FD7A /* SentryCrashReportSink.m */; }; + 6077D109292892CBF3147C6F98B27A0D /* SentryCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = F10C5E0CE45B760C960ECE787D91C193 /* SentryCrashC.c */; }; + 60E8FB627C26824A72754120A4107C02 /* react-native-camera-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 021020B9143E5811E3C76120244606A5 /* react-native-camera-dummy.m */; }; + 60F7CA4D31CCEFE7F1521368F173D986 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 54DF2174FFCDD0672DEEFFA97D4CCDBD /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61415CE854BDB2C79F5C9C3939D67AD5 /* RNSVGEllipse.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F5C9FFA86698ACA6411B4CAEE476C59 /* RNSVGEllipse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 619E62EC50A4D423FAD1865530D1B1F6 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8F59699F5908CF6651EE9393FCF82DFA /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 61A5FF52E5BD25DBA892A01D798C9A49 /* RNSVGLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C6C1EE867507E8FC86CC6FAB450E7A /* RNSVGLinearGradient.m */; }; + 61EC1F340253885FD57F82A75E4DC937 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E09E3571B6C51CF3BCD7D2D20D0DEAE /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 624D1AE336C8816FD871B5785FB2175A /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = B650EEC90DFCEC293D05145415B0187C /* RCTWebSocketExecutor.m */; }; + 629B8BCB27B1EBAC3F66DC03DAB172AA /* SentryCrashMonitorType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E7319A8802C4D1FAFB28044D85D2D8E /* SentryCrashMonitorType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62A6C2CCB0C49D92815A92397D2A78C9 /* Pods-BlueWalletWatch Extension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E44E5BAA0F4F3401376A701C5DBD3CE /* Pods-BlueWalletWatch Extension-dummy.m */; }; - 62CBD923B9B94C2552080B518317409A /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 177A19F2C9C0EB4AA95B1381F44F004F /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 62D69F9D40697B8C5EFEFE86C90A46B8 /* RNSVGPathParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3353CCC8DF01B8061DACBBE2B79C83EE /* RNSVGPathParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6316D584A28674BF20AD2A10279EEEE8 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD0246B7245E43DE3BFD3122AB37E1B /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 631F591A2A27C2953582D32F2BF6EAEE /* SentryNSURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DB4AD9102614525D5B0928721EEAF4 /* SentryNSURLRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6348F4A6B9DD2996B9C62949E46F0693 /* SentryCrashDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E462F73CC87A4A665B386135E5F85A2 /* SentryCrashDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6368AA5F93D02C83D6D83DBC58B502BE /* SentryCrashFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 048A87EC3BE73252C7369DCFD136CDF3 /* SentryCrashFileUtils.c */; }; - 6447D0DED962DAC00B71956B2292203F /* RNSVGPath.h in Headers */ = {isa = PBXBuildFile; fileRef = FB01632BC1DAB249DD21B09CC0648501 /* RNSVGPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 645BE1F78D2F70CE6856AF77FBC9B859 /* RNSVGSymbol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2012EB8D9507BCFF87550C0D36F5E11E /* RNSVGSymbol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64791215614A8E154E5B2C3F2E009F4A /* ToolTipMenu-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6AE6256E06CFF7720CB31769F3C4EF /* ToolTipMenu-dummy.m */; }; - 64AD182861EEA4E2716B3E12FCEAA1C7 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 138A1027D2AED386565943DF28DEBF4E /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 64B56F2F3ED01C4C928D58619A05CB07 /* SentryCrashMonitor_Zombie.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B28F188529EF8EC0C54B6498076033 /* SentryCrashMonitor_Zombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64EED41351F061E6042FC0C7C2212007 /* SentryFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CFF9F344FB0A8ED512A52BF6853683 /* SentryFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6543421D546A4639EAAADD0B91A7EE73 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE439D975E14E50D788333677BBDED5 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 658B0FA41E7B309B41DE2C33A1CFBC52 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B2EFB0F1AB406E95D54A1CBDF3CA0E /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6597B52211E0838307B353277DEC6A3E /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9394BE1EFAFC573EBB09DEA7CAB87380 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6605AE5B6FFE1AEE5334A4987CB25A33 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 402E9910295E0621414C637DB292E98B /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 668913D7205D94DEFAD89AD916743E4D /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E0914C41293BBAABFDE96D24757D10D /* RCTTextRenderer.m */; }; - 66904259CCACFA3CBC7F6CE628BF4A97 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = C21C9D03C94BAC6BA36319868D6036C1 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66A1542AB51EDC72CC18D6810276EE24 /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 150154DEF58FC0A08FE6D83E8A7563C7 /* React-DevSupport-dummy.m */; }; - 66D3B26E02F8515FA98516E05A64E561 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B26FA0DED5F996DA26ADBDC8E363BB1 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 67899EF8C0F3C8FAF4F50C83266E72C0 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = E850431C74277083BEAFC473FFB4B466 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67B31BB892A6256D7D5AC1C8E3A3C50B /* Downloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9741EBCF77DC39B08887EB0FDF62C70F /* Downloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67E28205534B10935F0A5DB65891CFB7 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52951521779A62A80FDFB42757B39300 /* RCTInspectorDevServerHelper.mm */; }; - 67FA4E3ACDAA6617A63D3D2816BBB1D0 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2188291CDE4FFEE6097EDE2A698D19 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6803DF3BE13CC2DD367B169EAFBC8555 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 211F4725CB17A22D9169376147DBB414 /* RCTBaseTextShadowView.m */; }; - 6831C978A5296021990F13BEFF34DF9E /* RNSVGRadialGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8535C4FB8503898A868467F4AA998FD7 /* RNSVGRadialGradientManager.m */; }; - 68A66F8719D9626BEB54BB34A260B494 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9B1FA4862A4C0D2DEC99EC3289AAD6 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 691B6A340027AF722284FBFCFF80061B /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7471355BDCFF372B7A4561E3BE42B5A1 /* RCTMultilineTextInputView.m */; }; - 693B1789FDC4FFA39DEE0458E2BD272F /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = F6DCA707132D8D48E11B8ADAA24F52AA /* 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"; }; }; - 69E8A3281EDCB0F82D77E9FE8B270B7C /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0C0D69425A2BB387765F12E4F6A3D2 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 227CCAC9D12DD457BD01FEF5F0F27AAB /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A10741F9801CA0C08956A5F01BB9C70 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FADAEC25C831A82498F0522FE7ED583F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A15DEC57F124519681D5688A0C47962 /* SentryContext.m in Sources */ = {isa = PBXBuildFile; fileRef = E13307A47A879D53D927E7AA8BDFB15C /* SentryContext.m */; }; - 6A2FBE8C065AAF85965081AC1D11FB1F /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3552FFB8388991988B7EDCB4E1CA3D77 /* 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"; }; }; - 6A580F0D0BEE6C85D1439068D1B3210D /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 162BAB309E280E0BD0961BCB2DAE6136 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ABCCE2267644D86898D10B8580E40E3 /* RNSVGRadialGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E9B82D4BC5078FAE7DBD85B74155B26B /* RNSVGRadialGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B101AA2D68F8A00E2AA651A005FECDF /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B5DD135119E7A7360A6C375C92C66E /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B42E611B3C6F814EFD60907799FF3DA /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FAF4E31968ABB5630CC354C5E84DFB /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B7B78A7088FAA1EF1BB839619C4D1BC /* SentryCrashCString.h in Headers */ = {isa = PBXBuildFile; fileRef = D090EE35F308AFF4977431072EB18951 /* SentryCrashCString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB4FBC97D09BB3CAEDFFA54D8285167 /* ImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C28992B28E36A883FDE7DD7A19D3EA4 /* ImagePickerManager.m */; }; - 6BDEA2B57AECFF3009BE05423931A5DD /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B2C2003BE93ADEEDAE4892B0DD8A04E /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 6C62E300A964537BC38971045506B91C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46F3E6607D5FC6EEA86A8225CEB1B880 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6CA90A978A84CADF1AD4F6F4583A6C6F /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F4805846A1F7AEC64922817ED3B19327 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6CC9FC1F48D8BA89CCA4CC2D3E0C49FD /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = FDCF43D1F12835576D0C3F0B0D3C0608 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D13287ADF82F902EDBA03F5DFF8FB80 /* RNSVGGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA2B8A3FAACA0981599D43AF9E7A8364 /* RNSVGGroupManager.m */; }; - 6D2757575099C5CF299B2361B6251ACB /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 453F1C06247611032E0E1FE9C8F2E8D0 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6DC9C5A1FD7AC060992EDB4977B33796 /* NSDate+Extras.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D7C0D4625D153AEB5228423F7489A8 /* NSDate+Extras.m */; }; - 6DCAA5EC26AE26F3F8A792948EF68932 /* SentryCrashMonitor_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E303E191CF02D71265C1B3E2BCE72AE /* SentryCrashMonitor_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DDDD9DC310D723CFEA5B3196DB813EF /* RNSVGSvgViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D6498514D579A6BC04331B121D0A224 /* RNSVGSvgViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DE4C8FE5ED5DBC2103A22C69B46A9CA /* SentryCrashID.c in Sources */ = {isa = PBXBuildFile; fileRef = C3EE93BFAC8C7FB0B6BECE58E0982BFA /* SentryCrashID.c */; }; - 6E081BDA3EA812871106E7B845918BBB /* EFPointShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18220936C7A7237A002C49E56D8191C8 /* EFPointShape.swift */; }; - 6E8798220A37E805DA96FD52C06D6179 /* RNSVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A0BCC15063C8B11E6291CA27B99BED7 /* RNSVGRect.m */; }; - 6EC00AAB5ED23EDFBD86434845E97376 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = A66C73AB57F8588E5CDAF500EB65C9A0 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F1E4C7B89631D75FE15085E1CC4D177 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E42CFD6D0753DD8F93FD3D998CA474 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FB45E0B73C79FF3A6BDE5161BB48860 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABE8BFA0A268120EF947C9A6C66FAEA /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FBE3DD3AD29580627ED6D1006F49255 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2EA8F83F92CE57F6970681B068EE75 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7033F400E293CA831759B20EEF81216E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E9BD2592F84BF1C1327BDB1CE54C28F /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 707D36E18DA1A84A338DF2F480B0870C /* RNSVGMask.h in Headers */ = {isa = PBXBuildFile; fileRef = C51EF672E576F27D54BF55CC2E62BFA9 /* RNSVGMask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71659E31D5DE5481308ADB85E7305641 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = B2398543D104A0F7B69290EB7672251A /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7193CEC4E0323A5BEC3F8708D088F7EF /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3978BE7A639834A212C6B89B444DB1D1 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A6D9AA41896F63C5C7739669347E842 /* RNNativeViewHandler.m */; }; - 7232225AC3AE74FC4C3FA86308F8AC4F /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 30C72BC01DB3218D7F8C24D56442BDA2 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 724FB861756A632361521942275B94A6 /* RNSVGTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1754C6A70BDB817C7FC25572DAD94A72 /* RNSVGTextPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72516AC365713005465C668DE5CC9DBD /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C63843C81E430121CDB22A2D3E6653A /* RCTNetworking.mm */; }; - 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 514BC8B1EDBB76C6DBEC1C738C0C0241 /* RNFlingHandler.m */; }; - 726D3E36635FDB42490A84C1FA9B2F85 /* RNSVGSolidColorBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AE52B95782F57C54A75D7DFF5DA37A1 /* RNSVGSolidColorBrush.m */; }; - 72C230F7CC8A12E301B515ABB14FA0DD /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = ED500566664AC0DF6DF513AFE39B04BC /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72DF076560A84C17F35861C7D4B3CB9F /* TextDetectorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 82CB31C75E1BA14DF4DD742A8229FF36 /* TextDetectorManager.m */; }; - 73336373071A70C2E5CF0FC81F1A0580 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = A5EDA203EF94A0A211DCE53470CAE404 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7397E789823EDC5939700B8AFA090816 /* QRCodeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B55C3EB6C78D2A29A3780FB258ED1EB /* QRCodeModel.swift */; }; - 73B7DA80B59F4BD792DA85863B87F27E /* SentrySwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 249A050AE68B067B76B1497911DC4795 /* SentrySwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74FBE9BABF52A0A68EE5E4BF38297EBA /* SentryCrashObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACCC5293A001403D8F2399186EE7076 /* SentryCrashObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 750F5607D3226E003289AB5A3FF3024B /* NSArray+Map.m in Sources */ = {isa = PBXBuildFile; fileRef = B3644674717469AE47F3BCD065C50FD7 /* NSArray+Map.m */; }; - 75322C5AA1501BCA6D208748518ED589 /* SentryCrashMonitor_System.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9C98A91604FD68E21AAC2631D855F0 /* SentryCrashMonitor_System.m */; }; - 759B61E9760EF1FF1DAE78884A683CFC /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72E935129A9E9C085A221FEEC6E36E48 /* RCTPackagerConnection.mm */; }; - 75A022598E9404FAE585A7B9C7C45B59 /* Pods-RCTQRCodeLocalImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BD07DF620F83D66CF57240FC078DC6 /* Pods-RCTQRCodeLocalImage-dummy.m */; }; - 764E729127184D8DABD6886F306B34DC /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B908A8BCE77845AEC0A015422DB74 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 76774E4F1C2F26A848DC6BD5F6A79C98 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D14A01389DCC8FEA90833D7888A2E6 /* RCTBaseTextInputViewManager.m */; }; - 7682684A2B97ABC0E55DDD6CA791C3AC /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C0B49676C9BA577AF9170BEE06D0DD21 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 768D900B591D506638A18FAA6F001EAD /* SentryCrashStackCursor_Backtrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E66C20B5A91CD3B1007685DE43B1909 /* SentryCrashStackCursor_Backtrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76BF49A09A294C559371B93B5E3E8BE1 /* BVLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D19E54EEFCF1122F10A995E025215F /* BVLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76DA5104E5277F293E4436E33B96EDE9 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = B6EEBACB6C1E3DB4619688D849708750 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76FCE840660B17F957E18A70DE7541B0 /* RNSVGSvgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 440281AE1DC3854A91A3D0A0D2EA03EF /* RNSVGSvgView.m */; }; - 776D4BF7D5DCD8BD2ECF7DE1475E3FA3 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 535A05821DC19A4DBA109720546061C1 /* React-fishhook-dummy.m */; }; - 77719014CDF44A7FC403687EC4E9214F /* SentryCrashMach.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A2695EE50A12F6F2A38461C2F71E51 /* SentryCrashMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77821B9F670756A3ACD5A67C2086711B /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C80D3E49F560770D8B5D16B7E0086190 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77BC553E24D26A42B90EFD590E3A335C /* RNSVGSvgView.h in Headers */ = {isa = PBXBuildFile; fileRef = 56BEACC407CC8EEC89EADD57D460D51F /* RNSVGSvgView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77DBF9B1BF326BC481B425D469AA7337 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0925DCC0D7EAA3208F2C789289AE5C /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 781E931D4E35D6990A539B81DFB5E020 /* BVLinearGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 91EB4BBABDDD15ABD28E9A0FAC48B7B7 /* BVLinearGradientLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7880BC5F8C821E17C8364DE78DA20E3A /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C234A87813598EC4B4FCF6F9831985 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 788D740B4AC2407E07CDCA8B478E3251 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 609F387DFEC0063C8697E983DBA2CB82 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 78927BEA7B7273261DC40A2F3285697B /* RNSVGCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9459421EDE437F4681D3FD4112CAE3 /* RNSVGCircle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D1E14B6F4026D10851BFCDCEF802A1 /* RNSVGCircleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CA07A364643174EBBF8A36C13D260D1 /* RNSVGCircleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 796148059246B13613543AFEE497C626 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 169BC2BAE59D877ABFF5750C47FB66EC /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 797D0B8A815E5260ACBA95335EFE4290 /* SentryCrashJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F329E496347CEA5FF7D0C8FB7C56C37 /* SentryCrashJSONCodecObjC.m */; }; - 79B1A4175DD17CF315B960F78E216A49 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = E336CB424CCC2C15650BD55CBCF85763 /* RCTDecayAnimation.m */; }; - 79E6295B15A21E8EEE20D5F17E0E86D1 /* SentryJavaScriptBridgeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 25410CB5B01A6E532232CBD1DDEDDEFA /* SentryJavaScriptBridgeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A0C81F86BF3A4BF3915FCAE4D79B2A8 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0680C846590E36E3F9EF48796E3D87B0 /* RCTNetInfo.m */; }; - 7AB935D416CBD3EC8291305A68EB36B7 /* RNSVGNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D83B0E85EB42ED0B39EC0C704C1980E8 /* RNSVGNode.m */; }; - 7AC55A104B43B4CF0C69AE2394B74C6D /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 02541D3678C1B42969B09A981652F8AB /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AF49B80B2F81EF5F537E2DB2D188EBE /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E98560BF51CAF381BB809360276195 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AFF394EEB2519D98E32284B0BA717A5 /* RNCameraUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D7134AE544B1DB263DF087324874D886 /* RNCameraUtils.m */; }; - 7B5E178D94687751891901B4B32085CF /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3944F6C0079801709FA1B254D155A5F1 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B794C8FF37F461668DD634BC98ED9BB /* RNSVGPercentageConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 75227373626263705F9A8C68182C3709 /* RNSVGPercentageConverter.m */; }; + 62CBD923B9B94C2552080B518317409A /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFCC73C083C94B61EF001424EAD7EF2D /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 62D69F9D40697B8C5EFEFE86C90A46B8 /* RNSVGPathParser.h in Headers */ = {isa = PBXBuildFile; fileRef = A729F44E821A012431FBD4E32B596C1D /* RNSVGPathParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6316D584A28674BF20AD2A10279EEEE8 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = F6BE0B59B77E43766ED031F8AC845AE6 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 631F591A2A27C2953582D32F2BF6EAEE /* SentryNSURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F245BA40FC18CED223F00FCEC3E5122 /* SentryNSURLRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6348F4A6B9DD2996B9C62949E46F0693 /* SentryCrashDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F02EF4E796D225DC9178CACF238F658 /* SentryCrashDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6368AA5F93D02C83D6D83DBC58B502BE /* SentryCrashFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = AA7D30A3D159B8D3A7C3D119B9406F20 /* SentryCrashFileUtils.c */; }; + 6447D0DED962DAC00B71956B2292203F /* RNSVGPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F41341C02BD1A6DA57CCC17C2A61D9E /* RNSVGPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 645BE1F78D2F70CE6856AF77FBC9B859 /* RNSVGSymbol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A9DC30B40C12A7BB92291CB49D446E4 /* RNSVGSymbol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64791215614A8E154E5B2C3F2E009F4A /* ToolTipMenu-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B3A4360FBF73258947C16016CA6A6F01 /* ToolTipMenu-dummy.m */; }; + 64AD182861EEA4E2716B3E12FCEAA1C7 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 744961D0BD1D19754CB046443451EEFF /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 64B56F2F3ED01C4C928D58619A05CB07 /* SentryCrashMonitor_Zombie.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9BBCFC48D5AF31CE2BD831AF2921DB /* SentryCrashMonitor_Zombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64EED41351F061E6042FC0C7C2212007 /* SentryFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DAFE8C0B592A908B9DEA50EB070032 /* SentryFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6543421D546A4639EAAADD0B91A7EE73 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E958073AC6CBD2701DFBC633F8C462 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 658B0FA41E7B309B41DE2C33A1CFBC52 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0AF5E37FD32AC25C374F3705E9F709 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6597B52211E0838307B353277DEC6A3E /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C80424E0E600002C684AD7F7E0D2A98 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6605AE5B6FFE1AEE5334A4987CB25A33 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A392094A45AC0F4B883A1A08921B855 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 668913D7205D94DEFAD89AD916743E4D /* RCTTextRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BA271A168A9AFB274CFE5E874BF4BA5 /* RCTTextRenderer.m */; }; + 66904259CCACFA3CBC7F6CE628BF4A97 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 598B0E51382B00F288530A55C6F50B61 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66A1542AB51EDC72CC18D6810276EE24 /* React-DevSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BD989F5CF7303A65966A0AC3E86D435 /* React-DevSupport-dummy.m */; }; + 66D3B26E02F8515FA98516E05A64E561 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3FF1AE58D324A1FCEFB8DF6CCC3E7A /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FEB47C8014FCA22F4D75D25E4798DFF /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67899EF8C0F3C8FAF4F50C83266E72C0 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 293EEC3FA26EDC67F566D10AA474D94F /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67B31BB892A6256D7D5AC1C8E3A3C50B /* Downloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FEBFE15DFB3D4DF4A07839F78A70C0 /* Downloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67E28205534B10935F0A5DB65891CFB7 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51FCAB13B428B3522BA3A3D288D70605 /* RCTInspectorDevServerHelper.mm */; }; + 67FA4E3ACDAA6617A63D3D2816BBB1D0 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 553D7B39EEE4FB6C6B24EB9CC3A15C76 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6803DF3BE13CC2DD367B169EAFBC8555 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AF72035FAFFEDD04ACF1A9F4370A2584 /* RCTBaseTextShadowView.m */; }; + 6831C978A5296021990F13BEFF34DF9E /* RNSVGRadialGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9ACA823308D3F31EF14800F48CF383 /* RNSVGRadialGradientManager.m */; }; + 68A66F8719D9626BEB54BB34A260B494 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 39BEE00769F795E7F7D1C9CFD8548770 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 691B6A340027AF722284FBFCFF80061B /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = D80D15FCC2BB51A7D9B994314C16C1B1 /* RCTMultilineTextInputView.m */; }; + 693B1789FDC4FFA39DEE0458E2BD272F /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F3E20A089DCDDF14F86541FC0A09D0C /* 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"; }; }; + 69E8A3281EDCB0F82D77E9FE8B270B7C /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E2E925E0E7329F4819002E28B66E475 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E667AB9A7C03517EFA5E37E7E8BB1B88 /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A10741F9801CA0C08956A5F01BB9C70 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 683E25FA7055050478808A724800CF5F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A15DEC57F124519681D5688A0C47962 /* SentryContext.m in Sources */ = {isa = PBXBuildFile; fileRef = C110CFF3B06F385457EEB3A52651C7BD /* SentryContext.m */; }; + 6A2FBE8C065AAF85965081AC1D11FB1F /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53BE697B68C2C89D03A1D2E9FE76CAF9 /* 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"; }; }; + 6A580F0D0BEE6C85D1439068D1B3210D /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F771D11481B27A9B8AD0D78C0963039 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ABCCE2267644D86898D10B8580E40E3 /* RNSVGRadialGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0ED6148103AD5237E87C25C7A7FCAE6 /* RNSVGRadialGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B101AA2D68F8A00E2AA651A005FECDF /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A0708BC706975D14C9CCCB5DC16D63 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B42E611B3C6F814EFD60907799FF3DA /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FADC013C52D345310B8A15F20A6EC76 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B57A9F00EFE20BD39B158309216DE92 /* AppCenterReactNativeCrashesDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 79899F2D38C3C33C42F76AF63A85AB79 /* AppCenterReactNativeCrashesDelegate.m */; }; + 6B7B78A7088FAA1EF1BB839619C4D1BC /* SentryCrashCString.h in Headers */ = {isa = PBXBuildFile; fileRef = C42F388FBA82C69491DDF981604C2333 /* SentryCrashCString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB4FBC97D09BB3CAEDFFA54D8285167 /* ImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E95437B54DDB7FC9121C434669F70FD /* ImagePickerManager.m */; }; + 6BDEA2B57AECFF3009BE05423931A5DD /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CCB9F644C15764C6A05A06C2A3274895 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6C62E300A964537BC38971045506B91C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AB3857BC46272695D2875DA68A7C9C43 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6CA90A978A84CADF1AD4F6F4583A6C6F /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4AF32D02180EC84FDA2D065B934166 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6CC9FC1F48D8BA89CCA4CC2D3E0C49FD /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = D19C3578DA23BD0F6336712730DAE410 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D13287ADF82F902EDBA03F5DFF8FB80 /* RNSVGGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 314CCF5EE68DB48ACBC4167E3CCA2808 /* RNSVGGroupManager.m */; }; + 6D2757575099C5CF299B2361B6251ACB /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 89AD4422FFC799E20984EB5639AA7815 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6DC9C5A1FD7AC060992EDB4977B33796 /* NSDate+Extras.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A659BCDCC6E3CD920E5DBDDE012E99A /* NSDate+Extras.m */; }; + 6DCAA5EC26AE26F3F8A792948EF68932 /* SentryCrashMonitor_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 945BDE2716226CAE43568259B8D0F656 /* SentryCrashMonitor_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DDDD9DC310D723CFEA5B3196DB813EF /* RNSVGSvgViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8270370FD7421C58998F58CEBA499C59 /* RNSVGSvgViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DE4C8FE5ED5DBC2103A22C69B46A9CA /* SentryCrashID.c in Sources */ = {isa = PBXBuildFile; fileRef = 6865E4A172FF024365DA0EB8A7A97EB7 /* SentryCrashID.c */; }; + 6E081BDA3EA812871106E7B845918BBB /* EFPointShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3384EBC6239E6B44F78492F884834654 /* EFPointShape.swift */; }; + 6E8798220A37E805DA96FD52C06D6179 /* RNSVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 2447423E1437FC51C2B825F75B7C18F9 /* RNSVGRect.m */; }; + 6EC00AAB5ED23EDFBD86434845E97376 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D3E207530A11C17AC9651BDEDF83C6 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F1E4C7B89631D75FE15085E1CC4D177 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D3742A022FE4C9FECFC9D308DFA34266 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FB45E0B73C79FF3A6BDE5161BB48860 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF34A2D6485111D581F1A1A9A5B7A712 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FBE3DD3AD29580627ED6D1006F49255 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = A48E7C559D5714DE8E7CC6B9B7A3932A /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7033F400E293CA831759B20EEF81216E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1515888593C59C5B16CA700E5CE016E4 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 707D36E18DA1A84A338DF2F480B0870C /* RNSVGMask.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F568AAB9041717607CBC9F18471A7F /* RNSVGMask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71659E31D5DE5481308ADB85E7305641 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 0726FBC613B93E3CC5BE426BF9A2FDFE /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7193CEC4E0323A5BEC3F8708D088F7EF /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D911BE0BF72CA9C7D6D9E10D7EF7C8 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 82A562A70305928A920B5C95CF60C02F /* RNNativeViewHandler.m */; }; + 7232225AC3AE74FC4C3FA86308F8AC4F /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6584239A877C974D7F706BB9B7409F03 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 724FB861756A632361521942275B94A6 /* RNSVGTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = ABF9B2FD5385CA7E2E94F32663078A77 /* RNSVGTextPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72516AC365713005465C668DE5CC9DBD /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63A7DC4885414C20ED01F9FBD4C8C203 /* RCTNetworking.mm */; }; + 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D81FFCF2B6FF185CCF18EBC8EEB6FF /* RNFlingHandler.m */; }; + 726D3E36635FDB42490A84C1FA9B2F85 /* RNSVGSolidColorBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A64B4DACCB4A4EA0C04B3F5A916A7FD /* RNSVGSolidColorBrush.m */; }; + 72C230F7CC8A12E301B515ABB14FA0DD /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E0870F9242641B0D7D1CC650A13498 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72DF076560A84C17F35861C7D4B3CB9F /* TextDetectorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2CCFCDCB1BAC19A3AA390900BBA4891 /* TextDetectorManager.m */; }; + 73336373071A70C2E5CF0FC81F1A0580 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6DEF1BD4A11D323F627A0271BF8BB7 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7397E789823EDC5939700B8AFA090816 /* QRCodeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACA90C92B9EF68AD12708E07930D416 /* QRCodeModel.swift */; }; + 73B7DA80B59F4BD792DA85863B87F27E /* SentrySwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = CD54BDA9BC02699AC7456A187C2D656C /* SentrySwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74FBE9BABF52A0A68EE5E4BF38297EBA /* SentryCrashObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = B2DD62246C8388E357A6475AF25414C7 /* SentryCrashObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 750F5607D3226E003289AB5A3FF3024B /* NSArray+Map.m in Sources */ = {isa = PBXBuildFile; fileRef = 5884CA869FACA719F125A470B46BAA3E /* NSArray+Map.m */; }; + 75322C5AA1501BCA6D208748518ED589 /* SentryCrashMonitor_System.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D42147932C350E964F8413437BAB6AA /* SentryCrashMonitor_System.m */; }; + 759B61E9760EF1FF1DAE78884A683CFC /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 441428257C9D67B68033F8ED13548409 /* RCTPackagerConnection.mm */; }; + 764E729127184D8DABD6886F306B34DC /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D07F1930426C92CA5F8E8379F6F577E3 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 76774E4F1C2F26A848DC6BD5F6A79C98 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4AB968FCAFFD7D7D9A62979C50B2B4 /* RCTBaseTextInputViewManager.m */; }; + 7682684A2B97ABC0E55DDD6CA791C3AC /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = E5A89A59ECB947A26FE8AB0B9579E75E /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 768D900B591D506638A18FAA6F001EAD /* SentryCrashStackCursor_Backtrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 1838A3E3C9EB91EEAB172CA3E44EAEF7 /* SentryCrashStackCursor_Backtrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76BF49A09A294C559371B93B5E3E8BE1 /* BVLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C8BCC56B026E62E52014EB5E958AA8 /* BVLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76DA5104E5277F293E4436E33B96EDE9 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 857FF571996B3065260E58559AB67008 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76FCE840660B17F957E18A70DE7541B0 /* RNSVGSvgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C581FE20E13C320F2CA393764860CAC /* RNSVGSvgView.m */; }; + 776D4BF7D5DCD8BD2ECF7DE1475E3FA3 /* React-fishhook-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12BE85458DA5129BEAA575C9F58C8A3A /* React-fishhook-dummy.m */; }; + 77719014CDF44A7FC403687EC4E9214F /* SentryCrashMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 093A1BD7B407AEDA9CF5EC12E208F065 /* SentryCrashMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77821B9F670756A3ACD5A67C2086711B /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7BA6698C51E6AD6E509E38740C130C2 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77BC553E24D26A42B90EFD590E3A335C /* RNSVGSvgView.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB051CC8BBEB0F4D4227C06CB3C48F1 /* RNSVGSvgView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77DBF9B1BF326BC481B425D469AA7337 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B702658C5126B49CD7DA1946E44BE0 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 781E931D4E35D6990A539B81DFB5E020 /* BVLinearGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A2C12B3927EA102EB5E46B94B84875 /* BVLinearGradientLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7880BC5F8C821E17C8364DE78DA20E3A /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4840B0707B76A6BD496CC29C23C997C3 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 788D740B4AC2407E07CDCA8B478E3251 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B27092CFD6E344017B9541B65C73014 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 78927BEA7B7273261DC40A2F3285697B /* RNSVGCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = CA26AF66C2AFC2936C792E8CEE14D79E /* RNSVGCircle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78D1E14B6F4026D10851BFCDCEF802A1 /* RNSVGCircleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1540E47E9C207389A0C38F61BFC114B5 /* RNSVGCircleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 796148059246B13613543AFEE497C626 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EAAA952BF45C594E2A0F3AF722BAE0A /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 797D0B8A815E5260ACBA95335EFE4290 /* SentryCrashJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 945CCC624FDF90FC2E81E4746262C19F /* SentryCrashJSONCodecObjC.m */; }; + 79B1A4175DD17CF315B960F78E216A49 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 736BD9A1D7D63ECA1AC83C78335A7506 /* RCTDecayAnimation.m */; }; + 79E6295B15A21E8EEE20D5F17E0E86D1 /* SentryJavaScriptBridgeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AC88D8E212F830B052F2E9E0F34F4C93 /* SentryJavaScriptBridgeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A0C81F86BF3A4BF3915FCAE4D79B2A8 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AC499E0156F8902C89B64CC0A68CF256 /* RCTNetInfo.m */; }; + 7AB935D416CBD3EC8291305A68EB36B7 /* RNSVGNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B368F97FA2CC32622FD47B2564205160 /* RNSVGNode.m */; }; + 7AC55A104B43B4CF0C69AE2394B74C6D /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE5ED1D41A5510A4F90ADE24EB5AC1A /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AF49B80B2F81EF5F537E2DB2D188EBE /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D26110C61B21E6822D462FAECE5FF05 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AFF394EEB2519D98E32284B0BA717A5 /* RNCameraUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E8A28F9F1DF776885D4B66B71688CF /* RNCameraUtils.m */; }; + 7B5E178D94687751891901B4B32085CF /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D06F6F424C83F2F0252DB2325A33B5C /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B794C8FF37F461668DD634BC98ED9BB /* RNSVGPercentageConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7411233F6AF3AA5031785F7F79ABF6C5 /* RNSVGPercentageConverter.m */; }; 7BE5E074F3C2A3126D74F9DD54590B8C /* Pods-BlueWalletWatch-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C16ED2299B98DF3371BE711844AD0FEC /* Pods-BlueWalletWatch-dummy.m */; }; - 7C69FF0C600FB8D45A9FC34281DD93CE /* RNSVGCGFCRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D1A4A2AC4520F6FC9EEF3C665781D2 /* RNSVGCGFCRule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C8FE70D2B34F5CD8256A8854258A3E7 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0303E6F486CA0FA1D03BB20D43ECD813 /* React-RCTImage-dummy.m */; }; - 7CA5C8CE1CFAEF2432268CF4C77D01CE /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = CE0BD9830B6C322A54FE7F02B1595DFA /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7CC82186C71773DAD319D4888B18B983 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BB2C3473F447E79DE1316BBCA3961FFD /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7D090A3B05CE454C631D1442C7B2F669 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = FD2BAA415428E273462FABC8E23A38F2 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D15BB2E390F82CE0E1D8B531F50828D /* RNSensorOrientationChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 126630C374964029A18FD3D02013F9B9 /* RNSensorOrientationChecker.m */; }; - 7D8A1F1D8CAFA494AA365F80B3B34D9E /* RNSVGLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E910F56A99575D27FA6EDE7F20EEA379 /* RNSVGLineManager.m */; }; - 7D8CC91392B75E53A33EF99C21EA0A32 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 82AF5D60F30885E8E5A2A9DA407B91E1 /* RNCWKProcessPoolManager.m */; }; - 7DA2B0CAD383D4D6DDD9E9C4F8BC4E26 /* RCTConvert+RNSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E77B897515DDD0E98C5D3CFCC41C9E /* RCTConvert+RNSVG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DDEBECA29D10FB061ABBEE1E8BDE068 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A48196677A88974BFCB338422C40F1B /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7DFE10BE05B80D9D62A8F4FCD784BD54 /* SentryCrashObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = A25B038DC80940AFC446326AA4E366EE /* SentryCrashObjC.c */; }; - 7E37F9A086736898513A1733CCA0B726 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D7D46B913A23FA0D6B8C0702617C231 /* 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"; }; }; - 7E45AF0CC2F04FE3B54E0F63E7486E02 /* RNSVGUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DF8CE98455AE6C1B831D265971F4815 /* RNSVGUse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E960F6B6A5172ACA444A1D23EC196D0 /* RNSVGSolidColorBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D544893890D8CEC11A891D28EE7DCF /* RNSVGSolidColorBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ED404960FBE2D97C4EBE6879DBEF7F1 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB646426B6CCE0821F117B5312F50324 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F6A185302CDCE8A0BD77F61C6C4AAE7 /* RNSVGText.m in Sources */ = {isa = PBXBuildFile; fileRef = 68FFDDB3B5FB19ABC81F257674666767 /* RNSVGText.m */; }; - 7F6CA0713F6A4806E516CFE2728A1CCB /* RNSVGPathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5CE87DDC11416D510D06D4381D21DE /* RNSVGPathParser.m */; }; - 7F706E4B39519B432BFCDEB40A60B0F5 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = A5096CCC89FC996ED3C0D5FE4980B432 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F81A8D25B77F2C20DE28D838E0C2139 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19E5409035E8CA7B59062D3E76EAFD79 /* 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"; }; }; - 7FA4E639257A44A0D5C824C50539B42F /* SentryCrashMonitor_AppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 504E5BFCEB9B05B5C73BB2F0184F92C3 /* SentryCrashMonitor_AppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FEF6DFB0F3890868AB89805EF89C20D /* RNSVGTextProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = A5ADD9F7766D0B8FA42A83D97160ED49 /* RNSVGTextProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FF65C435802EBE42DCC572AC5F6DFBA /* SentryCrashMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8601AD7458032E955BC0E997D4A95483 /* SentryCrashMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8003D77E35300C7536D17320FB835A04 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC25987BB370177974743066D5321138 /* 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"; }; }; - 800B3F7ABFA283C43618633B0896EA34 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3EE426C9B6F4ECC9142E14C054DAF6 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 801202C3B00EACC9D47CED8C8336538B /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF611E1C62D3F3ECE150E428B97BC72 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80988CA9F2D341A87336D455A735ABD0 /* RNSVGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD8E13C060625C2BCCA3362ACD80EB0 /* RNSVGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80993FADE799D84EEE93F0FA1E6318D8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B372B7EACFED032F798626B7EFB057A /* RCTSinglelineTextInputView.m */; }; - 80B0E73327F416001D027A6312A1DCD5 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2CB85F2846E08575B37F5173BCE7FCD8 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 80B4979B6E8B2704C0BC89F4950A8240 /* SentryQueueableRequestManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 52ABBCBD544FC8507CC7C470E4EF4DE8 /* SentryQueueableRequestManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80F8F31AD16936432D9DD9B99D126519 /* RNSVGDefsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7964FABEEBD5EAA1119966C93E9050CB /* RNSVGDefsManager.m */; }; - 819836474963B13AE93DBA37FF26CF91 /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B09744B6D8816379A53B556AE0E6183 /* RNCAsyncStorage-dummy.m */; }; - 822C1B11AA2F6854F9FEDD92EA5F91FC /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 527496DE96A5EE70DDA9E73EDAA619A5 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 825D0137CF0E77BF213D7D405EE97536 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D84C0F11BF676FFDBCCE0770B9A25E56 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82AC50BCD753FAAC247C725B52181F8A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = CDAC461F3B60A77BFD5C89A190AEB6E5 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 832E7A331DE1B58507D0327ACBAB25FD /* RNReactNativeHapticFeedback.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E7D323E5CBF050AFFE22CC734DA9FDE /* RNReactNativeHapticFeedback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 833817C96784B0F825AB87E26A1EECB3 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F452F4964CE5D410190068A827AEB0E5 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 834825684FAA6D5E6DF1CCEF8104267A /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 96991AD1CDA18825282A01D13CF533B0 /* SentryEvent.m */; }; - 837ACEF67E9A94180C3273D2C5D641EE /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E4525FD1F0154A0AF7B0F6D44605CF /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83D8DA80E96495188A825FBA688C40EB /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = CC0F46895F53F56B3C739EA6A34FEA1A /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83FDC18306BB39EA2FA7EF888B603E0A /* RNSVGImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E6604C208825CEB49EC0FC008E81C28 /* RNSVGImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84246D7824BB8A51CA274005D0E9C464 /* RNSVGLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 54D2CC0673621532F918EB488A1C9073 /* RNSVGLinearGradientManager.m */; }; - 843B3ACDCDA8582D09D75EE2200764DB /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4D9FA194C97419330A2FDB24A490ED /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84799E7FB67CE7A647BA493A6D0A62E0 /* WatchBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 88513D3756A4750A4AE879784B4C425A /* WatchBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84CF1015AD72B5E213679BDF8FBDEE45 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A07B1D5F0282644DC32DD34AC7D3CCEB /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 85A6EF15C0D46E6BE45D9F66E1CA8E70 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5605E68B77182FD838FB9062B6552325 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 860490EA96F96A5DEB95EB5C1585FDDA /* RNSVGLine.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B153AE94D30C03DB8DAAB484C3CBB0 /* RNSVGLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86123FE358E88339F5C541F9BE778214 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3559D26D3313ACBE0587405E778A9B2F /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 869890903B37C503E7FD8E1F41F59734 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE59D7E291DF938174326608F2698F1 /* React-RCTAnimation-dummy.m */; }; - 871DDD66E8407542BA3CABA61DCC51CD /* RNSVGVectorEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 1355B89083EC0993CE03FD79D45F9214 /* RNSVGVectorEffect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8728DC93A7E07515B95933723ACC82CC /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8FDE122D6D930403B0F5510C031808FA /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 879FB7F6DC136ADD539ED0FF7B06701D /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF05B2403D3C305C28B4F5E74FF2A029 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 87ECA60DC045F74D624A6047CCD03992 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2680A4502C21DC85F97FB699CFAA397C /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 880E86CFF7B08B74B6E80D1725B4EE93 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CFEF2D6E72B8ED4DA88CD2A92AF1F31 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8958003C722E6F412A717F9D45D7C418 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E41C832B2D01029991DC7B871DADB89 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8987579AFC85F31D6423B4C921DE30D3 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B01F181802270517CDC44586BDCC7 /* RCTAnimatedNode.m */; }; - 899382C57FE6DEEE507591FF78C1200B /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = A17FA79C6817C2ADD4A5AAC8BBE2499D /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89BD33BA84DE6B7237FA11F952DC0561 /* BCHUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83AE618413B44EC90BB3DCD50002F1A9 /* BCHUtil.swift */; }; - 8A2DAE2B8DE85E9EF4D70F5FE720549E /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B0F7E33718A1EBA2CC81C6A7429B45 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8A3DFB0A0A021E839164AE118ED40709 /* SentryCrashString.c in Sources */ = {isa = PBXBuildFile; fileRef = 0640EC493B3BE2CDFDBDDCDC2696A0D4 /* SentryCrashString.c */; }; - 8A7B5A8F66B7A8C0702424FBD7CDCB86 /* SentryCrashMonitor_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 95F216575AA88FE377AF24B498EFE08C /* SentryCrashMonitor_MachException.c */; }; - 8A8201EA800DD1F4329065983FBD2D8C /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 15CB4BBFE052E20250B491DF6C98B1DC /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DC929575EB536E5F0B4CBF2A8628BAB /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ABBA2D6F42F2F28211245271F232FA0 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B6584DDC8A7AB3CB6E50A90440B87F /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AF957C9616081D7C61886F151586E14 /* RNSVGLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C68A526A11A852FECAE5097E36A64772 /* RNSVGLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B56D847CE03F882D59DEE2ACA36A777 /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C9F4A404D55D052AFE8E3CED6C1CA31 /* React-RCTWebSocket-dummy.m */; }; - 8BA852B4524E3F8D0889CD03DE321078 /* SentryCrashMonitor_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 0975ED21620DA08D50F8A3FE270407E8 /* SentryCrashMonitor_Signal.c */; }; - 8BE794D31F40B6C1B8405BB08FE56B0A /* SentryRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 08217097382238CEE8216E34D4B92369 /* SentryRequestOperation.m */; }; - 8C0BEFCA38ED96DF4892E7650DCD67D0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 692A0A18BDE53E06899114B796F6B044 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C77F2A9F1FF8B3009BC552AB780B561 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 054659D1DF508C260DFD1B1C7042287A /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8CAF43BDE275AFBE6325A8E319306FC2 /* RCTCameraManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CCB0C62718A55F0BAC2927695CBD2C8 /* RCTCameraManager.m */; }; - 8CEDAB9B07D9923EC8B63ED2D7DB22C2 /* SentryCrashReportFilterBasic.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2D92E942E30EA283CA639D0E6FF188 /* SentryCrashReportFilterBasic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D322E4671E9C9B8C64EE41ECFE1D8C3 /* RNFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3368C33067561B14E7C32F20CEAFCDC /* RNFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D791A2E7379ED53F3F8F7DFEC9D62BA /* RNSVGBezierElement.h in Headers */ = {isa = PBXBuildFile; fileRef = BB5840AD38F2F4BBFB3577B815E423C5 /* RNSVGBezierElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D9A38ABE09DE16348D9BE102F1E0A93 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 519AD60A4071D042E634040CFFE59896 /* RCTImageBlurUtils.m */; }; - 8DAEB93D750E0AF3C5087901C577737B /* FaceDetectorManagerMlkit.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE8CA7D365CAAE045EFB752AB4ACC75 /* FaceDetectorManagerMlkit.m */; }; - 8E277B97D3D55A1DAB3B13BED26875FE /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5915D4CECB0E03F61B6F001AD5ACF81D /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EA509A90D51F55AEAD89822BAD74629 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D6E3F1AAB0BB4B938D8A28817A68978 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EA8A4D0BFFF3B058B81C66EEC3886C2 /* RNSVGLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2357F735881DA8EBC8C77D66DC208B23 /* RNSVGLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F08E56C9589615173CB7396160DA63A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7E380E5C16744BF4029E1D7CAF281E /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F1D6BD2DE0F7B449AB01A31610BE36A /* RNSVGPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = EF6BF7F5C3F6DBD586EA16C3CBDC34C9 /* RNSVGPattern.m */; }; - 8F2ADCFF4551F29B8439504CE1D3DE00 /* RNSVGImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B135FA472E04695D37A8C66C4E487725 /* RNSVGImageManager.m */; }; - 8FECE452ABB83516CB5A2BB03323A084 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 99304B0D2774F30C325453C559609694 /* RCTImageViewManager.m */; }; - 8FF1227EFE9A819E928C4BE71853828C /* WatchBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B7D2A25BF606555E60A46A1F5481EA /* WatchBridge.m */; }; - 902B67A3590CE533FF3110E35B12FD33 /* CIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BD47D11B55D7005CF7C8BC8AB56D63F /* CIColor+.swift */; }; - 9038FC1BCEC1E546B03CDD6A6C136F00 /* QRPatternLocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B53682F4BA04D1FF789D4F317CF9B53 /* QRPatternLocator.swift */; }; - 903A17E7944AECB1CD4FBC363361C7F6 /* SentryInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EAA287E9DB1BC037D1E153FDB77426 /* SentryInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E2704E4E2195A13D75FB4B1559961283 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90B469676FA860482116DC37A24298B8 /* RNSVGRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B1E2D20E6CF4DA0F345B7140BD2F070 /* RNSVGRadialGradient.m */; }; - 9179FD20E0FE047B34EF32794C4AAA27 /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC23E418CA596ACEE76188D74E60430 /* EFQRCodeMode.swift */; }; - 91F439DF2E8FF01063252D68A29C293F /* SentryClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C3AB3FA945B3D8B17ABD6CE3A488D23B /* SentryClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929CA166916183580E71CFA7C7F3790F /* RNSVGRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F447FBDCFB834E4206F527D24D4E3DD /* RNSVGRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92A7C9063DEE641559436D7608EE5297 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BDCDBD211B26A53B1B5BACC0C2474756 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 930C5AF26CC266CBDC82A6F716629729 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE05B4A0335E02ACB775A8243672112 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93156B171920FEB489E2726F4B47EEE5 /* RNSVGCircleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BA528AE15F44E30D3F91136ED7A82EA /* RNSVGCircleManager.m */; }; - 933B83032E96E3A6ACE453D2AECEFDE0 /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = C03E9F05DDFDA289816FA9A9623CE5D4 /* RNCWKWebView.m */; }; - 93D24A405885D5C6E253DD1CDCC29CDC /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D87C02FDD4D2ED6AFCEF47A8B1DC569 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 93DC2CE7764B16423D0256596B7E1985 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 487A8F97381BA3D1503AB49C4351A84D /* RCTImageShadowView.m */; }; - 93E8499D3159F2027BCD3357972C88FC /* SentryCrashID.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C1FC0F1609C3C88C46D9A76E0B58A7A /* SentryCrashID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 942AD73BAF5E1840EFEF2BA8A4F2041B /* EFQRCodeRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED7A6DC2DC97555AE72744914F00571 /* EFQRCodeRecognizer.swift */; }; - 943163379CAEA2E0166EC770C9334BE5 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C22910456D322ED9FAF3B604F50FD0AC /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 94CC36B1F47156B5B24A12C5B5016FC1 /* RCTCameraManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 811D9C1A56994016D73844BCF1840760 /* RCTCameraManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D9DDBAB0CB2C184DE09C3F171C8576 /* SentryCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = B30E214EB4143FF41D764CCF891F415C /* SentryCrash.m */; }; - 94FF0CE78959284563600B1E1EEFBFF9 /* SentryBreadcrumbTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 618BDC710080F0E3018DB278DA72E65F /* SentryBreadcrumbTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956B222E4138950914269109FF2F23AE /* RCTToolTipTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C0593CA3383BB1A8CD9BC9962E3264B /* RCTToolTipTextManager.m */; }; - 9579124C568C8507A3E0C28FC962214A /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3CF61B3AD2670B3AC3BE72EE06929D /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95917CC50B50AF5F65FDE902A18843C8 /* RNSentryEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CA673A30F5358834C76C46143E4EB9 /* RNSentryEventEmitter.m */; }; - 95AA32DB034784D61836EA1C85D398B2 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7156CE4D7CDD064BD37C575D217819C9 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 95B1E8095099249C34E2221EF735D1ED /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A653F66253218D17BE5BB0E70A24D44 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 960926F28B6D9A91133D5D5B23FC0DC7 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 558D3A6678D712E3205662E47266E53C /* 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"; }; }; - 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 849C952543DA4D06E1A06B6DA0CA506F /* RNGestureHandler-dummy.m */; }; - 9618550C69045C5CBE954DB8B3CE9DA6 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 94CE669E0DEFD31CA2BBACFEA93C68CA /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 964A636C17364491DAE991789B68758B /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 358FEAE1B39DAA93D421656C7EA9D343 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 967E9E68BD9E067F0336617EAC00139D /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4B6BF277B3FCF5DF439AA571DBBD34 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 972DEEAA858DF85865C1B160622B2BCE /* CGImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0691E10A6D21EBCF5CA39CF43BFACF99 /* CGImage+.swift */; }; - 9751F909275F5AF27E386A5A4B1D71A4 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F664F371C6BCB379D104FD4D8A8CA07 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97D0E4F82C21A50F6AB851D6A27606AB /* SentryQueueableRequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D240ACA8DA83E85319B332BDD73D1FA /* SentryQueueableRequestManager.m */; }; - 982187073177EC80E8637298D2307E23 /* react-native-image-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D123E49E9EF852E848E1B1401C7B16 /* react-native-image-picker-dummy.m */; }; - 98785746063AFE3D4866C0E503C02919 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B64E33E463B6C7B4C272945B2EE8479 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 987B8E3E8731955DFFC0101ED17D6DFE /* SentryCrashStackCursor_SelfThread.c in Sources */ = {isa = PBXBuildFile; fileRef = EF4B32B62579DDB0F1988933E5B6226F /* SentryCrashStackCursor_SelfThread.c */; }; - 988B57290D408D8A9377628E97B48510 /* SentryDebugMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A743FE232FD8D0E1CB8D6E0973A344 /* SentryDebugMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99254643BCA118E1AAE00294C28D8098 /* SentryCrashStackCursor_MachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 32ACF33A17B608BE1AF28B96445937E3 /* SentryCrashStackCursor_MachineContext.c */; }; - 9933B25D0B108CB3753B48547A370AD9 /* RNSVGTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D399229C7114BB20BD425E1C7DD199 /* RNSVGTextManager.m */; }; - 9974AD9ECAFE2D44846BB8F6E5967982 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2EE87E59ECC7400A8E4F6F296C5C27 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99D401D232543D70E5A0FCDF7CB598BE /* SentryCrashMonitorType.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EF9DF737732A1FFD09219BD4E3A362E /* SentryCrashMonitorType.c */; }; - 9A03411A9B8AF2665062C99DD3BCFD18 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A160052FC9E9F9465D352D522AB1AA /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A47A2128D5B9A29879C7902BDA4D7EA /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EE4C25BA934C8294D5410A28E5D3A1 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9A56A68DA14F8707213949F58B495556 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0B42F28A3275AF22A69CFA3CA5DEF1 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A66E6154FA53D090D360AB1256AC27A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A64E8409865CDCAC09ED8A4EEAEBF6 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AEE073E06043F584FF95F224AAF41DC /* CGColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = C82D2CA978ADC4F6AF276E642E15CB7B /* CGColor+.swift */; }; - 9B26EBE78D1B4C087FA5C9526DEA56AE /* SentryCrashMonitor_System.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E13984CED79408D49290A480210D55 /* SentryCrashMonitor_System.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B934396AB2BA1BE039121ED196A52BA /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7495F66BF20C1B6418C73861045F457E /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B96922E725C479B90EB5490C53F1DBD /* SentryCrashMonitor_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 52070BC37669D0491EE1035538C612B2 /* SentryCrashMonitor_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BDE3CF42E12141C276CDA2233D9D238 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = B5EBB5445E3D3134271A9F4DEA004D74 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CA4B8FFDBEDF72B6F6D3325F6F31A22 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B857077AD35B3BAEBAF8BC041FEB738 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CAABEBD58D05CC7EF4FD54D38CA4B2A /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90BEBECB7F50D41E6A959F6DC3DC964C /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CD82EF72057C355BEAF094C48390B7F /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB1F9580E7432683B3E8D2F0ABF82D4B /* 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"; }; }; - 9CDF5E0CD6E695523E160CE54F54FD4E /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EEF2FE8F7DE2B50311E124C35190971 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CFA9D1BCFF216F9E2123F972A82C39B /* ToolTipMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 495DC430A39FF3DAF93608EF6C46F1F4 /* ToolTipMenu.m */; }; - 9D0F8BA14A92D33D9C73885CC5D6DC3F /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 324CB51718FB597FABE2DAB2708F619A /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6721BE3C4A3340A6573676660B11014F /* RNRotationHandler.m */; }; - 9DDD53CD0DA7F3896C1EF64F340DB827 /* SentryCrashDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD3A686718648A78025D4BAB12B4953 /* SentryCrashDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4494D7107B1463779047A2884B4EBF /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E44BC26E42F43EB26A858B25BA848D6 /* ToolTipMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F203E3677EAFFABF25A24633891A04 /* ToolTipMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E76CBC98DA09C846BDEFD2DECE4EE8B /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EDB6A247794C49263799295983C4C8C /* RNCUIWebViewManager.m */; }; - 9EFBDC25D1ACD5CDBED3706BC9E29AF6 /* SentryCrashMonitor_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF05044EF7A6ECF62235F10C8971B56 /* SentryCrashMonitor_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F0E6B45D70FF59163EA3E0C56D17941 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = F48E45AD57F1D53AD620C60124A4E020 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9F2B0B182F70D4868E0AF8936E9069B6 /* SentryError.m in Sources */ = {isa = PBXBuildFile; fileRef = 640C67B6CD2D1197F27066539FA2A3FC /* SentryError.m */; }; - 9FA79214159DE7AA8C68446EF2949635 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9D35E91C155455356BD95ACF29A018 /* RCTEventAnimation.m */; }; - 9FECC9283DD59ADBFFF0078E49514D21 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7599813C0D4DCD89F837BCE26D6A219 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A07E1FD1629312E01234D59B02170CDD /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D8BCEFA154EF64A6B144A638C613D6 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A08D06C463A2410434216C2B79D18E53 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 4295784B665EC07842F2AD0049BDE339 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A091FD6CB0D66A116111D1EBC3D1A3CB /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 382D24BA76244F8E67FD0CD33EB96D5A /* RCTProfileTrampoline-arm.S */; }; - A0F32DA57D58B28A0B9744B517921543 /* SentryMechanism.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A4E2CC74A0409EF78E0C3A9052145E0 /* SentryMechanism.m */; }; - A108D0C39E6723A4722696896373F561 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 00513F2959452C9F01CF0D618A83114E /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A134C31FA7290E80F18AAB883C4DA814 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5112BBE280E7AEB3F7241B60AF6E2732 /* 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"; }; }; - A13DE139C8287A3606DAA33A2D7F5A9E /* RNSVGContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FB89E937042904E694A7702DD8E94C /* RNSVGContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A19145152438BB41EE81D2EE73AEB0F8 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 195059B564E692AE855ABFB5E5E24250 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A1ED667059C607DBC9A6682A6691A14D /* RNSVGSvgViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C53E6B340319AAA6C510AB6FE1CA487 /* RNSVGSvgViewManager.m */; }; - A2040E00789206AA5C55772D7CF454AF /* RNSVGPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04AD61F579AF35D39BA9E4594F36DD48 /* RNSVGPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A233D5EAFB74B9F295B104F55438D28D /* RNSVGTSpan.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA8E3A284F64FE596213151B3A498D3 /* RNSVGTSpan.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A257B6BC1100A2A30F9198689C350596 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F0393DA515EFCF5227CA50629098A5C /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A260900C0FB2FB4AF8A3D31D3BD59651 /* EFQRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2828221E779C288380EA456B10B30DA1 /* EFQRCode.swift */; }; - A28C77AC7E364A8A07215F773FA416C8 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = BE6B72EBFF03312B61F744B9E9488A92 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2C4A2CF108B87B9B2F8B22F5AD7C696 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD554C1199A074FB5F529F9164F17827 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A2D552D34EE12B5EB2DFF3ABC5CFF192 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C9401CC35A993F7E39E2D6C4D831B9 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3E83ACBA9D9D2FCF3EEEAAA3D668A04 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA217B2110F2A51484B6A3AF55E6CAF /* SentryException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3EF75AD146DAA3B3AE8C2AA14830CCC /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 08AF6684B4F2EC150032D87EC82DE7ED /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F02E2212F4533085A62102EE9B6D39 /* SentryCrashMonitor_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 18C6D74F22A56E56F293DF5EA0739400 /* SentryCrashMonitor_User.c */; }; - A3F0EA9806DBF739ABEB836B199F05B7 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = B809AACC3DB2F38FC89FAAB373056758 /* RCTTextAttributes.m */; }; - A3F5DDCFAE74CFF1D80621FBB61E1590 /* SentryLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC1B3AF2A61C7062CAC99E4D191AD63 /* SentryLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4707508981C419446F3256053DE9844 /* TextDetectorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C16C634AC85DE43DD06A854804B5016 /* TextDetectorManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4A8BB3FCEB27A2C1F35D28BBC4D672A /* RNSVGSymbolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E073CA84B145CB728C7F1F75898A30C6 /* RNSVGSymbolManager.m */; }; - A4C82359946D6031E7B1BE4CED64C766 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE72BE833479929A6E2B5EFE13891D71 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4E63E7B726494C458CB22548EB664B2 /* SentryCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 00FED58DBC8EF0BB45D09F60FE2DA7B8 /* SentryCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A56B29E3F088ED5E92FF1EC6BE143014 /* Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FB8713D58F62C03D767A00AD58CBC2 /* Sentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A593EC8DA8D644E1EC6660D05DB0618B /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 4439215A3AC39ADEF81CDADE1B63B9CC /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A73837FAAEA2749F3A9E98476FCA2FE5 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 13A2D6EB6B439C1CD2C7FE1443D49C81 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A757BF8CC30734924DEBF61F9EEF3A79 /* SentryCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = A447CD8E9C2AFE1110A68E92D73AFCEA /* SentryCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A799586AA7E576FE10DD4856C6C6AAF4 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF0A7A62A989066ED37E117AF0A0BE14 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7B409556802C04CEBD1A16F5A21783B /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = B65FA2D9A6E26B20F55BE13DF335F174 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - A7B5E600D61FD59C69C6D20A9CE5792A /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5C76C10679F2D27602F7266121AA1CFA /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A7BEB4391B77E3F38476F7D38609AD87 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D44FC4043E5041897F068F6D3363110 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B787E90E4028BDE5620303F5AB30D1 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A80FCBB0CAC9B1EC3968CC4D0BA682E7 /* RCTToolTipText.h in Headers */ = {isa = PBXBuildFile; fileRef = 68FB2E4776A2F2159A80F0902E68CAC7 /* RCTToolTipText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A81A962E7EC253BF4736FDB560E8FCC8 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A267E93E30E6EAB79D357D57DEEE13FC /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A860A58B04CAB0F1F85D0877F4BD82CD /* RNSVGPainter.h in Headers */ = {isa = PBXBuildFile; fileRef = E277A0E98909318C353E1F4BBDE00974 /* RNSVGPainter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDE94D83E9FBCF07E8C4C87826B65DA /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8BCE71D2660E055DF276BCA3A388927 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E29D7751B51A9E79710A73268C982C /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8BF2971C75AFD21E6F9D0D2FFE26F03 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B74F2F15EBF8E0476C5144AC1D44A12 /* RCTActionSheetManager.m */; }; - A8C335B8581CBE27F7AD7868CD4C9455 /* FaceDetectorManagerMlkit.h in Headers */ = {isa = PBXBuildFile; fileRef = BA48F8135C04B09065E5F3FDCDA2538D /* FaceDetectorManagerMlkit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8C764951C6D44A448835B8DB2077006 /* QRCodeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5867C4BA2AC74461F97DA08F1A24BAD5 /* QRCodeType.swift */; }; - A90BEEFCCC17C7FC936F5BFCA442B7CC /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F35F92A6DAFF6916C73CD3EB78E7F699 /* 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"; }; }; - A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 322F6B2BEB377EF02F48C6643FFF1556 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A932DF383D9FD51FA7B34B107A851091 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D84D160459D961AB7C5BC68463CC2B8 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A94379BFC325972758B2D2957BB71FAF /* SentryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 932AD640E3B2A7B5FD905762A7C96AC2 /* SentryClient.m */; }; - A9A31F8E85D1BCF6A9768D0F1BE0A637 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = D42D39110D0E6658B6A51FB5C8A72818 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9C78FB3354DE0A3932B69EF83AA7F0C /* SentryCrashStackCursor_MachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 314A7E6DAD3BFD650FFAA848657ECE32 /* SentryCrashStackCursor_MachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA5D33402E90FC3FEA5BE43C4A844504 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = F80976A851B296BF7A10D4A37AF5E08E /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA6A135CDCD7861CF32C448FA27BC857 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 264F424AE53507B5FD563DCDAAA16883 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA90E84EF2648153B2C7F1A2400FE9BF /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC9132232D15FC14E8E24B876474C4D /* RCTModuloAnimatedNode.m */; }; - AAD29342619A76AA285C4D1691E556B6 /* RNSentryEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B68F294FABE3E1BB5FB267AE7F1406 /* RNSentryEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9373DC340D8DE978EBEBAF2B1B7F5F30 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC80B9EB19ABA01F73B8AEDDBD37849F /* SentryContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 537801A197BE207DE6E2774677C2F4EA /* SentryContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD91367DE0E9640F68E38617FE1E1BB0 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E75B59CB98C9759A4B45E71CFCD108D8 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ADBCC8D0CE12EDD5BAA0317D424F8AFC /* QRMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = A87A2A47CFC93D1A0994A8E677DF719D /* QRMode.swift */; }; - ADE2683B7DB6DE285B59D9B440E55282 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFA7E961E03C5E8E4C9398A176850BD /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE02035C9731A1E174EF4BA27BF1BDA2 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = C65D00DE0E43E9A5F76B460BFA04C611 /* RCTHTTPRequestHandler.mm */; }; - AE1DB89E979C67C546BF9EB1DF411C48 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A6903A46BE137EA7D3BDE57B7963E6 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE2B0311E58DCDAE506B51DA6188B57D /* RNSVGPercentageConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC704F53EAF1D93532A800E2B46333F /* RNSVGPercentageConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE44EF9963B3B0C38BD45788AD4B226E /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC8B19078663CD17A62C1649E1418B1 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9630E078E68816057C85A61C1027CF /* NSDictionary+Sanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 419B25562F92240F964ACFF327678584 /* NSDictionary+Sanitize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEA99F9AD518A1ACF5A2A00C1E262AE9 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 401E2416EBD9CE65D9C9BC95CFF60E06 /* 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"; }; }; - AEF101F3563091E7B3E8D5FD730EA4A4 /* RNSVGVBMOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C843C43A80FBE0A0807EF3C3462C94B /* RNSVGVBMOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF2A0F99D4D8C9E8F23028DE2B5919C7 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9EB1FE3434526AE4B4FF22E51444FC /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF52F64F7B5001D557429152321EF55F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 0869DF471BC7866E673DDE5EF13E32BB /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AF674C0251EC27C60F99CF550D16BFC5 /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 224B43AA1126DBB1F2E4EC0F1FBD5262 /* RNCUIWebView.m */; }; - AF69F33AA91CC4C8D4BB50771C732ACC /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = C761AE308C937770469A22C7A17413D2 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B06BDA8403689A865775ED08EB4C9B68 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 611C8BB167A4D379C1CBD3697B8342F5 /* RCTInputAccessoryViewContent.m */; }; - B0CDE34AEDD71502678BE73D9D85D59C /* CameraFocusSquare.m in Sources */ = {isa = PBXBuildFile; fileRef = 1954C53BE962D06ECC66AFFFDC066902 /* CameraFocusSquare.m */; }; - B0E33122E90A84C64DA2288F2E481975 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA0EC7625038783FF7E06EF9EA1CDE0 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B1182E4981E486346DC3E78C2322045B /* RNSVGText.h in Headers */ = {isa = PBXBuildFile; fileRef = B9670E93D07700B13B4250FE9E8DB08D /* RNSVGText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = ADEDE97E4967CEC0423C3024215F8D7E /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1DBA3637025C24FC3DC8B999A434C4B /* RNSVGPainterBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = B432B060F1F26322831B18E9871FE7F1 /* RNSVGPainterBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B230596DAE200AE883B1CB38B26E2636 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96618BEE9BEFF7D1A6D8B4775A4315DF /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24828857F4D6819BDE2172C622BADCC /* RNSVGViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 7822F58AA24F3E084643B4868F8EB42B /* RNSVGViewBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B260D1EC83964E4005AB715F868EDDF2 /* RNSVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = 7508AB5EB6CFB359AFDFE9C17A4F518D /* RNSVGLength.m */; }; - B28710F6417987637EDBA727B94D986D /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D831B4A9AE825303FF082E64A0D37C8 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B28BD45F14F1661A8E75E79D7FBF59EF /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C99551463E4FBEA2411791699BD8269F /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B29269EBBD7486B746282C182672EB4D /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDFE35F39D7280C84D8AC4E8CD8C70C1 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B2B8E0D30906E95D5D6057A8DE8DD830 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A01EA2B4AA0693D43A2A080BD41DF2 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B2D882FBBA55FE27E9611EFD9963027D /* EFUIntPixel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 694C8C7EA265FF8E71EDAC01B23390DF /* EFUIntPixel.swift */; }; - B32FAC5D99890E76E85477A81650FCC1 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0002B27B97415020B9E3E593093B26F8 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B384BA5E3B3D921BA05E1D356D6DE2DE /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E79A15345285B4023E9D2228E44CF913 /* RCTPropsAnimatedNode.m */; }; - B405EB8F1245AD09C81F6525F395F94D /* SentryUser.h in Headers */ = {isa = PBXBuildFile; fileRef = EA37A2B69E396D2C8BF163AA575467C1 /* SentryUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B40BA2ED8FFE00B044F48F8376B91F46 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB01664E1F85BDC7F47A01DF2AA4E74 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = C38CAA17C706D4F9FE496450A58E63A1 /* RNGestureHandlerRegistry.m */; }; - B46E893B5F30BCAB01D72095045E7241 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBFD74C740BD86B7F9E819CBDA08493 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B48306776CC7AD24AFD92EAD50E25538 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A03996EE2C3F59B3FAD15C5C8A0074CA /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4915BADC8BB318BF11485E9CC278062 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5F344C836E717CF8F8FB3588A91C7E5 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B4B295CD5D7EABFE36B46B8D6924C88B /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB0390764934B7A74FDD7D5AC3A1FC6E /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B4CAAFCE1E2F9F2C99B70920DB3EC2AB /* SentryCrashInstallation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE68EC22D5A55DC1E2421C8F080991AE /* SentryCrashInstallation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5120590C6F68956F54A9BDD3F1B8CF8 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C89F328F19A3F3FBCACBAD03492D2B98 /* RCTImageUtils.m */; }; - B528E1E05383BB8E04E63A88BF15A7E8 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 709162584A2A0BAB835805E6E2811CF3 /* React-RCTNetwork-dummy.m */; }; - B61C16EF665BE53D77642E857F755DED /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E089109F6D70A9615C69D536DAC7A4F /* RCTDevLoadingView.m */; }; - B6567F80875E60686D561C5E6212D68B /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 482EAAED882D939C9715D58FCC0E5AB2 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6A819725332D12BF7CFCB8DB397D365 /* RNSVGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = CF0E438D1ED9ADDAABB5D9AB9EBD6681 /* RNSVGPath.m */; }; - B6ED07C88FDD75102D9A5A5182272859 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB39BFAEBFECC98255862FA878029C46 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B7153707069A6C7885E06BFBFE6F0E36 /* RNSVGPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A87AA1C01CDBFD35007C270F3E6DA3 /* RNSVGPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B719A5EED39F933FAF3D24E3BD0AB0D2 /* RNSVGLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B32DE73C23DAC9090F256E34577422 /* RNSVGLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B72BE6687B844BBC724108E731DAA39C /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 7746AAA76468ACC9EF51F15E2EA88A10 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B72D27F08255295059C3574B68DEC0C4 /* SentryCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 19C81AD38449D7EC6560AA89700A5723 /* SentryCrashReport.c */; }; - B7A62AA700394D759231906C866B96F2 /* RNSVGDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CA61DAD49B7054DB43EE4218CA73D5 /* RNSVGDefs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7C494F1F1EF957983689E2497DC9C8F /* RNSVGTSpanManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0419E8273D29DE04D71F512510F084 /* RNSVGTSpanManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DAEE3530F407678BA3683AE815881D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2B4134C7715C057C99DD2C90D323985 /* RCTInspector.mm */; }; - B80A9CC46CA518FE68973648D48293EA /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D478336FC96E4D0F64EB64E3F8F69082 /* RCTInputAccessoryViewManager.m */; }; - B8523784A84B9F387BA2DBE8F6D6EC9A /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A89FF8F383F1B37B33FACE20056251D /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B865CB34418BF7670DA357FC4CCB1E75 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73B8046F0810CE63EC1D112D9A9E493D /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B930C066CE1B7BF9EE4339E2AAFE96A6 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B031A28172493B622901BF7D6F820D /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B94361C4B54579E3418D04554B00EA39 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B38A78C51013942E48ECC5FDAF58FB /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B94843E17F5FA92FF4512E2B8B434F8D /* RNCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3374D62635311E93656C8D97E811DE /* RNCamera.m */; }; - BA13799A8B119FB26899C19B747FBE4B /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 533B8D4E52179C6DE36352E539077302 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB17201DA15D41A89E76B2E264DC9C09 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1659FEDD9EB130BCD3AB0FC68BA1695D /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB2C11753AAB79F2F37D00AE59B0753A /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FD97B5E44F43FCF1407AA759E82DEE /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB7F9044E001F63D7D6271F574435AD8 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 479E68869C44C01ADA74B8BCDCBDC98F /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - BB8DBA0B401D54A947A6DD8791922DBA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7081446DCADECBA7FA2656C8DB5210EA /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBBC657876A2A4806D5DDD8818A13E11 /* SentryCrashMonitor_Zombie.c in Sources */ = {isa = PBXBuildFile; fileRef = 721004542F33971491B2CAF04F4F96C0 /* SentryCrashMonitor_Zombie.c */; }; - BC157134D13240EE2E7D5B3040736271 /* QR8bitByte.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21585BC7EF4A20E046FA203DDC279009 /* QR8bitByte.swift */; }; - BC3D2F7AE8EE679444D3365BB38E40A0 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 709BE2842C04E9BE2AFBF9E188ECC865 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCFB8398730050A741A3B7A259A0F8AE /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EC20A66D94ED800419CDF3814E9C8300 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD0A1B719A082CEB5E2D4FB3AF4E96F1 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA952799FD5E31C2BC6E919B72D8165 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD7887B2FBAE6E520F28144B2CE5FC53 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 618FA73A8DE1C80FA3F48C3455F93B9D /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BDC4AFD110A761B503B671FD4D18095F /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A374A791AB1D83C3B48563600C1D5C35 /* RCTRawTextShadowView.m */; }; - BDFCFCEF15A6E2B320D1AA1638E62B43 /* SentryCrashCPU_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = C3AA882C2381BE4123C1913FE32B3633 /* SentryCrashCPU_arm.c */; }; - BE2DCAD39B2CEB2642AABE2D24761253 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E20E92302A21DF96EF83A0FDD4D771 /* RCTFrameAnimation.m */; }; - BE704A0325FFB94551E693B7E6A4B1F1 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E8E9CDF744E22610326180ABCFE4A51 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE935968DB095FC91EF3904BB811D864 /* RNSVGGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E484AABE0DC3BCCF5AC1F0BA0478DA /* RNSVGGroup.m */; }; - BF1E3D3B9610EA348F064902F563D1A1 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = C875D24CE56001BB862896E71658DA1D /* SentryException.m */; }; - BF853B684452CE9C47DC553ABEE39EF3 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5420F369FC12CBD561B7AB8F5101D4F6 /* RCTResizeMode.m */; }; - C01B918A17F6A4AA9F1752F408D7870C /* SentryCrashMonitor_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 40B5E2FA885556451078D5B30EFD643C /* SentryCrashMonitor_Deadlock.m */; }; - C08E7571C50AE19DFFDB16AA526ADA8D /* QRRSBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF7930F308C377A6CC2C58D9F3F95F5 /* QRRSBlock.swift */; }; - C0D08AF5B9029DD13907C8466284C6C6 /* SentryCrashStackCursor.c in Sources */ = {isa = PBXBuildFile; fileRef = C6CCCC18E19306970E055257995F1524 /* SentryCrashStackCursor.c */; }; - C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71089DAB910E8CB655DFA73A210F10C4 /* RNVectorIcons-dummy.m */; }; - C13C2A021D7D570497FE30E224D3EAAB /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27502F171195B2D635A028D26FDCBE59 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 104C153564E18CFE621BB3954109742F /* RNPanHandler.m */; }; - C1A1963BD34E7AB4093FA38CD9AAC61C /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 77869EDAF7B0D96FF6EFC8541067EDF4 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1FB00944137BC1A37D67821620B0045 /* SentryCrashStackCursor_Backtrace.c in Sources */ = {isa = PBXBuildFile; fileRef = BB147E4BCD541D77C54589C9890DD08F /* SentryCrashStackCursor_Backtrace.c */; }; - C210C21BAF4D26D1EAE5C85417F8EC31 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE6F744A406D5C9A3BC2E9648F2E97A /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C22E630C3C4F37B3E7236782D990E3B9 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E1908A1E9564A92733D5C63E62960B33 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C23BA26D97C275E0433925B40BFF747A /* SentryDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E60C78EBA24D10F6B77F0450C77D98B /* SentryDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C262BBFDD58CB24998F2C5BD44708B3D /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D6044F4A7F233A387243ADAEB4BE526A /* RCTFileReaderModule.m */; }; - C2965383E02C10061518CC568D9FD706 /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF5202B29E8A86D5CD7F246461AF8C28 /* React-RCTActionSheet-dummy.m */; }; - C2A80BD6D6E18BBDED239A0727B9882C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0657CDEB4139A4676E284E7690DE375C /* RCTAdditionAnimatedNode.m */; }; - C2B89C41F55967FDF58E0B3A851F6EE6 /* SentryCrashCPU_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = C3BEC11449CC09C24F9A0613D46769CA /* SentryCrashCPU_x86_64.c */; }; - C2BD59F1E6B4A0D5C0FB4A5DEBBA0A35 /* QRErrorCorrectLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D809EA3480D5D3B54788023231ABF22C /* QRErrorCorrectLevel.swift */; }; - C2D19922C5121260EE403FFCC4557EF8 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = EB0932CB3EE002DB993EB8413A8741D3 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2D51C708E9D01DD194BD1E0CFC80662 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 52F59B635D885FEF8161BEB5899A5815 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C33A6410B74034D5B9813B05DE2CE539 /* react-native-randombytes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25557227A4463A0F7F1C347C2EAF2D20 /* react-native-randombytes-dummy.m */; }; - C3C0CA72FB54A38BF1C06E4C3B8724EA /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5ADF727A860DF2BF7C81845195A922 /* RCTInputAccessoryShadowView.m */; }; - C449C362DE2B7E70B58C74B42E02F0D2 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BB3288D79C6F1EE8189A2BBA6E588B81 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4B3263D2DF41B64F2A5371470AB73FE /* SentryBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = EBB4E1812C61351A76ABAA0EE0DA770C /* SentryBreadcrumb.m */; }; - C4ECB0C5FBCE8EB00C14D38AD7990B5A /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DE7D6AEE4029CABFCCA2CE521BA4417 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4F0808120BB6657C53002CE8A562C63 /* RCTToolTipText.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E471CF4A5F125B9DF10498731B4FD7F /* RCTToolTipText.m */; }; - C4FEB5E20F731BCDEAAA0F95CCE5AF99 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 87CB0690CCF2941121A81E77AFAF4F05 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C544F099C82F3EC2B33BC03EF6A8226D /* RNRate.m in Sources */ = {isa = PBXBuildFile; fileRef = D96F73FDFEBD1A0C4EBD08193508FC49 /* RNRate.m */; }; - C57E485B3515CD0CF0FED8867175FCE6 /* SentryCrashMach.c in Sources */ = {isa = PBXBuildFile; fileRef = D4F7A5DD8B66BE238C4185D6CD611882 /* SentryCrashMach.c */; }; - C5B50F316ED2CCACC2E974121CE4EA0F /* SentryFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AC7B296BAA755A95D223404AB1BFDF /* SentryFileManager.m */; }; - C5EE00670523A419346939824EF653DF /* RNSVGDefsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC4F5D1CDB61E7C8B9EC754B190CC2A0 /* RNSVGDefsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5EE902FB72157AF6DBA012AD66A45D6 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7C8729D0765115535008086FABA734A /* 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"; }; }; - C60F6D0E359850EBE2E0D7CCE8FC48E6 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2150349F72B612A9EF57CF3DF2D18079 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C67F5FAF1D4CEADA237EA8D926335D88 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC52D626130CBD702F62E7848EBC050 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6A2460FF914EC6130B85674B6B46FFD /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175F6DA25F7E01027F10B34466C294C /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6C878665EE79CC71270D093189A5E51 /* QRPolynomial.swift in Sources */ = {isa = PBXBuildFile; fileRef = A606BA423862BAF05799F3DC510D655E /* QRPolynomial.swift */; }; - C710874098ECC207E22252B66DF561EC /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FFFF9AE37B800648470E6E495631E09 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C729563449313BC933F2F652A4091722 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 238904FE7C5293B287807B838A9D0EFF /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C75C201B0C265ED74BCBF683A0750D84 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1ED112C22FB10CBF1AB2F1B8A839B230 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C803C77D602326E69B1F3678E14C697D /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = BA63922D411CE8EDF2A2FFC4D796C9EE /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C815D4197155A0546E490F20EC4B3B73 /* Uploader.m in Sources */ = {isa = PBXBuildFile; fileRef = AD50EA70A69B39FDDD7858C60DEF8E8E /* Uploader.m */; }; - C867AABEF82DAF272478144AB80D72DE /* QRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB6320841AE4470825415EEC6D5963E /* QRCode.swift */; }; - C86A3C9AF86EA1E6C86D9A9A2F5608BF /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = B463851E6C8966A9B43F2042158E5EDD /* RCTSRWebSocket.m */; }; - C93143FAD54A30B260ACCFF89E30D4E5 /* SentryCrashLogger.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B458851F80261D5C31D7BF0A8B79906 /* SentryCrashLogger.c */; }; - CA4E912E7BD24A7FCF155197EEC061CA /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB57E2A844E7F36B01578FF8E076E00B /* 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"; }; }; - CC5EF4A75164FE3420B586029B79936D /* RNFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B7019D4952E6E93462ECD0B63EAF37 /* RNFileSystem.m */; }; - CCD97531CBE007D0C78254C693622D89 /* Container+DeepSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D0EC11FAAAEEC97BD69E5DBE585442 /* Container+DeepSearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCE9256B0117B5C530DBCEA03829B1D1 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AA3C32160711AA8DACF157CE6E62C098 /* RCTWebSocketModule.m */; }; - CD4CB801D11BD2C95F0114BC34E786F7 /* SentryCrashMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 338252B21D2A3E5FCABAF72B1406AB07 /* SentryCrashMemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD9A1B31586C38DD5FD0B9BB25681E2F /* RNSVGTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F38F443F28F4660080E2FBF5B3A4C200 /* RNSVGTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE2EB11FC5DCE1B764DF31342E9C1190 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 47E45B46E61572B717857C87F9AA6848 /* RCTInspectorPackagerConnection.m */; }; - CE349F4B679046C74BA8BD6CE5164638 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C48EEBEFA267482EDAC9C415EE7D33 /* RCTTrackingAnimatedNode.m */; }; - CE64938737F7504D139321626D55A2DF /* RNSVGBezierElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD821B06B146FFC71768928C5E8E38F /* RNSVGBezierElement.m */; }; - CE826C65E5857D576504185B4536CCB4 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1B52D83BCCD11F56B65A074AB1BA98 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE99182790608A4FFDFE107BAC95FE41 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 033F9F9C2CD0B249EC17E5617AEDFD09 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEFC8A4792DB75332F5139E9FAE71398 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F7B3FB2C808BFB2282D7E2DC87187D /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF5EA4C6CAF0A9DC0F2691E77199EDAF /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA2A53D54D833F80D0AF98D34046221 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF65CE478901B9F252F63CAC7858AE05 /* RNSVGGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55623A45FA98D09FF126A8B5E6F2637A /* RNSVGGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFD2E206AD5FB01671F6166BCACE5603 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1681FBEF07933036FB49BA1C076424A /* React-RCTBlob-dummy.m */; }; - D021E61DAE2EB8DF8991E7C7291CD837 /* BVLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3763C40AE777BB969D7D2E6300B84C91 /* BVLinearGradientManager.m */; }; - D04239AD24BC817C6EE53673A15984D7 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E2FE35845D538C08C14EB148741C656 /* 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"; }; }; - D12C177CEC5EE4460BB8288346EDA63C /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44D4C470870351EBAE4B1F608D19F098 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1615FA56F1CAAE3F7DD1A68E5B6D4C4 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD0FD7CDC201DB057530F00E3639C888 /* DoubleConversion-dummy.m */; }; - D18345627907E2460DCFC8722B6E60A0 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3F18CAB02C47A358355A55A049773D /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D19429D106DD2411A30213649D5A66D7 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE50B212EF78CD6F9DB93C0C311A241 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D21B5E71597556F2F35791ED9DB12DB3 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 787E552B27CF3ECF3E57B38A58E72151 /* RCTImageEditingManager.m */; }; - D2887E525FBBC35D94BFA66A98D14CCB /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E460E4D2C0EE7DC0C0CDD71501489067 /* React-RCTSettings-dummy.m */; }; - D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0732EB9F20E634AD8E50764C754A638C /* RNLongPressHandler.m */; }; - D2A19ACB62FA4EC315CFD56AE5FDAF5D /* RNSVGUseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 349231FAF33FC2974E5B503309017785 /* RNSVGUseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2AACB8B56FD93DEF561E0987D12189E /* EFWatermarkMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916846284A4D0063F1B8AA95C2804AE6 /* EFWatermarkMode.swift */; }; - D2BAD0D728317D6F340D1301013A5A88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8C7875FA8560959FE6958CF2ECB48F /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D324A869357B797F126C128ED6D20A35 /* RNCameraUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E11294548BE35F2EB597D4C8378B4997 /* RNCameraUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3DE3147C5A98623F21234D735F0C396 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FB3EAB787CD12603058121B6AF10BDE8 /* RCTDiffClampAnimatedNode.m */; }; - D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1F5EA1D3FA54C8C742334F48249BC4 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D46C3100F0897A55E4544BC41CF2FE57 /* QRMaskPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA382915C27B900E0BD67CF14C131271 /* QRMaskPattern.swift */; }; - D4C4770ED3FE41E0068B3D778D570249 /* RNSVGMask.m in Sources */ = {isa = PBXBuildFile; fileRef = BB26AB9F93B5C762FCEB367E7FDAFEEA /* RNSVGMask.m */; }; - D51DD7F4DA7857279FE630E4DE9BA2A9 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB3D3975CFA8474687A3C1BEED6729FD /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D565D3ABCB9BD5427D5F7C129C827ED3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F671600A8C3BD92C6B3BDC19E761DB3 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5A5FCA23D825558347BE7C1E4B0359A /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BEC5611EF6AC24455160EC9676DE6C7 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A24BE67305ED0488273706DDA7431725 /* RNGestureHandlerModule.m */; }; - D693FB0F377727DFA9A5E9B5A9E32B13 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E67CA37447FE6EEAF74D8D91FFAAAD9 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D73C6B612567A86D25403C871E368C36 /* RCTToolTipTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D96450051911797E07E5C14B6DF3CB5B /* RCTToolTipTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 633839ADCFAE102691646150C3A8638A /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D79E20DD057C2766CBFA3B7EAAE50FF8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE5BA5E23D8EC5D4A24E52E3CA5B21 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7C0F0A6E8C830988DF408695C905850 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 999B718A272A79A1EF2BF35BE8659AF0 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D866E4A8069DD977414D409990F77130 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C310B381790DDBCB27C66F5ED0A20964 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8BF732F94396795F85EA94D6BD81B3F /* BVLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = CE1AAD5861313CA80B6F57CD20304C72 /* BVLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D92596FEFB5A3C414B968B4AF7F47E21 /* RNSVGClipPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D62E0D2A673C16919AD83939B2F25D1 /* RNSVGClipPath.m */; }; - D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC06A7A440206CF6917D8C768104AD /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D963504DDFE628A334281C13ADB7562D /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50808C6CDB8E4AF33310B7742F517357 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D9BC6684A6AAAE51C992B9F9B4FA0F7D /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EDF33927B88EE621AE2F8B7B1CBD00 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA406264579C558BF4CB0EDD23DEE12D /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B144FFD9AB5A54C29B59238F48F66A /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8223CB65A4DAB8133132B23205C2A2 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB639449C4374AF240E3EDD2B6BEF496 /* SentryDsn.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A230B25424F1C9308F790A658027090 /* SentryDsn.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB6F91FF5241E32A924F7F7B9EFFE718 /* AnError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FC9AFA1F62530A2BA65AD65C3C3E282 /* AnError.swift */; }; - DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 608B638826DA9EDECE4CBE93CE16818C /* RNGestureHandler.m */; }; - DB991DB98BFAF7243755B7D30187A212 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B7EF27758950E6BD836554B9A44038 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F37F57FD2D4BFC77EEC41CD4F7D091E /* RNGestureHandlerButton.m */; }; - DBD7334AC9F5BACED891A41AE1B84AE8 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B379EBE1E882A655C25B51852F2F6C /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBE0C249E252BBB148808012D3D9FFDB /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BED788C5E8CC81464A0172168BC69BF /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC1E4C0C77770CED4150E42AAD8F0846 /* RNSVGMaskManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F009BCF9E981BBDB98BCA5B69516ED4E /* RNSVGMaskManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC1F851050F01BEC7725D62C7E684FD9 /* EFQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FA557710347C7D8CA43ED78D5968D00 /* EFQRCode-dummy.m */; }; - DC24D5237CD9D588B29DAD8B055F5B28 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1D7E0F1B819C852FBD86E299A5A0E5 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC4C3A10DAB5EBCAAC216566B77D8FEB /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C8B313B0260CE0DAB19DAB38D15502C6 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC9C5F3F2F3C5F5A4B40010C6F3F6587 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEA98616EF805FCF641410B5F2D9662 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCA49C465101007352FD1C22A4D36767 /* SentryCrashDate.c in Sources */ = {isa = PBXBuildFile; fileRef = 0058E5E51FB0D7358EDC25AEAEBBD012 /* SentryCrashDate.c */; }; - DCBEA1B3615253EC0EE188A0207BD690 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E104683CFCE2AD599FDC53605F84ADE /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DCF9CC58FE4EBEAC8253F7413C82AE0D /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D49D690826ABAC2439D7EC17751552 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCFC70D1E6652BD653C454CC36CF7DD4 /* SentryDebugMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = CC2D8073F96F84800529326928165872 /* SentryDebugMeta.m */; }; - DD512495704B20C6DDF508818113A2DA /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF7354C44B47AF5FC120904A336C493 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD880E4E71CCD111CEA3EE9638369B7B /* RNSVGImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 985A6AE730B8005540B55423328F0975 /* RNSVGImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDDF7F37B00C6C13EA3C5909547A18F8 /* NSError+SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 19ED6AF2B0F0638B6D77B1FAD0C92AC4 /* NSError+SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDE46881770B44FEA9A2C09431BD711E /* SentryFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 6156C26797B3E4F76A4A3D76E12A13FA /* SentryFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDF963C7AACE86D2464FD59B7741E6AD /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F61A36AA0E34D82113977EBB45927F0 /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE3BD24336AFE9F7B379FAD8E8E1DEEE /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B9263EC81BB3EFD9324870E80747D86C /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE60245EE2BBC4EF33BD83292CA035E4 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 431E53937411FFF9177AE54F75857502 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - DE7E10E10AD312D606EEB088167450C6 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C8709412D010219C3260A46FC5C737 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEE7818E1C76C571C77F6408B5419879 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 15E1B081FC97B04B25D47D0FCFD8D047 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DF58AAAD93FCA7B94054F93E5D9DA542 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 6255DDE7687C3DFC35C447D910131851 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DF8357F33AB8E3AFB52840E1FDA4C231 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FC8CEB0A7CA66ED695BDBEDDDEA3F1 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0058738355C0756A8BA6821D6D4C26E /* NSArray+Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5315F514F2E85290C9833BD62E3639 /* NSArray+Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E03B9B45A563261F7C2011DF784A3197 /* Sentry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7E6897CAE2CFD7233AE336AD0DE48FE /* Sentry-dummy.m */; }; - E06D6B85B002BDF6F36A6A403E91DEEA /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 55B880CB5F4B85A30ED33044BC6D6062 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E088268A133ED2BB30952B9D8BF49E6C /* RNFSManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5BAEE722D255217AE01C5C3742B6DB /* RNFSManager.m */; }; - E0BFA808F7E04425E430178EAE231B46 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 58710E93E77AC39E322E5F8A612DEE05 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E106FF054E79B5483F8B9663C1B2D54F /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D4FFF4B480CCC849F6B2E40288017E /* RCTImageStoreManager.m */; }; - E10D431B1E1839D068A474F6124AED8B /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = E3CADC17C6DF39AAED76B455827B31B2 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E17100D5FBCA5D908E69240AE73EBAC0 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 321C255360DC77984CDF0242595B1EA7 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E17FC1CF21D1840931EA86C57047723C /* RNSVGRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 67929D68964E9E3499CB1EB1D6597F7F /* RNSVGRenderable.m */; }; - E1B2CFD437317EA0D4E94057088E7290 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 146E9B2714C30AEA2EC1CAC5E5591C17 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2085E49115FD57694AA94FFE8483F9E /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 21646EB567586EE7D6FD8C8B61860C80 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E219822E2AD734AE8BB9A7DD2B542DA3 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 23A3B28C52377AA55A27B57BE474AAA2 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E235EE45CF3E8D7E937977FC10E14871 /* SentryCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF0EC642A8F161EF46B98FA6B1DAC67 /* SentryCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E26AB37128156C320289172EEC78A95E /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = D925FD8298CEDC7376637E8A9BED4F43 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E285BE60D1B49EF3E472E6DEA2D2FE98 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CE42BDAC353CF1D6177FD3970A621D31 /* RCTMultiplicationAnimatedNode.m */; }; - E2B209B8B23855827EC9746780CF742F /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A7A61F6C517D6C275A9C24E7A15EB97 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2D5680D865A7A779E30A56775448426 /* RNSVGTSpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 7028A16CA61C678F29AE9ED1276C0420 /* RNSVGTSpan.m */; }; - E35AD6B11EC5935C064BE7B7735DC2EB /* SentryLog.m in Sources */ = {isa = PBXBuildFile; fileRef = CD6775882D9E7A0ABD0835F70F7A669D /* SentryLog.m */; }; - E36A7B659DDAE20B8792C853544E5A4D /* SentryCrashThread.c in Sources */ = {isa = PBXBuildFile; fileRef = F4973923CDADE0512A90C2509B507885 /* SentryCrashThread.c */; }; - E36CA5D43E2E081032E6929C2B55D431 /* SentryCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F808101B81507FE63191C299473ECB5 /* SentryCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3CA7267796DF02EC9191B588D814037 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA33E3C40289DEFE17D53D2A0B62357 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F576C4AC12DAD5A3EC56D064B08186 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4636D626F75DD81EB5AB3D6622FAAB07 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E402D29EA35AD392B051EA8089BC1328 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 0020617CA111896F79E0ED69A070ADE1 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E40C2BECEA47F07A71C58BC0C26BACD6 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 942942CCC141F443827F180779453E5F /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A6B32903882C89DF59EA2BA8CF8452 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E441BC6F94181468789C51DEA473B31B /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = F55BC93B124B5BCD9E670892E46FE693 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E461DEE902D46FEB24E0FA353D1F6A1B /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = C57191B6B506B1320CBC46EBD87E468F /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4ABDE7B1482F6C26FDFA9F042322CFD /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 25D09621E480D16051E96A096CDDFD3D /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E5457F0F27750119D9B2EF41DDC0558F /* RNSVGRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 128F1D55798C455AB62A3F624390D1DA /* RNSVGRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E56594303FC4D67BB5F676DE73563EC9 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 115C2831567B18602CDEDE755A769F02 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E5A6AD60B31EAD11E64D0099FF3C9F47 /* RNSVGLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B879BC4E2144F0B54C1E4C11A3AF3D5 /* RNSVGLine.m */; }; - E5E11FCA1005B42FBD2CCA8BC06B7843 /* SentryCrashStackCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9211849C57A884E574BC01B18ED1E312 /* SentryCrashStackCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5E998AF738BDDE7759C1F5DE0DE5185 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5490BCB32CD2A18085BAD58BB19EFEA3 /* RCTImageCache.m */; }; - E5F865B0CAD55CA4CDF6A03D3C3500E0 /* SentryCrashMachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9A502CDE922444A935BF2752AA2E45 /* SentryCrashMachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 845AB4FE21B26F9AAC89F2D32A661E37 /* RNGestureHandlerManager.m */; }; - E6089630DD522893DF41F8BB78849E41 /* RNSVGPatternManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B987A84092F44B73C5A6B47CFFC8F5B9 /* RNSVGPatternManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E61193E5C70721148B212E81F6A200D1 /* swift_qrcodejs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D856BB94CBDC48CE928B9E1C33311F /* swift_qrcodejs-dummy.m */; }; - E6189E015BC4BB347602AACB7DC546AD /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DA5111C13E09AB0E7D0A6706D49E5676 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E682568AD06A0F1E6463D6DE85EC7000 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D30A35E29C9B020992C61A6CCA5E9 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E6CEA7E023D25C778C7FBBE559443679 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2164D6009E0872052E460E80B045CF7B /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E6FCE192AC0AD422463F984BE68C8FF3 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE8221F237FFC2D542AA3D813040347 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7354DAE4B8F4B992CC9CE7EF3191229 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 256FC9C060B6AE90144FAF2B58FB024C /* RCTSinglelineTextInputViewManager.m */; }; - E77D84D05A80E3573C11FCE7A29D3BB7 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1907917FB592668D0749EBB0A3F92A8 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7CC5A953543A4E7B5EEDED26777347E /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07664EE8D7DA437692E82AF8DDAE684A /* 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"; }; }; - E7CDC7DCA915454C20D1E30D9C8846F5 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = BF7565CF92FF103D25F3077CB5EF5DCC /* RCTBackedTextInputDelegateAdapter.m */; }; - E80B0D7FE80247B82498432779AA4E08 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 58213E4516CA11DD3852C7BA6826671B /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E816EAC9AAFC30C84AC9A422C82AB797 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8871D5DA4F6981A7F8DC7C407F5B65F5 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8196AB9FC904C8DAADDE39C83C40696 /* RNImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E74914F54353426FC45E66DDDC7B2D3 /* RNImageUtils.m */; }; - E82931D642BD7F294DE4ACC0D06AFF8C /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD8D54CD17A5D6C4947071E2B78AE0C /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E84149241910F6759EC8069CE44BCFE5 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0ACD6976436FAFE274627EDADCB8FB /* React-jsi-dummy.m */; }; - E84BE2D4A1471D1C987BF8A66C1DC9F7 /* SentryCrashDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = BF2DF12DD89645471DE40A42FEE8CF6F /* SentryCrashDynamicLinker.c */; }; - E87DFCD85D14C8FA059882FB573D7A33 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED6B3F6AFBA21A0DC4B2119F067051A2 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E8F16704AD01D60588E7FC3CDD17078E /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = C13C121BE42D715C2B9125E2C7A89F48 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E90B927499B48F81A40091270F0B3303 /* RNFS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 176231CA86F00744F78E59B99E838F4E /* RNFS-dummy.m */; }; - E937420B0051FE5DC6FC89D6A596C4ED /* RNSVGTextPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 900EE19D0D86B473B44DC744F1EC73B2 /* RNSVGTextPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E97735A4C85836AF818254A18A03AC69 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D08140EC733C94105F2216007B8C0EF5 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E977BA8106D7E726999810B7F4813B09 /* RNSVGCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = C574CB07BD97CA7EBED537996E51D06E /* RNSVGCircle.m */; }; - EA000C8AB1B860FA67E1331B14DAEEE3 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = DF91B23C17C00F84203A1BC50802E3F4 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EA317FD5D355296D0721C2E79A1F6AA9 /* NSMutableDictionary+ImageMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = D0EF27C17567ED521EF687A958E148EF /* NSMutableDictionary+ImageMetadata.m */; }; - EA4CB3D4F47766AB8FAAC452209844D2 /* SentryCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = FA08935F438DEFFC6C8899533561DEEC /* SentryCrashInstallation.m */; }; - EB46B3B4EA70B30436CA9804A394FB32 /* SentryCrashSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAC3EC5BB18D8E6C894EAA0C23DCA21 /* SentryCrashSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB678A82CD98CBF21F43E06BA54AE41E /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06B4AA8C5CE0DBDF3CDD0E0F3BC350 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 6621E5FCFE666FF80A0357216B066556 /* RNGestureHandlerEvents.m */; }; - EC783B02A5CB19F50CE3248D3F3D7FE5 /* RNSVGBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA14DABAA380390494722CD586C2774 /* RNSVGBrush.m */; }; - EC86169E6AE84B5E0E4E1A89EE6DCE9D /* RCTConvert+RNSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = 99260F4CB6DB42597F44BE66A921F33C /* RCTConvert+RNSVG.m */; }; - ECACBF74BA3419F57E1C5F83AED30E78 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F85891B841AF1030595465AE5F0AAAD /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ECE5B47620D9B8B4990474432424FAF8 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16C3CA128D7F3A9502F9B74F7DFCE37E /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ECFB36D01C276DB27791551B766811B9 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F832B0FA268AB95F736B015FC26D6CAA /* 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"; }; }; - ED933AA121D7E6806D8E069267B792FD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5621BF09B59F159554CE97EEEE3860B /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDAAF44A35A9AC5AE892A724145139CE /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6821956A3664B1A76617A645C1275E /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDB35E7951E2B6F19C4E899423F05DC2 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B471A49A02318C74068FD933FACCC769 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EDB7542DAE28813BD58E89992BA03FA8 /* SentryCrashExceptionApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E145AA087D9660A4FCA82F5ECDBA334 /* SentryCrashExceptionApplication.m */; }; - EDB8CC412BB3E6AF981A962C7E6135ED /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B015CD1B890BC0314ABA7030694A128F /* RCTVirtualTextShadowView.m */; }; - EE4BF73B167C2C69CC90A64A524DC873 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CA6C32B2B148E9B7271066AD9E265F /* RCTReconnectingWebSocket.m */; }; - EED587D22A8DBE2B04BF8041E35E22A6 /* SentryCrashStackCursor_SelfThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2ACB736048241D4D872525141D3F21 /* SentryCrashStackCursor_SelfThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF1153F22797C296E8BBF4BCB17503A /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A952FA36C447E1900AC96D1C10A41F6 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF08098083084E062B00547BB9ED78B4 /* SentryCrashSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 214219452C2BBDCE224A1178EF141C4A /* SentryCrashSysCtl.c */; }; - EF31457AE408A22E7BCC33FB6C11DF52 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9C0ED548F4DAFF6F77EDCCA4F088C8 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF55B2D101F8380FA0B5E630A3EBA31C /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A26C1453BC6C69C0ACD36CCFA95679 /* React-cxxreact-dummy.m */; }; - EF8DC51D62E9F2845684A56BB1F8BBD5 /* RNSVGEllipse.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DA0D897827C91CDCE4C8F19C222BAAE /* RNSVGEllipse.m */; }; - EF8FC601463221976CE604D3D6572516 /* SentryCrashMonitor.c in Sources */ = {isa = PBXBuildFile; fileRef = BD46F1B628989C47911EEF85CB5161D2 /* SentryCrashMonitor.c */; }; - F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 34008C866432690A28536407349ECBC3 /* RNPinchHandler.m */; }; - F143A891FDE11E5942507D3A02FDB870 /* RNSVGTSpanManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 867B401B0DA91D1EA9AF2018F724F696 /* RNSVGTSpanManager.m */; }; - F161F57F031C738BDA7B541943ADE406 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B2718F49D052B770292DBB8A7009733 /* RCTGIFImageDecoder.m */; }; - F24458F77E711CBDAF91487694093589 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 572471ACFC7304059D2D393B52BDBB06 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F248078A95F5CCE9DAE37076C105FD1D /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 93422915E27290757A441059F55FE6EF /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2871A992DC0D12D5E55A732E9881B5D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 34106A6487F9070092BBCD03194EEBE7 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2BE2E30D437362A4927E54A64FD3394 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FBE03D2A70F6C27ABF0FAA2DDAEF401 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2C135838D9CB3E222E35D4DD8E87421 /* SentryCrashSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E11BAD01700A5682537DFCA62BC78C6 /* SentryCrashSignalInfo.c */; }; - F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4539E30AC9C3601593A149574E9AB68E /* RNTapHandler.m */; }; - F2E86088BE98C967D258CBA259A2F1A7 /* BVLinearGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 601D5DDC8E99DF2859F41A7FDAB8DD41 /* BVLinearGradientLayer.m */; }; - F38F2A018B42037B5338BC26DA4BEF46 /* Container+DeepSearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 0522CF2077FA94A6911D22E1D4406A17 /* Container+DeepSearch.m */; }; - F3900C767C910B42F8FCC8DBA03C9437 /* RNFaceDetectorModuleMLKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9CEFC1496093895E8B9493F65D8EFB /* RNFaceDetectorModuleMLKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3B2271F8A56548FCD4B03B4F63F68AF /* SentryCrashReportConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B3F6A960D492812E59E29B18D7BB2E /* SentryCrashReportConverter.m */; }; - F3B5E83F75FEBD84B619A3B0FC7E7519 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCC8BA5DAFCD00A6FF4C06B03844B6B0 /* RCTBlobCollector.mm */; }; - F4017BFFF0EB31F38E85F84CAF286873 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B4A70F7410880076F02E11BB62F92BB /* RCTBlobManager.mm */; }; - F43336337F648766E1B929640C2D75FB /* SentryCrashSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 06947B2046EAD24BB506D091D8DEDA79 /* SentryCrashSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F492CB70045EBE3B0D2B9410A7330C78 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4955E916810DA8765EAF5DB58A1257F6 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4C114C2134B2469345CCD9EA30DB559 /* EFQRCode+GIF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10AD7DCEC27202D67B05408FBE12D327 /* EFQRCode+GIF.swift */; }; - F50F583F0626674D1AAA7AD8B24EAF7D /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A737D18C8C061F32CBB37C8B9E4418 /* RCTUITextView.m */; }; - F543535BD68E63F93B5CD728A9D84768 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE4EB1E4CC2450F8A8D9540A3565BD2 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F557D4AE13C29451A07CD5917A029F76 /* RNSVGPainterBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 54BB28A7C211BEDEB1207A6E5F46A3D1 /* RNSVGPainterBrush.m */; }; - F57D5FC70212097BAE741264595BE488 /* SentryCrashCachedData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC53F19CDE539570CAB86E3D2FF98ECB /* SentryCrashCachedData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F60797F732DA4045FE8C155B171481C7 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A0A41639179B8E089BFA09A05F36F1 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F63F5EA2F407873FE3D4E5CAEE479F4A /* RNSVGRectManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F5992A1D66FB6F7D41B87D3906A171 /* RNSVGRectManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F649255652EEB88901BB82422E7B8122 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FB7407875161B6A5525A028FDF8A57 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6CB0F761F5AFD79C3A0AD8720C4829D /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A8FB5996C9101EEE3A979269C3D9CAF /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6F49565921F9BBBA5832BB8841452F1 /* QRMath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A81F0833B5B43DDAC1DCA19A60ADA90 /* QRMath.swift */; }; - F74BC6B33C7308F49F52A842D7532CD4 /* RNSVGPatternManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D8E793C1AF024BE9BA8A03FB6391EB /* RNSVGPatternManager.m */; }; - F74F242E53E30F648D8582E009E77DE1 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3A49F16187A5398A5F46340E0EB6E5 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75DF13F9787B17C8EE894C596FC1700 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 506369667E377B890FD651CC7B81A5FA /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F779EBAF63A1971B8FBE6DA8F1D5B2B4 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C70199FD32F1D2DCB163E3EAC662D0D2 /* React-RCTLinking-dummy.m */; }; - F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C0399CCC5E0019595286B69ECAC4A3C /* react-native-slider-dummy.m */; }; - F7AFABDE355EBD92C20ADB6CE0DD0256 /* SentryDsn.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A497AF816FAC096FEFCCB6A6F6F514 /* SentryDsn.m */; }; - F85F35980028A0413819AEA8013CCFB9 /* SentryCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = ADDA8D89764914C124760716A17C3A34 /* SentryCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F87488FE712F02645D60F46CAEC7E8B7 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B5BCBBA75F7BA8C418D77BEF53123284 /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8CA75135C83045053505B0266C5BAE0 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3702FA9C0FF517E6D513892A02877C53 /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8DD35C7340006FED7278D49D26252C6 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0782989D6607793CA1702762AE3D9BBB /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F90009AED2C7C08B0A4C67F6DF8FC63A /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = F1EE41DC73708E9AB558BB85EC28197C /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F9B50D585C4757EA805ECF3309039B38 /* RNSVGGlyphContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A2C00EC1068C4DED22353EDD33645F /* RNSVGGlyphContext.m */; }; - F9D1D0220F86690D28AC6EDAB0116AAC /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = CBBBE55A1DFD68B69F2FAF2B3682B470 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0F9D3034A102030A8F0255C05C489B /* RNVectorIconsManager.m */; }; - FA82904765625A88B932731EAC10D860 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB23B393FB5B978AE6DB50B4F78FF0E /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA846B485615AE3830C7FCABED247116 /* SentryStacktrace.m in Sources */ = {isa = PBXBuildFile; fileRef = E851B3AEC8696F09225EFFB30BAAD38A /* SentryStacktrace.m */; }; - FAAF6808D3CABB7FD381A0A093272924 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D8D2AA4FDBF25B8831CCCB29417B450 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAE17357031B6FC0A8347D3EEE75D839 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11B8FFBB0750AB69E8CF5FDA72A6C440 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB4524526ADCCAF617245676C0A1A973 /* SentryCrashCPU.h in Headers */ = {isa = PBXBuildFile; fileRef = 8510813835686C1AC406B4D8E82B41BF /* SentryCrashCPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB72FD83F67C894AD142EB1845000CF2 /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C96267711B71ABA6EA33954C6EA871 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB842F512346F2DE7EED4063B66D526E /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = A2ECCB07112F3AF46C74E21BC90CC854 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB8A6B8C4323F0A8BB2C6F072F228FE3 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = E3651DC23859A47F514B24FB165AA32F /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC8B2623A134BF67BD953E7E359E13DB /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA15A841F66FDC5EBFFD40C77811A315 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC8C223DDE0436FB176BC6DB04544A23 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1018ACDEA3A02A278560D6966B12907C /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCAFE1D2DCAD1FF1CE51B82D92E8BF24 /* SentryCrashLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CE8A0544F3C260ACA6C92B1A5DE0B2 /* SentryCrashLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCEF70DC9E98EC7F65147CA7E67D8034 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 48425BEC5DB481CB7C1D90A026EEB26D /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCF035502F0057BB2ABA3EA73AD4AFFF /* SentryBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C280916CCA399A36E20BC3C117038C /* SentryBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD2999D7EB127599AF527CC57BC08C9B /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D33AEA8E4C63CF9664477FAAD72AF054 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD79A0972037D97DD904AD868F637ACA /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D127275C35457B6B4074761FD2EEB11 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD7E7C8AB2902EF33B18025398803409 /* SentryCrashFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC2C977E7B02896DEF4241A92BB40E0 /* SentryCrashFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDAFB8D85A41E7527BA3AE5D3369CE8A /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 212D7EF11A5DC3B3EE995705ED55EB33 /* RCTSubtractionAnimatedNode.m */; }; - FDB75B08DC42A698366E3F5340623F91 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66E11944ABD6483B2EE596F133320000 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FF1AEEF90482EB580B66C52AA44B80BE /* SentrySerializable.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBE916F2ED77A255C222BF823542667 /* SentrySerializable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF1D187C5F01F2082676C4EFA6BF7D96 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE4A88ABE6FE42508A75ABAD66D8785 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF2A7D713C963C06305DBC3F468717D1 /* QRBitBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99877FF154D848B512B04D8DBB7EDCA9 /* QRBitBuffer.swift */; }; - FF743E7D0A19DF0B0639BF0DAC3CCBAE /* SentryCrashMonitor_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4EA02AAC4428F14891730EC78D80AB /* SentryCrashMonitor_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF90E21545DFBE5501685E3C28B5C064 /* RNWatch-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A66D5E1066B26D677B1F922083D29858 /* RNWatch-dummy.m */; }; - FFAA9A660853A51BDA035FB66E8BFBE0 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = D7608A2D9A883FDA5A87B9052053D7D8 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FFEAC5EA805B3FD85B909B5001ED2866 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = A34C51EFB68FFEE8AF41ECF8491BC999 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C69FF0C600FB8D45A9FC34281DD93CE /* RNSVGCGFCRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 00BA1B287738A1C8B5C3A396557E71DB /* RNSVGCGFCRule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C8FE70D2B34F5CD8256A8854258A3E7 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3A8DE363AFA2F87031B5AD3718536F /* React-RCTImage-dummy.m */; }; + 7CA5C8CE1CFAEF2432268CF4C77D01CE /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 54EC4A201486B26FF1638E6B34798B5C /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7CC82186C71773DAD319D4888B18B983 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C5D3A62AA260334D94FB6DEA355C714 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7D090A3B05CE454C631D1442C7B2F669 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = D4B371368694F685CC79A613E1A601E2 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D15BB2E390F82CE0E1D8B531F50828D /* RNSensorOrientationChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = FC684B163A6FD42DFFC73340927C01EE /* RNSensorOrientationChecker.m */; }; + 7D8A1F1D8CAFA494AA365F80B3B34D9E /* RNSVGLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDB243504724D9BBD67E1DB0DEE288A /* RNSVGLineManager.m */; }; + 7D8CC91392B75E53A33EF99C21EA0A32 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5573C850F83DBC0668693EEC801023B2 /* RNCWKProcessPoolManager.m */; }; + 7DA2B0CAD383D4D6DDD9E9C4F8BC4E26 /* RCTConvert+RNSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = 246D8719D48D2DEFCAA40BB58578B70F /* RCTConvert+RNSVG.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DDEBECA29D10FB061ABBEE1E8BDE068 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3021847C08AD670811797BC1EF4ABFA8 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7DFE10BE05B80D9D62A8F4FCD784BD54 /* SentryCrashObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 880186C8DAE0F09FE18A4B8844F1D38F /* SentryCrashObjC.c */; }; + 7E37F9A086736898513A1733CCA0B726 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3154B365055E22C5020801CFED1DC9B7 /* 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"; }; }; + 7E45AF0CC2F04FE3B54E0F63E7486E02 /* RNSVGUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 803908614C1C7B7E8C4F18019662E71B /* RNSVGUse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E960F6B6A5172ACA444A1D23EC196D0 /* RNSVGSolidColorBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E46C6AF95F86B7D35367A03223D31A /* RNSVGSolidColorBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7ED404960FBE2D97C4EBE6879DBEF7F1 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 69CFF7090805F6FC5131A0F92D0C1957 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F6A185302CDCE8A0BD77F61C6C4AAE7 /* RNSVGText.m in Sources */ = {isa = PBXBuildFile; fileRef = 89FA44EA4999DD26F840BFED15EEBE4B /* RNSVGText.m */; }; + 7F6CA0713F6A4806E516CFE2728A1CCB /* RNSVGPathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3330618CC02B94A9C10C9D7633AA1474 /* RNSVGPathParser.m */; }; + 7F706E4B39519B432BFCDEB40A60B0F5 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D6BF825250C3E0F596BF638A0F77B9 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F81A8D25B77F2C20DE28D838E0C2139 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FD6F2DCBF29B4746E3F74EC3E145E5 /* 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"; }; }; + 7FA4E639257A44A0D5C824C50539B42F /* SentryCrashMonitor_AppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 62287A5214142B623795DE8AF5B39374 /* SentryCrashMonitor_AppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FEF6DFB0F3890868AB89805EF89C20D /* RNSVGTextProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EFF3D4A2D59DED0F2E5614FDD35D9D8 /* RNSVGTextProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FF65C435802EBE42DCC572AC5F6DFBA /* SentryCrashMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDCA8C3FB3FB7CE6AA506E49C060F20 /* SentryCrashMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8003D77E35300C7536D17320FB835A04 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A216FA5D997A53F1CCD44DDB3970DC56 /* 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"; }; }; + 800B3F7ABFA283C43618633B0896EA34 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C30A8541D7351A2B0466432EF92171D /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 801202C3B00EACC9D47CED8C8336538B /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = BA83E12C7ACE5630E182C32D377EF80B /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80988CA9F2D341A87336D455A735ABD0 /* RNSVGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BF358F8A2B2D74757CD5C839ED770700 /* RNSVGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80993FADE799D84EEE93F0FA1E6318D8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 25799AEB06E5191F5FEC4C52D42CA81B /* RCTSinglelineTextInputView.m */; }; + 80B0E73327F416001D027A6312A1DCD5 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83AC5654036822165E4BAFE937F2C137 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 80B4979B6E8B2704C0BC89F4950A8240 /* SentryQueueableRequestManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C078ECC507EA90A855BF85B533648C4 /* SentryQueueableRequestManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80F8F31AD16936432D9DD9B99D126519 /* RNSVGDefsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D349A9AA16968183608B0480B944C92 /* RNSVGDefsManager.m */; }; + 819836474963B13AE93DBA37FF26CF91 /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BA1EFC186DA5C35444DBE4C6F23E947 /* RNCAsyncStorage-dummy.m */; }; + 822C1B11AA2F6854F9FEDD92EA5F91FC /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17AB0249BFC6A31FA73B70FAB1FC8617 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 825D0137CF0E77BF213D7D405EE97536 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD801C43DFFDEEDCCAFF9E215F1C369 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82AC50BCD753FAAC247C725B52181F8A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5895E7F719BC0E87CF2F479C5891D4EE /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 832E7A331DE1B58507D0327ACBAB25FD /* RNReactNativeHapticFeedback.h in Headers */ = {isa = PBXBuildFile; fileRef = 41068F2A262D51E5EDB2228640CDF057 /* RNReactNativeHapticFeedback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 833817C96784B0F825AB87E26A1EECB3 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F320A8708B1EF22080A8D837CA9670 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 834825684FAA6D5E6DF1CCEF8104267A /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3155FB3FF55B5A725339F356EB194B /* SentryEvent.m */; }; + 837ACEF67E9A94180C3273D2C5D641EE /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E0CABA30315CF0CF0AB3126C3CD4E1 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83D8DA80E96495188A825FBA688C40EB /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD0C88F2A3C19E17CB592DBBC3BF1CC /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83FDC18306BB39EA2FA7EF888B603E0A /* RNSVGImage.h in Headers */ = {isa = PBXBuildFile; fileRef = EAED1355CCBFF73283202645F83E354D /* RNSVGImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84246D7824BB8A51CA274005D0E9C464 /* RNSVGLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A917ACF567EDD4B1DD1D09C58B4E4F /* RNSVGLinearGradientManager.m */; }; + 843B3ACDCDA8582D09D75EE2200764DB /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D37C99C76BE5597DC5F58EA189D6F5A /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84799E7FB67CE7A647BA493A6D0A62E0 /* WatchBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 579E91559D13E5D4EC4F549145F1D89F /* WatchBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84CF1015AD72B5E213679BDF8FBDEE45 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79B51D9813B8D6F9196C295FADFAB5AA /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 85A6EF15C0D46E6BE45D9F66E1CA8E70 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C715691ABC90FF57FE4BC7DFC75525 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 860490EA96F96A5DEB95EB5C1585FDDA /* RNSVGLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D5D233CD4AEDBC0A1965B21B95B44B /* RNSVGLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86123FE358E88339F5C541F9BE778214 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF3F727CEC6425AD68B857316DFC3FC /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 869890903B37C503E7FD8E1F41F59734 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC23BA3052B0E84C5307413BB2BB5C5 /* React-RCTAnimation-dummy.m */; }; + 871DDD66E8407542BA3CABA61DCC51CD /* RNSVGVectorEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 4890E9632028E769CDE3E6425466D687 /* RNSVGVectorEffect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8728DC93A7E07515B95933723ACC82CC /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = D0CC3E6993BB4F1B9789FFFBE1A7909D /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 879FB7F6DC136ADD539ED0FF7B06701D /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8548991263ECD06D7D9D9DA03A8BF348 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 87ECA60DC045F74D624A6047CCD03992 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB115A7F8AC2A9085080672CB35DC920 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 880E86CFF7B08B74B6E80D1725B4EE93 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACC2BAA3D460BB5E6311B5CB87240BA /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8958003C722E6F412A717F9D45D7C418 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EC25C41066DB9BE9141707FA639928C /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89716CBF27D3C34A6321167A44B7FCD5 /* appcenter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C95D99DD4FBDD83F1A35D8DBC3D4EE7 /* appcenter-dummy.m */; }; + 8987579AFC85F31D6423B4C921DE30D3 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C71B0D41A689288F70AA36D98B1BF2C /* RCTAnimatedNode.m */; }; + 899382C57FE6DEEE507591FF78C1200B /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B477834B0B7638032B01409942A2895 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89BD33BA84DE6B7237FA11F952DC0561 /* BCHUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0CB30B911284052A90B1246275EA5EC /* BCHUtil.swift */; }; + 8A2DAE2B8DE85E9EF4D70F5FE720549E /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AFFAE058FD535A0E516C56ED1C219F21 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8A3DFB0A0A021E839164AE118ED40709 /* SentryCrashString.c in Sources */ = {isa = PBXBuildFile; fileRef = F5916DAD36D4B5D142DDA2CD9158D6B0 /* SentryCrashString.c */; }; + 8A7B5A8F66B7A8C0702424FBD7CDCB86 /* SentryCrashMonitor_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 57073A26B49A851ECE98AB87E0C66068 /* SentryCrashMonitor_MachException.c */; }; + 8A8201EA800DD1F4329065983FBD2D8C /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A6B7DACA7C8520646B7D9D52FDAA5F /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E5633704D308D485035DDC1F40FF9A /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8ABBA2D6F42F2F28211245271F232FA0 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B430D0289F816DF7EBCCC0737AE0401 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AF957C9616081D7C61886F151586E14 /* RNSVGLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A02BC7369BD129A03B391788905FFC8 /* RNSVGLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B56D847CE03F882D59DEE2ACA36A777 /* React-RCTWebSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A51CD7CB86440DBCB2265CB624A93EF2 /* React-RCTWebSocket-dummy.m */; }; + 8BA852B4524E3F8D0889CD03DE321078 /* SentryCrashMonitor_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 05383AE641BCE233D8FC77A8EABB25C0 /* SentryCrashMonitor_Signal.c */; }; + 8BE794D31F40B6C1B8405BB08FE56B0A /* SentryRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9677EA70AF5CD5027E0D99542CFDDF /* SentryRequestOperation.m */; }; + 8C0BEFCA38ED96DF4892E7650DCD67D0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9CA8E20ACE28300D1D54B0BC7E9840 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C77F2A9F1FF8B3009BC552AB780B561 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE16988BA2DE03A595966331221E0DC /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8CAF43BDE275AFBE6325A8E319306FC2 /* RCTCameraManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D3B18A56FE1EBA4F07081A1E46D298 /* RCTCameraManager.m */; }; + 8CEDAB9B07D9923EC8B63ED2D7DB22C2 /* SentryCrashReportFilterBasic.h in Headers */ = {isa = PBXBuildFile; fileRef = 11406412BF91BF36C2736670B97DFBB5 /* SentryCrashReportFilterBasic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D322E4671E9C9B8C64EE41ECFE1D8C3 /* RNFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 559A17BA9C519343F7D5EC26A5560C73 /* RNFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D791A2E7379ED53F3F8F7DFEC9D62BA /* RNSVGBezierElement.h in Headers */ = {isa = PBXBuildFile; fileRef = BA225BDABAA1B5B99467EBEC84CE75A1 /* RNSVGBezierElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D9A38ABE09DE16348D9BE102F1E0A93 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A758197CCAA6CA14C6DF1BD72C3E685 /* RCTImageBlurUtils.m */; }; + 8DAEB93D750E0AF3C5087901C577737B /* FaceDetectorManagerMlkit.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4A50D871DB40F16CC3D7C657CE9299 /* FaceDetectorManagerMlkit.m */; }; + 8E277B97D3D55A1DAB3B13BED26875FE /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B378E6F8CD953A929F914A93D6F771F /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EA509A90D51F55AEAD89822BAD74629 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F672218A29E08D3A9B8C7C6DA0EEBCB8 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EA8A4D0BFFF3B058B81C66EEC3886C2 /* RNSVGLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 295B0E59681A32D362F47C940796A930 /* RNSVGLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F08E56C9589615173CB7396160DA63A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9556CD8E6055DCA6C8BB63114C29CEAF /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F1D6BD2DE0F7B449AB01A31610BE36A /* RNSVGPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B796101876F8FF953A504F1D1C460A /* RNSVGPattern.m */; }; + 8F2ADCFF4551F29B8439504CE1D3DE00 /* RNSVGImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F1F6321E93712ECE63340A5C9775D1 /* RNSVGImageManager.m */; }; + 8FECE452ABB83516CB5A2BB03323A084 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70CEE87F7F4A8A64C2F6F5907D9EABD3 /* RCTImageViewManager.m */; }; + 8FF1227EFE9A819E928C4BE71853828C /* WatchBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BC261698FA5964711C5955EF05A23EDE /* WatchBridge.m */; }; + 902B67A3590CE533FF3110E35B12FD33 /* CIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91704A403404A6CB53DAB9415E2B9D2E /* CIColor+.swift */; }; + 9038FC1BCEC1E546B03CDD6A6C136F00 /* QRPatternLocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2751FB4F76043AEDA45B8BA14BA7D74F /* QRPatternLocator.swift */; }; + 903A17E7944AECB1CD4FBC363361C7F6 /* SentryInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E85028EC02C3296334BF8A8D8C74DAD /* SentryInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C5ABAE742633670BF2371FD9DC15ADFB /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90B469676FA860482116DC37A24298B8 /* RNSVGRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E458605967B565112490D35A5299D3A /* RNSVGRadialGradient.m */; }; + 9179FD20E0FE047B34EF32794C4AAA27 /* EFQRCodeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B0FC8B48D1FC15D97396947514A60E3 /* EFQRCodeMode.swift */; }; + 91F439DF2E8FF01063252D68A29C293F /* SentryClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9972C0219BAB05277A804213F0E25F /* SentryClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 929CA166916183580E71CFA7C7F3790F /* RNSVGRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FE6BE4C29FE3FFAE2C8FC4FBCCD8D789 /* RNSVGRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92A7C9063DEE641559436D7608EE5297 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 361CB12BE7CD3CE6756199D05C2B7A30 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 930C5AF26CC266CBDC82A6F716629729 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C64157E3094B3B0E6BD05E931F8BD90A /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93156B171920FEB489E2726F4B47EEE5 /* RNSVGCircleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C8767ACD66B321D1734ABC9F530B2D /* RNSVGCircleManager.m */; }; + 933B83032E96E3A6ACE453D2AECEFDE0 /* RNCWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 89BA40586E4BB7F2688F2FF524534F13 /* RNCWKWebView.m */; }; + 93D24A405885D5C6E253DD1CDCC29CDC /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6DD6EA11F7A551F40859BA3A3DDEA8 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 93DC2CE7764B16423D0256596B7E1985 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 236FC7F309AF126027E388253298E185 /* RCTImageShadowView.m */; }; + 93E8499D3159F2027BCD3357972C88FC /* SentryCrashID.h in Headers */ = {isa = PBXBuildFile; fileRef = C834DBC6629C03B6C0276A9559690515 /* SentryCrashID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 942AD73BAF5E1840EFEF2BA8A4F2041B /* EFQRCodeRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97727078364EBCB18C547E90625D12D7 /* EFQRCodeRecognizer.swift */; }; + 943163379CAEA2E0166EC770C9334BE5 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 04AA520574793E4F3C07A5F96F8A7D37 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 94CC36B1F47156B5B24A12C5B5016FC1 /* RCTCameraManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B61EA4D4656D6F10C31432C8F8B1AF /* RCTCameraManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94D9DDBAB0CB2C184DE09C3F171C8576 /* SentryCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C8E2AB445A8A6D2308399707C7E821 /* SentryCrash.m */; }; + 94FF0CE78959284563600B1E1EEFBFF9 /* SentryBreadcrumbTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = E26319E386A9A63F660F93AC6F0A5EDB /* SentryBreadcrumbTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956B222E4138950914269109FF2F23AE /* RCTToolTipTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5B982ECE84233EAE9A0DC64F1C4705 /* RCTToolTipTextManager.m */; }; + 9579124C568C8507A3E0C28FC962214A /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B4627970E6F58668AF4B2228EA64EEE9 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95917CC50B50AF5F65FDE902A18843C8 /* RNSentryEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = A768198934CE4764195EA828FF63A083 /* RNSentryEventEmitter.m */; }; + 95AA32DB034784D61836EA1C85D398B2 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF35061C4C98D7789B7828DD5D42443 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 95B1E8095099249C34E2221EF735D1ED /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B5F1E3E886E707B120D7BD69B14F4D /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 960926F28B6D9A91133D5D5B23FC0DC7 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2A58456420214DB74D3119BABF51E38 /* 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"; }; }; + 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DCDA840F8801FB31CC9119FFD9FEC11 /* RNGestureHandler-dummy.m */; }; + 9618550C69045C5CBE954DB8B3CE9DA6 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 922B1FF4DDD6498DB5F414AD10BCE8EC /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 964A636C17364491DAE991789B68758B /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2E0C12787215C718BCE410AE9B4C7AB /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 967E9E68BD9E067F0336617EAC00139D /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = FECB275ECF2F6DD9A023858CDE525941 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 972DEEAA858DF85865C1B160622B2BCE /* CGImage+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C8B4DE309C09A7FDE729E73345FC611 /* CGImage+.swift */; }; + 9751F909275F5AF27E386A5A4B1D71A4 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 81537892EAC9EA08FEB99244D26BAFB8 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97D0E4F82C21A50F6AB851D6A27606AB /* SentryQueueableRequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C31BA2FC121B36479DF86686E2BD17B3 /* SentryQueueableRequestManager.m */; }; + 982187073177EC80E8637298D2307E23 /* react-native-image-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEF5A057BCBBDEA233AEF73BA7D04A99 /* react-native-image-picker-dummy.m */; }; + 98785746063AFE3D4866C0E503C02919 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A16168B0E0D91AF91E9BD264F73176 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 987B8E3E8731955DFFC0101ED17D6DFE /* SentryCrashStackCursor_SelfThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 80816C53DB62D4B6A9A498818BE35FAD /* SentryCrashStackCursor_SelfThread.c */; }; + 988B57290D408D8A9377628E97B48510 /* SentryDebugMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 43382F1FF129E620B32E0B6CB06C4929 /* SentryDebugMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99254643BCA118E1AAE00294C28D8098 /* SentryCrashStackCursor_MachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F888D1E9B46AF95F3305379288650B9 /* SentryCrashStackCursor_MachineContext.c */; }; + 9933B25D0B108CB3753B48547A370AD9 /* RNSVGTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10D733B4E579F63A72F793CAAE2750EC /* RNSVGTextManager.m */; }; + 9974AD9ECAFE2D44846BB8F6E5967982 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C2FC8CEE7515F5710635FE7FCE0DFEAA /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99D401D232543D70E5A0FCDF7CB598BE /* SentryCrashMonitorType.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C88AF778038BBA6D13C4CA4AE004E65 /* SentryCrashMonitorType.c */; }; + 9A03411A9B8AF2665062C99DD3BCFD18 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AC58783120FA3749CDE23D9F0BD81 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A47A2128D5B9A29879C7902BDA4D7EA /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D22C5B61C33C6CD2FE84BA8A4873B2D /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9A56A68DA14F8707213949F58B495556 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A6927EBFB0666398C623D6CB528B9EF8 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A66E6154FA53D090D360AB1256AC27A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9896CC40D9D3101A98B8861A2C417965 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AEE073E06043F584FF95F224AAF41DC /* CGColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C0C6414A05FC7B7B1DCB62CA5799CA6 /* CGColor+.swift */; }; + 9B26EBE78D1B4C087FA5C9526DEA56AE /* SentryCrashMonitor_System.h in Headers */ = {isa = PBXBuildFile; fileRef = 45387B738F42F129540C14C83D00FCB8 /* SentryCrashMonitor_System.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B934396AB2BA1BE039121ED196A52BA /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 00828ED37D10F0B1B25B7AB00BB4140C /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B96922E725C479B90EB5490C53F1DBD /* SentryCrashMonitor_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A698A41A1473DA1C280A2BDB7FD2AB /* SentryCrashMonitor_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BDE3CF42E12141C276CDA2233D9D238 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = B739210A3790BA3DB1267A36C2EB5B2F /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CA4B8FFDBEDF72B6F6D3325F6F31A22 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF318E55CCB539B95DDD35F67375840 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CAABEBD58D05CC7EF4FD54D38CA4B2A /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B22D626C412ECF21D3825DB9C5DDD85A /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CD82EF72057C355BEAF094C48390B7F /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0204AC92D494B6E55560AB97BEB93BAF /* 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"; }; }; + 9CDF5E0CD6E695523E160CE54F54FD4E /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DFB5406DB097A7C9F06CD1F70E2696 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CFA9D1BCFF216F9E2123F972A82C39B /* ToolTipMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E3C8F5BBA58167A9F113B3F58B8BEE1 /* ToolTipMenu.m */; }; + 9D0F8BA14A92D33D9C73885CC5D6DC3F /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 002CB0F88D9B0352374BC5A256444213 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EFA3DBD173A9386D136B94F6F84DCA1 /* RNRotationHandler.m */; }; + 9DDD53CD0DA7F3896C1EF64F340DB827 /* SentryCrashDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D3BCDE331F8A590C17107B4EF78D0E /* SentryCrashDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDC167205D6A829548393C3F0F8E931 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E44BC26E42F43EB26A858B25BA848D6 /* ToolTipMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 1568CE6C882982022FAE16FD3CCD0471 /* ToolTipMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E76CBC98DA09C846BDEFD2DECE4EE8B /* RNCUIWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A1641154449301EE0A183B5CDCE56 /* RNCUIWebViewManager.m */; }; + 9EFBDC25D1ACD5CDBED3706BC9E29AF6 /* SentryCrashMonitor_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D27DFEB98E0CA6F6BE98D00BE84ED0 /* SentryCrashMonitor_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F0E6B45D70FF59163EA3E0C56D17941 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = D083DC87A631A66CFAD93573FD7D1770 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9F2B0B182F70D4868E0AF8936E9069B6 /* SentryError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C64D448A6E2AFD3B7A0D8CE2D86C06F /* SentryError.m */; }; + 9FA79214159DE7AA8C68446EF2949635 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A49F575D52589CBBB744EE3A4C41B60 /* RCTEventAnimation.m */; }; + 9FECC9283DD59ADBFFF0078E49514D21 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C7D033AF4B664AFC98496AA6C8AB40B /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A07E1FD1629312E01234D59B02170CDD /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4D78D7227CF5DF3770A90204D1C239 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A08D06C463A2410434216C2B79D18E53 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = D29AF166D94CD0EBC7425480D2287C54 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A091FD6CB0D66A116111D1EBC3D1A3CB /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = E58528881F7B78ADB1A6386BE8B5E29C /* RCTProfileTrampoline-arm.S */; }; + A0F32DA57D58B28A0B9744B517921543 /* SentryMechanism.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA29B34BAF11D8AF318A3AA11D10CE7 /* SentryMechanism.m */; }; + A108D0C39E6723A4722696896373F561 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 65504DA50836C24B80E07B7658D7F4E0 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A134C31FA7290E80F18AAB883C4DA814 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9144D7DD4A92C7B7F04014C02FF95020 /* 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"; }; }; + A13DE139C8287A3606DAA33A2D7F5A9E /* RNSVGContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AB44E33151D608FD2D0BE2B6855127 /* RNSVGContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A19145152438BB41EE81D2EE73AEB0F8 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28DD3CA438DC24CD0B0A8B73408CEE97 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A1ED667059C607DBC9A6682A6691A14D /* RNSVGSvgViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F13E3B1AD32B2CFF166EF8A880C3D3 /* RNSVGSvgViewManager.m */; }; + A2040E00789206AA5C55772D7CF454AF /* RNSVGPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA96B5C7229813582287DEDBF0B9482 /* RNSVGPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A233D5EAFB74B9F295B104F55438D28D /* RNSVGTSpan.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A8869D95BA02226BA1670389825DFD /* RNSVGTSpan.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A257B6BC1100A2A30F9198689C350596 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = E689C403878B0F38D6E48A8F50B53CE3 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A260900C0FB2FB4AF8A3D31D3BD59651 /* EFQRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 346A9150F1CF4821412028064D7E4666 /* EFQRCode.swift */; }; + A28C77AC7E364A8A07215F773FA416C8 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA8ACCD631B70ADCE221864BEFD28CD /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2C4A2CF108B87B9B2F8B22F5AD7C696 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 05DD1333AE0D826F7E04E200F96DCD0A /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2D552D34EE12B5EB2DFF3ABC5CFF192 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EECE6397138AC7E0C8ED6F2613D8842 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3055080F5BAA489995CCD6555CD8056 /* AppCenterReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BADED2F2BCA36B37849F47CCBEF421 /* AppCenterReactNative.m */; }; + A3E41BDFCC0AF1B63C925EEE527ECCE5 /* appcenter-crashes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F5EC7AEEF04FEF973A243BA5019D3FD /* appcenter-crashes-dummy.m */; }; + A3E83ACBA9D9D2FCF3EEEAAA3D668A04 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = F1AF357B4CE196A89265645B5A3A3540 /* SentryException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3EF75AD146DAA3B3AE8C2AA14830CCC /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B065420FE3314F9C7EA857AA743E410 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3F02E2212F4533085A62102EE9B6D39 /* SentryCrashMonitor_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 816B7C1F9471C08EA30E515459761FC3 /* SentryCrashMonitor_User.c */; }; + A3F0EA9806DBF739ABEB836B199F05B7 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 503C042BA65C385315CA80DD3BFAE650 /* RCTTextAttributes.m */; }; + A3F5DDCFAE74CFF1D80621FBB61E1590 /* SentryLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C420704210E5AAF65FDAC756E592145 /* SentryLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4707508981C419446F3256053DE9844 /* TextDetectorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 183014B19C18F9D465EC4EB8299DA050 /* TextDetectorManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4A8BB3FCEB27A2C1F35D28BBC4D672A /* RNSVGSymbolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B4EB337DE4D90405580B8E0B6B3A53 /* RNSVGSymbolManager.m */; }; + A4C82359946D6031E7B1BE4CED64C766 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D7D7E0293A8D0A36A558833150CE7331 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4E63E7B726494C458CB22548EB664B2 /* SentryCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D95B6830AC6CEB4C8C7C7827061179 /* SentryCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56B29E3F088ED5E92FF1EC6BE143014 /* Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 96904F8F7EBDC2469993C597FD526BA6 /* Sentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A593EC8DA8D644E1EC6660D05DB0618B /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CE930D43CA9AA63C03552DC030D101 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A73837FAAEA2749F3A9E98476FCA2FE5 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C3A02D406FAE6B4327515F0947DBF58 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A757BF8CC30734924DEBF61F9EEF3A79 /* SentryCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C9E4F688D1811AA65E4D4CC2BC0924 /* SentryCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A799586AA7E576FE10DD4856C6C6AAF4 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B16BAADAEDE8BB71569E4C516F6D8F /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7B409556802C04CEBD1A16F5A21783B /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87C968FCC7A0A595FDB0268E631470A3 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + A7B5E600D61FD59C69C6D20A9CE5792A /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D0AFA1F040EBE8B6064822342DA8A31 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A7BEB4391B77E3F38476F7D38609AD87 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5713F1A2BE2DCCF2A9B008D7FBC6EB3E /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA0BD1111E5D417CDEF1D18F51C3743 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A80FCBB0CAC9B1EC3968CC4D0BA682E7 /* RCTToolTipText.h in Headers */ = {isa = PBXBuildFile; fileRef = C61DFBCC4F8CB6C5FA9BAF846552C3CD /* RCTToolTipText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A81A962E7EC253BF4736FDB560E8FCC8 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F0B627A691B4B7D2515C59F4659F6570 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A860A58B04CAB0F1F85D0877F4BD82CD /* RNSVGPainter.h in Headers */ = {isa = PBXBuildFile; fileRef = 21ED5AA5E9EB141275CE18B166EFD7E7 /* RNSVGPainter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = B9DD024EC672A51E3A0678D4DE480167 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8BCE71D2660E055DF276BCA3A388927 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 90759AC332F82E273774A81CA095877C /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8BF2971C75AFD21E6F9D0D2FFE26F03 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E320CE5F75C0A5357E5B944EC37A3DFD /* RCTActionSheetManager.m */; }; + A8C335B8581CBE27F7AD7868CD4C9455 /* FaceDetectorManagerMlkit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC49B3CBD44144C3AD67EEB12E7E7B2 /* FaceDetectorManagerMlkit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8C764951C6D44A448835B8DB2077006 /* QRCodeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A170158B9F59430EDA39BD0B28DC262 /* QRCodeType.swift */; }; + A90BEEFCCC17C7FC936F5BFCA442B7CC /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98594C1E496B7356AD88CD9D15345BC2 /* 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"; }; }; + A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6708D5736E4BEF34715C219477C5E9D0 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A932DF383D9FD51FA7B34B107A851091 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C80A94D9E4B31973777354B988269C0D /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A94379BFC325972758B2D2957BB71FAF /* SentryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C4A1D757AB193961C9BBF918EDAD6E0 /* SentryClient.m */; }; + A9A31F8E85D1BCF6A9768D0F1BE0A637 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EE051F5B6BC8132358A850B6C51B785 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9C78FB3354DE0A3932B69EF83AA7F0C /* SentryCrashStackCursor_MachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EC19E6691F45314D679454A55C43BF /* SentryCrashStackCursor_MachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA5D33402E90FC3FEA5BE43C4A844504 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD8F34BE7F5FE0E3A8B7487B62CDF21 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA6A135CDCD7861CF32C448FA27BC857 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F09655378C725847AC45B9690B44BDE /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA90E84EF2648153B2C7F1A2400FE9BF /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F45E1B3AB19B3AEEADB1218BBBCB880 /* RCTModuloAnimatedNode.m */; }; + AAD29342619A76AA285C4D1691E556B6 /* RNSentryEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA9FB9A7A53B67173EA4B06A702B039 /* RNSentryEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7399EEA6067AB71E10C23A14688CEE74 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC80B9EB19ABA01F73B8AEDDBD37849F /* SentryContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEDD3FC1F4C1498BD6C2AB2C2881419 /* SentryContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD91367DE0E9640F68E38617FE1E1BB0 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA680A99D3FA96FCF682FFD9E8F3728 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ADBCC8D0CE12EDD5BAA0317D424F8AFC /* QRMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99483E888A0A7D8B3D8B7FDE53C0295F /* QRMode.swift */; }; + ADE2683B7DB6DE285B59D9B440E55282 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C0571956FFF307083B3B18E9A35752 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE02035C9731A1E174EF4BA27BF1BDA2 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 998E7079AD5FF8FAFA826523F0DD0D35 /* RCTHTTPRequestHandler.mm */; }; + AE1DB89E979C67C546BF9EB1DF411C48 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = FAEC2132881A657C81740A566BDB01B1 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE2B0311E58DCDAE506B51DA6188B57D /* RNSVGPercentageConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C119C01332AEF55F34A22BDF3B0ECC7 /* RNSVGPercentageConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE44EF9963B3B0C38BD45788AD4B226E /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 489C31602E47551F52F4305E504C529A /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9630E078E68816057C85A61C1027CF /* NSDictionary+Sanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = FA5326A9404F848065AB62046D3B98AF /* NSDictionary+Sanitize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEA99F9AD518A1ACF5A2A00C1E262AE9 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1F5335C0458A41DFC3B9BA241B887B1 /* 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"; }; }; + AEF101F3563091E7B3E8D5FD730EA4A4 /* RNSVGVBMOS.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF0C68AF4F4C9DC13047B0E24410CFA /* RNSVGVBMOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF2A0F99D4D8C9E8F23028DE2B5919C7 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 97889EB8BDD09C3305B80387222B1933 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF52F64F7B5001D557429152321EF55F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFB5B1B77CFCD2F869BC632E1ADA132 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AF674C0251EC27C60F99CF550D16BFC5 /* RNCUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5211E5DE20387085E9F3ED12A2211688 /* RNCUIWebView.m */; }; + AF69F33AA91CC4C8D4BB50771C732ACC /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD43E19A54BF2551BA1A2A62D36BC221 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B06BDA8403689A865775ED08EB4C9B68 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = D5E547E11C5CDCFB37F741873C864170 /* RCTInputAccessoryViewContent.m */; }; + B0CDE34AEDD71502678BE73D9D85D59C /* CameraFocusSquare.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A1B21114709236620D23EFD82C0DB58 /* CameraFocusSquare.m */; }; + B0E33122E90A84C64DA2288F2E481975 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EFF100F280588661C30D8AE9049BDE1 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1182E4981E486346DC3E78C2322045B /* RNSVGText.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B7A4427269AEA9A3AC2D00F1B11BF8 /* RNSVGText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 515765170AB957296AFD993135EDFC30 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1DBA3637025C24FC3DC8B999A434C4B /* RNSVGPainterBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B2AF336C00D39860A35F62A285B20B /* RNSVGPainterBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B230596DAE200AE883B1CB38B26E2636 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5ABE82C9C7A2EA4B17297F736ADC8C /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24828857F4D6819BDE2172C622BADCC /* RNSVGViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A96162205EA5986019374D2A31A212 /* RNSVGViewBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B260D1EC83964E4005AB715F868EDDF2 /* RNSVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = B8C9255F71F9C3447278B0D7763823C5 /* RNSVGLength.m */; }; + B28710F6417987637EDBA727B94D986D /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B66DA51BE16685CA6E37ACDACE9B8572 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B28BD45F14F1661A8E75E79D7FBF59EF /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1470C49E07A2819CCF869F87DAB2412B /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B29269EBBD7486B746282C182672EB4D /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7576B77946ABAC60F26E622736E5ED51 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B2B8E0D30906E95D5D6057A8DE8DD830 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FE8E3DDB28F936EE20A70FC3E3735BA /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B2D882FBBA55FE27E9611EFD9963027D /* EFUIntPixel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B454258BC2DF3241EFBB7124FA9379F0 /* EFUIntPixel.swift */; }; + B32FAC5D99890E76E85477A81650FCC1 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF4FF444D9CB50FAA64A63DC6E17D79B /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B384BA5E3B3D921BA05E1D356D6DE2DE /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CF20845890CA8D1FA28758D1FCF06A /* RCTPropsAnimatedNode.m */; }; + B405EB8F1245AD09C81F6525F395F94D /* SentryUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB45243DF59C76E7AE9408236184E7A /* SentryUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B40BA2ED8FFE00B044F48F8376B91F46 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C079DE66432A17A2DD84917F2E443DA5 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BC3CFE4EA2EB8795AF3F7A851BE47EF /* RNGestureHandlerRegistry.m */; }; + B46E893B5F30BCAB01D72095045E7241 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C4B2B9A4E210DCA6FA76231EF8AC54 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC33C0011BAF68BDEEF2B7654756BE2 /* DeviceUID.m */; }; + B48306776CC7AD24AFD92EAD50E25538 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E204B4ADFE426646DCFD860BBE41B2EF /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4915BADC8BB318BF11485E9CC278062 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 52FD8C339E85EC99859FF7895CAD5F42 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B4B295CD5D7EABFE36B46B8D6924C88B /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E06FCF8278E4E88D1B32A951A37823B /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B4CAAFCE1E2F9F2C99B70920DB3EC2AB /* SentryCrashInstallation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA87FE10EE483464CFF05EB7B382030 /* SentryCrashInstallation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5120590C6F68956F54A9BDD3F1B8CF8 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C85976FDAD72026133256D38B73F164C /* RCTImageUtils.m */; }; + B528E1E05383BB8E04E63A88BF15A7E8 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CA6D6111558E68BB8DD8B5AE85C4DC /* React-RCTNetwork-dummy.m */; }; + B53C9DE56F98C73C72A632D85D05C5B4 /* AppCenterReactNativeCrashesUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B6918C009BE140A7D8A4C223508BB845 /* AppCenterReactNativeCrashesUtils.m */; }; + B61C16EF665BE53D77642E857F755DED /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D8DBFDF086F3958853832722571437D /* RCTDevLoadingView.m */; }; + B6567F80875E60686D561C5E6212D68B /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F60B0AD355DA2F2BC82CF02EA031DA1 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6A819725332D12BF7CFCB8DB397D365 /* RNSVGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 52863E8B82BC0650820AC76446A23461 /* RNSVGPath.m */; }; + B6ED07C88FDD75102D9A5A5182272859 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5571C1C7C6B7291C074F843695019068 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B7153707069A6C7885E06BFBFE6F0E36 /* RNSVGPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBBB3169D1944413F7A660687590C4F /* RNSVGPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B719A5EED39F933FAF3D24E3BD0AB0D2 /* RNSVGLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A6C18E8BADF6D52069C3B5F6AC1D19 /* RNSVGLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B72BE6687B844BBC724108E731DAA39C /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F9444E5C2AE1A0F19E24EF5A16554F /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B72D27F08255295059C3574B68DEC0C4 /* SentryCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = B623DDE27FB33F32F9A3F53C4EB6F278 /* SentryCrashReport.c */; }; + B7A62AA700394D759231906C866B96F2 /* RNSVGDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = B4339AFEE4B3076A03B36E392741C597 /* RNSVGDefs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7C494F1F1EF957983689E2497DC9C8F /* RNSVGTSpanManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4874BCB3F56964DD62DE7BDD8AC41A50 /* RNSVGTSpanManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DAEE3530F407678BA3683AE815881D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = D46880EE26CC543F7156DD61C60D681E /* RCTInspector.mm */; }; + B80A9CC46CA518FE68973648D48293EA /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BE496DE024FEAAE48186F55D7226B3 /* RCTInputAccessoryViewManager.m */; }; + B8523784A84B9F387BA2DBE8F6D6EC9A /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6927574B3939DB8018CFF7F47219F72 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B865CB34418BF7670DA357FC4CCB1E75 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FCFE9F2FD86BAC8FB90720CF078EA97E /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B930C066CE1B7BF9EE4339E2AAFE96A6 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE16CE33A573D70B0DDF28C67D3F2BA /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B94361C4B54579E3418D04554B00EA39 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ECFE5BAE176C9A8B7F0CCD70C6F3710 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B94843E17F5FA92FF4512E2B8B434F8D /* RNCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = CDFB57CDD2BB96DA432A4C512694D5D4 /* RNCamera.m */; }; + BA13799A8B119FB26899C19B747FBE4B /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E533A55098118B0B8A5EBE0C006318E8 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA595E62CAACFADD25CF96443616A3AD /* appcenter-analytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CAB4DE9A4146FB7393B304742D1D1B7 /* appcenter-analytics-dummy.m */; }; + BABE9C72F56404AAB329D0E51AB426E1 /* AppCenterReactNativeAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C16A75BB0F6251ECAB321182C82142B /* AppCenterReactNativeAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB17201DA15D41A89E76B2E264DC9C09 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 41459F8C7105DBBAF8DFACEF795C38E9 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB2C11753AAB79F2F37D00AE59B0753A /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 011764638B53100C6B4AC5B1BBC09353 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB7F9044E001F63D7D6271F574435AD8 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EB9C51B13AB80A1BF35023D4FACEB4B /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + BB8DBA0B401D54A947A6DD8791922DBA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB24C73E59EC53554D3BF392A36C82E /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBBC657876A2A4806D5DDD8818A13E11 /* SentryCrashMonitor_Zombie.c in Sources */ = {isa = PBXBuildFile; fileRef = 191E93F6AF36158AF81DF7A63DE39B59 /* SentryCrashMonitor_Zombie.c */; }; + BC157134D13240EE2E7D5B3040736271 /* QR8bitByte.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2319CE89637C148DC80E2BDEF5EF01DB /* QR8bitByte.swift */; }; + BC3D2F7AE8EE679444D3365BB38E40A0 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = D93429767EBFF80BC5EB95A223F6C705 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCFB8398730050A741A3B7A259A0F8AE /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8440789BDB78AF907126C37B5442BCDD /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD0A1B719A082CEB5E2D4FB3AF4E96F1 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FA95AD9D0B45DC1C8CD11AC1E0689551 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD7887B2FBAE6E520F28144B2CE5FC53 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F8DCFC8B7D7A747376373CF322789B4 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BDC4AFD110A761B503B671FD4D18095F /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C2CD3FA9260E23AFADC460E50D2001 /* RCTRawTextShadowView.m */; }; + BDFCFCEF15A6E2B320D1AA1638E62B43 /* SentryCrashCPU_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = A20AD2A7CFAB0634000598E979C845ED /* SentryCrashCPU_arm.c */; }; + BE2DCAD39B2CEB2642AABE2D24761253 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AEE8B8270E27CDBBAE6504F99360F3 /* RCTFrameAnimation.m */; }; + BE704A0325FFB94551E693B7E6A4B1F1 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A88BF6E423F2054FB7E16A10C917A123 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE935968DB095FC91EF3904BB811D864 /* RNSVGGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = C573AA454EF685BC423237F544EB0E3E /* RNSVGGroup.m */; }; + BF1E3D3B9610EA348F064902F563D1A1 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = 553DDD326D9B7D833C68FA867D2A203A /* SentryException.m */; }; + BF853B684452CE9C47DC553ABEE39EF3 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 623C2E9A284A28CCA06705FBF35546A7 /* RCTResizeMode.m */; }; + C01B918A17F6A4AA9F1752F408D7870C /* SentryCrashMonitor_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD632E17841180E3DF14954DA503765 /* SentryCrashMonitor_Deadlock.m */; }; + C08E7571C50AE19DFFDB16AA526ADA8D /* QRRSBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = F712E733620012737409C9475FE0DF48 /* QRRSBlock.swift */; }; + C0D08AF5B9029DD13907C8466284C6C6 /* SentryCrashStackCursor.c in Sources */ = {isa = PBXBuildFile; fileRef = 95CE7AF6752748DEF496A01D20EE6715 /* SentryCrashStackCursor.c */; }; + C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 955F9B02B0A73B3F6901E2D7FAF0E2FB /* RNVectorIcons-dummy.m */; }; + C13C2A021D7D570497FE30E224D3EAAB /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 393D0C8CAF7519BFB459FE83D66F0D79 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FBDB0F33840B2991036E73FA358A97E1 /* RNPanHandler.m */; }; + C1A1963BD34E7AB4093FA38CD9AAC61C /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9FE87B7FFA151727B87C560866E46C /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1FB00944137BC1A37D67821620B0045 /* SentryCrashStackCursor_Backtrace.c in Sources */ = {isa = PBXBuildFile; fileRef = B0AE53A4E500D807512AE3F411CD877F /* SentryCrashStackCursor_Backtrace.c */; }; + C210C21BAF4D26D1EAE5C85417F8EC31 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 01143D741D8440394A96C84D7F16CD48 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C22E630C3C4F37B3E7236782D990E3B9 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 283211F7E86A64E7F73F158C5D3945D7 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C23BA26D97C275E0433925B40BFF747A /* SentryDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FDCB75A0B7C1F8AC5B832FDE828F16 /* SentryDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C262BBFDD58CB24998F2C5BD44708B3D /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FCA119A34BE6ECC6A75399EB1D6E647 /* RCTFileReaderModule.m */; }; + C2965383E02C10061518CC568D9FD706 /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E1CD33DA47B8511CA8B089669EF840 /* React-RCTActionSheet-dummy.m */; }; + C2A80BD6D6E18BBDED239A0727B9882C /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFCC0291429334B422FE91C543DFAD5 /* RCTAdditionAnimatedNode.m */; }; + C2B89C41F55967FDF58E0B3A851F6EE6 /* SentryCrashCPU_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = A5C134FE46BBF65C5550965F431E1A40 /* SentryCrashCPU_x86_64.c */; }; + C2BD59F1E6B4A0D5C0FB4A5DEBBA0A35 /* QRErrorCorrectLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B9B9D9E081A6129530DFD2F4EAD331 /* QRErrorCorrectLevel.swift */; }; + C2D19922C5121260EE403FFCC4557EF8 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 35496C3DCEB215C36B107C526F0082D0 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2D51C708E9D01DD194BD1E0CFC80662 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = DA33CF7650085AC0F9370E03D17A2F38 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C33A6410B74034D5B9813B05DE2CE539 /* react-native-randombytes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E51C69189A731BD58BD84A2D59824A /* react-native-randombytes-dummy.m */; }; + C3C0CA72FB54A38BF1C06E4C3B8724EA /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FF952CAB7816F99525294440F478B80B /* RCTInputAccessoryShadowView.m */; }; + C449C362DE2B7E70B58C74B42E02F0D2 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE6DF1FC568DF2263C8ADD669601B07 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4B3263D2DF41B64F2A5371470AB73FE /* SentryBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = A671B7D6024B8AEB8B3EAD9ADC2B4C86 /* SentryBreadcrumb.m */; }; + C4ECB0C5FBCE8EB00C14D38AD7990B5A /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E42976366849F9BC73B52A235AE6AB97 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4F0808120BB6657C53002CE8A562C63 /* RCTToolTipText.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A30CEE5FAE392DAB653C9D4988A4B4D /* RCTToolTipText.m */; }; + C4FEB5E20F731BCDEAAA0F95CCE5AF99 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E7B1C43851377AAC0576C1281F2AD2 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C544F099C82F3EC2B33BC03EF6A8226D /* RNRate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D5949571B6553C24F8C264359D05B2A /* RNRate.m */; }; + C57E485B3515CD0CF0FED8867175FCE6 /* SentryCrashMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 18DEEE1DAD39DDBBB1AA16047347361E /* SentryCrashMach.c */; }; + C5B50F316ED2CCACC2E974121CE4EA0F /* SentryFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 039BA67EC98662015EF957EC99812124 /* SentryFileManager.m */; }; + C5EE00670523A419346939824EF653DF /* RNSVGDefsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AED5A04C008C5FF9B99DB46B744ED47D /* RNSVGDefsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5EE902FB72157AF6DBA012AD66A45D6 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39AB1FD218103F52773B906E13F79208 /* 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"; }; }; + C60F6D0E359850EBE2E0D7CCE8FC48E6 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB771FCE00591996B0413B6D76BEBE50 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C67F5FAF1D4CEADA237EA8D926335D88 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CEE0A8ABDBD9002B291696DB27CB2F /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6A2460FF914EC6130B85674B6B46FFD /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A199A5D0D88E183C15CBB59E1B39E62 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6C878665EE79CC71270D093189A5E51 /* QRPolynomial.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172ACFCAEDB28DA8BD9946B7F1335195 /* QRPolynomial.swift */; }; + C710874098ECC207E22252B66DF561EC /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = AA1E2E26FB1BD5DDCCE0B616F510DDA3 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C729563449313BC933F2F652A4091722 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C35CD55353D6EA9C6C2E80B296D4F441 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C75C201B0C265ED74BCBF683A0750D84 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0FC3161B68215AAE32BE363FDC43F02D /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + C803C77D602326E69B1F3678E14C697D /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 00F18980F21354A68DF5A306714B900B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + C815D4197155A0546E490F20EC4B3B73 /* Uploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6576D9B545BF33D9A526D6104B9F7DC5 /* Uploader.m */; }; + C867AABEF82DAF272478144AB80D72DE /* QRCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D7DC5B79264EBBBA9D498A74F21BA54 /* QRCode.swift */; }; + C86A3C9AF86EA1E6C86D9A9A2F5608BF /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 744920123C401A4FC5C9C83F8075D16C /* RCTSRWebSocket.m */; }; + C93143FAD54A30B260ACCFF89E30D4E5 /* SentryCrashLogger.c in Sources */ = {isa = PBXBuildFile; fileRef = D82381AF8CFAA3278E93094561D0BAD8 /* SentryCrashLogger.c */; }; + CA4E912E7BD24A7FCF155197EEC061CA /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14774C7C78C78C8B0B801D0EE689DAFE /* 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"; }; }; + CC5EF4A75164FE3420B586029B79936D /* RNFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB724F4FB9424F7EB55BB2524EF7FA6 /* RNFileSystem.m */; }; + CCD97531CBE007D0C78254C693622D89 /* Container+DeepSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 885E143CD13319580E801468FF4D7F91 /* Container+DeepSearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE9256B0117B5C530DBCEA03829B1D1 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DAF13D91BF4D016AC4B52C309C139F8E /* RCTWebSocketModule.m */; }; + CD4CB801D11BD2C95F0114BC34E786F7 /* SentryCrashMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = DACE0E215665626047DBE5A751313E38 /* SentryCrashMemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD9A1B31586C38DD5FD0B9BB25681E2F /* RNSVGTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C8B1A96B1B8375ED1E79C96AA29056 /* RNSVGTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE2EB11FC5DCE1B764DF31342E9C1190 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E3DE052E6EFA7A31C14C6BB17E3B40E /* RCTInspectorPackagerConnection.m */; }; + CE349F4B679046C74BA8BD6CE5164638 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3D07B9EB2440474FB8DB2C64372C4C /* RCTTrackingAnimatedNode.m */; }; + CE64938737F7504D139321626D55A2DF /* RNSVGBezierElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 204430216C5FC51A57CE69A29CC6C7F6 /* RNSVGBezierElement.m */; }; + CE826C65E5857D576504185B4536CCB4 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E4B0C96553962567B371C2A8B91C2CE /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE99182790608A4FFDFE107BAC95FE41 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6393D207F85F71A859DA79F87038695E /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEFC8A4792DB75332F5139E9FAE71398 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB4C4E287350556C18907C1783055C0 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF5EA4C6CAF0A9DC0F2691E77199EDAF /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 917DBECF412E2B129560EF143CF91654 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF65CE478901B9F252F63CAC7858AE05 /* RNSVGGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F35F6EBA7B7A039510BCBABE3116EC31 /* RNSVGGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFD2E206AD5FB01671F6166BCACE5603 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7321812F7EB01A41D02F4A864FA19F /* React-RCTBlob-dummy.m */; }; + D021E61DAE2EB8DF8991E7C7291CD837 /* BVLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 834F0161CBE98A967CAAC5E11FCCC584 /* BVLinearGradientManager.m */; }; + D04239AD24BC817C6EE53673A15984D7 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 9602E1E2DB29DF6441A5FFCE7B5B4A1C /* 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"; }; }; + D06902CE19976CA67DFA5516A9B6D361 /* Pods-RCTPrivacySnapshot-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3341E7DC1AA4A9DCF8E16EA1B406A4 /* Pods-RCTPrivacySnapshot-dummy.m */; }; + D12C177CEC5EE4460BB8288346EDA63C /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B291E3815C9F9425628AD4C3E547FFB4 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D1615FA56F1CAAE3F7DD1A68E5B6D4C4 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B33D500B54D13B64390ADAD76BEBACE9 /* DoubleConversion-dummy.m */; }; + D18345627907E2460DCFC8722B6E60A0 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = A334AD5C57A34CD17600F3CAD9179E0D /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D19429D106DD2411A30213649D5A66D7 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 656FB4C0C04643F98CD7923DF3FEB7AE /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D21B5E71597556F2F35791ED9DB12DB3 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1828975F59437040006E6F417B622A /* RCTImageEditingManager.m */; }; + D2887E525FBBC35D94BFA66A98D14CCB /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4D9648FD2C101ED691DF0B1B74E2052 /* React-RCTSettings-dummy.m */; }; + D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D55B5B91BE259FCC08E5FFB34A7AFE79 /* RNLongPressHandler.m */; }; + D2A19ACB62FA4EC315CFD56AE5FDAF5D /* RNSVGUseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2BB49695868A648D81B5456C0437D6 /* RNSVGUseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2AACB8B56FD93DEF561E0987D12189E /* EFWatermarkMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22546757719D644E1441859D4DFE2452 /* EFWatermarkMode.swift */; }; + D2BAD0D728317D6F340D1301013A5A88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0812E250D2442DF757352125385CC6A8 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D324A869357B797F126C128ED6D20A35 /* RNCameraUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CB98F7BD9526D306B3005E4E325B27 /* RNCameraUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3DE3147C5A98623F21234D735F0C396 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E54013158AAE8CCB142F6F2CFE2697F /* RCTDiffClampAnimatedNode.m */; }; + D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B43F7682E6B0950162423EF306175F1 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D46C3100F0897A55E4544BC41CF2FE57 /* QRMaskPattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61E3777D06CA11751866D6E567AB7630 /* QRMaskPattern.swift */; }; + D4C4770ED3FE41E0068B3D778D570249 /* RNSVGMask.m in Sources */ = {isa = PBXBuildFile; fileRef = E63E56C48AAFD10299A4BCD40B45B8B7 /* RNSVGMask.m */; }; + D51DD7F4DA7857279FE630E4DE9BA2A9 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B57716FFCF39706C590D0D6D470B0DD0 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D565D3ABCB9BD5427D5F7C129C827ED3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 98920F54EB9B81F6B308EAD5EAC930CD /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5A5FCA23D825558347BE7C1E4B0359A /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F012952FCD2814D0A3AAF6BCE221FC1 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 178AE29E3A5629C5423A93ACCA2E2BE6 /* RNGestureHandlerModule.m */; }; + D693FB0F377727DFA9A5E9B5A9E32B13 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDE576FFC86920D071A323E455A92CC /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D73C6B612567A86D25403C871E368C36 /* RCTToolTipTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C0656C48DF78A6B9D689A91466A99E94 /* RCTToolTipTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 776020466C1C443E6F61FBD9BDE8408C /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D787667C2D2409644E765FDAD4F77759 /* AppCenterReactNativeCrashes.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F146BBF2497BC1D01FBFB962764F379 /* AppCenterReactNativeCrashes.m */; }; + D79E20DD057C2766CBFA3B7EAAE50FF8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2485FE56F28D11AA5E41DC55EC2B71A0 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7C0F0A6E8C830988DF408695C905850 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF7DB2C678522565DAD9850E3DBAAA3 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D866E4A8069DD977414D409990F77130 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B168835416C82C978C9606DFAB731581 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8BF732F94396795F85EA94D6BD81B3F /* BVLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = B72050DE079EC6379C050330AFB70325 /* BVLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D92596FEFB5A3C414B968B4AF7F47E21 /* RNSVGClipPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 60CA3103EC78CD52F04C3BD1CE32D43B /* RNSVGClipPath.m */; }; + D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 941207A5F063B2758BDDD8EAA206D536 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D963504DDFE628A334281C13ADB7562D /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E1FFCFB1C2975197F621D93CBF4E5CBF /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D9BC6684A6AAAE51C992B9F9B4FA0F7D /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E59FE4358BA1016DA6AC148213E5E84F /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA406264579C558BF4CB0EDD23DEE12D /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = B1029D8A18BB286535B83EA863928817 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3EC723369E7F258438408605A6220A /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB639449C4374AF240E3EDD2B6BEF496 /* SentryDsn.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BA7F6AD4ACA2A816BE852478C7BF9A /* SentryDsn.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB6F91FF5241E32A924F7F7B9EFFE718 /* AnError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967E4CA72EA0B09D5DA8CCDDA1C4D8A3 /* AnError.swift */; }; + DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 339805ECE514528ECD877B361587B97C /* RNGestureHandler.m */; }; + DB991DB98BFAF7243755B7D30187A212 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F5D3CBFB4660EF9D20625D0E3E7058 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C1EC07D5D89C6C4F4F87347395D737F0 /* RNGestureHandlerButton.m */; }; + DBD7334AC9F5BACED891A41AE1B84AE8 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = DFDD2FB12C1FF51AFBD384EF8864661D /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DBE0C249E252BBB148808012D3D9FFDB /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D4DD4D3154BA7EC58DEE9F5CB777B3 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC1E4C0C77770CED4150E42AAD8F0846 /* RNSVGMaskManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 036218D36E16C935AD18BD691995B813 /* RNSVGMaskManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC1F851050F01BEC7725D62C7E684FD9 /* EFQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9801719E1E310403796E841FCDD64972 /* EFQRCode-dummy.m */; }; + DC24D5237CD9D588B29DAD8B055F5B28 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAA056F8A338487D1C4060F054A5735 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC4C3A10DAB5EBCAAC216566B77D8FEB /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AA15E29CDA62440389AFE08BDED7E374 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC9C5F3F2F3C5F5A4B40010C6F3F6587 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F730CED335DBA998FE1AEB8B78FE821 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCA49C465101007352FD1C22A4D36767 /* SentryCrashDate.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E5E3BB6BBD96E24B20BD2C67CB76D85 /* SentryCrashDate.c */; }; + DCBEA1B3615253EC0EE188A0207BD690 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF133094E1B1DCE349463DD7DCA43E39 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DCF9CC58FE4EBEAC8253F7413C82AE0D /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BDC7B492BF9A73947C688DA03C61BD /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCFC70D1E6652BD653C454CC36CF7DD4 /* SentryDebugMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = E22909A2FB378651EC580C4DE9D4310E /* SentryDebugMeta.m */; }; + DD512495704B20C6DDF508818113A2DA /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D0031E2AEB0D00F2C4480839E2AF1FD /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD880E4E71CCD111CEA3EE9638369B7B /* RNSVGImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAC0F42738C598020D0CCE58FDC3F24 /* RNSVGImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDDF7F37B00C6C13EA3C5909547A18F8 /* NSError+SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C4AADF49B885E393DF25ADD82110DA4 /* NSError+SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDE46881770B44FEA9A2C09431BD711E /* SentryFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E26061CDFF24DFCBCC5B40CAADBCDC /* SentryFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDF963C7AACE86D2464FD59B7741E6AD /* RNCWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE3D7C990F1E8925CA334D7A6A8FE4EE /* RNCWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE3BD24336AFE9F7B379FAD8E8E1DEEE /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F094C8B06FF06AAFCEB71487B2794199 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE60245EE2BBC4EF33BD83292CA035E4 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5444AC218AFDAB20F88CB5D2DB0D06EB /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + DE7E10E10AD312D606EEB088167450C6 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1885861C823C7F29432A94AC92F6DDCE /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEE7818E1C76C571C77F6408B5419879 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 69E85198AD4C708C0D3A99F1793827E6 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DF58AAAD93FCA7B94054F93E5D9DA542 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 935A469685AE44EBFE2FE3000B0E8014 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DF8357F33AB8E3AFB52840E1FDA4C231 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E617281B107781C0A373B4B7A19074EE /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0058738355C0756A8BA6821D6D4C26E /* NSArray+Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 305358891441BCEABF216654D5E659D2 /* NSArray+Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E03B9B45A563261F7C2011DF784A3197 /* Sentry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 345D1081A28C81125E2D1F1A92486C04 /* Sentry-dummy.m */; }; + E06D6B85B002BDF6F36A6A403E91DEEA /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 946320D2E570402939EB5E7B55FE73EA /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E088268A133ED2BB30952B9D8BF49E6C /* RNFSManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BBF5BE0556C7C6D542A0F97B6CEED78 /* RNFSManager.m */; }; + E0BFA808F7E04425E430178EAE231B46 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2049D0FAACF7478FC9FA9DE199F1B9B4 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E106FF054E79B5483F8B9663C1B2D54F /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B56B5846CEDA3AB2255A11825218D2C5 /* RCTImageStoreManager.m */; }; + E10D431B1E1839D068A474F6124AED8B /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 834BC6DDCC869BC2880A1EC65BF5E21B /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E17100D5FBCA5D908E69240AE73EBAC0 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D036E5820301662D8376C9A0FD0828 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E17FC1CF21D1840931EA86C57047723C /* RNSVGRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = AECBDAB464E583BAD51B10F880F62DFA /* RNSVGRenderable.m */; }; + E1B2CFD437317EA0D4E94057088E7290 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C02470826EFC509C64591B4590A38F2 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2085E49115FD57694AA94FFE8483F9E /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 085AC3228FB72148E83108C39805FA70 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E219822E2AD734AE8BB9A7DD2B542DA3 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7185F69E0F3A1BD1BFD2E397EE4461A7 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E235EE45CF3E8D7E937977FC10E14871 /* SentryCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 716C88365A961ECC700036096716D5D5 /* SentryCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E26AB37128156C320289172EEC78A95E /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDDCE39DE5C8E2D189AB2B1BF9B139E /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E285BE60D1B49EF3E472E6DEA2D2FE98 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6217AFB071C6444AF586BB562DB9FF82 /* RCTMultiplicationAnimatedNode.m */; }; + E2B209B8B23855827EC9746780CF742F /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED41CD76CD96F1EA263736FA18427C4 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2D5680D865A7A779E30A56775448426 /* RNSVGTSpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F1448C7C814351C9064C95F8A36F57E /* RNSVGTSpan.m */; }; + E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 39F2B2E36B6B39B3AA83721C62708502 /* RNDeviceInfo-dummy.m */; }; + E35AD6B11EC5935C064BE7B7735DC2EB /* SentryLog.m in Sources */ = {isa = PBXBuildFile; fileRef = E298BE0E95EC0CCFF3BD58B5335A1D1E /* SentryLog.m */; }; + E36A7B659DDAE20B8792C853544E5A4D /* SentryCrashThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C20EFFA97F0BE24E99780B750A872E3 /* SentryCrashThread.c */; }; + E36CA5D43E2E081032E6929C2B55D431 /* SentryCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C70E9F0175B94CBE1D30CFCC09C6134 /* SentryCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3CA7267796DF02EC9191B588D814037 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A124F4B15C8FF9C63A7DB1CF5324249F /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F576C4AC12DAD5A3EC56D064B08186 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F8D195CCC17D8638DE8051A63F91D7 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E402D29EA35AD392B051EA8089BC1328 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = A58763628CD23F78742A6232CC91FCB5 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E40C2BECEA47F07A71C58BC0C26BACD6 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B8FBC39500C8AF66F75033692B286FE /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEF7130964662CD68B739CCF9EE4872 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E441BC6F94181468789C51DEA473B31B /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE957CC5BE42C1E0AD9682CC990724A /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E461DEE902D46FEB24E0FA353D1F6A1B /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 642E8764064FF5F0287C2200A1548A65 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4ABDE7B1482F6C26FDFA9F042322CFD /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F843D085A82DC380F9185560BC5DD78 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E5457F0F27750119D9B2EF41DDC0558F /* RNSVGRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 314B75E421A836F3356A029FEDE5A56B /* RNSVGRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E56594303FC4D67BB5F676DE73563EC9 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD605D96DE70BA3E3BFDF5C4B4975920 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E5A6AD60B31EAD11E64D0099FF3C9F47 /* RNSVGLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5258938C6E535B80B05C09AC1033BC47 /* RNSVGLine.m */; }; + E5E11FCA1005B42FBD2CCA8BC06B7843 /* SentryCrashStackCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CABA8732283802571AF0D085B21B80A /* SentryCrashStackCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5E998AF738BDDE7759C1F5DE0DE5185 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D2B11A3E027D74EECCBD9A0DD4DDAC /* RCTImageCache.m */; }; + E5F865B0CAD55CA4CDF6A03D3C3500E0 /* SentryCrashMachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = BB08E7A4AB643388961C62D8A9335621 /* SentryCrashMachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F041369EAFF5E79038244858B7888865 /* RNGestureHandlerManager.m */; }; + E6089630DD522893DF41F8BB78849E41 /* RNSVGPatternManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE84CCEE1478A86349751578E8B33A05 /* RNSVGPatternManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E61193E5C70721148B212E81F6A200D1 /* swift_qrcodejs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ACD979482871D9434A26E02DEDB8A07C /* swift_qrcodejs-dummy.m */; }; + E6189E015BC4BB347602AACB7DC546AD /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF95D37B288061E0F6090F1822458B2 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62407A7B5A75BCB4314E0F2C8235FE4 /* AppCenterReactNativeCrashesDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9BF4B73F6A2F81F03490E3CC9B7B77 /* AppCenterReactNativeCrashesDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E682568AD06A0F1E6463D6DE85EC7000 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D4B9E2B75D77D7D84E6C07C31C87B55E /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6CEA7E023D25C778C7FBBE559443679 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 30499643ABA8569510FBC4222BF4F685 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E6FCE192AC0AD422463F984BE68C8FF3 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F27ECEEABA2555D0A61D178F63E47FC /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7354DAE4B8F4B992CC9CE7EF3191229 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A4D93264EEE621F0149EFABA1DFF87 /* RCTSinglelineTextInputViewManager.m */; }; + E77D84D05A80E3573C11FCE7A29D3BB7 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B2F193FE0017CAD8C97C72910F71B3 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7CC5A953543A4E7B5EEDED26777347E /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 808A1AA4269DBFB811BEC9881FAA74C8 /* 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"; }; }; + E7CDC7DCA915454C20D1E30D9C8846F5 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE04CB7E9FFB3C5C967E09DA231BFEB /* RCTBackedTextInputDelegateAdapter.m */; }; + E80B0D7FE80247B82498432779AA4E08 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 10CFB832159039144C4B479A7123503F /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E816EAC9AAFC30C84AC9A422C82AB797 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B497602546B744B9F91D1398DFD7A521 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8196AB9FC904C8DAADDE39C83C40696 /* RNImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 79F648C8A5C19B53D071B212D10F1E22 /* RNImageUtils.m */; }; + E82931D642BD7F294DE4ACC0D06AFF8C /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D96DEFFFA5BF3154D41B4DE3D42A47 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E84149241910F6759EC8069CE44BCFE5 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95818390406024A5A914FF1CBC8F413D /* React-jsi-dummy.m */; }; + E84BE2D4A1471D1C987BF8A66C1DC9F7 /* SentryCrashDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 0584CEEF06EA19113F7F7FD8C650AF85 /* SentryCrashDynamicLinker.c */; }; + E87DFCD85D14C8FA059882FB573D7A33 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = F2896B2B261E29D39E6EBB272A1EE82B /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E8F16704AD01D60588E7FC3CDD17078E /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4328F6542E7460301A0CDC7F53254766 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E90B927499B48F81A40091270F0B3303 /* RNFS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E3FCD1DC0313979400CE922F93B7348 /* RNFS-dummy.m */; }; + E937420B0051FE5DC6FC89D6A596C4ED /* RNSVGTextPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B03FC454B0E1AD29EFF316EE474D8C5F /* RNSVGTextPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E97735A4C85836AF818254A18A03AC69 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 832C3894C6D237364EB506B811ECE421 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E977BA8106D7E726999810B7F4813B09 /* RNSVGCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C5BF1CCEA4F9097FE2B213F512453A2 /* RNSVGCircle.m */; }; + EA000C8AB1B860FA67E1331B14DAEEE3 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0656730265BD8723D8F3DB23E2AA0C55 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EA317FD5D355296D0721C2E79A1F6AA9 /* NSMutableDictionary+ImageMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C0FB79CE9C8823CEAC1EB2B12575F86 /* NSMutableDictionary+ImageMetadata.m */; }; + EA4CB3D4F47766AB8FAAC452209844D2 /* SentryCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1408AC5685CABFC4E8797CD69D1C3859 /* SentryCrashInstallation.m */; }; + EB46B3B4EA70B30436CA9804A394FB32 /* SentryCrashSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A032C325B427281A16A6D23089F3AB /* SentryCrashSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB678A82CD98CBF21F43E06BA54AE41E /* RNCWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 498A066E45D39C0D8B6C0D229026DCA7 /* RNCWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 30E53D34722DAFC2D7F6C6A2B2266AB6 /* RNGestureHandlerEvents.m */; }; + EC783B02A5CB19F50CE3248D3F3D7FE5 /* RNSVGBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = B693C55652CF3D4A8F6C8D0F92B61AD4 /* RNSVGBrush.m */; }; + EC86169E6AE84B5E0E4E1A89EE6DCE9D /* RCTConvert+RNSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = D504987D4816B7C500632879EC9E2518 /* RCTConvert+RNSVG.m */; }; + ECACBF74BA3419F57E1C5F83AED30E78 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DA0F25663299DC3E4B40C98D7C83DEB /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ECE5B47620D9B8B4990474432424FAF8 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 834A169AABC15CD1FC5AC40204DF194C /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ECFB36D01C276DB27791551B766811B9 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03143F8A9FDA69F3FAF5F2D508BBC7C9 /* 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"; }; }; + ED933AA121D7E6806D8E069267B792FD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 21F134746F88087136C76BFE657B3C1A /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDAAF44A35A9AC5AE892A724145139CE /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DFE788A4E8736E9829309E2840594A1 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDB35E7951E2B6F19C4E899423F05DC2 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 23C79358E28A8ACFD74D7E03EA871D1F /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EDB7542DAE28813BD58E89992BA03FA8 /* SentryCrashExceptionApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EECBDE0C5781459691B4E78B06FA706 /* SentryCrashExceptionApplication.m */; }; + EDB8CC412BB3E6AF981A962C7E6135ED /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C81AE4C0FAE047594C2EF16A5F8AC04F /* RCTVirtualTextShadowView.m */; }; + EE4BF73B167C2C69CC90A64A524DC873 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4119ED026DBDE72160E66C132B909CC4 /* RCTReconnectingWebSocket.m */; }; + EED587D22A8DBE2B04BF8041E35E22A6 /* SentryCrashStackCursor_SelfThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FE1FD0AE83DDF166F41107074F57BF4 /* SentryCrashStackCursor_SelfThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF1153F22797C296E8BBF4BCB17503A /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DD9BC77E8656032BC3BFC51BA9FCAC0 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF08098083084E062B00547BB9ED78B4 /* SentryCrashSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 517D42D702D446C206808D48BA5388BF /* SentryCrashSysCtl.c */; }; + EF31457AE408A22E7BCC33FB6C11DF52 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6445BD18A3A8C679B31DA04FBC364C13 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF55B2D101F8380FA0B5E630A3EBA31C /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF3A564111549C0A811B742339868DF /* React-cxxreact-dummy.m */; }; + EF8DC51D62E9F2845684A56BB1F8BBD5 /* RNSVGEllipse.m in Sources */ = {isa = PBXBuildFile; fileRef = D13CE20097FAC5E32D6D89AE6473482B /* RNSVGEllipse.m */; }; + EF8FC601463221976CE604D3D6572516 /* SentryCrashMonitor.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F18C99237BDED3D5A832B1DDBCCEB20 /* SentryCrashMonitor.c */; }; + F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F6931E0653ECDB7583F75996A5BBD0CB /* RNPinchHandler.m */; }; + F143A891FDE11E5942507D3A02FDB870 /* RNSVGTSpanManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 352ED3951BAD605BC7961B7070970E0D /* RNSVGTSpanManager.m */; }; + F161F57F031C738BDA7B541943ADE406 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3536E25BEB6DEC22D79076B7A143A44C /* RCTGIFImageDecoder.m */; }; + F24458F77E711CBDAF91487694093589 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A73B1C157427008B9E63DDD2FF4CFB4 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F248078A95F5CCE9DAE37076C105FD1D /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = E1218195BB5C1E295B77E1F9160468C0 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2871A992DC0D12D5E55A732E9881B5D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D0AB2A394B4452CBF0307FA494AD9A /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2BE2E30D437362A4927E54A64FD3394 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 33183D8B1906A4457FD0E5F2B4067D53 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2C135838D9CB3E222E35D4DD8E87421 /* SentryCrashSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 46FE5E050A439831F60FF9B820FF3493 /* SentryCrashSignalInfo.c */; }; + F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6379C2BC65C297B71B457228EC2AFA92 /* RNTapHandler.m */; }; + F2E86088BE98C967D258CBA259A2F1A7 /* BVLinearGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = F766F0901FB036AA25E497B6FB6D6B89 /* BVLinearGradientLayer.m */; }; + F38F2A018B42037B5338BC26DA4BEF46 /* Container+DeepSearch.m in Sources */ = {isa = PBXBuildFile; fileRef = E172C51CFFAE212CA7983E44E1FB4F60 /* Container+DeepSearch.m */; }; + F3900C767C910B42F8FCC8DBA03C9437 /* RNFaceDetectorModuleMLKit.h in Headers */ = {isa = PBXBuildFile; fileRef = D1FD8CE75C9FABDECD879E3B20AEAD9B /* RNFaceDetectorModuleMLKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3B2271F8A56548FCD4B03B4F63F68AF /* SentryCrashReportConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D057B9EE327CA6043335C23FD778CB1 /* SentryCrashReportConverter.m */; }; + F3B5E83F75FEBD84B619A3B0FC7E7519 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = C50F22C648235C2CB403892975B8BBC9 /* RCTBlobCollector.mm */; }; + F4017BFFF0EB31F38E85F84CAF286873 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FE829DE0F20B0A2413CE243377CE4CE /* RCTBlobManager.mm */; }; + F43336337F648766E1B929640C2D75FB /* SentryCrashSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F56C1B12F464FECB9B1EBC7209867B1 /* SentryCrashSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F492CB70045EBE3B0D2B9410A7330C78 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E275935BEC086CD43E604FBA3CA9CA6F /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4C114C2134B2469345CCD9EA30DB559 /* EFQRCode+GIF.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96E15377C2BB1F63859863D5AB33EF9 /* EFQRCode+GIF.swift */; }; + F4CCDF8D76D015BD9A70C91FC021D0C7 /* Pods-TcpSockets-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE8882FEDCAE1D97EBE03AB0CDFBC01 /* Pods-TcpSockets-dummy.m */; }; + F50F583F0626674D1AAA7AD8B24EAF7D /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA099AFF624DB7A105FF376F9338848B /* RCTUITextView.m */; }; + F543535BD68E63F93B5CD728A9D84768 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7007A5439FACD80A713F9F359BC05BAB /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F557D4AE13C29451A07CD5917A029F76 /* RNSVGPainterBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 6673D4CB68883BF38C9E966A139BB0D2 /* RNSVGPainterBrush.m */; }; + F57D5FC70212097BAE741264595BE488 /* SentryCrashCachedData.h in Headers */ = {isa = PBXBuildFile; fileRef = D631694F54CA73C82BF307155F03534F /* SentryCrashCachedData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F60797F732DA4045FE8C155B171481C7 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E498DCFE6A5C35ACF91A184EACE666 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F63F5EA2F407873FE3D4E5CAEE479F4A /* RNSVGRectManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30C51CCAB3B319CEB62D16D34C8FC79E /* RNSVGRectManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F649255652EEB88901BB82422E7B8122 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 38446F4B089315AFF031233DC0C35D6D /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6CB0F761F5AFD79C3A0AD8720C4829D /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 715D568FD059AEDEE417A1DA70C6971F /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6F49565921F9BBBA5832BB8841452F1 /* QRMath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB96DF7FE0204404E5B5D63FD9C807F /* QRMath.swift */; }; + F74BC6B33C7308F49F52A842D7532CD4 /* RNSVGPatternManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABFF39C66840BF747FE62CF9C67233C /* RNSVGPatternManager.m */; }; + F74F242E53E30F648D8582E009E77DE1 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = FD64A057049772242D28DB59E563BFEA /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75DF13F9787B17C8EE894C596FC1700 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D2E0443F5349E68AB4F7B4BC1BFAF25 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F779EBAF63A1971B8FBE6DA8F1D5B2B4 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 735500A8AD9DC34B205DE9903FB7C68E /* React-RCTLinking-dummy.m */; }; + F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 28DDF2824F66B577893DD4E9230BD143 /* react-native-slider-dummy.m */; }; + F7AFABDE355EBD92C20ADB6CE0DD0256 /* SentryDsn.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C8F2F910C152F2A9E4EEA053BC0B457 /* SentryDsn.m */; }; + F85F35980028A0413819AEA8013CCFB9 /* SentryCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = AC266025E8DCB80CEC5A0E717DF4CF89 /* SentryCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F87488FE712F02645D60F46CAEC7E8B7 /* RNCUIWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F5805C7664D58265D0D9BE7E939CD91C /* RNCUIWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8CA75135C83045053505B0266C5BAE0 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = B489829D0E0E3FD3ADD24D74EC73215E /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8DD35C7340006FED7278D49D26252C6 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BDF3D6D08CB27FF29B41765730B2EE /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F90009AED2C7C08B0A4C67F6DF8FC63A /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2415B2DB02975E7BDC3A2F2879A61C00 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F9B50D585C4757EA805ECF3309039B38 /* RNSVGGlyphContext.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EC175F173A8939B8AB079C802046BB /* RNSVGGlyphContext.m */; }; + F9D1D0220F86690D28AC6EDAB0116AAC /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6826DE4B89C2736246446D834D6DB95D /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F4AE2BF7D050D92F332218D9AD9402 /* AppCenterReactNativeAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 16F13A4858F12C4F42BFA009B8ACF617 /* AppCenterReactNativeAnalytics.m */; }; + FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AF32335FE7FA779FAB6BD7990381693D /* RNVectorIconsManager.m */; }; + FA82904765625A88B932731EAC10D860 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = FC51F716AEA5EEE9393FBC343ABE9FE9 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA846B485615AE3830C7FCABED247116 /* SentryStacktrace.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E2042F4347B4265C68A8A5E7686746 /* SentryStacktrace.m */; }; + FAAF6808D3CABB7FD381A0A093272924 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 00AF84D0CBB981136A838E503DB9140E /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAE17357031B6FC0A8347D3EEE75D839 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CCBC37C7B0D2ED9D02D09B67A5ABB2C /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB4524526ADCCAF617245676C0A1A973 /* SentryCrashCPU.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E1AE8F2219BBFB4B9F84B6F8415367 /* SentryCrashCPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB72FD83F67C894AD142EB1845000CF2 /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = C10519C27903C13D659110A156E084F3 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB842F512346F2DE7EED4063B66D526E /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A38C3DC74C37A94642DD3EE6A7E8488 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB8A6B8C4323F0A8BB2C6F072F228FE3 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C4C035C56AF9E01AFD0C238C2540EC /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC8B2623A134BF67BD953E7E359E13DB /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3088BB5B39AD709C4BC57C7304B3436 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC8C223DDE0436FB176BC6DB04544A23 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 674DF815ADF3E729921A5BEE170E7CD5 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 041F216500305518CBEB73961881C214 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCAFE1D2DCAD1FF1CE51B82D92E8BF24 /* SentryCrashLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A274E246037DB3C5418DA9785FD9E61 /* SentryCrashLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AA7BDEDC1F7B983F3C7168026B82064F /* RNDeviceInfo.m */; }; + FCEF70DC9E98EC7F65147CA7E67D8034 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B28590EF9796B533FA2233F2FAE63454 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCF035502F0057BB2ABA3EA73AD4AFFF /* SentryBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 067700D39B11594D1B6A6FA66A7CF916 /* SentryBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD2999D7EB127599AF527CC57BC08C9B /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 385E5E9282513FCB25A4AEFE029BA122 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD79A0972037D97DD904AD868F637ACA /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 438B64ABF674F5E8365F3F26CCD9D07F /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD7E7C8AB2902EF33B18025398803409 /* SentryCrashFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A8D5D6CF6CF87D43CC8D196011FF2F8E /* SentryCrashFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDAFB8D85A41E7527BA3AE5D3369CE8A /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D443DC7520B4D16C720C12A1510B98B4 /* RCTSubtractionAnimatedNode.m */; }; + FDB75B08DC42A698366E3F5340623F91 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9145EBEDD800D925EAE8A66B6826798B /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FF1AEEF90482EB580B66C52AA44B80BE /* SentrySerializable.h in Headers */ = {isa = PBXBuildFile; fileRef = D56D21F90EF5A4D3C39B80101D655B89 /* SentrySerializable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF1D187C5F01F2082676C4EFA6BF7D96 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB6045A4AD9D97E866866630CF43C95 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF2A7D713C963C06305DBC3F468717D1 /* QRBitBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606E4D4B86D0A6440987790CBFE8ABED /* QRBitBuffer.swift */; }; + FF743E7D0A19DF0B0639BF0DAC3CCBAE /* SentryCrashMonitor_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 686AAB4426ECD97CB2F3C2AE3A7BF767 /* SentryCrashMonitor_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF90E21545DFBE5501685E3C28B5C064 /* RNWatch-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5AE8233DD575E5E6217F5A42FF3E8D0 /* RNWatch-dummy.m */; }; + FFAA9A660853A51BDA035FB66E8BFBE0 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 779AB1183373A71658AFFC99B8113519 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FFEAC5EA805B3FD85B909B5001ED2866 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = AE8F15501F5007A9648687CA1172923D /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1105,12 +1142,12 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - 019ADA514F07143C30CF5CF28DC52ABC /* PBXContainerItemProxy */ = { + 00A36AC20A827EF4FEC908441EFDAECE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; - remoteInfo = "react-native-randombytes"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; 0208C021F875B0DD561FFE8D59E9C27A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1126,6 +1163,13 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; + 02CDEBEDD97F208047F401A9F635ABD2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; 030602C0FD34219AA41865539D32166E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1133,131 +1177,152 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 06F6C4F8B57A6603815984AF326B723C /* PBXContainerItemProxy */ = { + 047085A6D2C5FA4DA079D26DAFC088F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; - 08BFCDA1C1AD0A34BB1D6BF5D31A497A /* PBXContainerItemProxy */ = { + 0620E0B2E3967770CB56CF50A0A525BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; + remoteInfo = "react-native-haptic-feedback"; }; - 09A90FF5971235D7ECFD8627A9E19437 /* PBXContainerItemProxy */ = { + 0632337AF911306C25C7C1444A862F73 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 0B342DA76A42C6D4C5C4FF73FF3C2AE1 /* PBXContainerItemProxy */ = { + 067E8646BA55B698503B460BE244E64A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 0BC529359D78A0289F24CE49F4AD481E /* PBXContainerItemProxy */ = { + 06A2F5E668D21756D19F035F7CD6BE2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 345DDF896F8EC59B0A489DED760BA579; - remoteInfo = swift_qrcodejs; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 0C5A6A2FC93880224BE19D9473993FCD /* PBXContainerItemProxy */ = { + 06FFABAD35504C84E675F921030EBAC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; + remoteInfo = SentryReactNative; }; - 0E582758246685E967C53B5DFB497C64 /* PBXContainerItemProxy */ = { + 09335222F2DC28F18EB6424CED7F29D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; - remoteInfo = BVLinearGradient; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 0FD6A4ED78388214475895E97458EB68 /* PBXContainerItemProxy */ = { + 0A893E018259D9B6C8C66F2BCC914F8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 104C979F477F4D8A647CCC02A7E76171 /* PBXContainerItemProxy */ = { + 0B5AF7B70227FEC986F2CE8A879A17C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 115ABA25916C3A3378CFD84785BC340D /* PBXContainerItemProxy */ = { + 0B5BC39B9F3A29A994F32956C611BF52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; + remoteInfo = RNSVG; }; - 1176A6CDE1770C1FDB3E23713CFC4642 /* PBXContainerItemProxy */ = { + 0BC18B6EE6010EDED5281E6CA552DA96 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; - remoteInfo = "react-native-haptic-feedback"; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; - 11820B8689A232129CFD587011DC264B /* PBXContainerItemProxy */ = { + 0BC529359D78A0289F24CE49F4AD481E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 345DDF896F8EC59B0A489DED760BA579; + remoteInfo = swift_qrcodejs; }; - 12E159DD8730CF7E15ED01DC06E7D378 /* PBXContainerItemProxy */ = { + 0C46322C6C7CFF2A6280C685C8F31CF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 381D3FF7291671603AED3955D4DC897C; + remoteInfo = "appcenter-crashes"; + }; + 0E78C6FD9245EFA4F6C0EBD69B050F9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 0F074E8B44A6ABE1412BE348FB88BEA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; + remoteInfo = BVLinearGradient; + }; + 0FD6A4ED78388214475895E97458EB68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 133B4EFA1ABACA9C4A0E4657730BDC85 /* PBXContainerItemProxy */ = { + 11820B8689A232129CFD587011DC264B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; - remoteInfo = Sentry; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 13FFE340357A3142947C05CE6DA1FDA6 /* PBXContainerItemProxy */ = { + 124FFDF1023D31107864673062625EE1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; - remoteInfo = "react-native-camera"; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; }; - 14BBB8EF50B2EF998FCB5914D8D89980 /* PBXContainerItemProxy */ = { + 12E159DD8730CF7E15ED01DC06E7D378 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 152A416299842BBBD6B16C01E5F30C13 /* PBXContainerItemProxy */ = { + 14BBB8EF50B2EF998FCB5914D8D89980 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 15361849E26287F97F55436CF35459EF /* PBXContainerItemProxy */ = { + 152A5A29F00B9D62C7A751A2805C5B77 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 16176FD7E5CCBCA9ADCC978C97CD5547 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1266,19 +1331,19 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 171550B569D3D1288EC3CF17405199E0 /* PBXContainerItemProxy */ = { + 1801298719B9674C7726B3A764DCF2AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; + remoteInfo = SentryReactNative; }; - 1798F20452299894236193E6118C97E1 /* PBXContainerItemProxy */ = { + 1814836D042F2E269C7DAFC8A57DA3A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; + remoteInfo = RNWatch; }; 1B209875BE1A2519F69D4DFF0948FFAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1287,13 +1352,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 1C2C50C4F53E27DC77BC946EE7EF9E29 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; 1C40D4C4EEEDCB446324416F8108EEC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1301,19 +1359,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 1C7A299CF3DC359B4B8B1EC785561B02 /* PBXContainerItemProxy */ = { + 1CEC968B400264B8BE6B56BA51975713 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; - remoteInfo = "React-DevSupport"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 1D3668C4D91871EC0B759AA0973BAC0C /* PBXContainerItemProxy */ = { + 1DB005AF1D6600C9CC2123D284969C9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; - remoteInfo = "react-native-randombytes"; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; 1DE2D5645BE926C04286ABEE228C8483 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1322,12 +1380,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 20F67E0670EF042C90F23F038E75DE56 /* PBXContainerItemProxy */ = { + 1DE6B9D47323C3637E28F3E173155622 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; - remoteInfo = ToolTipMenu; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; 213C7F92A4272371DAAE30DB968129DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1336,12 +1394,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 21FDC9463418D7C13B6EF341CDB8B06A /* PBXContainerItemProxy */ = { + 21753668AF3666F71D8ACC31E732D228 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; - remoteInfo = RNRate; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 22774AAD85F2BA105CB3D68CF7D1BA16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; + remoteInfo = "React-RCTWebSocket"; }; 2473E6F7BF2CC2F40C1F20CEC64D44DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1350,68 +1415,61 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 29411A4CDB06E8E7A6A40BB608906151 /* PBXContainerItemProxy */ = { + 267A016B487B65E6F9A32965BE7E77F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; + remoteInfo = "React-DevSupport"; }; - 2A18C0749C4A2B6AEB0F4F0592F80ECC /* PBXContainerItemProxy */ = { + 2759268AAD8478A22D45A69C44AE83D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; - 2DBE67DBBDFD17A26AB406B2B77A146C /* PBXContainerItemProxy */ = { + 29411A4CDB06E8E7A6A40BB608906151 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; - 2E61C593A1F61E22593803F6E5A74EE0 /* PBXContainerItemProxy */ = { + 29C1150B2E7E0C4FA15822D34EF4F868 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; - remoteInfo = "react-native-image-picker"; - }; - 2F27A4576A27206C6C55077B29855ADD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; + remoteInfo = "react-native-camera"; }; - 2FAC08189BCF3956DA21FD6897092573 /* PBXContainerItemProxy */ = { + 29D90A737E4AD6F8C853A1FA26AE3D91 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; + remoteInfo = BVLinearGradient; }; - 3018FEDCF2ECE162112AF3E59E887062 /* PBXContainerItemProxy */ = { + 2D626761831DAA75D36EB2827274483D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 305E6500047B4B08C287A509BD198120 /* PBXContainerItemProxy */ = { + 2FAC08189BCF3956DA21FD6897092573 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; - remoteInfo = RNSVG; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 306EB641F25C6271BC9DC233C75BD1D2 /* PBXContainerItemProxy */ = { + 2FD3C482BFED8666FC8A9A4F5130CCAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; 31A7D1815E80B7127D9CA00D46C29152 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1420,131 +1478,138 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 3385CA3DF2521B3A3E424480ED83DCF1 /* PBXContainerItemProxy */ = { + 3321CDD3EEF3C09B7BC823A8D11A94D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 345E0114AF82AC27DBA471542EABD512 /* PBXContainerItemProxy */ = { + 333A7E9F22710C7B26152599608BF154 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; + remoteInfo = RNWatch; }; - 38AA1A83CFEDF39CFD95CCEA84D826B7 /* PBXContainerItemProxy */ = { + 35022F6B1DEABC55914FB795E946F52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; + remoteInfo = "React-RCTWebSocket"; + }; + 3543ABDA65EEB566213CB2202AD60823 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; - 39A6DA3C25DD5BDE15F609C9CAC8813A /* PBXContainerItemProxy */ = { + 3553672898B6EA70263E47AE24FC4EBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; remoteInfo = SentryReactNative; }; - 39CC355B6ED123C2321D8D5379AC7510 /* PBXContainerItemProxy */ = { + 35AFD99FD7A385DDF623741B80F2902B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; - 3B4E4CC1DFB0FCF2DC4757319B2CD6AC /* PBXContainerItemProxy */ = { + 39AA537BE9EAE66331F2F35CF106C320 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; - remoteInfo = RNWatch; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - 3B8430F708715668E209375A4216A648 /* PBXContainerItemProxy */ = { + 3A23D462EF636BB4B94C105AF00D3BB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 3D35E1F835BB884DF3A6771D6E5D4B31 /* PBXContainerItemProxy */ = { + 3A491D007A51F83A3DA20CE61A43ED8F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; + remoteInfo = "react-native-haptic-feedback"; }; - 3DED13FADA6BA14C4D8D2F0E5C93596F /* PBXContainerItemProxy */ = { + 3BD8D31E34AF339CB8FB3FBF748BA32B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; + remoteInfo = RNSVG; }; - 3F65FA075E2A822DEE8CEA585F3BF580 /* PBXContainerItemProxy */ = { + 3D7643DAAC7D9A20106B9C9BB2511F3A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; + remoteInfo = yoga; }; - 407AA5F6609DA768F87C2BD07E814573 /* PBXContainerItemProxy */ = { + 3F65FA075E2A822DEE8CEA585F3BF580 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; - remoteInfo = RNRate; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - 40B56D42C05A874AAA7B7E2991816C61 /* PBXContainerItemProxy */ = { + 41A5CD82E801B9F4B0D87742C779F9C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; + remoteInfo = RNFS; }; - 4169B352F4048F45931005BC84C21E61 /* PBXContainerItemProxy */ = { + 41B411603584E34BCCE714A533C911BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; - 41B411603584E34BCCE714A533C911BD /* PBXContainerItemProxy */ = { + 435E4EF185BEF201003F70251AEF33A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 427DC7F82909539F09B07D2A848BCE42 /* PBXContainerItemProxy */ = { + 43712DEBD1875DBDA0B9347251830C13 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 435E4EF185BEF201003F70251AEF33A9 /* PBXContainerItemProxy */ = { + 43C4FECF23C771D61BB823144A35E6C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 43FD94D85C19085C9B237259408DE0C8 /* PBXContainerItemProxy */ = { + 43CBBA2DB340259EF56ED3CAF828E2A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 46586E8882BB33F949EA56F447FBE216 /* PBXContainerItemProxy */ = { + 45D3664D13EB4E9F2B2E4978E34114F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; 46C17A4CE643C72C75BFC8D62D199E20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1553,33 +1618,47 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 47407D6A569753FF622168D6CF9B55F3 /* PBXContainerItemProxy */ = { + 47247A0F8560484EC9A8ECAF8FB6F67B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = CE48BB29E46F9AD69809DDA4EBA58279; + remoteInfo = "appcenter-analytics"; }; - 495BE717EC5A8B71958B798C4EF6B74A /* PBXContainerItemProxy */ = { + 48C33A258163933DF46A27B34F49262B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; + remoteInfo = "React-fishhook"; }; - 499C5142418E92DC8D35A83A0B9B5933 /* PBXContainerItemProxy */ = { + 4A41F82521A3A2ABC0CCA4AA43958F84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; - remoteInfo = RNWatch; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - 4C9F33B5F682F7F92A36C7CF1D2B3CCB /* PBXContainerItemProxy */ = { + 4C82760166B5F14C71A8DC716CEA71AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; + remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; + remoteInfo = yoga; + }; + 4CB0DE52232ED5809B26930B715A7A54 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 4CE988761313E6432A90CE40AA6B869C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; 4CE9A46FA4BAC9C63B2F58ED76D69876 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1588,75 +1667,75 @@ remoteGlobalIDString = 4B97B69C9C0EFA8C1D26B782223AE6EE; remoteInfo = EFQRCode; }; - 4CF14C94424A8ADE8CA5FA3D9C8EBEB8 /* PBXContainerItemProxy */ = { + 4D68ED2545FDA951CC797E220989477B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 4E81DB97F28DCDAABC674BA48BBDD051 /* PBXContainerItemProxy */ = { + 4EA38AAE5ADE674DCBA667A29FA40F28 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; - remoteInfo = Sentry; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 4E9220E8EB713F7F67A4FE3468C9EFA4 /* PBXContainerItemProxy */ = { + 4EFD49A69256CDBBFD16241D8765A622 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; + remoteInfo = "React-fishhook"; }; - 4F3DB4C0E040EB63328BB7AB822F6792 /* PBXContainerItemProxy */ = { + 4FC16753F525CBBE0534955973818FF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; + remoteInfo = "react-native-image-picker"; }; - 50835BB82D758EFCE0424991E74523FC /* PBXContainerItemProxy */ = { + 50AB62E6064CB9CB2DCFDB8E9D675F14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; - remoteInfo = RNWatch; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - 511DDE91CD7B16AF8A6C0A6AF459BB4D /* PBXContainerItemProxy */ = { + 50F5FE8F581953382DA3E71C49888F3A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; + remoteInfo = ToolTipMenu; }; - 5221C2E991CB3BA0233CE1F1AD5F8D14 /* PBXContainerItemProxy */ = { + 511DDE91CD7B16AF8A6C0A6AF459BB4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 5494748758578D93A7F6597C3833E16A /* PBXContainerItemProxy */ = { + 524D89628E8721253577986A5DB8F410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; - remoteInfo = RNRate; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; - 54AF9CDB56753666A7BD881605B2292E /* PBXContainerItemProxy */ = { + 5329411717C4DDCFE2AB3E14D513476F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 57C560EF5A1A591FD7B54813B5ADF8D1 /* PBXContainerItemProxy */ = { + 56924F196821758B3D0CC8521E960DCC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; - remoteInfo = RNWatch; + remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; + remoteInfo = Sentry; }; 583A8B8F46101957C4AD875BC34CDCEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1672,12 +1751,12 @@ remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; remoteInfo = "React-RCTWebSocket"; }; - 595FBBAE5A57E254E2A1D0949BF54954 /* PBXContainerItemProxy */ = { + 591BC98E29F9570EC07C19D965A54766 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; + remoteInfo = "react-native-image-picker"; }; 599E4FC0AB28E4C3E3B6271D94B776D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1686,13 +1765,6 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; - 5A4C844FB9A972D8513078EB4110694B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; 5A5D5A1C1F9F3AE219FFCD821A7410D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1700,19 +1772,19 @@ remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; remoteInfo = yoga; }; - 5B0BF9B16DA91667A7B4D3CABD8AB35B /* PBXContainerItemProxy */ = { + 5B52145268F71C2D56311E3F8F33249C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 5B4CBCD0414C5CA2374E77A5BC31A1A8 /* PBXContainerItemProxy */ = { + 5BD92A707149F5517BD3E587A11E411A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = CCAFCDBA3C5E0DEB28ED2F04E87FF92F; + remoteInfo = appcenter; }; 5C4BDB175A75F482CACB1CAFB77D9083 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1728,41 +1800,55 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5DE373D5312800D7CC778615E5342A43 /* PBXContainerItemProxy */ = { + 5DF404A66B05940AAE7711C56400A3E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - 5EC6878CCBE0F83DC05E4B014CFB05F2 /* PBXContainerItemProxy */ = { + 5EE846EAC0003C020A2A05C66BBDC84C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; - remoteInfo = BVLinearGradient; + remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; + remoteInfo = "react-native-randombytes"; }; - 5F4D1AF88DF019D79AA0680B8C232B75 /* PBXContainerItemProxy */ = { + 5F968529FD928EF9CC160206846CBEB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; - remoteInfo = RNSVG; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 5FB6F20E8AF71295237AF9145E2D3430 /* PBXContainerItemProxy */ = { + 5FE6A932430736BB454924356DAF0935 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; + remoteInfo = "react-native-camera"; + }; + 604F4B0CEFF5E6933156E46D0AD18F79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 381D3FF7291671603AED3955D4DC897C; + remoteInfo = "appcenter-crashes"; }; - 63B7E76FB3E618EA4DA83D8361599D1F /* PBXContainerItemProxy */ = { + 60D0BB74EDB0B54242009169848E4D6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; + 63301CE447D1373BDD02B5E158E0A83C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; 65810A03565E0FE492E895FE41027BA6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -1770,19 +1856,40 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 68A6F86594751FF02644C6DD29CAE72C /* PBXContainerItemProxy */ = { + 65F84732AEEE57D8BFDC54B414D1E1F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 68983F0D1343E07597B2ADEF412BCF4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 68D4565E66DF8A0BE294167169C0C691 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 6947010ECAA2B235F2DA589AE32EED66 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 68F00B1F8530BC9F1C3CE3BF4B9793CB /* PBXContainerItemProxy */ = { + 6951F43D272FCFC8F8B189E667892F07 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; 69672957D5EAEE474B53FE33515FBF2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1791,26 +1898,33 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 6B8724347720480F8E4B0C613491A417 /* PBXContainerItemProxy */ = { + 6B4E207916437C1DD1A7B1CEF37EC241 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 6BDAC3EE165D1CBE9C6755FBBD22E9DD /* PBXContainerItemProxy */ = { + 6C0511782CCF57BF24C84168E484621A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; - remoteInfo = Sentry; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - 6E2E6360AD4EB2C105D02C123A6AB407 /* PBXContainerItemProxy */ = { + 6C7336B1D8DFA2EFA8891C864D60A455 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; - remoteInfo = "react-native-haptic-feedback"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 6E1A95CADDAB1A5F9BEFBE6F55EBD7EF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; + remoteInfo = "react-native-camera"; }; 6E341C70054F6421256E8CB9CF9866E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1833,89 +1947,75 @@ remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; remoteInfo = "React-DevSupport"; }; - 6FDCB893DEEA3C90C45A06944C2ACB92 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; - remoteInfo = "react-native-image-picker"; - }; - 706EBF7922F90D58C26B3EB7BBC46A2C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 72BB031569720B4BBDE6707577C8CF2C /* PBXContainerItemProxy */ = { + 6EB46032B044BF1521282DB0B1C63A09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - 7371FFF1B0AB23E2767CD1ADEFC4CCFA /* PBXContainerItemProxy */ = { + 6ECA7D9DE4A98488590EB5177969FCB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; - remoteInfo = ToolTipMenu; + remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; + remoteInfo = RNRate; }; - 751D7211344CF5582E1F2AA39AEE6EAD /* PBXContainerItemProxy */ = { + 70A35288714A1B4D8E0DE4F626304234 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; - remoteInfo = ToolTipMenu; + remoteGlobalIDString = 381D3FF7291671603AED3955D4DC897C; + remoteInfo = "appcenter-crashes"; }; - 7690CEDBF96E07E217232B7C3C2D0F97 /* PBXContainerItemProxy */ = { + 70C1C3C17B379D45252F7971414902B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; - remoteInfo = Sentry; + remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; + remoteInfo = RNWatch; }; - 76A36576B5B19232155DCB95EE12CFEF /* PBXContainerItemProxy */ = { + 712065E4C2BFE11441C33865B982FA10 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; - remoteInfo = "react-native-haptic-feedback"; + remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; + remoteInfo = RNSVG; }; - 770673E8007BE8621B2AA1AB54DC3D98 /* PBXContainerItemProxy */ = { + 71CBFEB8EC9C836BE9680EF0B504D6CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - 7709903CA89A603B97B276BD1BBD21D7 /* PBXContainerItemProxy */ = { + 72C4A50323D73275F34535210E8BDD64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; - remoteInfo = "react-native-camera"; + remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; + remoteInfo = yoga; }; - 77234EC8EE7CD0CA562F4994DF12253D /* PBXContainerItemProxy */ = { + 76201C243D458E6610AAAF5DB0E22600 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = CCAFCDBA3C5E0DEB28ED2F04E87FF92F; + remoteInfo = appcenter; }; - 78A63810E8868E0A421D12D09E45FE10 /* PBXContainerItemProxy */ = { + 7690CEDBF96E07E217232B7C3C2D0F97 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; + remoteInfo = Sentry; }; - 796FA0695B8E3580AB3BFAC04C08145D /* PBXContainerItemProxy */ = { + 79FF644B9E88D62C2CD1C0734FC5AAFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; 7A52C272DBA9C45914470497BF17E40A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1924,12 +2024,12 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 7A5B8142457D35B77175D2DA0D7E6DA1 /* PBXContainerItemProxy */ = { + 7A62E720FEAAC8662B33B36A7D0E47D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; + remoteInfo = RNFS; }; 7A816B01B3BF12CF8F7510AF8BBFE597 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -1938,572 +2038,712 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 7C2DB6141117D32B99021BEACAC3A440 /* PBXContainerItemProxy */ = { + 7BB2E4128383B28DFDFEE74946ED2E7B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 7EF06204244421F8CE2FBB57CF20BEB3 /* PBXContainerItemProxy */ = { + 7C2DB6141117D32B99021BEACAC3A440 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; - remoteInfo = "React-DevSupport"; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - 7FF03204B6129FD1E745C07F8541BDEB /* PBXContainerItemProxy */ = { + 7D148EC4A5698BAAF4B8EBD3059F016E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; + remoteInfo = "react-native-camera"; }; - 801D466D6851965037371F9A8F67256F /* PBXContainerItemProxy */ = { + 7E0FCC7A52942AF0FC9C264453930387 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 8029A7AD662022329EBA247B6F942843 /* PBXContainerItemProxy */ = { + 7FA4C510382C0B89A756CB46C068599E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; - remoteInfo = RNFS; + remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; + remoteInfo = ToolTipMenu; }; - 82F376D7F1B18815147FC10AE7BEA79D /* PBXContainerItemProxy */ = { + 7FF03204B6129FD1E745C07F8541BDEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 857A6911D3150C8BC57429846092E17B /* PBXContainerItemProxy */ = { + 8075FDF18741903D3EED900A17DA4FDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; + remoteInfo = RNRate; }; - 85C997368184C2C71F4DE458791AAEBB /* PBXContainerItemProxy */ = { + 80D5A7A7EFB5D454F1C568B4D2CA62BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 861F7EF45171EF3CE256F3CD750C983F /* PBXContainerItemProxy */ = { + 81D83E57B16C4797F3AFFB22C16C0400 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; - remoteInfo = RNSVG; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 898743317A095D4ABE5C8508D5B28AD9 /* PBXContainerItemProxy */ = { + 81E924950E5139F701ECF0DF9582FA2B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 381D3FF7291671603AED3955D4DC897C; + remoteInfo = "appcenter-crashes"; }; - 89D651FDDB7266454FE2FFBE6E9D1624 /* PBXContainerItemProxy */ = { + 8200096D0D1B505025AB3CD7CBF31426 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; - remoteInfo = RNFS; + remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; + remoteInfo = "React-RCTWebSocket"; }; - 8A1AE57B749D91F6040623140519F291 /* PBXContainerItemProxy */ = { + 83DEAA0D4F543EE9469A7B6C94485C63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; - 8ABF29FCA9A12A040C54060BBD21551F /* PBXContainerItemProxy */ = { + 855717880952070931FDACD6C128274F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; - remoteInfo = yoga; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - 8B585C86603C9770F606EA77DD37CDA5 /* PBXContainerItemProxy */ = { + 86AE3E226CB4913E80B7F9B0D70CCDB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 8D7AA44826586379A009FFD5C1EDA10A /* PBXContainerItemProxy */ = { + 873093B7E412C3033B1A76D99C88E340 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 8DE0A185CA6EBED29A4AC37E7B4D6705 /* PBXContainerItemProxy */ = { + 891B2710CA17095C35FA3AC27A38F8E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 8E1605D37AEBD108CDBAF481A4DE9B37 /* PBXContainerItemProxy */ = { + 8A3B4116289FE02E089FA85E6FB905DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; + remoteInfo = RNRate; }; - 8FFEDDF7D83AA623AF861560FFC48DC5 /* PBXContainerItemProxy */ = { + 8A4E3F59B5EEA07F5C471711D734A1F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; - 905409C9D382E1E33BA80F3B7514079F /* PBXContainerItemProxy */ = { + 8B0386BBD167F2766883B60288C9B418 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - 910A93AC38AD2F90F4AA42AF098B3881 /* PBXContainerItemProxy */ = { + 8B585C86603C9770F606EA77DD37CDA5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - 91D299D50526FF949C80ECA9313A5F96 /* PBXContainerItemProxy */ = { + 8C46AFBF64449683F399693162BA1693 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; - remoteInfo = "react-native-randombytes"; + remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; + remoteInfo = "react-native-haptic-feedback"; }; - 920C47864E203AA6C45942D79340E8DA /* PBXContainerItemProxy */ = { + 8D5C20F184DB882E392B3CAD0FF500BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; - remoteInfo = RNSVG; + remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; + remoteInfo = ToolTipMenu; }; - 9562127AA9E41A341364B9D1902B1981 /* PBXContainerItemProxy */ = { + 8D7AA44826586379A009FFD5C1EDA10A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; - remoteInfo = Sentry; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 95BA9EDDA736CE7CCD211B70D474A517 /* PBXContainerItemProxy */ = { + 8E0174D80ADE18A571BC4B3948BE0D49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; - remoteInfo = "React-DevSupport"; + remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; + remoteInfo = RNFS; }; - 9A012D9FE3BFCE5F5F5E8EBC3F7D1CE1 /* PBXContainerItemProxy */ = { + 8E5AA6FB199F02206B8026F165F99C98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; - remoteInfo = yoga; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 9A5B3DDE14F6243B0EBBAA25D96DFC0F /* PBXContainerItemProxy */ = { + 8E614C5A02A63EFC0AE6DCABEF65A325 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; - 9BF4DB54246A6F99F12DE36F76E77EFF /* PBXContainerItemProxy */ = { + 9011EBCAB4E7A34BB1B665E0E8F7F611 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; + remoteInfo = Sentry; }; - 9C3A204D7B63F44CF36DBE693BA03880 /* PBXContainerItemProxy */ = { + 905409C9D382E1E33BA80F3B7514079F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 9DD5F13F363F94C0A51BF4EA2D5D7D0A /* PBXContainerItemProxy */ = { + 9206110455FA26A5660D019498E3087F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; + remoteInfo = "React-DevSupport"; }; - A35722A4327212932608078A83A40B42 /* PBXContainerItemProxy */ = { + 92AADEA63A1AD5A4D3470129E444C588 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - A40C8560BFEC7477297C6034ACA29D75 /* PBXContainerItemProxy */ = { + 92E8D5AB1BD54DFC267A02AAB8DA6059 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; + remoteInfo = "react-native-randombytes"; + }; + 93D04235AC74452ACEEEACAD477E4752 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; + remoteInfo = "react-native-haptic-feedback"; + }; + 94A1777ECA96BF62C6CCBBEC4E8C9F44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - A4D17AAE21ECD7C76F5821686CC34273 /* PBXContainerItemProxy */ = { + 94ED00B5BA04122B1C4CE7E804194D63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; remoteInfo = "react-native-image-picker"; }; - A4D52DA07970E306A134078038326388 /* PBXContainerItemProxy */ = { + 989B6A078EA99181CA8CF6473AE09C27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - A72FB5368674AACDC899E2E91059EF70 /* PBXContainerItemProxy */ = { + 98D02E417AF32108DA24598AD5B4E819 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; - AA6110A0471281F704388ADFEC66A9D6 /* PBXContainerItemProxy */ = { + 9A1A53FAA6D09FE02E2FBB70DBF868F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; remoteInfo = SentryReactNative; }; - AAE156940C2BFD61AF0129A155031810 /* PBXContainerItemProxy */ = { + 9C3A204D7B63F44CF36DBE693BA03880 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - ABCC2602607FF571CF71CDDF8013ACF3 /* PBXContainerItemProxy */ = { + 9E9C847C1A3D26F03C8536987AFC65B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = DE32677FA772BFFD0172EB7EE9E4E7E9; + remoteInfo = RNSVG; }; - ABF13DAC0EEC19782059F9DEC51EBE81 /* PBXContainerItemProxy */ = { + 9EB60A39AE03F108EC542BC072F4F906 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; - AC8426A573FBC88DBE62961BE9464F18 /* PBXContainerItemProxy */ = { + 9F0DBD8A9AF3EFC72F289E2159DF8C20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; + remoteInfo = "react-native-randombytes"; }; - ACA63E1493A27677584C8EE8D1A73A45 /* PBXContainerItemProxy */ = { + 9F18B3A972A54A4C0506B6BA97DFA34E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - AD6DBBC9BA8B3C179319541E125A0D40 /* PBXContainerItemProxy */ = { + A2853B5F162136F683A6C17904956DE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; - remoteInfo = SentryReactNative; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - B32B3F5DA4ABCEB4BDD8A1A5CD85433A /* PBXContainerItemProxy */ = { + A45749B7AA9C76CC45E4C052A9155A83 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - B34C395E3AF2757204F934A588553D9B /* PBXContainerItemProxy */ = { + A4CA42E8214920FD24227B36EE4ACFE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; - B37E8860BB25B667CE02274F338ABEA0 /* PBXContainerItemProxy */ = { + A4D52DA07970E306A134078038326388 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - B5BAFCFE8CF7D13A6FD0256BFE795A57 /* PBXContainerItemProxy */ = { + A6FAB401121076E03B1E57B381E4E284 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - B8F7D0071FB2F94A956703BC83FAD808 /* PBXContainerItemProxy */ = { + A7BAB25809E3D60D66CDA0F7CD7E0605 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; - B98820A9C964D3B6F601906E2EA51B5A /* PBXContainerItemProxy */ = { + A8356726FEA898C5F28562F1D3EB404E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; + remoteInfo = "react-native-image-picker"; }; - BBC25A5F561D57E2D4568D9545FCA9FD /* PBXContainerItemProxy */ = { + A8F06EE94EE6C664C7F306DF9D7CDDF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; - remoteInfo = "react-native-randombytes"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - BC3B95FC17AEA7CE3EDF51FCC66E1AB8 /* PBXContainerItemProxy */ = { + A9C330A694B3EB96757A7DB989D7F22E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - BC7214116E7904E57843FAB8E8A87120 /* PBXContainerItemProxy */ = { + AA2069FAE72581706248DA08F93F1765 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; - BCE4FA2BB071F151EB8EE7867513269C /* PBXContainerItemProxy */ = { + AAE156940C2BFD61AF0129A155031810 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - BD83E429DB96D08022DA09226554B99A /* PBXContainerItemProxy */ = { + AB2C6947505007EFF6BFD40A970385C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - BDC109C07A1C7E5213C436FE8070F948 /* PBXContainerItemProxy */ = { + ABF13DAC0EEC19782059F9DEC51EBE81 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - BECF1E3E14C46A38B2A1BBD41F8138E6 /* PBXContainerItemProxy */ = { + AC8426A573FBC88DBE62961BE9464F18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - BF25B99F3625CB1CF79E14BE01A08A2A /* PBXContainerItemProxy */ = { + ACA63E1493A27677584C8EE8D1A73A45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; - remoteInfo = BVLinearGradient; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - BFCCFACB00A1B3C39792A44110ECCEFB /* PBXContainerItemProxy */ = { + AD6D144127AE10713E8909F88F6E5429 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; - remoteInfo = "React-DevSupport"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - C0B3CAEA82ED4D456D602F9082E80223 /* PBXContainerItemProxy */ = { + AF0F171B1280218F5B8BF03D6E2CDED4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - C0C3926E476A92B7D622008657898663 /* PBXContainerItemProxy */ = { + AF5ECBF3CE14538147CAA85C43B880A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = CE48BB29E46F9AD69809DDA4EBA58279; + remoteInfo = "appcenter-analytics"; }; - C3623549E212C15EBCB7AD0A5054B1C0 /* PBXContainerItemProxy */ = { + B29CA5DDAE17C1167A9CBBD9AB013B63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - C4D2E4200D63B2AF9E9ECF375A719A88 /* PBXContainerItemProxy */ = { + B32B3F5DA4ABCEB4BDD8A1A5CD85433A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4711B008849749FE444C6D31FAC61C3C; - remoteInfo = "react-native-haptic-feedback"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - C6482653DD203A6AB3A090CF8EC356E2 /* PBXContainerItemProxy */ = { + B37E8860BB25B667CE02274F338ABEA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; - remoteInfo = RNRate; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - C6C209C65AE89D2F9C2622E13232D208 /* PBXContainerItemProxy */ = { + B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - C95353EC195924B480CB312D47968493 /* PBXContainerItemProxy */ = { + B65F88789244B21331808960449C9DD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 01902010C275AA793ECF6F87A82AE992; + remoteInfo = RNRate; }; - CB2A139C057455E2143A4A2E364A9727 /* PBXContainerItemProxy */ = { + B718900B351C9B4F58E8903DFDCF67B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = CCAFCDBA3C5E0DEB28ED2F04E87FF92F; + remoteInfo = appcenter; }; - CC8500B05B842CFD1280F792F97709C1 /* PBXContainerItemProxy */ = { + B966F9BAAE46FD1353CDF2793C0A677A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; + remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; + remoteInfo = "React-RCTWebSocket"; }; - CF7B71F7A4C73ACB46C4A1A4B74FF168 /* PBXContainerItemProxy */ = { + B98820A9C964D3B6F601906E2EA51B5A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - D11254456AB9C240BC5EC49669777364 /* PBXContainerItemProxy */ = { + B9DD921C7AAB5011363208813B9C2CF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; + remoteInfo = Sentry; }; - D1717C4722648D508CE073C82D77DF23 /* PBXContainerItemProxy */ = { + BABC3751BE756E4A52C5B3EF465034CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; - remoteInfo = ToolTipMenu; + remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; + remoteInfo = RNFS; }; - D19EDD93F5874D36149F9C210440FDD9 /* PBXContainerItemProxy */ = { + BCE4FA2BB071F151EB8EE7867513269C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - D2579BA041C0EC81090F18D45D27AD7A /* PBXContainerItemProxy */ = { + BDC109C07A1C7E5213C436FE8070F948 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - D33CD3C6E00FAEF82B4998B3423FD9D9 /* PBXContainerItemProxy */ = { + BE16ADBA697BBFE005787637F66A6BDA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - D348633F1C4ED3F622D47BF7ED84D654 /* PBXContainerItemProxy */ = { + BE1CF3A3CE0153260B6744CBF8E46CA7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = CE48BB29E46F9AD69809DDA4EBA58279; + remoteInfo = "appcenter-analytics"; }; - D4D94D3AC06DC2357158A9323E9CE8F7 /* PBXContainerItemProxy */ = { + BECF1E3E14C46A38B2A1BBD41F8138E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; - remoteInfo = yoga; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - D4F768918A37771638790B001F66138D /* PBXContainerItemProxy */ = { + BF3B82F7CD7CC39EF1C752779028CC84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = CE48BB29E46F9AD69809DDA4EBA58279; + remoteInfo = "appcenter-analytics"; }; - D5D3B48F14624DD636BC9F61675F038F /* PBXContainerItemProxy */ = { + C07449496D1BACDB6D1E2368AD6A441E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - D658D146C973F00EEB045D0B18AD5C5C /* PBXContainerItemProxy */ = { + C10B42C7282606C5F4E7D9C014B732D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 345DDF896F8EC59B0A489DED760BA579; - remoteInfo = swift_qrcodejs; + remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; + remoteInfo = "React-fishhook"; }; - D6D1EC9BD2FDEEB54A08A93A3F27D4AF /* PBXContainerItemProxy */ = { + C4F7A3F25F5C6B34F0144604389392A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; + remoteInfo = BVLinearGradient; }; - D912D856341EB53A0DCAC37AA2C59189 /* PBXContainerItemProxy */ = { + C4FF4C5BEA9BE2D81E9D4B63CA7700E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - D9DEED988E6D6929D09A8F8C937BBC1B /* PBXContainerItemProxy */ = { + C810AB2DF3AEC37B0C423C375AA487F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - DA0E845DCA17496F4376F9D9C234F2ED /* PBXContainerItemProxy */ = { + C819518704D3FACC08B7E87142AA1191 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - DC2B388E3F0110DBEFD4671454BE1343 /* PBXContainerItemProxy */ = { + C97E13C51BCBFBA80D98CC1340E80387 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + CAF516693E94CEEA10E27DDEBC47BF3B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + CC09B75BC63661994C4ED6CF8765A1A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + CEED2837949AD65A2454192FECE92144 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + D067052C35677854D3998B433A853CD5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FFD5B0A9F194A28928B41601CEEEF72; + remoteInfo = "react-native-randombytes"; + }; + D2579BA041C0EC81090F18D45D27AD7A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + D33CD3C6E00FAEF82B4998B3423FD9D9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + D374A5DC3E1EF5A758D476DD42B3D4AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CCAFCDBA3C5E0DEB28ED2F04E87FF92F; + remoteInfo = appcenter; + }; + D64359D38B6A2B9B971358FCF6D1B920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D658D146C973F00EEB045D0B18AD5C5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 345DDF896F8EC59B0A489DED760BA579; + remoteInfo = swift_qrcodejs; + }; + D69A0F46CAC97E336DD98A3E6883C15D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + D6D1EC9BD2FDEEB54A08A93A3F27D4AF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + D912D856341EB53A0DCAC37AA2C59189 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + D96B09CB6F7CDF72F3099DD83AD5AB87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; + }; + D9DA7217A2DDFC27B9B7EAE692357DFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 94BDCD90B52278D1FB244A66E8B95A4A; + remoteInfo = Sentry; + }; + DA03C861C63B0C1200DDD9502F9667A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; + remoteInfo = BVLinearGradient; + }; + DA0E845DCA17496F4376F9D9C234F2ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + DC847540882A18D00964FE605C57B726 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; + remoteInfo = "React-DevSupport"; + }; + DD4AFF55F3D66EAFD1E79080B2E51C3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C02D89A91A2AFD76B2CB4B93C22E5B8C; + remoteInfo = "React-DevSupport"; }; DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2512,33 +2752,47 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - DE0D93543AE057072A16DF8438472348 /* PBXContainerItemProxy */ = { + DE3EF2B5F16EFB084970BF973B55E45E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - E27B7C166607752D560FA536A986FDE2 /* PBXContainerItemProxy */ = { + E068875AA28F8B6BAFDDCD8C2DDFF2F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - E28A61D7ED8FBEB4BE7AF8BF5A70364B /* PBXContainerItemProxy */ = { + E13ACF3FC9B7C6E627EB401300E5BAB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; }; - E3E256A08D675B401B42379633E0DF31 /* PBXContainerItemProxy */ = { + E2A98BD1E2B459DE4E68D115CE28CE6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; - remoteInfo = "react-native-camera"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + E39E5BCDABF9AFC14E90D186F2586259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + E59287B006266CC5A530A3CD90E8FFB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; E5A25227D3D7651AE998B65C40B0C6E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2547,12 +2801,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - E5ADC87562F8E535464D09FA5C08B298 /* PBXContainerItemProxy */ = { + E6F29B723342DD8F3DE483C47E46C439 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50B5F54828271A224AD0CBF92D95F9D7; - remoteInfo = "React-RCTWebSocket"; + remoteGlobalIDString = 5FB02E8F38F6DF0AC15511DDAFDDB10D; + remoteInfo = ToolTipMenu; }; E7AE294FA5B12C7032210FBF3142F04E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2561,12 +2815,12 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - E8B7D82003D6F58505B68D47E9D7D726 /* PBXContainerItemProxy */ = { + E8AA77E5C8C10906798F7BCA03D8103C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EB28C63AFB5F6569AA780E440F9927E8; - remoteInfo = BVLinearGradient; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; EAAD816232402FE03B0503425C778C79 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2582,75 +2836,75 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - EBC6268B71A77F0A52DF1B55F997D796 /* PBXContainerItemProxy */ = { + EE95EE829151F75E7D63587892E1C8F4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; - remoteInfo = yoga; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; }; - EC52514FE11CB28CBBA543A5A8E7AA57 /* PBXContainerItemProxy */ = { + EEEAC23B2A26CAFF2FC949F41A6E2774 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC9CD94C6A4446251F0F612B76A4B9B3; - remoteInfo = SentryReactNative; + remoteGlobalIDString = 67480ABD6E8C8DF91CE22CB12F156E5B; + remoteInfo = RNWatch; }; - F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */ = { + EF7B0EE159593701316DBD4FE5C6F91B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - F24749706E24A39564D5F23AF8F81046 /* PBXContainerItemProxy */ = { + F01B698B09D70440E354D10C69C99461 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; - F30EBBD9C155A9C95C01FE2ED3BCA09C /* PBXContainerItemProxy */ = { + F05596008972F30F9CA5C4AF3C3F4197 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = D0B273D56D6C8A0C770E79BE693CE2EE; + remoteInfo = yoga; }; - F49C41E907F9035D8D0DD928E33E599F /* PBXContainerItemProxy */ = { + F1B3CCED580CD005411153BF91C6D54E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - F57AFD5123FACE5FBF923BCCE3CD6E98 /* PBXContainerItemProxy */ = { + F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; - remoteInfo = "React-fishhook"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - F57CBE670B502EB31130E941E40DB08A /* PBXContainerItemProxy */ = { + F35281D37F28F8CF8CA633A62D125EDC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; }; - F6014103ECE7B0FA4392CE7F407A0604 /* PBXContainerItemProxy */ = { + F4F947EFAE0D32378ABC872EFDA797E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 730404A8DD175FF6B60B6A43DC6E554B; - remoteInfo = "react-native-camera"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - F64064E2B7E93F7CAEB792329A045A69 /* PBXContainerItemProxy */ = { + F57BCB28AE39A48027412E9701D85A4F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; - remoteInfo = RNFS; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; }; F681E26154D4C9F3E9D9DE060DB56A06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2659,6 +2913,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + F71B586C7BA633AB20D9EC81B32C5A90 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; F75E639E2E20DECBA81421634A925D95 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2666,1362 +2927,1418 @@ remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; remoteInfo = "React-fishhook"; }; - F80F20EA41B80D41FFCC053F4FB3A194 /* PBXContainerItemProxy */ = { + F7D3B15F58C74A169ECAD5BC7D45F2F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = B6D13FB711B105C1ECF9D7FB8EB70284; + remoteInfo = "React-fishhook"; }; - F9138F0442769B650EC0E2EFF23A3A9E /* PBXContainerItemProxy */ = { + F7E864F550E9BA234F7CE8703C9312D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - FAB7E52B7582448B8161046292525D76 /* PBXContainerItemProxy */ = { + F8D2F01397BD3014BE6A8E6957457436 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 430D7C4A9EC9AB29B0505AFA151AABBF; - remoteInfo = RNFS; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; - FDE322488B579F4D00EA6D1E115079D9 /* PBXContainerItemProxy */ = { + FBF47C85903741C28BC3340B28BA839A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 81C5C2512295143722B55D1C7F58FEAE; - remoteInfo = "react-native-image-picker"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - FF018A28689A1CBB6831F26D432257F2 /* PBXContainerItemProxy */ = { + FC93A6FFF51B24C13AC22185988B9078 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + FE3DC17F39828F2120C9D680F78A8B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2CD32458A161AF8E4BA58B4310701AB3; + remoteInfo = AppCenterReactNativeShared; + }; + FEE998DC5C69BF35FC961ADA2E374AAF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0002B27B97415020B9E3E593093B26F8 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 00179B1A0D46FBBEA23F0C3346EF2012 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 0020617CA111896F79E0ED69A070ADE1 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 00513F2959452C9F01CF0D618A83114E /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; - 0058E5E51FB0D7358EDC25AEAEBBD012 /* SentryCrashDate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDate.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDate.c; sourceTree = ""; }; - 00FED58DBC8EF0BB45D09F60FE2DA7B8 /* SentryCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashC.h; path = Sources/SentryCrash/Recording/SentryCrashC.h; sourceTree = ""; }; + 0026EA9071CC419BD8FE719676EE7A41 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; + 002CB0F88D9B0352374BC5A256444213 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 00828ED37D10F0B1B25B7AB00BB4140C /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 00AF84D0CBB981136A838E503DB9140E /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 00B5D21471B58CF830EB60021964ED5B /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; + 00BA1B287738A1C8B5C3A396557E71DB /* RNSVGCGFCRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCGFCRule.h; sourceTree = ""; }; + 00F18980F21354A68DF5A306714B900B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 00FA40C0D4AF862645153E515BEA85AA /* RNRate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRate-dummy.m"; sourceTree = ""; }; + 01143D741D8440394A96C84D7F16CD48 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; 0115C3C00C175D77422084DD0542CE6F /* libSentry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSentry.a; path = libSentry.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 018881773FD3AA5CE8F897D5B1FD8460 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - 01F215B503E3EB606E0AD9B29CBA3AE7 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - 01F3316490114A582E7859A5BD961340 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 022124B5782F330E1AEE77024A5CA8C2 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 02541D3678C1B42969B09A981652F8AB /* 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 = ""; }; - 0269F55B29513708C085D9D91E9627FB /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; - 02741A4B07313496EE5403B37D0CE1B8 /* RNFS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFS.xcconfig; sourceTree = ""; }; - 02A87AA1C01CDBFD35007C270F3E6DA3 /* RNSVGPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGPattern.h; path = ios/RNSVGPattern.h; sourceTree = ""; }; - 0303E6F486CA0FA1D03BB20D43ECD813 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - 0321D7CC23C9AF4F9DEEDFC5F384AD70 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; - 033F9F9C2CD0B249EC17E5617AEDFD09 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; - 034D4F655D8F935C2CF214A2CE85C985 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; - 03A5309B5D39B08740B2AB12C6345254 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 04254B64EABE702340E2DE39050EC6B7 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - 0430D75E363F5F0D9A12AF1921617862 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 043EDD2BED2B77BEAE532C8C8F4B94CB /* SentryCrashReportSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportSink.m; path = Sources/Sentry/SentryCrashReportSink.m; sourceTree = ""; }; + 011764638B53100C6B4AC5B1BBC09353 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 0126700C168D1C1583B525876DEC3716 /* SentryCrashVarArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashVarArgs.h; path = Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h; sourceTree = ""; }; + 0204AC92D494B6E55560AB97BEB93BAF /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 021020B9143E5811E3C76120244606A5 /* react-native-camera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-camera-dummy.m"; sourceTree = ""; }; + 02DBC6A6465357D739AE344663E680D4 /* RNSVGUseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUseManager.m; sourceTree = ""; }; + 02DC1D887D5473BDB092D7A9EB895C16 /* Sentry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Sentry-prefix.pch"; sourceTree = ""; }; + 03143F8A9FDA69F3FAF5F2D508BBC7C9 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 036218D36E16C935AD18BD691995B813 /* RNSVGMaskManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMaskManager.h; sourceTree = ""; }; + 039BA67EC98662015EF957EC99812124 /* SentryFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFileManager.m; path = Sources/Sentry/SentryFileManager.m; sourceTree = ""; }; + 03E5633704D308D485035DDC1F40FF9A /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 041F216500305518CBEB73961881C214 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 0421EBD600116B63B254BA639DA48093 /* RNSVGDefs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefs.m; sourceTree = ""; }; 0485939EC3AA2AE22D5EB8F17F5BA48D /* Pods-BlueWalletWatch Extension-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BlueWalletWatch Extension-acknowledgements.markdown"; sourceTree = ""; }; - 048A87EC3BE73252C7369DCFD136CDF3 /* SentryCrashFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashFileUtils.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c; sourceTree = ""; }; - 04AD61F579AF35D39BA9E4594F36DD48 /* RNSVGPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathManager.h; sourceTree = ""; }; - 04D00184090D26111834C8A9AAC3E08D /* SentryCrashString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashString.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashString.h; sourceTree = ""; }; - 0522CF2077FA94A6911D22E1D4406A17 /* Container+DeepSearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Container+DeepSearch.m"; path = "Sources/SentryCrash/Reporting/Filters/Tools/Container+DeepSearch.m"; sourceTree = ""; }; - 053AADB371E3862E040139709D041F5D /* CGSize+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+.swift"; path = "Source/CGSize+.swift"; sourceTree = ""; }; - 054659D1DF508C260DFD1B1C7042287A /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 0584F00498A224EE0E446173018C3329 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 06160B31AC4C876341C5A7EAA2286F33 /* ToolTipMenu.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ToolTipMenu.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0640EC493B3BE2CDFDBDDCDC2696A0D4 /* SentryCrashString.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashString.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashString.c; sourceTree = ""; }; + 049890577072D43357D18C3C12BE96D9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 04AA520574793E4F3C07A5F96F8A7D37 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 04DD56B26DB4703AB6E047D8CFF22B11 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 04F320A8708B1EF22080A8D837CA9670 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 05383AE641BCE233D8FC77A8EABB25C0 /* SentryCrashMonitor_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_Signal.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c; sourceTree = ""; }; + 055AF53357045A4A16DA94194D421D02 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 0584CEEF06EA19113F7F7FD8C650AF85 /* SentryCrashDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDynamicLinker.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c; sourceTree = ""; }; + 05DD1333AE0D826F7E04E200F96DCD0A /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 05F8E5F9D33AEEE88B8DF2EADC211C06 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 061718679C76696239D8A614663075F1 /* BarcodeDetectorManagerMlkit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BarcodeDetectorManagerMlkit.m; path = ios/RN/BarcodeDetectorManagerMlkit.m; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0657CDEB4139A4676E284E7690DE375C /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 0680C846590E36E3F9EF48796E3D87B0 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - 0691E10A6D21EBCF5CA39CF43BFACF99 /* CGImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+.swift"; path = "Source/CGImage+.swift"; sourceTree = ""; }; - 06947B2046EAD24BB506D091D8DEDA79 /* SentryCrashSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSysCtl.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h; sourceTree = ""; }; - 069C9837A8F4D449E1F0B356618361F1 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 06DD8497A8D4C485B90B1EA5283C8DE4 /* BVLinearGradient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BVLinearGradient-dummy.m"; sourceTree = ""; }; - 070E96A34262EA53E3ED88E62BB2689E /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 07133674217546473575F409DA4DA7B0 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 0732EB9F20E634AD8E50764C754A638C /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - 0747A743984288D105D6678692A100A2 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 075A4EC5C8748DE3D4EFBAFA250D9C71 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; - 07664EE8D7DA437692E82AF8DDAE684A /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 0782989D6607793CA1702762AE3D9BBB /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 0785657430D2E5AE5A744C04DBD750E4 /* NSDictionary+Sanitize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Sanitize.m"; path = "Sources/Sentry/NSDictionary+Sanitize.m"; sourceTree = ""; }; + 0656730265BD8723D8F3DB23E2AA0C55 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 067700D39B11594D1B6A6FA66A7CF916 /* SentryBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumb.h; path = Sources/Sentry/include/SentryBreadcrumb.h; sourceTree = ""; }; + 069234CEA2B501C03B274BB48F76C9A6 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 0726FBC613B93E3CC5BE426BF9A2FDFE /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; 07A27F29B9BAE5B06E16CB9892658C80 /* libPods-RCTPrivacySnapshot.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RCTPrivacySnapshot.a"; path = "libPods-RCTPrivacySnapshot.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 07DD79968B7364FD4A7A8425C5A3EA58 /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 07C2CD3FA9260E23AFADC460E50D2001 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 07F1F6321E93712ECE63340A5C9775D1 /* RNSVGImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImageManager.m; sourceTree = ""; }; 07FF5363D652CF5F4456A82959A223D4 /* Pods-BlueWallet-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BlueWallet-acknowledgements.markdown"; sourceTree = ""; }; - 08217097382238CEE8216E34D4B92369 /* SentryRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryRequestOperation.m; path = Sources/Sentry/SentryRequestOperation.m; sourceTree = ""; }; - 0869DF471BC7866E673DDE5EF13E32BB /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 0896529B1B0DFB9CB8973BF184F871BD /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; - 08AF6684B4F2EC150032D87EC82DE7ED /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 09180229361C81A8A774EF2AB4B5A558 /* SentryCrashExceptionApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplication.h; path = Sources/Sentry/include/SentryCrashExceptionApplication.h; sourceTree = ""; }; - 0975ED21620DA08D50F8A3FE270407E8 /* SentryCrashMonitor_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_Signal.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c; sourceTree = ""; }; - 09B38A78C51013942E48ECC5FDAF58FB /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 09EDF1CF51D5D4EBF8FE4AB41FFBEE68 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 0A15EB1BD1B08BB99DFA51E3CC50BEB6 /* Downloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Downloader.m; sourceTree = ""; }; - 0A48196677A88974BFCB338422C40F1B /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 0A7A61F6C517D6C275A9C24E7A15EB97 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 0A8079A070429A626D64F4D7DB41C346 /* react-native-image-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-image-picker.xcconfig"; sourceTree = ""; }; - 0AAC5EF55FF9D89C6DC476918828D5C7 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 0AE0E6D3F1D9EF36BA0934A64A210146 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 0AF0EC642A8F161EF46B98FA6B1DAC67 /* SentryCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportWriter.h; path = Sources/SentryCrash/Recording/SentryCrashReportWriter.h; sourceTree = ""; }; - 0B082736C4AD9F49E21A84C895103D98 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; - 0B2C2003BE93ADEEDAE4892B0DD8A04E /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 0B39247BE3E2F1380081A8CCC11C82EF /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 0812E250D2442DF757352125385CC6A8 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 08461B2F5222E00B424F8B7AAC476491 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 085AC3228FB72148E83108C39805FA70 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 088DD60E36977CD4CC0728F040C6CFD6 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 093A1BD7B407AEDA9CF5EC12E208F065 /* SentryCrashMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMach.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMach.h; sourceTree = ""; }; + 09CEF2CDC25005777C1120EC6BCF8E39 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0A392094A45AC0F4B883A1A08921B855 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 0A5EC2C44B5B9D8FF6269212A1E85639 /* DeviceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUtils.h; path = ios/DeviceUtils.h; sourceTree = ""; }; + 0B09BF0E0C8DF0C27C7CE9A16F86A210 /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; 0B4234FC660C3842CBE59E279D6D8067 /* Pods-RCTPrivacySnapshot.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RCTPrivacySnapshot.release.xcconfig"; sourceTree = ""; }; - 0BD47D11B55D7005CF7C8BC8AB56D63F /* CIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIColor+.swift"; path = "Source/CIColor+.swift"; sourceTree = ""; }; - 0BEC5611EF6AC24455160EC9676DE6C7 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 0C00F817D2A6404B94F4EDA0E1E42F4C /* Sentry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sentry.xcconfig; sourceTree = ""; }; - 0C07E16019DCA085D197CEB8E976D037 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 0C1FC0F1609C3C88C46D9A76E0B58A7A /* SentryCrashID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashID.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashID.h; sourceTree = ""; }; - 0C51E18196F4DF42C3FE0AEF248CC2DE /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - 0C53E6B340319AAA6C510AB6FE1CA487 /* RNSVGSvgViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgViewManager.m; sourceTree = ""; }; - 0CA07A364643174EBBF8A36C13D260D1 /* RNSVGCircleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircleManager.h; sourceTree = ""; }; - 0CD9C07F3CD2A186E609B984AEC562A5 /* RNSVGMaskManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMaskManager.m; sourceTree = ""; }; - 0CE439D975E14E50D788333677BBDED5 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 0BA8ACCD631B70ADCE221864BEFD28CD /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 0BBBC3B444DEA6CEC9AB81EE72B7FD2B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0C08FF06DC85845B11CE09E0EA641A65 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 0C4AADF49B885E393DF25ADD82110DA4 /* NSError+SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+SimpleConstructor.h"; path = "Sources/SentryCrash/Recording/Tools/NSError+SimpleConstructor.h"; sourceTree = ""; }; + 0C4BDB2DA831654A6CC6B9045B5BAD25 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + 0C71B0D41A689288F70AA36D98B1BF2C /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 0CAC3839AC242D05CB72B04EFDEC715C /* Reference.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Reference.md; path = docs/Reference.md; sourceTree = ""; }; + 0CD8B4B224D1F650D7C2E14AE4860082 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 0CDD9E92983C2C5EF36AA753CFF18B2B /* react-native-camera.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-camera.xcconfig"; sourceTree = ""; }; + 0CE0318A389350FD6A7232CE79F3D235 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 0D06F6F424C83F2F0252DB2325A33B5C /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; + 0D226820F774AFC203CABC339B861E03 /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0D70A72A63AF64328583198A674D2B8C /* Pods-BlueWalletTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletTests.debug.xcconfig"; sourceTree = ""; }; - 0E146CE402487CCF283746D80C6B8DAE /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 0EEA0E566D457D2BDA9C3DB57238EEDC /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 0F329E496347CEA5FF7D0C8FB7C56C37 /* SentryCrashJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashJSONCodecObjC.m; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m; sourceTree = ""; }; - 0FC9AFA1F62530A2BA65AD65C3C3E282 /* AnError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnError.swift; path = Sources/AnError.swift; sourceTree = ""; }; - 0FD8D54CD17A5D6C4947071E2B78AE0C /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; - 0FE4EB1E4CC2450F8A8D9540A3565BD2 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 1011AE4CC6849D3C52EE6C7240D918F8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 1018ACDEA3A02A278560D6966B12907C /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 104C153564E18CFE621BB3954109742F /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - 10AD7DCEC27202D67B05408FBE12D327 /* EFQRCode+GIF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+GIF.swift"; path = "Source/EFQRCode+GIF.swift"; sourceTree = ""; }; - 10FD54A6889BD6C74FC50E9B9F749944 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - 115C2831567B18602CDEDE755A769F02 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 11B38FBFBD5743468D2008552BFF2246 /* RNReactNativeHapticFeedback.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNReactNativeHapticFeedback.m; path = ios/RNReactNativeHapticFeedback.m; sourceTree = ""; }; - 11B8FFBB0750AB69E8CF5FDA72A6C440 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 126630C374964029A18FD3D02013F9B9 /* RNSensorOrientationChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSensorOrientationChecker.m; path = ios/RN/RNSensorOrientationChecker.m; sourceTree = ""; }; - 127BF6527F7F4973A0EC54194FA491A6 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 128F1D55798C455AB62A3F624390D1DA /* RNSVGRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGRenderable.h; path = ios/RNSVGRenderable.h; sourceTree = ""; }; - 12C1DFF4B815C0762C820F87E45D0C36 /* SentryCrashReportStore.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReportStore.c; path = Sources/SentryCrash/Recording/SentryCrashReportStore.c; sourceTree = ""; }; - 12E1CCA7C5B811121EFD12ACBE9571F3 /* RNSVGGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroup.h; sourceTree = ""; }; - 12EAA287E9DB1BC037D1E153FDB77426 /* SentryInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryInstallation.h; path = Sources/Sentry/include/SentryInstallation.h; sourceTree = ""; }; - 1355B89083EC0993CE03FD79D45F9214 /* RNSVGVectorEffect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVectorEffect.h; sourceTree = ""; }; - 136332A6A480A944EC831562EE13AEDC /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 138A1027D2AED386565943DF28DEBF4E /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; - 13A2D6EB6B439C1CD2C7FE1443D49C81 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 13E98560BF51CAF381BB809360276195 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 13F5992A1D66FB6F7D41B87D3906A171 /* RNSVGRectManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRectManager.h; sourceTree = ""; }; - 141AC64FB43478155729E88A0F8F69B1 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 146E9B2714C30AEA2EC1CAC5E5591C17 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 150154DEF58FC0A08FE6D83E8A7563C7 /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; - 1532A824DA9EA4B061DE4F4741347AFD /* SentryCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFilter.h; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h; sourceTree = ""; }; - 15ABA625E7C2E3CAB5417BA9BC2D5B60 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 15CB4BBFE052E20250B491DF6C98B1DC /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 15E1B081FC97B04B25D47D0FCFD8D047 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 162BAB309E280E0BD0961BCB2DAE6136 /* SentryStacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Sources/Sentry/include/SentryStacktrace.h; sourceTree = ""; }; - 1659FEDD9EB130BCD3AB0FC68BA1695D /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 16741A01557F96E08B90918C5E382A5E /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 169BC2BAE59D877ABFF5750C47FB66EC /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 16B6584DDC8A7AB3CB6E50A90440B87F /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 16C3CA128D7F3A9502F9B74F7DFCE37E /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 16D14A01389DCC8FEA90833D7888A2E6 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 1727855531AE385D3F43C86650DD20F7 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 1754C6A70BDB817C7FC25572DAD94A72 /* RNSVGTextPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPath.h; sourceTree = ""; }; - 176231CA86F00744F78E59B99E838F4E /* RNFS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFS-dummy.m"; sourceTree = ""; }; - 177A19F2C9C0EB4AA95B1381F44F004F /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - 18220936C7A7237A002C49E56D8191C8 /* EFPointShape.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFPointShape.swift; path = Source/EFPointShape.swift; sourceTree = ""; }; - 182ACCD32ABB4BCA019EAC81E128AA3D /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 18C6D74F22A56E56F293DF5EA0739400 /* SentryCrashMonitor_User.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_User.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_User.c; sourceTree = ""; }; - 195059B564E692AE855ABFB5E5E24250 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 1954C53BE962D06ECC66AFFFDC066902 /* CameraFocusSquare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraFocusSquare.m; path = ios/RCT/CameraFocusSquare.m; sourceTree = ""; }; - 195D3A4FC38878255C0710C49E03869B /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 1988DB008F337F52C70837BB63A7C23D /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 19C81AD38449D7EC6560AA89700A5723 /* SentryCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReport.c; path = Sources/SentryCrash/Recording/SentryCrashReport.c; sourceTree = ""; }; - 19E5409035E8CA7B59062D3E76EAFD79 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 19ED6AF2B0F0638B6D77B1FAD0C92AC4 /* NSError+SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+SimpleConstructor.h"; path = "Sources/SentryCrash/Recording/Tools/NSError+SimpleConstructor.h"; sourceTree = ""; }; - 1A230B25424F1C9308F790A658027090 /* SentryDsn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDsn.h; path = Sources/Sentry/include/SentryDsn.h; sourceTree = ""; }; - 1A4E2CC74A0409EF78E0C3A9052145E0 /* SentryMechanism.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryMechanism.m; path = Sources/Sentry/SentryMechanism.m; sourceTree = ""; }; - 1A81F0833B5B43DDAC1DCA19A60ADA90 /* QRMath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMath.swift; path = Sources/QRMath.swift; sourceTree = ""; }; - 1A92026692A750625A5234C4C9D04E35 /* Install.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Install.md; path = docs/Install.md; sourceTree = ""; }; - 1A952FA36C447E1900AC96D1C10A41F6 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 1ABE8BFA0A268120EF947C9A6C66FAEA /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 1B458851F80261D5C31D7BF0A8B79906 /* SentryCrashLogger.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashLogger.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c; sourceTree = ""; }; - 1B997935F2E9A312FF2C02D607ED1FCB /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 1BED788C5E8CC81464A0172168BC69BF /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 1C0593CA3383BB1A8CD9BC9962E3264B /* RCTToolTipTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTToolTipTextManager.m; path = ToolTipMenu/RCTToolTipTextManager.m; sourceTree = ""; }; - 1C17589365A425ACCE1F9C6FD6680D2B /* react-native-randombytes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-randombytes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1C19E3C229A8B90B6F243F9125E92FE4 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 1C28992B28E36A883FDE7DD7A19D3EA4 /* ImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImagePickerManager.m; path = ios/ImagePickerManager.m; sourceTree = ""; }; - 1C47FA9B349EF1BB4B1D812792F1C589 /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1C843C43A80FBE0A0807EF3C3462C94B /* RNSVGVBMOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVBMOS.h; sourceTree = ""; }; - 1CE4581A4BA9487952611F5143A9F2A5 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1D6E3F1AAB0BB4B938D8A28817A68978 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 1D831B4A9AE825303FF082E64A0D37C8 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 1DC52D626130CBD702F62E7848EBC050 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; - 1DE8221F237FFC2D542AA3D813040347 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - 1EB2223741CE1AF1D73F5E3FBB4A6B5D /* SentryCrashSymbolicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSymbolicator.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h; sourceTree = ""; }; - 1ED112C22FB10CBF1AB2F1B8A839B230 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 1EDA68CA6318BD22F0454AEBACA24ACC /* NSColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSColor+.swift"; path = "Source/NSColor+.swift"; sourceTree = ""; }; - 1EF9DF737732A1FFD09219BD4E3A362E /* SentryCrashMonitorType.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitorType.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c; sourceTree = ""; }; - 1F06AAB9F65BB87D9DB251CF96FBE448 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 1F1D7E0F1B819C852FBD86E299A5A0E5 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 1F61A36AA0E34D82113977EBB45927F0 /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; - 1F759EBB07A4C50DFB0DBB3194E79483 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1F7B3D0289C44EE25B34AE4044AF717C /* SentryRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryRequestOperation.h; path = Sources/Sentry/include/SentryRequestOperation.h; sourceTree = ""; }; - 1F85891B841AF1030595465AE5F0AAAD /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 0DC33C0011BAF68BDEEF2B7654756BE2 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + 0DCA7FA7D8030BFAADABA042ABF6B284 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + 0E7319A8802C4D1FAFB28044D85D2D8E /* SentryCrashMonitorType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitorType.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h; sourceTree = ""; }; + 0EFF100F280588661C30D8AE9049BDE1 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 0EFF3D4A2D59DED0F2E5614FDD35D9D8 /* RNSVGTextProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextProperties.h; sourceTree = ""; }; + 0F3CDD038A34ECA651E90297FF968E78 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 0F60B0AD355DA2F2BC82CF02EA031DA1 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 0F664A0D0639D1D4B3D649A597B7B8F2 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; + 0FC236220B9EB4EA7176CA09059CD26B /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 0FC23BA3052B0E84C5307413BB2BB5C5 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 0FC3161B68215AAE32BE363FDC43F02D /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 0FFF22C9DAB020B51ED1772D13000197 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 103263AE883FC4B33FC5F08FF8C4A6F9 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 103CDC595D46DD10CB395052184838C3 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 10728E0952EAB4A5397392D64F0BE512 /* 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; }; + 10827133B4A8AC578416C631268282BF /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 10CFB832159039144C4B479A7123503F /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; + 10D733B4E579F63A72F793CAAE2750EC /* RNSVGTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextManager.m; sourceTree = ""; }; + 11406412BF91BF36C2736670B97DFBB5 /* SentryCrashReportFilterBasic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFilterBasic.h; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h; sourceTree = ""; }; + 11CD2095724DB5723B9C7747F7EFA91C /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; + 11D2B11A3E027D74EECCBD9A0DD4DDAC /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 1261E27A9416BEF8AE07C526CEF548BA /* SentryMechanism.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryMechanism.h; path = Sources/Sentry/include/SentryMechanism.h; sourceTree = ""; }; + 12BE85458DA5129BEAA575C9F58C8A3A /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; + 12E08AF6A9C0209BF4AEBFE0CC43FD7A /* SentryCrashReportSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportSink.m; path = Sources/Sentry/SentryCrashReportSink.m; sourceTree = ""; }; + 12EB8780544946563AED5F363E980DE9 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; + 13B5F1E3E886E707B120D7BD69B14F4D /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 13F5983B84E012ED8E553642D06A9EF1 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 1408AC5685CABFC4E8797CD69D1C3859 /* SentryCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashInstallation.m; path = Sources/SentryCrash/Installations/SentryCrashInstallation.m; sourceTree = ""; }; + 14686A8B831EA76890115E8CF3696F3A /* AppCenterReactNativeShared.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenterReactNativeShared.xcconfig; sourceTree = ""; }; + 1470C49E07A2819CCF869F87DAB2412B /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 14774C7C78C78C8B0B801D0EE689DAFE /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 148C4FA59C12867BED3ECE609CC2773C /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + 1515888593C59C5B16CA700E5CE016E4 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 153DF4AEC2AC24DB508AA7306F7D2E92 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; + 1540E47E9C207389A0C38F61BFC114B5 /* RNSVGCircleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircleManager.h; sourceTree = ""; }; + 1567A67F7B74ADF946FE43F1E48956D4 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 1568CE6C882982022FAE16FD3CCD0471 /* ToolTipMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToolTipMenu.h; path = ToolTipMenu/ToolTipMenu.h; sourceTree = ""; }; + 157B76EBC8112D06C000D0430F699E8C /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 162DC1F3E189DC63BB49D1B789DF92CA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 166649C0A811F01463B1923968116F65 /* Uploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Uploader.h; sourceTree = ""; }; + 169E917CC1BBBCC7D6639249FF8F5087 /* libappcenter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libappcenter.a; path = libappcenter.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 16A9AE374A98C20EEEF27B9E3DDAE8FF /* react-native-haptic-feedback.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-haptic-feedback.xcconfig"; sourceTree = ""; }; + 16B9B9D9E081A6129530DFD2F4EAD331 /* QRErrorCorrectLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRErrorCorrectLevel.swift; path = Sources/QRErrorCorrectLevel.swift; sourceTree = ""; }; + 16F13A4858F12C4F42BFA009B8ACF617 /* AppCenterReactNativeAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppCenterReactNativeAnalytics.m; path = AppCenterReactNativeAnalytics/AppCenterReactNativeAnalytics.m; sourceTree = ""; }; + 172ACFCAEDB28DA8BD9946B7F1335195 /* QRPolynomial.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRPolynomial.swift; path = Sources/QRPolynomial.swift; sourceTree = ""; }; + 1761B04EC72B56875B1AD686C12BD7AE /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + 178AE29E3A5629C5423A93ACCA2E2BE6 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 17A08497FDFD9BAC2CE30E2E052794D4 /* SentryThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryThread.m; path = Sources/Sentry/SentryThread.m; sourceTree = ""; }; + 17AB0249BFC6A31FA73B70FAB1FC8617 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 17BE496DE024FEAAE48186F55D7226B3 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 18081CD394E370315D04B64AA48C2EA5 /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; + 183014B19C18F9D465EC4EB8299DA050 /* TextDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextDetectorManager.h; path = ios/RN/TextDetectorManager.h; sourceTree = ""; }; + 1838A3E3C9EB91EEAB172CA3E44EAEF7 /* SentryCrashStackCursor_Backtrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_Backtrace.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h; sourceTree = ""; }; + 1885861C823C7F29432A94AC92F6DDCE /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 18A032C325B427281A16A6D23089F3AB /* SentryCrashSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSignalInfo.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h; sourceTree = ""; }; + 18C4035CC215C31EBE7EB2C05EA61A4C /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 18D0AB2A394B4452CBF0307FA494AD9A /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 18DEEE1DAD39DDBBB1AA16047347361E /* SentryCrashMach.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMach.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMach.c; sourceTree = ""; }; + 191E93F6AF36158AF81DF7A63DE39B59 /* SentryCrashMonitor_Zombie.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_Zombie.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Zombie.c; sourceTree = ""; }; + 19866797811166FDCE800A47BD24C52A /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 1A199A5D0D88E183C15CBB59E1B39E62 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 1A1B21114709236620D23EFD82C0DB58 /* CameraFocusSquare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraFocusSquare.m; path = ios/RCT/CameraFocusSquare.m; sourceTree = ""; }; + 1A274E246037DB3C5418DA9785FD9E61 /* SentryCrashLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashLogger.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h; sourceTree = ""; }; + 1A3209BA6F6AF718AB86C8EE4BFD47E2 /* react-native-image-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-image-picker-prefix.pch"; sourceTree = ""; }; + 1AAF0EF9AC263E03303EE36514BF4C8E /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 1ABFF39C66840BF747FE62CF9C67233C /* RNSVGPatternManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPatternManager.m; sourceTree = ""; }; + 1AD8081CB082D028F4DDD2AED77AF206 /* RNSVGRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRenderableManager.m; sourceTree = ""; }; + 1AE16CE33A573D70B0DDF28C67D3F2BA /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 1AE87AD6DE3FE1FE2091D30B93901A22 /* swift_qrcodejs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "swift_qrcodejs-umbrella.h"; sourceTree = ""; }; + 1B7FCBC029955D9322AA45574191FFBA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1BB6045A4AD9D97E866866630CF43C95 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; + 1BC3CFE4EA2EB8795AF3F7A851BE47EF /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 1C0AF5E37FD32AC25C374F3705E9F709 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 1C20EFFA97F0BE24E99780B750A872E3 /* SentryCrashThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashThread.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashThread.c; sourceTree = ""; }; + 1C30A8541D7351A2B0466432EF92171D /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 1C6A3FC082B5BA9523205204C219EE77 /* RNSVGUnits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUnits.h; sourceTree = ""; }; + 1C7C3434EA1C3E25391DC82A79862E75 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 1CAB4DE9A4146FB7393B304742D1D1B7 /* appcenter-analytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "appcenter-analytics-dummy.m"; sourceTree = ""; }; + 1CE20998D9A2DFF6F3A2501A70E0EC54 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 1D4D78D7227CF5DF3770A90204D1C239 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 1D7DC5B79264EBBBA9D498A74F21BA54 /* QRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCode.swift; path = Sources/QRCode.swift; sourceTree = ""; }; + 1E4AB968FCAFFD7D7D9A62979C50B2B4 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 1E85028EC02C3296334BF8A8D8C74DAD /* SentryInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryInstallation.h; path = Sources/Sentry/include/SentryInstallation.h; sourceTree = ""; }; + 1ECEC09F716450307608D8A88939B009 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + 1EDDCE39DE5C8E2D189AB2B1BF9B139E /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + 1EECBDE0C5781459691B4E78B06FA706 /* SentryCrashExceptionApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashExceptionApplication.m; path = Sources/Sentry/SentryCrashExceptionApplication.m; sourceTree = ""; }; + 1F0E29E2C6B5253975C4B58F26BF925C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1F39801C5463C6025886A0EAEDA62F2B /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; + 1F72425191B42E52EF79D9156486445A /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 1F730CED335DBA998FE1AEB8B78FE821 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 1F89D761BC6FF4415C10A71C0A01F750 /* SentryCrashReportFixer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReportFixer.c; path = Sources/SentryCrash/Recording/SentryCrashReportFixer.c; sourceTree = ""; }; + 1F8CD89D45FD14BE300CB269E49C7E84 /* BarcodeDetectorManagerMlkit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BarcodeDetectorManagerMlkit.h; path = ios/RN/BarcodeDetectorManagerMlkit.h; sourceTree = ""; }; + 1F9220370150CF62B2D7BCB47A656872 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; 1FA65622A09E4E5504F80B3610AB78F1 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2012EB8D9507BCFF87550C0D36F5E11E /* RNSVGSymbol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbol.h; sourceTree = ""; }; - 206608A6C8ACF3AC473ACA460581D8E5 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - 20D8E793C1AF024BE9BA8A03FB6391EB /* RNSVGPatternManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPatternManager.m; sourceTree = ""; }; - 211F4725CB17A22D9169376147DBB414 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 212D7EF11A5DC3B3EE995705ED55EB33 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 214219452C2BBDCE224A1178EF141C4A /* SentryCrashSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSysCtl.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c; sourceTree = ""; }; - 214A935D15CA7738D9725EC62FAB1F6E /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 2150349F72B612A9EF57CF3DF2D18079 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 21585BC7EF4A20E046FA203DDC279009 /* QR8bitByte.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QR8bitByte.swift; path = Sources/QR8bitByte.swift; sourceTree = ""; }; - 21646EB567586EE7D6FD8C8B61860C80 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - 2164D6009E0872052E460E80B045CF7B /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 21A6903A46BE137EA7D3BDE57B7963E6 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - 21C18A913FD93F374432C353AA5FD32F /* BVLinearGradient.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BVLinearGradient.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 22004FD68E770E53B070640ED8DA0B5A /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 1FCDFC919E145FF5406601574FF0916C /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 204430216C5FC51A57CE69A29CC6C7F6 /* RNSVGBezierElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBezierElement.m; sourceTree = ""; }; + 204630C13C3EFC9074EA9F4F7CD01B7C /* 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; }; + 2049D0FAACF7478FC9FA9DE199F1B9B4 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 2072246A1C4837CC693586388043B623 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 208343BFBDBA25524DA39D3495ABB514 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 20BEA40731242A45CB1846EB81DA4BC1 /* swift_qrcodejs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "swift_qrcodejs-prefix.pch"; sourceTree = ""; }; + 20C3BD60D0304333811F9E73D039BCF6 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 21B0519C52B7CA5C32438676E7771F07 /* SentryCrashCPU_arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_arm64.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c; sourceTree = ""; }; + 21C8BCC56B026E62E52014EB5E958AA8 /* BVLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradientManager.h; path = BVLinearGradient/BVLinearGradientManager.h; sourceTree = ""; }; + 21ED5AA5E9EB141275CE18B166EFD7E7 /* RNSVGPainter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainter.h; sourceTree = ""; }; + 21F134746F88087136C76BFE657B3C1A /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 2209C48D057301B17392D4405B42C4B8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 22117A7E03C31D532E4D0954D08D4DC3 /* Pods-BlueWalletWatch-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BlueWalletWatch-acknowledgements.plist"; sourceTree = ""; }; - 221D272E35FA802308B39FE8CCF674E3 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 223F9C1484CCA185F593B82737B97BBD /* NSData+Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+Compression.h"; path = "Sources/Sentry/include/NSData+Compression.h"; sourceTree = ""; }; - 2246E7EA3184939DD5BF46DD040BF172 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 22499C1E4F1A7A0C7A29F3B64D307607 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 224B43AA1126DBB1F2E4EC0F1FBD5262 /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; - 227CCAC9D12DD457BD01FEF5F0F27AAB /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - 2280113F4306FE1B958E1BC2B6AD2A4A /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 22D46EB1467A1C81D0E09801A00882CC /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 22E29D7751B51A9E79710A73268C982C /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 22FBF63944D4893CC07567E8FA423632 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 231EACFA0C81801F3DAEC44634582BF6 /* swift_qrcodejs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "swift_qrcodejs-prefix.pch"; sourceTree = ""; }; - 2334F6B00B5EF39EB8ADFE14637899A0 /* 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; }; - 2357F735881DA8EBC8C77D66DC208B23 /* RNSVGLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradient.h; sourceTree = ""; }; - 238904FE7C5293B287807B838A9D0EFF /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 2390709D8B5238882DD57115C100F4AB /* UIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+.swift"; path = "Source/UIImage+.swift"; sourceTree = ""; }; - 23A3B28C52377AA55A27B57BE474AAA2 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; - 24830CDDE9D453D1DD73FB9DAB1AF0CB /* BVLinearGradient.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BVLinearGradient.xcconfig; sourceTree = ""; }; - 2494932080A1B0E090767784C7013680 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 249A050AE68B067B76B1497911DC4795 /* SentrySwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySwizzle.h; path = Sources/Sentry/include/SentrySwizzle.h; sourceTree = ""; }; - 24AC32890794946EA06B2BF1602D8A83 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 24F4E54E22135FF9458BCFD0D9510F3C /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 253194C757400A24357E8EB59CD5E053 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - 25410CB5B01A6E532232CBD1DDEDDEFA /* SentryJavaScriptBridgeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryJavaScriptBridgeHelper.h; path = Sources/Sentry/include/SentryJavaScriptBridgeHelper.h; sourceTree = ""; }; - 25557227A4463A0F7F1C347C2EAF2D20 /* react-native-randombytes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-randombytes-dummy.m"; sourceTree = ""; }; - 2569C41F9CA34A6C03CA6DA3A55825CC /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 256FC9C060B6AE90144FAF2B58FB024C /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 22546757719D644E1441859D4DFE2452 /* EFWatermarkMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFWatermarkMode.swift; path = Source/EFWatermarkMode.swift; sourceTree = ""; }; + 227F580F463AF8789F003D163BE44FC3 /* appcenter-analytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "appcenter-analytics.xcconfig"; sourceTree = ""; }; + 230168A2D3E272691B213302D685CB77 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + 2315005BDA5FF4CD5A113FCD525CEC62 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 2319CE89637C148DC80E2BDEF5EF01DB /* QR8bitByte.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QR8bitByte.swift; path = Sources/QR8bitByte.swift; sourceTree = ""; }; + 236FC7F309AF126027E388253298E185 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + 23C6C1EE867507E8FC86CC6FAB450E7A /* RNSVGLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradient.m; sourceTree = ""; }; + 23C79358E28A8ACFD74D7E03EA871D1F /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 23E2042F4347B4265C68A8A5E7686746 /* SentryStacktrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryStacktrace.m; path = Sources/Sentry/SentryStacktrace.m; sourceTree = ""; }; + 240FD49902F433254A4C338F8CCABBAD /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + 2415B2DB02975E7BDC3A2F2879A61C00 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 2447423E1437FC51C2B825F75B7C18F9 /* RNSVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRect.m; sourceTree = ""; }; + 246D8719D48D2DEFCAA40BB58578B70F /* RCTConvert+RNSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNSVG.h"; sourceTree = ""; }; + 2485FE56F28D11AA5E41DC55EC2B71A0 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 24BDA533FB53F987E885D5E9B31ACAD0 /* RNSVGPropHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPropHelper.m; sourceTree = ""; }; + 24CF89AF53F6910DFFF561212DC47023 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 2518768B27E9F389F3D5A64DE45007BE /* EFQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-umbrella.h"; sourceTree = ""; }; 2577A394AA219CAA4C8204C3DEA6A297 /* Pods-RCTPrivacySnapshot-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RCTPrivacySnapshot-resources.sh"; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2597146A4EB7C0BEB9A5A01960518210 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 25D09621E480D16051E96A096CDDFD3D /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 25D86B5F2DCF431926732DAF327173A9 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 2611A97A1BD936414C9B7856BD971476 /* ImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImagePickerManager.h; path = ios/ImagePickerManager.h; sourceTree = ""; }; - 264F424AE53507B5FD563DCDAAA16883 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 2680A4502C21DC85F97FB699CFAA397C /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; - 26907759DDCC71AA6A8C7D689BD3A074 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 2694F8FCF9152E2D0D95980CF2ED7C6B /* React-RCTWebSocket.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTWebSocket.xcconfig"; sourceTree = ""; }; + 25799AEB06E5191F5FEC4C52D42CA81B /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 25AE99B94BD1CF746D90EC43B9335FFF /* swift_qrcodejs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = swift_qrcodejs.h; path = Sources/swift_qrcodejs.h; sourceTree = ""; }; + 25BA17478E26716E04AF75BC778F0E2D /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; + 2683C8B66A71F57448C0741712CDD771 /* RNSVGTextProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextProperties.m; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 269EC1607C6683B67E16B786B998BE33 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; - 26C4D68F7F002258F6150AE3C9877A47 /* RNFSManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFSManager.h; sourceTree = ""; }; + 26A290A317540E883D0672F26A992EB4 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + 26CD65831BE2955DCB27E4C8BA4616A9 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 26E46C6AF95F86B7D35367A03223D31A /* RNSVGSolidColorBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSolidColorBrush.h; sourceTree = ""; }; + 26F08B01697114676ACF3D59F8E09620 /* RNSVGClipPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPathManager.m; sourceTree = ""; }; + 272B7ED2990753C7EBB8653EA488F544 /* BVLinearGradient.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BVLinearGradient.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2746659939E420345B521FE182BB120A /* libPods-TcpSockets.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-TcpSockets.a"; path = "libPods-TcpSockets.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 27502F171195B2D635A028D26FDCBE59 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 27BE1704FEC1DB13EA55DB67B45697AF /* SentryCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportStore.h; path = Sources/SentryCrash/Recording/SentryCrashReportStore.h; sourceTree = ""; }; - 27D1A94070EEE636EA974024F35C7A77 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 27DE304658323CE1CF15008285CCFE23 /* RNSVGRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradient.h; sourceTree = ""; }; - 280FCC5126C01A6A1ADD9DBFB10D9298 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 2828221E779C288380EA456B10B30DA1 /* EFQRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCode.swift; path = Source/EFQRCode.swift; sourceTree = ""; }; - 28E77B897515DDD0E98C5D3CFCC41C9E /* RCTConvert+RNSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNSVG.h"; sourceTree = ""; }; - 291D45BFE9919420C802C145129C63B9 /* SentryCrashCachedData.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCachedData.c; path = Sources/SentryCrash/Recording/SentryCrashCachedData.c; sourceTree = ""; }; - 2941E5F2BECBCACB1BFF9C23B4F69F82 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + 2751FB4F76043AEDA45B8BA14BA7D74F /* QRPatternLocator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRPatternLocator.swift; path = Sources/QRPatternLocator.swift; sourceTree = ""; }; + 283211F7E86A64E7F73F158C5D3945D7 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 28402D8BA051EC02713817ADBE839A30 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 28A0708BC706975D14C9CCCB5DC16D63 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 28DD3CA438DC24CD0B0A8B73408CEE97 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 28DDF2824F66B577893DD4E9230BD143 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 293EEC3FA26EDC67F566D10AA474D94F /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 295B0E59681A32D362F47C940796A930 /* RNSVGLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradient.h; sourceTree = ""; }; + 29A5B82E193E89F98085D875D6A888D6 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; 29A655EC78CFE3C369B2FF1DA8AB4DE3 /* libPods-BlueWalletTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-BlueWalletTests.a"; path = "libPods-BlueWalletTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 29F203E3677EAFFABF25A24633891A04 /* ToolTipMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToolTipMenu.h; path = ToolTipMenu/ToolTipMenu.h; sourceTree = ""; }; + 29C757A823DCDC946B8E3C72615543BA /* CIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIImage+.swift"; path = "Source/CIImage+.swift"; sourceTree = ""; }; + 29E0870F9242641B0D7D1CC650A13498 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; 2A06652291DB26EB217E00C0B4D8A07C /* libRNRate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRate.a; path = libRNRate.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2A0F9D3034A102030A8F0255C05C489B /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 2A1FB7C28ED16E057A6998F6CB9E26FD /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - 2A487FE4F83E9361EC51D7864C938525 /* RNSVGUnits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUnits.h; sourceTree = ""; }; - 2A653F66253218D17BE5BB0E70A24D44 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 2A74FEDA9DD78E8223575EE6C987C040 /* 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; }; - 2AB743151973A59648D964C29F96E7B6 /* RNSVGGlyphContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGlyphContext.h; sourceTree = ""; }; - 2AD64D480D9F26220D8CE688791B7EC6 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 2A26542738B8521BC9EC924738B1BC21 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 2A30CEE5FAE392DAB653C9D4988A4B4D /* RCTToolTipText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTToolTipText.m; path = ToolTipMenu/RCTToolTipText.m; sourceTree = ""; }; + 2A49F575D52589CBBB744EE3A4C41B60 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 2A5B92C88106AAEA25FEB02493D20198 /* 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; }; + 2A7F6D00D1AC62B0897BB3234126A936 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 2AA9A3180EA9D85D026FE1A21C6449DD /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 2AB45243DF59C76E7AE9408236184E7A /* SentryUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryUser.h; path = Sources/Sentry/include/SentryUser.h; sourceTree = ""; }; + 2AE6DF1FC568DF2263C8ADD669601B07 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 2B065420FE3314F9C7EA857AA743E410 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B53682F4BA04D1FF789D4F317CF9B53 /* QRPatternLocator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRPatternLocator.swift; path = Sources/QRPatternLocator.swift; sourceTree = ""; }; - 2B9D35E91C155455356BD95ACF29A018 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 2BB7B81D4EE06192DFD3215DDB0CD6E8 /* SentryCrashDebug.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDebug.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c; sourceTree = ""; }; - 2C059F9D72CF6AAF15C67C67A467B2BF /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 2C069A19EA5078FF977AB540CB83E560 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 2C16C634AC85DE43DD06A854804B5016 /* TextDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextDetectorManager.h; path = ios/RN/TextDetectorManager.h; sourceTree = ""; }; - 2C38EACDE6A7A2BC0FDD5CFFA933E919 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 2B5E2B6ACEE32360B3751C5D8DF26D6E /* appcenter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = appcenter.xcconfig; sourceTree = ""; }; + 2B96C3BF2A09FC43387FC9591C19543D /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 2BD989F5CF7303A65966A0AC3E86D435 /* React-DevSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-DevSupport-dummy.m"; sourceTree = ""; }; + 2C0BE20966EDBBCCA877AD86388FA0A7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2C2211C335AE3E8F940DEE1A1B467607 /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; + 2C5BF1CCEA4F9097FE2B213F512453A2 /* RNSVGCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircle.m; sourceTree = ""; }; 2C6CA681ACE532FDC4866E79BDF6C043 /* libPods-BlueWalletWatch Extension.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-BlueWalletWatch Extension.a"; path = "libPods-BlueWalletWatch Extension.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C70D72B08B26E01F23F7C397AFE25FE /* RNSVGTextProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextProperties.m; sourceTree = ""; }; - 2CB23B393FB5B978AE6DB50B4F78FF0E /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 2CB85F2846E08575B37F5173BCE7FCD8 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 2CD0246B7245E43DE3BFD3122AB37E1B /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 2D0D49551F55D06C61922A057E9E85AD /* ToolTipMenu.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ToolTipMenu.xcconfig; sourceTree = ""; }; - 2D7D46B913A23FA0D6B8C0702617C231 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 2D9FB3948E0AE63C1ACF1DD27B43A316 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 2DB6F16E49F958424F7971CB5E8EF9B7 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; - 2DD4C3E33790C8946DA5F83FCF418CB0 /* Sentry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Sentry-prefix.pch"; sourceTree = ""; }; - 2DD821B06B146FFC71768928C5E8E38F /* RNSVGBezierElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBezierElement.m; sourceTree = ""; }; - 2DEA98616EF805FCF641410B5F2D9662 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 2E089109F6D70A9615C69D536DAC7A4F /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - 2E303E191CF02D71265C1B3E2BCE72AE /* SentryCrashMonitor_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_NSException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h; sourceTree = ""; }; - 2E3B05F4D34BC605F914553345365774 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 2C88AF778038BBA6D13C4CA4AE004E65 /* SentryCrashMonitorType.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitorType.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c; sourceTree = ""; }; + 2C9BF4B73F6A2F81F03490E3CC9B7B77 /* AppCenterReactNativeCrashesDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppCenterReactNativeCrashesDelegate.h; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashesDelegate.h; sourceTree = ""; }; + 2CF702011774B418647639678EC660E2 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + 2D349A9AA16968183608B0480B944C92 /* RNSVGDefsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefsManager.m; sourceTree = ""; }; + 2D3C35E02C212B159AA2E269F8BB19D4 /* SentryCrashDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDate.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDate.h; sourceTree = ""; }; + 2D42147932C350E964F8413437BAB6AA /* SentryCrashMonitor_System.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_System.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m; sourceTree = ""; }; + 2DB24C73E59EC53554D3BF392A36C82E /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; + 2DD01380318FC464D74C7A36C5373C58 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 2DF9096B02D039C13035E3ACF968B576 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2E3C7AB4AD725AB66DCDB4E3A3AB1185 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; 2E44E5BAA0F4F3401376A701C5DBD3CE /* Pods-BlueWalletWatch Extension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BlueWalletWatch Extension-dummy.m"; sourceTree = ""; }; - 2E66B1E9D242E1F861AA1B5982484152 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 2E8E9CDF744E22610326180ABCFE4A51 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 2E93655B274394B5F29043AE5767E6F3 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 2EBFD74C740BD86B7F9E819CBDA08493 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 2F0393DA515EFCF5227CA50629098A5C /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - 2F808101B81507FE63191C299473ECB5 /* SentryCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFields.h; path = Sources/SentryCrash/Recording/SentryCrashReportFields.h; sourceTree = ""; }; - 2F944056D8937A5C199F18715DA038F6 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 2E82323AE8FAADC36C006D3684049608 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 2EA6AB45C236D2E5442179D36F5F8F70 /* Install.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Install.md; path = docs/Install.md; sourceTree = ""; }; + 2ED9DA09627364B3547F2DCF9DE50753 /* SentryCrashMonitorContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitorContext.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h; sourceTree = ""; }; + 2EED4FCB9651FBB833F2B74025B00E7B /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 2F56C1B12F464FECB9B1EBC7209867B1 /* SentryCrashSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSysCtl.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h; sourceTree = ""; }; + 2F843D085A82DC380F9185560BC5DD78 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 2FB0B25C416156497D51C1A9AC156059 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 2FE829DE0F20B0A2413CE243377CE4CE /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 2FE8E3DDB28F936EE20A70FC3E3735BA /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; 300232A457594A2142CCD4EBBEAEEE83 /* libswift_qrcodejs.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libswift_qrcodejs.a; path = libswift_qrcodejs.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 300E1AD5B5158AD6D80784A1639A5083 /* SentryCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReport.h; path = Sources/SentryCrash/Recording/SentryCrashReport.h; sourceTree = ""; }; - 30C72BC01DB3218D7F8C24D56442BDA2 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - 30E13984CED79408D49290A480210D55 /* SentryCrashMonitor_System.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_System.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h; sourceTree = ""; }; - 310036B56FC7CBCA1579D6F0ED6DE7AB /* RNFS.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFS.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 313780EC1375CA1058A8F35B202CA456 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 313D2D99523C7F34A13CA3719C8C2ABC /* 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; }; - 314A7E6DAD3BFD650FFAA848657ECE32 /* SentryCrashStackCursor_MachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_MachineContext.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h; sourceTree = ""; }; - 314EC0B27970F2DB586023652C493A1F /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; - 31561C5A29E3F9818415164C53E050EF /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 31A0F4857600E04AAA3463430BFED8D0 /* React-DevSupport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-DevSupport.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 31D1A4A2AC4520F6FC9EEF3C665781D2 /* RNSVGCGFCRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCGFCRule.h; sourceTree = ""; }; - 321C255360DC77984CDF0242595B1EA7 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - 3224BC2BC1314776EB93EEA7D4AD552C /* EFInputCorrectionLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFInputCorrectionLevel.swift; path = Source/EFInputCorrectionLevel.swift; sourceTree = ""; }; - 322F6B2BEB377EF02F48C6643FFF1556 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - 324CB51718FB597FABE2DAB2708F619A /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 32ACF33A17B608BE1AF28B96445937E3 /* SentryCrashStackCursor_MachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_MachineContext.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c; sourceTree = ""; }; - 32C3FD531527BBBC28013686FCA49567 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 32F3729E712AD4049D53698CE4BFC3EE /* SentryCrashJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashJSONCodec.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h; sourceTree = ""; }; - 333E5836F09ACA5C6C1AE9E454E89184 /* RNCAsyncStorage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.xcconfig; sourceTree = ""; }; - 3353CCC8DF01B8061DACBBE2B79C83EE /* RNSVGPathParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathParser.h; sourceTree = ""; }; - 338252B21D2A3E5FCABAF72B1406AB07 /* SentryCrashMemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMemory.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h; sourceTree = ""; }; - 33A743FE232FD8D0E1CB8D6E0973A344 /* SentryDebugMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDebugMeta.h; path = Sources/Sentry/include/SentryDebugMeta.h; sourceTree = ""; }; - 33D49D690826ABAC2439D7EC17751552 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 3021847C08AD670811797BC1EF4ABFA8 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 302CC6A35889A762E962B6C7133C6568 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 3035D2694B5837464ADD3F8CD027EBE1 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 30499643ABA8569510FBC4222BF4F685 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 305358891441BCEABF216654D5E659D2 /* NSArray+Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSArray+Map.h"; sourceTree = ""; }; + 30BD75E19D0927270AE3560D76527AB2 /* AppCenter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.xcconfig; sourceTree = ""; }; + 30C51CCAB3B319CEB62D16D34C8FC79E /* RNSVGRectManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRectManager.h; sourceTree = ""; }; + 30E53D34722DAFC2D7F6C6A2B2266AB6 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + 314B75E421A836F3356A029FEDE5A56B /* RNSVGRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGRenderable.h; path = ios/RNSVGRenderable.h; sourceTree = ""; }; + 314CCF5EE68DB48ACBC4167E3CCA2808 /* RNSVGGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroupManager.m; sourceTree = ""; }; + 3154B365055E22C5020801CFED1DC9B7 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + 31A0DD3BF7EEDA0E5DE4A968EC27335C /* 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; }; + 31A743E2322506BD703F30A8EAEED8DF /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 31F25541006CAABDD080DA2888E1885C /* AppCenterCrashes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterCrashes.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework"; sourceTree = ""; }; + 323CFCD5DEF6A08E532350D799D2CB02 /* SentryCrashDebug.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDebug.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c; sourceTree = ""; }; + 329B4C7D748D020C70BC91405B1AA2AF /* SentryBreadcrumbStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbStore.h; path = Sources/Sentry/include/SentryBreadcrumbStore.h; sourceTree = ""; }; + 32F914C2DE6E42929C9DE50DA8EC1BDC /* RNSVGImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImage.m; sourceTree = ""; }; + 33183D8B1906A4457FD0E5F2B4067D53 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 3330618CC02B94A9C10C9D7633AA1474 /* RNSVGPathParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathParser.m; sourceTree = ""; }; + 3346C0CB13F172A7156B8A211AB27275 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 33743146132FED514399A53EEBB92F86 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 337B217FAEA94AF98071064BC5BA4171 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3384EBC6239E6B44F78492F884834654 /* EFPointShape.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFPointShape.swift; path = Source/EFPointShape.swift; sourceTree = ""; }; + 338680F88E5C61EA816A9BC2115EC528 /* Contributing.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Contributing.md; path = docs/Contributing.md; sourceTree = ""; }; + 339805ECE514528ECD877B361587B97C /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; 33EBC12F697FC6AD50EBC09D6B2E0A73 /* Pods-TcpSockets.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TcpSockets.release.xcconfig"; sourceTree = ""; }; - 34008C866432690A28536407349ECBC3 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - 340E5C0FFE36ADA6309BD9447C724A9A /* EFIntSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFIntSize.swift; path = Source/EFIntSize.swift; sourceTree = ""; }; - 34106A6487F9070092BBCD03194EEBE7 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; 34349C9AB98883E7C470D80A56A5A561 /* Pods-BlueWallet-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BlueWallet-acknowledgements.plist"; sourceTree = ""; }; - 349231FAF33FC2974E5B503309017785 /* RNSVGUseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUseManager.h; sourceTree = ""; }; - 34EDF33927B88EE621AE2F8B7B1CBD00 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 344806143703ED44CB54B453C44030A1 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 3452B5EB8CFE814F696CEC7AD5F52E3C /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; + 345A9B2FACB98FD15033CE5F91069B46 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 345D1081A28C81125E2D1F1A92486C04 /* Sentry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Sentry-dummy.m"; sourceTree = ""; }; + 346A9150F1CF4821412028064D7E4666 /* EFQRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCode.swift; path = Source/EFQRCode.swift; sourceTree = ""; }; + 346D82202D5D3CE104BE2760B33C9CB7 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 34DC4B3807A44ECA4E477D83A1A8A990 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; 3501832F51E21BCD681DC315B3424B43 /* libBVLinearGradient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBVLinearGradient.a; path = libBVLinearGradient.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 352008A8EC7CF775969C211F34715C21 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 3552FFB8388991988B7EDCB4E1CA3D77 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 3559D26D3313ACBE0587405E778A9B2F /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 358FEAE1B39DAA93D421656C7EA9D343 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; - 35EB5AB37C23A02DB2D3B5F1DC94B11A /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 352ED3951BAD605BC7961B7070970E0D /* RNSVGTSpanManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpanManager.m; sourceTree = ""; }; + 3536E25BEB6DEC22D79076B7A143A44C /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 35496C3DCEB215C36B107C526F0082D0 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 35590511240FFD2D801D554DAD227159 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 355F2A5F9D0C1C8AA2C02A0F06B06AF7 /* 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; }; + 361CB12BE7CD3CE6756199D05C2B7A30 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; 3624459A6C2DE6973D006BC68FE2EFC7 /* Pods-TcpSockets-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TcpSockets-acknowledgements.markdown"; sourceTree = ""; }; - 36293CC7B167D8421EBC89A419531A3E /* SentryCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrash.h; path = Sources/SentryCrash/Recording/SentryCrash.h; sourceTree = ""; }; - 3702FA9C0FF517E6D513892A02877C53 /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRandomBytes.h; sourceTree = ""; }; - 3750A6E60992C57EF5F3BE1FC1336EE6 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageLoader.m; sourceTree = ""; }; + 36534F34BFB04DE4440877982499E1AB /* RNRate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRate.h; sourceTree = ""; }; + 3677F57F41C5A373D9DC9BB4F451EB39 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 36879022A718CD33C400E32A41C8975F /* RNSVGRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradient.h; sourceTree = ""; }; + 368F79A953FFC6766529B42887D3F5E8 /* Downloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Downloader.m; sourceTree = ""; }; + 3698F5D53EA76E72DA2AD546758BECBC /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; + 36A4418352E8B92CEBBBBAE9412DA106 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3763C40AE777BB969D7D2E6300B84C91 /* BVLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradientManager.m; path = BVLinearGradient/BVLinearGradientManager.m; sourceTree = ""; }; - 3798C5BAEB9DA2F07B206FF6379D9DE5 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - 38070734BC9895F3645BE0947723FF1C /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 380C0CFE13F01AF67F53C3C737E0FF27 /* RNSVGNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGNodeManager.h; sourceTree = ""; }; - 3827B1F98662CA7F08D591A565A4693A /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; - 382D24BA76244F8E67FD0CD33EB96D5A /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 384CA8E4DFFB4519CF9D32FEE19AF92D /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 384DCA5F8912FAA82800F86CFF8DE362 /* Recipes.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Recipes.md; path = docs/Recipes.md; sourceTree = ""; }; - 385C96E9A2CC6758B607208563BCB84F /* SentryCrashObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashObjCApple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjCApple.h; sourceTree = ""; }; - 38BC5F94984DE20C8E2B9351FF4AFA2E /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 38FC8CEB0A7CA66ED695BDBEDDDEA3F1 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 390A57711135A02F989E95A4593E2C00 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 3939C327FABD2E215C61868D3896C190 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 3944F6C0079801709FA1B254D155A5F1 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedModule.h; sourceTree = ""; }; - 395569FDC896B0820C5D29BEB96A5BF0 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 3978BE7A639834A212C6B89B444DB1D1 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 398BEAC6792C5781F76C2A0DF5B10F2E /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; - 39B2EFB0F1AB406E95D54A1CBDF3CA0E /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 39D4FFF4B480CCC849F6B2E40288017E /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - 39D7C0D4625D153AEB5228423F7489A8 /* NSDate+Extras.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+Extras.m"; path = "Sources/Sentry/NSDate+Extras.m"; sourceTree = ""; }; - 39F8511BE9A655238CE28680B5D7778A /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 39F8B2C3D6E5664881832D34783200D9 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - 3AC23E418CA596ACEE76188D74E60430 /* EFQRCodeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeMode.swift; path = Source/EFQRCodeMode.swift; sourceTree = ""; }; - 3AE52B95782F57C54A75D7DFF5DA37A1 /* RNSVGSolidColorBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSolidColorBrush.m; sourceTree = ""; }; - 3B1E2D20E6CF4DA0F345B7140BD2F070 /* RNSVGRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradient.m; sourceTree = ""; }; - 3B2718F49D052B770292DBB8A7009733 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; - 3B5492A199C210CF1284AC5CAAD1A267 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; - 3B857077AD35B3BAEBAF8BC041FEB738 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 3BA528AE15F44E30D3F91136ED7A82EA /* RNSVGCircleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircleManager.m; sourceTree = ""; }; - 3BCACB07F152045A62B8049A4E5607FE /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; - 3BCB20FC5BA0E77717AF5AF6F303357A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3C5ADF727A860DF2BF7C81845195A922 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 3796A158BE0C878087DD773BB38B1AF9 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + 37FD8B5534301056EF1BE3D26BCA858A /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + 38446F4B089315AFF031233DC0C35D6D /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 385E5E9282513FCB25A4AEFE029BA122 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 3891BD56AB107B8EAA8CC08A09705257 /* AppCenterReactNativeCrashes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppCenterReactNativeCrashes.h; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashes.h; sourceTree = ""; }; + 393D0C8CAF7519BFB459FE83D66F0D79 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 397A896CF1067932D96D27E378CA00B8 /* NSData+Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+Compression.h"; path = "Sources/Sentry/include/NSData+Compression.h"; sourceTree = ""; }; + 39AB1FD218103F52773B906E13F79208 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + 39ADF4C01E437952EA334D711EDF3BEA /* RNFS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFS.xcconfig; sourceTree = ""; }; + 39BEE00769F795E7F7D1C9CFD8548770 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 39F2B2E36B6B39B3AA83721C62708502 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + 3A2E4FAD228B6992E05A1A1336FA1656 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 3A717D485623511F964B94ECE9755EFB /* SentryCrashMonitor_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_NSException.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m; sourceTree = ""; }; + 3ADC16517C7CED57C18C8C7F3D6B36E5 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 3B27092CFD6E344017B9541B65C73014 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 3BA271A168A9AFB274CFE5E874BF4BA5 /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; + 3BE2D57AA7F55DE28682B86E10B9FAC7 /* BVLinearGradient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BVLinearGradient-prefix.pch"; sourceTree = ""; }; + 3C119C01332AEF55F34A22BDF3B0ECC7 /* RNSVGPercentageConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPercentageConverter.h; sourceTree = ""; }; + 3C283F4BA319FAAC4A8C094C06D7696D /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 3C83707C8698F9C512B1346204BB7986 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 3C8F2F910C152F2A9E4EEA053BC0B457 /* SentryDsn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDsn.m; path = Sources/Sentry/SentryDsn.m; sourceTree = ""; }; + 3C95D99DD4FBDD83F1A35D8DBC3D4EE7 /* appcenter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "appcenter-dummy.m"; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CC6AB018E6FEB90AEBE3928C35522DB /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 3D127275C35457B6B4074761FD2EEB11 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 3D44FC4043E5041897F068F6D3363110 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 3D84C448FA0E64159EAC3A1943326304 /* CameraFocusSquare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraFocusSquare.h; path = ios/RCT/CameraFocusSquare.h; sourceTree = ""; }; - 3DC929575EB536E5F0B4CBF2A8628BAB /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 3DE7D6AEE4029CABFCCA2CE521BA4417 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 3E2B15DEE23AD7725E242CD6B6072085 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 3E41C832B2D01029991DC7B871DADB89 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 3E471CF4A5F125B9DF10498731B4FD7F /* RCTToolTipText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTToolTipText.m; path = ToolTipMenu/RCTToolTipText.m; sourceTree = ""; }; - 3E79ACA9585F008318CAF05EDC9F6CA9 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 3EA39D6D83DB5573071E2E3C8DB34235 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 3F447FBDCFB834E4206F527D24D4E3DD /* RNSVGRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRenderableManager.h; sourceTree = ""; }; - 3F59C746E4564B484EAEC8C9392CFCB7 /* NSDate+Extras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+Extras.h"; path = "Sources/Sentry/include/NSDate+Extras.h"; sourceTree = ""; }; - 3F7A1517E812C1FF716F112ACA9B17AC /* RNSVGClipPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPathManager.h; sourceTree = ""; }; - 3F9A502CDE922444A935BF2752AA2E45 /* SentryCrashMachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMachineContext.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h; sourceTree = ""; }; - 3F9B1FA4862A4C0D2DEC99EC3289AAD6 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 3FB08B14D4FFB2BDCE3FB40637E7AE42 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3FDE94D83E9FBCF07E8C4C87826B65DA /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 3FE6289F4BC5FA8CFF07D80DD91A91B1 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - 401E2416EBD9CE65D9C9BC95CFF60E06 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 402E9910295E0621414C637DB292E98B /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - 40788397A39552EF7A2EEF36B03C606F /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; - 409E3D29FE6883D40BEE2912B1B4F40D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 40B5E2FA885556451078D5B30EFD643C /* SentryCrashMonitor_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_Deadlock.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Deadlock.m; sourceTree = ""; }; - 40BFAEAD8D3B6AAC9EB70444ADC96A20 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - 4106AFE7AD9C4827D5982BE4CBEDCBCF /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 41518E5080BBB24B7BDB24FF0DB53A88 /* BVLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradient.m; path = BVLinearGradient/BVLinearGradient.m; sourceTree = ""; }; - 418E09372496786316C6D7A705C989EF /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - 419B25562F92240F964ACFF327678584 /* NSDictionary+Sanitize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Sanitize.h"; path = "Sources/Sentry/include/NSDictionary+Sanitize.h"; sourceTree = ""; }; - 41C07AB0B60A6BEB1D7CB1A63307E1F7 /* SentryCrashMonitor_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_User.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_User.h; sourceTree = ""; }; - 41C2D3B3401A78EF1E95E8F3E5E5F7DB /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - 424E51530BDE7C1628F92F99CF6E60D7 /* RNRate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRate.h; sourceTree = ""; }; - 4295784B665EC07842F2AD0049BDE339 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 3CAECC111EC0BE64E0AD8AF29B8590A4 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 3CE42778BE70CC034137D9A5B65316C1 /* libappcenter-crashes.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libappcenter-crashes.a"; path = "libappcenter-crashes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3CE7CBC5FA45D0B5839942F511662C9D /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 3D37C99C76BE5597DC5F58EA189D6F5A /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 3D3D0D21890175EBF587C877708EFBB6 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 3D3FC4FBE7F2E46D21F0A896B140ECE0 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 3D69D27281FDAECE20ED6BCEAEA5813F /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 3E3FCD1DC0313979400CE922F93B7348 /* RNFS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFS-dummy.m"; sourceTree = ""; }; + 3E6384C243A0068D0EC0204987D92535 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 3EAAA952BF45C594E2A0F3AF722BAE0A /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 3EC25C41066DB9BE9141707FA639928C /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 3EDE47430D7EE7280E730B80CB8AED75 /* EFQRCodeGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeGenerator.swift; path = Source/EFQRCodeGenerator.swift; sourceTree = ""; }; + 3EE051F5B6BC8132358A850B6C51B785 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 3F245BA40FC18CED223F00FCEC3E5122 /* SentryNSURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryNSURLRequest.h; path = Sources/Sentry/include/SentryNSURLRequest.h; sourceTree = ""; }; + 3F27ECEEABA2555D0A61D178F63E47FC /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 3F771D11481B27A9B8AD0D78C0963039 /* SentryStacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Sources/Sentry/include/SentryStacktrace.h; sourceTree = ""; }; + 3FA0FA67EF8EDB3E443EFD138CF43A11 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + 3FEFD4F7AE160D0C6CC1421CDD2E9D9B /* SentryThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Sources/Sentry/include/SentryThread.h; sourceTree = ""; }; + 4030C1E87D7B1B45B11060B79F2E486C /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 4032988161180833C9B16714F09D377D /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 41068F2A262D51E5EDB2228640CDF057 /* RNReactNativeHapticFeedback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNReactNativeHapticFeedback.h; path = ios/RNReactNativeHapticFeedback.h; sourceTree = ""; }; + 4119ED026DBDE72160E66C132B909CC4 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; + 412D50AA86A7D3D5F27CF3EDB67FF5DE /* RNSVGTextPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPath.m; sourceTree = ""; }; + 41459F8C7105DBBAF8DFACEF795C38E9 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 41CE930D43CA9AA63C03552DC030D101 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 41DEF2B3EA5D06362F42F7201CDFE91D /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 4222D6038AA67D2BE46A2AFB30E3290A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 42266C8BE0ADBDFCA48CD11052F8D657 /* RCTSensorOrientationChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSensorOrientationChecker.h; path = ios/RCT/RCTSensorOrientationChecker.h; sourceTree = ""; }; + 42380F3C2E50C8015CCDCB5DEA337F4A /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 42805B6B16DE0047188EEC81E61728A7 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; 42BD07DF620F83D66CF57240FC078DC6 /* Pods-RCTQRCodeLocalImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RCTQRCodeLocalImage-dummy.m"; sourceTree = ""; }; - 42D856BB94CBDC48CE928B9E1C33311F /* swift_qrcodejs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "swift_qrcodejs-dummy.m"; sourceTree = ""; }; - 42F84ABE3728BC275BFA95578C275C87 /* RNWatch.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNWatch.xcconfig; sourceTree = ""; }; - 431E53937411FFF9177AE54F75857502 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 43462AE8A9A899B52C8BE4AA7A79E0BB /* Reference.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Reference.md; path = docs/Reference.md; sourceTree = ""; }; - 440281AE1DC3854A91A3D0A0D2EA03EF /* RNSVGSvgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgView.m; sourceTree = ""; }; - 4439215A3AC39ADEF81CDADE1B63B9CC /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 44B32DE73C23DAC9090F256E34577422 /* RNSVGLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradientManager.h; sourceTree = ""; }; - 44C0F4DFBAD68FA5B31D862DEB6ACA1D /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 44CA61DAD49B7054DB43EE4218CA73D5 /* RNSVGDefs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefs.h; sourceTree = ""; }; - 44CE8A0544F3C260ACA6C92B1A5DE0B2 /* SentryCrashLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashLogger.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h; sourceTree = ""; }; - 44D4C470870351EBAE4B1F608D19F098 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; - 4539E30AC9C3601593A149574E9AB68E /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - 453F1C06247611032E0E1FE9C8F2E8D0 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 4636D626F75DD81EB5AB3D6622FAAB07 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 46A69E0F2A53FBCBB21FF4440561CF8C /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 46F3E6607D5FC6EEA86A8225CEB1B880 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 47392CCBB3F32D3808A726F115F5326B /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 474A580BA00788999C99EB3F788E4D80 /* SentryCrashReportFixer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFixer.h; path = Sources/SentryCrash/Recording/SentryCrashReportFixer.h; sourceTree = ""; }; - 479E68869C44C01ADA74B8BCDCBDC98F /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 47C280916CCA399A36E20BC3C117038C /* SentryBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumb.h; path = Sources/Sentry/include/SentryBreadcrumb.h; sourceTree = ""; }; - 47D7C7D0708BE237BB1FD5045BED3ACA /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 47E45B46E61572B717857C87F9AA6848 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 482EAAED882D939C9715D58FCC0E5AB2 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 48425BEC5DB481CB7C1D90A026EEB26D /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 487A8F97381BA3D1503AB49C4351A84D /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - 48E20E92302A21DF96EF83A0FDD4D771 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 42E1CD33DA47B8511CA8B089669EF840 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + 4328F6542E7460301A0CDC7F53254766 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; + 43382F1FF129E620B32E0B6CB06C4929 /* SentryDebugMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDebugMeta.h; path = Sources/Sentry/include/SentryDebugMeta.h; sourceTree = ""; }; + 438B64ABF674F5E8365F3F26CCD9D07F /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 43979C81148E0E4AB773C6E713F57587 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 43A8869D95BA02226BA1670389825DFD /* RNSVGTSpan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpan.h; sourceTree = ""; }; + 43D2579E708C857795C57FCE319A0BD1 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 43E958073AC6CBD2701DFBC633F8C462 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 441428257C9D67B68033F8ED13548409 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 448AFE0F50F6019226F81E60CD191E24 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 44A2B3064347E804B877D0C87F3B7543 /* SentryCrashJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashJSONCodecObjC.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h; sourceTree = ""; }; + 44AA2FC4FEE3A4F265EFBFBD35531B4B /* NSData+Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+Compression.m"; path = "Sources/Sentry/NSData+Compression.m"; sourceTree = ""; }; + 4519929E1E34CCFD0F9016C433BEE847 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 45387B738F42F129540C14C83D00FCB8 /* SentryCrashMonitor_System.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_System.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h; sourceTree = ""; }; + 454D2F2E2152D9F31FEBEAE564D134E4 /* AppCenterReactNativeCrashesUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppCenterReactNativeCrashesUtils.h; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashesUtils.h; sourceTree = ""; }; + 459BC0FAF13952435B52EFCD905A5808 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 460AC687333D6B2132C762587795CE36 /* react-native-camera.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-camera.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46DE9A3F308A00C2930D720DABBE0E39 /* SentryCrashMonitor_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_MachException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h; sourceTree = ""; }; + 46FE5E050A439831F60FF9B820FF3493 /* SentryCrashSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSignalInfo.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c; sourceTree = ""; }; + 480DA52030AB5EF26C6180A3C889DB09 /* react-native-camera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-camera-prefix.pch"; sourceTree = ""; }; + 4834A9B325EF1CBB66F0DFDB0FA36094 /* RNSVGRectManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRectManager.m; sourceTree = ""; }; + 483C394F11B132B4EDAAE472FE816605 /* react-navigation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "react-navigation.md"; path = "docs/react-navigation.md"; sourceTree = ""; }; + 4840B0707B76A6BD496CC29C23C997C3 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 4874BCB3F56964DD62DE7BDD8AC41A50 /* RNSVGTSpanManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpanManager.h; sourceTree = ""; }; + 488ED1252558AAED378A8BF5B2396973 /* RNSVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLength.h; sourceTree = ""; }; + 4890E9632028E769CDE3E6425466D687 /* RNSVGVectorEffect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVectorEffect.h; sourceTree = ""; }; + 489C31602E47551F52F4305E504C529A /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 48F5D3CBFB4660EF9D20625D0E3E7058 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; 4919E5F2B6A6807BB518ABF82953B627 /* libEFQRCode.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEFQRCode.a; path = libEFQRCode.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4955E916810DA8765EAF5DB58A1257F6 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 495DC430A39FF3DAF93608EF6C46F1F4 /* ToolTipMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ToolTipMenu.m; path = ToolTipMenu/ToolTipMenu.m; sourceTree = ""; }; - 496B7A8AABAA8D6E2A66421091E2BAFD /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 49A0D9F4CD850EB7B52567BDFF51D9D0 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; - 4A7F1FB72A3CDFF5F8437EC0F285CC12 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - 4A8FB5996C9101EEE3A979269C3D9CAF /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 4B1B52D83BCCD11F56B65A074AB1BA98 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 4B6581CA7E44A1E50FE0B2D7FE4895FC /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; - 4B8223CB65A4DAB8133132B23205C2A2 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - 4BC156649B4710E10CDFAC719BCA41B2 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 4BE6F744A406D5C9A3BC2E9648F2E97A /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 49560E9818FB3605EC7F21BE51C67482 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + 498A066E45D39C0D8B6C0D229026DCA7 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; + 49901B981FC08350F41DA861C612A46C /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 49E51C69189A731BD58BD84A2D59824A /* react-native-randombytes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-randombytes-dummy.m"; sourceTree = ""; }; + 49E7611107004A68B2FE15E39964433A /* RNSVGPropHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPropHelper.h; sourceTree = ""; }; + 49E892021A74E3994336A5B96BE5E8E2 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 4A38C3DC74C37A94642DD3EE6A7E8488 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 4A428B4EF2E0E5DFD55537347E2EAB0E /* SentryCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashDoctor.m; path = Sources/SentryCrash/Recording/SentryCrashDoctor.m; sourceTree = ""; }; + 4A69C80E520C36E0352A7BF4EE53A09B /* SentryCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFilter.h; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h; sourceTree = ""; }; + 4AB96DF7FE0204404E5B5D63FD9C807F /* QRMath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMath.swift; path = Sources/QRMath.swift; sourceTree = ""; }; + 4AF95D37B288061E0F6090F1822458B2 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; + 4B25A8ADA9195EF434EC9B7F4CA90591 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 4B427A9677B0653535C26152D1ABD360 /* API.md */ = {isa = PBXFileReference; includeInIndex = 1; name = API.md; path = docs/API.md; sourceTree = ""; }; + 4B430D0289F816DF7EBCCC0737AE0401 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 4B43F7682E6B0950162423EF306175F1 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 4B9ACA823308D3F31EF14800F48CF383 /* RNSVGRadialGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradientManager.m; sourceTree = ""; }; + 4C02470826EFC509C64591B4590A38F2 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 4C5F8E5E14DE4658A9159B18DFC9F9D8 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 4C7ABBD4BF1F17016D3C67FCEA55CF71 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + 4C80424E0E600002C684AD7F7E0D2A98 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; 4C85DD73262D3208B05622C3151F029F /* Pods-BlueWalletWatch Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletWatch Extension.debug.xcconfig"; sourceTree = ""; }; - 4C87EEA72EBD3C6E378FF11EC5472315 /* EFQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-prefix.pch"; sourceTree = ""; }; - 4CF814E760D3D01D6C9591CB0E5A6F33 /* SentryCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashDoctor.m; path = Sources/SentryCrash/Recording/SentryCrashDoctor.m; sourceTree = ""; }; - 4D240ACA8DA83E85319B332BDD73D1FA /* SentryQueueableRequestManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryQueueableRequestManager.m; path = Sources/Sentry/SentryQueueableRequestManager.m; sourceTree = ""; }; - 4D484689E6F06CFCE3535EE955187FC2 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; - 4D8F7BB0A2D356CEE50311E0267B5088 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 4DBEDF58CDC62DD6A8A18C61AEC95133 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 4DF611E1C62D3F3ECE150E428B97BC72 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 4E07739CBE6F0A1F26181ADEEC408645 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 4E462F73CC87A4A665B386135E5F85A2 /* SentryCrashDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDynamicLinker.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h; sourceTree = ""; }; - 4E6604C208825CEB49EC0FC008E81C28 /* RNSVGImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImage.h; sourceTree = ""; }; - 4EB62F2C7E641AC7EBD2F43D48E145AF /* RNFaceDetectorModuleMLKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFaceDetectorModuleMLKit.m; path = ios/RN/RNFaceDetectorModuleMLKit.m; sourceTree = ""; }; - 4EDB6A247794C49263799295983C4C8C /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; - 4EE50B212EF78CD6F9DB93C0C311A241 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 4F06B4AA8C5CE0DBDF3CDD0E0F3BC350 /* RNCWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebView.h; path = ios/RNCWKWebView.h; sourceTree = ""; }; - 4F3AEF66F1CF67C9E667E3F8E5171D4A /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - 4F4494D7107B1463779047A2884B4EBF /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; - 4F4D9FA194C97419330A2FDB24A490ED /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 4F664F371C6BCB379D104FD4D8A8CA07 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 4FA557710347C7D8CA43ED78D5968D00 /* EFQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFQRCode-dummy.m"; sourceTree = ""; }; - 4FFB150407CE16A07A9EFFD531ADD86C /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 500D8D740B1C1E319A17826E90436264 /* RNCWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebViewManager.m; path = ios/RNCWKWebViewManager.m; sourceTree = ""; }; - 504E5BFCEB9B05B5C73BB2F0184F92C3 /* SentryCrashMonitor_AppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_AppState.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h; sourceTree = ""; }; - 506369667E377B890FD651CC7B81A5FA /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 50808C6CDB8E4AF33310B7742F517357 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - 50BCD607D24606A656841AD05DCD8ABF /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - 5112BBE280E7AEB3F7241B60AF6E2732 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 514BC8B1EDBB76C6DBEC1C738C0C0241 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - 519AD60A4071D042E634040CFFE59896 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - 52070BC37669D0491EE1035538C612B2 /* SentryCrashMonitor_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_CPPException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h; sourceTree = ""; }; - 527496DE96A5EE70DDA9E73EDAA619A5 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - 52951521779A62A80FDFB42757B39300 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 52977E777EF2B2D99C19EDE083AD6496 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 52ABBCBD544FC8507CC7C470E4EF4DE8 /* SentryQueueableRequestManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryQueueableRequestManager.h; path = Sources/Sentry/include/SentryQueueableRequestManager.h; sourceTree = ""; }; - 52F59B635D885FEF8161BEB5899A5815 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 533B8D4E52179C6DE36352E539077302 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; - 5347653D75F0C9902A8EDE8BAF11D14F /* 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; }; - 535A05821DC19A4DBA109720546061C1 /* React-fishhook-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-fishhook-dummy.m"; sourceTree = ""; }; - 5368769F1C1DC85B52E11A32305EBB53 /* SentryCrashReportConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportConverter.h; path = Sources/Sentry/include/SentryCrashReportConverter.h; sourceTree = ""; }; - 537801A197BE207DE6E2774677C2F4EA /* SentryContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryContext.h; path = Sources/Sentry/include/SentryContext.h; sourceTree = ""; }; - 53D6103BD516321A595BBFC3A109D273 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 53E3CD6D7E8BEFA8DC5C678A06AFCEF2 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 5401D5515ABBD7757F2EF8F49AE86A9C /* RNCameraManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCameraManager.h; path = ios/RN/RNCameraManager.h; sourceTree = ""; }; - 5420F369FC12CBD561B7AB8F5101D4F6 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 5490BCB32CD2A18085BAD58BB19EFEA3 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 54BB28A7C211BEDEB1207A6E5F46A3D1 /* RNSVGPainterBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainterBrush.m; sourceTree = ""; }; - 54D2CC0673621532F918EB488A1C9073 /* RNSVGLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradientManager.m; sourceTree = ""; }; - 54E4525FD1F0154A0AF7B0F6D44605CF /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 5511811CD48EE5BA04E1F2DE98A25736 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - 551C8A7C74EBEDB865DC88287189D608 /* SentryCrashMonitor_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_NSException.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m; sourceTree = ""; }; - 55623A45FA98D09FF126A8B5E6F2637A /* RNSVGGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroupManager.h; sourceTree = ""; }; - 556BF179973135A19A596D99975277BB /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 558D3A6678D712E3205662E47266E53C /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; - 55B880CB5F4B85A30ED33044BC6D6062 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 55BECCE71624E235D9D333390BEC722B /* SentryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryError.h; path = Sources/Sentry/include/SentryError.h; sourceTree = ""; }; - 55F5B5CAFC3683C2FE6FE98B2695AFAF /* SentryBreadcrumbStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbStore.h; path = Sources/Sentry/include/SentryBreadcrumbStore.h; sourceTree = ""; }; - 5605E68B77182FD838FB9062B6552325 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 56BEACC407CC8EEC89EADD57D460D51F /* RNSVGSvgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgView.h; sourceTree = ""; }; - 56F46DEE04CA21BBE5315B0BC20C5CC6 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; - 57112B7092B30C1A3FE1D326D392BA51 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 571EA7DF56B46B59C7504B349FCF3CF3 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 572471ACFC7304059D2D393B52BDBB06 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 4C8B4DE309C09A7FDE729E73345FC611 /* CGImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+.swift"; path = "Source/CGImage+.swift"; sourceTree = ""; }; + 4CABA8732283802571AF0D085B21B80A /* SentryCrashStackCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h; sourceTree = ""; }; + 4D5949571B6553C24F8C264359D05B2A /* RNRate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRate.m; sourceTree = ""; }; + 4E4A50D871DB40F16CC3D7C657CE9299 /* FaceDetectorManagerMlkit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FaceDetectorManagerMlkit.m; path = ios/RN/FaceDetectorManagerMlkit.m; sourceTree = ""; }; + 4E6805ED44764319CA78DDBDEDA04A46 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + 4ECFE5BAE176C9A8B7F0CCD70C6F3710 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 4EE22D3B14EDBA98A859458C23309F10 /* SentryReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SentryReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4EFA3DBD173A9386D136B94F6F84DCA1 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 4F012952FCD2814D0A3AAF6BCE221FC1 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 4F8DCFC8B7D7A747376373CF322789B4 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 4FB58BDBB1E2F2E6ADFB2FF0AFE1BC45 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 503C042BA65C385315CA80DD3BFAE650 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 515765170AB957296AFD993135EDFC30 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 517D42D702D446C206808D48BA5388BF /* SentryCrashSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSysCtl.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c; sourceTree = ""; }; + 5196F142FB3DF5B77287A9166B2A7BEE /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 51CCF01A7A792341A0B42E3E8C89F9FF /* RNWatch.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNWatch.xcconfig; sourceTree = ""; }; + 51FCAB13B428B3522BA3A3D288D70605 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 51FF6AFC0F0A359A83E14D1E292D8F35 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5211E5DE20387085E9F3ED12A2211688 /* RNCUIWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebView.m; path = ios/RNCUIWebView.m; sourceTree = ""; }; + 5258938C6E535B80B05C09AC1033BC47 /* RNSVGLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLine.m; sourceTree = ""; }; + 527B04AA3B9CAD30721F91CD5429B3B6 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 527DC7DCE9812AA135BBD658444CB400 /* react-native-randombytes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-randombytes-prefix.pch"; sourceTree = ""; }; + 52863E8B82BC0650820AC76446A23461 /* RNSVGPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPath.m; sourceTree = ""; }; + 52FD8C339E85EC99859FF7895CAD5F42 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 5337BB37E83836DA40104B1E9C3443B6 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 53A2C12B3927EA102EB5E46B94B84875 /* BVLinearGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradientLayer.h; path = BVLinearGradient/BVLinearGradientLayer.h; sourceTree = ""; }; + 53BE697B68C2C89D03A1D2E9FE76CAF9 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 53D6EAFCCDE468AD6430DC46E9394CC6 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 54351231EC8873FD1AAECAE22EA780D7 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 544073BA4C51D76CB8BAD8B45CB58F0E /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 5444AC218AFDAB20F88CB5D2DB0D06EB /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 547162ACAF4B28BE53C803EA2BBF738F /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 54DF2174FFCDD0672DEEFFA97D4CCDBD /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 54EC4A201486B26FF1638E6B34798B5C /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 553D7B39EEE4FB6C6B24EB9CC3A15C76 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; + 553DDD326D9B7D833C68FA867D2A203A /* SentryException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryException.m; path = Sources/Sentry/SentryException.m; sourceTree = ""; }; + 5571C1C7C6B7291C074F843695019068 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + 5573C850F83DBC0668693EEC801023B2 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; + 559A17BA9C519343F7D5EC26A5560C73 /* RNFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFileSystem.h; path = ios/RN/RNFileSystem.h; sourceTree = ""; }; + 55A4E96F5E5080110F10602B0B196509 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + 55A834DE71E81810A1A8501DBAF6B2E6 /* RNSVGNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGNodeManager.m; sourceTree = ""; }; + 55D21E05EB72B4288EC9FDBB423F59C7 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 56C02BAF32C208BCA6258083858B648F /* SentryUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryUser.m; path = Sources/Sentry/SentryUser.m; sourceTree = ""; }; + 56C8B1A96B1B8375ED1E79C96AA29056 /* RNSVGTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextManager.h; sourceTree = ""; }; + 57073A26B49A851ECE98AB87E0C66068 /* SentryCrashMonitor_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_MachException.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c; sourceTree = ""; }; + 5713F1A2BE2DCCF2A9B008D7FBC6EB3E /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCAsyncStorage.a; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 57C18275356949D1261E7BC2FBC07311 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 58213E4516CA11DD3852C7BA6826671B /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActionSheetManager.h; sourceTree = ""; }; - 5867C4BA2AC74461F97DA08F1A24BAD5 /* QRCodeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCodeType.swift; path = Sources/QRCodeType.swift; sourceTree = ""; }; - 58710E93E77AC39E322E5F8A612DEE05 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 58954EB910E5F722D2E3F205CC0FB198 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 58A160052FC9E9F9465D352D522AB1AA /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 5915D4CECB0E03F61B6F001AD5ACF81D /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - 598A28C5ADCD5D128EB52E0B219A38A4 /* 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; }; - 5A0062348FD72510807FF172146BFAD9 /* SentryCrashMonitorContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitorContext.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h; sourceTree = ""; }; - 5A928DACF80A8A918C7A7085F30B30C2 /* RNSVG-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNSVG-prefix.pch"; sourceTree = ""; }; - 5AA1D483C8C549C0A1E7C893C2EB21B3 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - 5B26FA0DED5F996DA26ADBDC8E363BB1 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 5B5C554455AF2407F5AACE8D37BF1FCD /* BVLinearGradient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BVLinearGradient-prefix.pch"; sourceTree = ""; }; - 5B64E33E463B6C7B4C272945B2EE8479 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 57988B8717BAE70D2596FB295410170B /* RNSVG.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNSVG.xcconfig; sourceTree = ""; }; + 579E91559D13E5D4EC4F549145F1D89F /* WatchBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WatchBridge.h; sourceTree = ""; }; + 57B488C20E52692B1C5EB692E26FDCC9 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 5884CA869FACA719F125A470B46BAA3E /* NSArray+Map.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Map.m"; sourceTree = ""; }; + 5895E7F719BC0E87CF2F479C5891D4EE /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 58FE62D0CCE8DEEB8E35573CA10B2AC6 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 5962574347E39883E27600904BD23A9F /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + 598B0E51382B00F288530A55C6F50B61 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 59A426B64916BBED75C4464756B1BA3E /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 59C03C4D6F17A3C082FB34A9D6171A6A /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 5A64B4DACCB4A4EA0C04B3F5A916A7FD /* RNSVGSolidColorBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSolidColorBrush.m; sourceTree = ""; }; + 5B37B08939A9F2C47BF20E2407904BC1 /* 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; }; + 5B5ABE82C9C7A2EA4B17297F736ADC8C /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; + 5B693491A33257DC77D11B27CC984A5C /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; 5B717333C59362EE18AE4A96505631AD /* Pods-BlueWallet-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-BlueWallet-resources.sh"; sourceTree = ""; }; - 5B879BC4E2144F0B54C1E4C11A3AF3D5 /* RNSVGLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLine.m; sourceTree = ""; }; + 5B8FBC39500C8AF66F75033692B286FE /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 5BA1EFC186DA5C35444DBE4C6F23E947 /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; + 5BA9FB9A7A53B67173EA4B06A702B039 /* RNSentryEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentryEventEmitter.h; path = ios/RNSentryEventEmitter.h; sourceTree = ""; }; + 5BABF9DA5D032A0376F62C4FBFCAD6A8 /* RCTCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCamera.h; path = ios/RCT/RCTCamera.h; sourceTree = ""; }; + 5BBF5BE0556C7C6D542A0F97B6CEED78 /* RNFSManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFSManager.m; sourceTree = ""; }; 5BC7EE2838230BE42054CCB4B3A5A8CB /* Pods-BlueWallet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWallet.release.xcconfig"; sourceTree = ""; }; - 5C3EE426C9B6F4ECC9142E14C054DAF6 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 5C4BF716CBD1379EAEB40AC7BC206BAA /* 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; }; - 5C76C10679F2D27602F7266121AA1CFA /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 5C7D6755ED89BDFEBE39E6434D10017B /* DeviceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUtils.h; path = ios/DeviceUtils.h; sourceTree = ""; }; - 5CFEF2D6E72B8ED4DA88CD2A92AF1F31 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 5D0FE54A315C09E24E7A147AB0F954FD /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 5DA8E3A284F64FE596213151B3A498D3 /* RNSVGTSpan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpan.h; sourceTree = ""; }; + 5C16A75BB0F6251ECAB321182C82142B /* AppCenterReactNativeAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppCenterReactNativeAnalytics.h; path = AppCenterReactNativeAnalytics/AppCenterReactNativeAnalytics.h; sourceTree = ""; }; + 5CCBC37C7B0D2ED9D02D09B67A5ABB2C /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 5CF318E55CCB539B95DDD35F67375840 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 5D1657E8BBE5F5157E9A8220E9052C96 /* SentryCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReport.h; path = Sources/SentryCrash/Recording/SentryCrashReport.h; sourceTree = ""; }; + 5D691B7789D09BDD3F0E871DCA761719 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 5D74B5323AFA09A77B89ADC447C0ADFC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5DB7288C9B0EB9753E64FB2D9D525252 /* migration.md */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.md; path = docs/migration.md; sourceTree = ""; }; + 5DCDA840F8801FB31CC9119FFD9FEC11 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; 5DDC2816D0EE958249BE41817545D30A /* Pods-BlueWalletTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BlueWalletTests-acknowledgements.markdown"; sourceTree = ""; }; - 5DE55EDB0F8FAF8DA6EF3E7EB0E5A8A6 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 5DF8CE98455AE6C1B831D265971F4815 /* RNSVGUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUse.h; sourceTree = ""; }; - 5E104683CFCE2AD599FDC53605F84ADE /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - 5ED7A6DC2DC97555AE72744914F00571 /* EFQRCodeRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeRecognizer.swift; path = Source/EFQRCodeRecognizer.swift; sourceTree = ""; }; - 5EF815A20C86DEE148D1EBBF723AF4E6 /* RNCameraManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCameraManager.m; path = ios/RN/RNCameraManager.m; sourceTree = ""; }; - 5F5315F514F2E85290C9833BD62E3639 /* NSArray+Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSArray+Map.h"; sourceTree = ""; }; - 5F89333F800B290F6D777E0D5C01A834 /* SentryNSURLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryNSURLRequest.m; path = Sources/Sentry/SentryNSURLRequest.m; sourceTree = ""; }; - 5F8B32B2E54954B0FB8FC5136635DEA0 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 5FAC3EC5BB18D8E6C894EAA0C23DCA21 /* SentryCrashSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSignalInfo.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h; sourceTree = ""; }; - 601D5DDC8E99DF2859F41A7FDAB8DD41 /* BVLinearGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradientLayer.m; path = BVLinearGradient/BVLinearGradientLayer.m; sourceTree = ""; }; - 604BC2C6E6B43508A5985163F7426361 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - 6074332C05A61435B4D65687DAF8C44F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 608B638826DA9EDECE4CBE93CE16818C /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 609F387DFEC0063C8697E983DBA2CB82 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 611C8BB167A4D379C1CBD3697B8342F5 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - 61216554FE8C46AB91603C38C6E812DE /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 6156C26797B3E4F76A4A3D76E12A13FA /* SentryFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFrame.h; path = Sources/Sentry/include/SentryFrame.h; sourceTree = ""; }; - 618BDC710080F0E3018DB278DA72E65F /* SentryBreadcrumbTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbTracker.h; path = Sources/Sentry/include/SentryBreadcrumbTracker.h; sourceTree = ""; }; - 618FA73A8DE1C80FA3F48C3455F93B9D /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - 6255DDE7687C3DFC35C447D910131851 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 629F0F9799902CE4E77B3E48F399F1E4 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - 62E7990A297AA8BBEFE2362A873B6AC8 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - 62FDB52795B90839CE56E63ADBF1316E /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 630731720884770D8EE5FF310F496C45 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 63095F82389ED6F058876891E76E64F4 /* react-native-haptic-feedback-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-haptic-feedback-dummy.m"; sourceTree = ""; }; - 63347EC8AF0D5879F9EAC63BD7DC8D65 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 633839ADCFAE102691646150C3A8638A /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - 634444ACC027EEF7D303766DC5F3A210 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 637D30A35E29C9B020992C61A6CCA5E9 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 640C67B6CD2D1197F27066539FA2A3FC /* SentryError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryError.m; path = Sources/Sentry/SentryError.m; sourceTree = ""; }; - 642BB0AEAD1A90C36DEF31AC6A5A0CF6 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 5E09E3571B6C51CF3BCD7D2D20D0DEAE /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 5E303538DEFF3480FB22FF5F3396A6AC /* ToolTipMenu-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ToolTipMenu-prefix.pch"; sourceTree = ""; }; + 5E3DE052E6EFA7A31C14C6BB17E3B40E /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 5E4B0C96553962567B371C2A8B91C2CE /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 5E95437B54DDB7FC9121C434669F70FD /* ImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImagePickerManager.m; path = ios/ImagePickerManager.m; sourceTree = ""; }; + 5EC4DDD38E9C4014DE7E139691D7E37C /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 5F09655378C725847AC45B9690B44BDE /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 5F8CABA6DD1FE6397E340E566D76A0FB /* appcenter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = appcenter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5FDE576FFC86920D071A323E455A92CC /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 5FE1FD0AE83DDF166F41107074F57BF4 /* SentryCrashStackCursor_SelfThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_SelfThread.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h; sourceTree = ""; }; + 606E4D4B86D0A6440987790CBFE8ABED /* QRBitBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRBitBuffer.swift; path = Sources/QRBitBuffer.swift; sourceTree = ""; }; + 60AC5F5BCA49CA401D24DD07249817F6 /* tests.md */ = {isa = PBXFileReference; includeInIndex = 1; name = tests.md; path = docs/tests.md; sourceTree = ""; }; + 60B796101876F8FF953A504F1D1C460A /* RNSVGPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPattern.m; sourceTree = ""; }; + 60CA3103EC78CD52F04C3BD1CE32D43B /* RNSVGClipPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPath.m; sourceTree = ""; }; + 60D27DFEB98E0CA6F6BE98D00BE84ED0 /* SentryCrashMonitor_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Deadlock.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Deadlock.h; sourceTree = ""; }; + 60E8BCF9A95A3C28285AE5D3B1AB9754 /* BVLinearGradient.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BVLinearGradient.xcconfig; sourceTree = ""; }; + 610F0246AE78180F8702275B7AEB6EB3 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 61E3777D06CA11751866D6E567AB7630 /* QRMaskPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMaskPattern.swift; path = Sources/QRMaskPattern.swift; sourceTree = ""; }; + 6217AFB071C6444AF586BB562DB9FF82 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 62287A5214142B623795DE8AF5B39374 /* SentryCrashMonitor_AppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_AppState.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h; sourceTree = ""; }; + 623C2E9A284A28CCA06705FBF35546A7 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 627010BE6F70300DA6FDB877DD07CF7A /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 62A5072A50075A82CFBAB2D3FC29F9F1 /* BVLinearGradient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BVLinearGradient-dummy.m"; sourceTree = ""; }; + 6379C2BC65C297B71B457228EC2AFA92 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 6393D207F85F71A859DA79F87038695E /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworkTask.h; sourceTree = ""; }; + 63A7DC4885414C20ED01F9FBD4C8C203 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 6403ECB0C18432AB6CD84154E2C68D91 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 640F0DFD17F1254D890AE84D324C1A8A /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 642E8764064FF5F0287C2200A1548A65 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 6445BD18A3A8C679B31DA04FBC364C13 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 64560FDC43A291775CBC57B4088877B1 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; 64A6705555A0A86F187809BE0EE01B92 /* Pods-BlueWalletWatch Extension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-BlueWalletWatch Extension.modulemap"; sourceTree = ""; }; - 64CD31795F6E19AA0FAF9599BD1F32EA /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 64D0EC11FAAAEEC97BD69E5DBE585442 /* Container+DeepSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Container+DeepSearch.h"; path = "Sources/SentryCrash/Reporting/Filters/Tools/Container+DeepSearch.h"; sourceTree = ""; }; - 658B84A32278524F35D549726CDE0E11 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; - 65EE7437DC5AE5D4BBEAFFF732C69022 /* SentryThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Sources/Sentry/include/SentryThread.h; sourceTree = ""; }; - 6621E5FCFE666FF80A0357216B066556 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 662E3F5565E14A1E57FC0E7292BC43FB /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 667C0EE344AFBA611A24D5F53B8F3F09 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 66E11944ABD6483B2EE596F133320000 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; - 6721BE3C4A3340A6573676660B11014F /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - 67929D68964E9E3499CB1EB1D6597F7F /* RNSVGRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGRenderable.m; path = ios/RNSVGRenderable.m; sourceTree = ""; }; + 64F8B6B768B8F8C8D66A00CB861DA2F0 /* RNCAsyncStorage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.xcconfig; sourceTree = ""; }; + 651A0C80E609EF85C88910346D7CD5E3 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 65504DA50836C24B80E07B7658D7F4E0 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; + 655190B5250E0F3D7A69FC19B38C9E31 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 656FB4C0C04643F98CD7923DF3FEB7AE /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 6576D9B545BF33D9A526D6104B9F7DC5 /* Uploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Uploader.m; sourceTree = ""; }; + 6584239A877C974D7F706BB9B7409F03 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 659EDB13FB5A48482293A3B17912878F /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 65C4C035C56AF9E01AFD0C238C2540EC /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 65C516A8E6E085F2ADCB05E4196E5A5C /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + 65D5D233CD4AEDBC0A1965B21B95B44B /* RNSVGLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLine.h; sourceTree = ""; }; + 6660893700AC1659D50079D3453D158D /* SentryCrashMonitor_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_User.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_User.h; sourceTree = ""; }; + 6673D4CB68883BF38C9E966A139BB0D2 /* RNSVGPainterBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainterBrush.m; sourceTree = ""; }; + 66B2F193FE0017CAD8C97C72910F71B3 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; + 6708D5736E4BEF34715C219477C5E9D0 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 673F967595A67E33A6F69C90AD2CBD82 /* SentryCrashMonitor_AppState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_AppState.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c; sourceTree = ""; }; + 674DF815ADF3E729921A5BEE170E7CD5 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 67B4429FF30CC4E2CC9EABE299FA7591 /* SentryCrashSymbolicator.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSymbolicator.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c; sourceTree = ""; }; + 67C1116C05C5F55F0F2DC793F6802517 /* RNSVGUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUse.m; sourceTree = ""; }; 67E6685C65F82EFBE6878DE54FBC3828 /* libSentryReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSentryReactNative.a; path = libSentryReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 67F7D3608E4C43BAAF19380ED02F2088 /* swift_qrcodejs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "swift_qrcodejs-umbrella.h"; sourceTree = ""; }; - 685C6610383B19415E78C1D6E95262C4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6874309B6808BE27F5135443D641E13F /* SentryCrashMonitor_AppState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_AppState.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c; sourceTree = ""; }; + 67FAB07F3AEB763E8ABE945ECC751749 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6826DE4B89C2736246446D834D6DB95D /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 683E25FA7055050478808A724800CF5F /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 6865E4A172FF024365DA0EB8A7A97EB7 /* SentryCrashID.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashID.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashID.c; sourceTree = ""; }; + 686AAB4426ECD97CB2F3C2AE3A7BF767 /* SentryCrashMonitor_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Signal.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h; sourceTree = ""; }; 68A021577E10AFA0713A0CA31BC560F8 /* libreact-native-randombytes.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-randombytes.a"; path = "libreact-native-randombytes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 68B031A28172493B622901BF7D6F820D /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 68D2A5BCBA04F37E0F1A176367D8CD44 /* RCTSensorOrientationChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSensorOrientationChecker.m; path = ios/RCT/RCTSensorOrientationChecker.m; sourceTree = ""; }; - 68EABF105846A9EADA673235E6899791 /* EFQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EFQRCode.h; path = Source/EFQRCode.h; sourceTree = ""; }; - 68FB2E4776A2F2159A80F0902E68CAC7 /* RCTToolTipText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTToolTipText.h; path = ToolTipMenu/RCTToolTipText.h; sourceTree = ""; }; - 68FFDDB3B5FB19ABC81F257674666767 /* RNSVGText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGText.m; sourceTree = ""; }; - 6917B378E2AF6B64222FA0D1A7CC08C9 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 69243EFCBD1146D766127A6AF0129E10 /* RNSVGViewBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGViewBox.m; sourceTree = ""; }; - 692A0A18BDE53E06899114B796F6B044 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 694C8C7EA265FF8E71EDAC01B23390DF /* EFUIntPixel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFUIntPixel.swift; path = Source/EFUIntPixel.swift; sourceTree = ""; }; - 69A6E4BA3E3AB18962E94B108654D8C5 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 6A4D922175BC1601BB3CDCD68553C0F0 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; - 6A82C4AB3B127EBEAA704185513B25A6 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + 68B0E9DAF885F5797FB23B6BA56D1ED0 /* SentryCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashInstallation.h; path = Sources/SentryCrash/Installations/SentryCrashInstallation.h; sourceTree = ""; }; + 690E5ADCD35687ABDC165140327109F6 /* SentryCrashCPU_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCPU_Apple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h; sourceTree = ""; }; + 6944285357B471175336E4A4B57C6D2F /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 69CFF7090805F6FC5131A0F92D0C1957 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 69E85198AD4C708C0D3A99F1793827E6 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 6A313A9E3DA481E75EED843B5E83E8F1 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 6A73B1C157427008B9E63DDD2FF4CFB4 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 6A758197CCAA6CA14C6DF1BD72C3E685 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + 6AAC0F42738C598020D0CCE58FDC3F24 /* RNSVGImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImageManager.h; sourceTree = ""; }; + 6ACC2BAA3D460BB5E6311B5CB87240BA /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; 6ACF9FEC842E0926135B5C9C50E5C357 /* Pods-BlueWalletTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletTests.release.xcconfig"; sourceTree = ""; }; + 6AD801C43DFFDEEDCCAFF9E215F1C369 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; 6B049024B4155BDFDE84C80B9CA81F1F /* Pods-BlueWalletWatch Extension-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BlueWalletWatch Extension-acknowledgements.plist"; sourceTree = ""; }; - 6B09744B6D8816379A53B556AE0E6183 /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; - 6B372B7EACFED032F798626B7EFB057A /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 6B6AE6256E06CFF7720CB31769F3C4EF /* ToolTipMenu-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ToolTipMenu-dummy.m"; sourceTree = ""; }; - 6B7CD24E369D2B0331658F4D4E23712C /* SentryCrashVarArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashVarArgs.h; path = Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h; sourceTree = ""; }; - 6BA0EC7625038783FF7E06EF9EA1CDE0 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 6BA7FE8CBB352A7A638E5396410F8099 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 6BEFDC5D10B4F7692E5FEA678EE40307 /* RNSVGSymbol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbol.m; sourceTree = ""; }; - 6C7C72F2189FCA2EA60608C0922223B3 /* SentryEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Sources/Sentry/include/SentryEvent.h; sourceTree = ""; }; + 6B3D07B9EB2440474FB8DB2C64372C4C /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 6BC130ED7FBB8C823480762B5E789782 /* SentryRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryRequestOperation.h; path = Sources/Sentry/include/SentryRequestOperation.h; sourceTree = ""; }; + 6BDCA8C3FB3FB7CE6AA506E49C060F20 /* SentryCrashMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h; sourceTree = ""; }; + 6C3A02D406FAE6B4327515F0947DBF58 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 6C3A94B9865C557E9AB02A874E2F643B /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 6C420704210E5AAF65FDAC756E592145 /* SentryLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryLog.h; path = Sources/Sentry/include/SentryLog.h; sourceTree = ""; }; + 6C631B19C5BC87816FC229931B0B8865 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 6C64D448A6E2AFD3B7A0D8CE2D86C06F /* SentryError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryError.m; path = Sources/Sentry/SentryError.m; sourceTree = ""; }; + 6C7F167A45EFF6BFE56D81F7EAA20E07 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; 6C9790F1A25C1E3828E179A8F0850851 /* libreact-native-camera.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-camera.a"; path = "libreact-native-camera.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CB9AE88D21B78956EE11B9E74E36BB3 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - 6CBAECFC13D557E6FA801960270CE77E /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 6CCB0C62718A55F0BAC2927695CBD2C8 /* RCTCameraManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraManager.m; path = ios/RCT/RCTCameraManager.m; sourceTree = ""; }; - 6CF7930F308C377A6CC2C58D9F3F95F5 /* QRRSBlock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRRSBlock.swift; path = Sources/QRRSBlock.swift; sourceTree = ""; }; - 6D011663312AC193D3F36E2F78323DC1 /* swift_qrcodejs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = swift_qrcodejs.xcconfig; sourceTree = ""; }; - 6D3C86CD6F284FF29FE83C8AF9CEEBC5 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 6DB8153ADB91F714DE3819CB0E4C765B /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - 6DCB500E60679453A1076FC8AF647EA0 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRandomBytes.m; sourceTree = ""; }; - 6E0914C41293BBAABFDE96D24757D10D /* RCTTextRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextRenderer.m; sourceTree = ""; }; - 6E60C78EBA24D10F6B77F0450C77D98B /* SentryDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDefines.h; path = Sources/Sentry/include/SentryDefines.h; sourceTree = ""; }; - 6E66C20B5A91CD3B1007685DE43B1909 /* SentryCrashStackCursor_Backtrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_Backtrace.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h; sourceTree = ""; }; - 6E74914F54353426FC45E66DDDC7B2D3 /* RNImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNImageUtils.m; path = ios/RN/RNImageUtils.m; sourceTree = ""; }; - 6E83F6E8070E5CFF613BF55D34D7C8AD /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - 6EC36893FAFDDBB2E107064E930B2DA4 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 6F0ACD6976436FAFE274627EDADCB8FB /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - 6F4C21092841CB89196F22063683D2CC /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 6F4E7A524BC5B50F229CF3CF7B67B300 /* RNSVGClipPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPathManager.m; sourceTree = ""; }; - 6F4F4F8D3C284B588D1BF99368A3928B /* SentryCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashC.c; path = Sources/SentryCrash/Recording/SentryCrashC.c; sourceTree = ""; }; - 6FA2A53D54D833F80D0AF98D34046221 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 6FC21E89605A6B8B1EDB689D8062BA0F /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - 6FCCAD11964678441273DC41EA3D6825 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 6CAFF5916042E24F7D708CD8DEAF354D /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 6CF3A564111549C0A811B742339868DF /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 6D0031E2AEB0D00F2C4480839E2AF1FD /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 6D71F8997E294B79828C4BD4E7D2C7B2 /* RNSVGClipPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPath.h; sourceTree = ""; }; + 6D8DBFDF086F3958853832722571437D /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 6DD9BC77E8656032BC3BFC51BA9FCAC0 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 6DEDD3FC1F4C1498BD6C2AB2C2881419 /* SentryContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryContext.h; path = Sources/Sentry/include/SentryContext.h; sourceTree = ""; }; + 6DFE788A4E8736E9829309E2840594A1 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; + 6E00ADD759FF65E4DCD859A15361D31E /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 6E3C8F5BBA58167A9F113B3F58B8BEE1 /* ToolTipMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ToolTipMenu.m; path = ToolTipMenu/ToolTipMenu.m; sourceTree = ""; }; + 6E826291FD97483571DEFF2D552DAF43 /* SentryCrashReportSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportSink.h; path = Sources/Sentry/include/SentryCrashReportSink.h; sourceTree = ""; }; + 6E9677EA70AF5CD5027E0D99542CFDDF /* SentryRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryRequestOperation.m; path = Sources/Sentry/SentryRequestOperation.m; sourceTree = ""; }; + 6ED41CD76CD96F1EA263736FA18427C4 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 6EE16988BA2DE03A595966331221E0DC /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 6F02EF4E796D225DC9178CACF238F658 /* SentryCrashDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDynamicLinker.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h; sourceTree = ""; }; + 6F45E1B3AB19B3AEEADB1218BBBCB880 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 6FADC013C52D345310B8A15F20A6EC76 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; + 6FB94C54E62664C3C6288D5618EF339A /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 6FD0BEBBB091AEBED374AE4B1BD9FDE1 /* RNSVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRect.h; sourceTree = ""; }; + 6FEB47C8014FCA22F4D75D25E4798DFF /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7028A16CA61C678F29AE9ED1276C0420 /* RNSVGTSpan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpan.m; sourceTree = ""; }; - 702939D23DEA69A6C67D3F8FBB385ACC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 704C1B09A2B10335745AE50EFC742C2C /* SentryJavaScriptBridgeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryJavaScriptBridgeHelper.m; path = Sources/Sentry/SentryJavaScriptBridgeHelper.m; sourceTree = ""; }; - 7081446DCADECBA7FA2656C8DB5210EA /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketModule.h; sourceTree = ""; }; - 708A49E1F705443E4736E1E37A704C00 /* 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; }; - 709162584A2A0BAB835805E6E2811CF3 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 709BE2842C04E9BE2AFBF9E188ECC865 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 70D7A5CAD5A2D3F9C68A257F9A8ACB70 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 71089DAB910E8CB655DFA73A210F10C4 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 710A7D87A1FE24AD1DB294CA714F8089 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; - 71265FC35170DEAFCCE8EF4E7673F5A1 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 7156CE4D7CDD064BD37C575D217819C9 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 71B7D2A25BF606555E60A46A1F5481EA /* WatchBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WatchBridge.m; sourceTree = ""; }; - 71F19C8AFB93F2629504231C1D0F5848 /* SentryReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SentryReactNative-prefix.pch"; sourceTree = ""; }; - 721004542F33971491B2CAF04F4F96C0 /* SentryCrashMonitor_Zombie.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_Zombie.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Zombie.c; sourceTree = ""; }; - 728EEF60D947FBDD859A92AE431697F4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 72BD8053726FEA56D3653D5158560DA6 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 72E935129A9E9C085A221FEEC6E36E48 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 72F0D6EF2A4546BA2E4E2F39C3E44E6F /* NSData+Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+Compression.m"; path = "Sources/Sentry/NSData+Compression.m"; sourceTree = ""; }; + 7007A5439FACD80A713F9F359BC05BAB /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 7055A9003CC0B223204103845D48ABB6 /* appcenter-crashes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "appcenter-crashes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 705DB8E32D1880B77A4DBF72E2513F6B /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 70A6C18E8BADF6D52069C3B5F6AC1D19 /* RNSVGLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradientManager.h; sourceTree = ""; }; + 70CEE87F7F4A8A64C2F6F5907D9EABD3 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + 7155A602B7D084CF9659885E2E58DD4C /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 715D568FD059AEDEE417A1DA70C6971F /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 716C88365A961ECC700036096716D5D5 /* SentryCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportWriter.h; path = Sources/SentryCrash/Recording/SentryCrashReportWriter.h; sourceTree = ""; }; + 7172D60DCC91539BB70A4E6B927823AB /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 7185F69E0F3A1BD1BFD2E397EE4461A7 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageLoader.h; sourceTree = ""; }; + 71B4EB337DE4D90405580B8E0B6B3A53 /* RNSVGSymbolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbolManager.m; sourceTree = ""; }; + 7214C1FD05D7FBD95E4BB2A117CD9714 /* RNSVGClipPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPathManager.h; sourceTree = ""; }; + 727C1E7EF3605ABF50276B022416DAB1 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 7281EA3FA41F77DCEE8CD65E2601A6EF /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 72F39F5FC09D5107B9FF1517CDE56840 /* react-native-haptic-feedback-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-haptic-feedback-prefix.pch"; sourceTree = ""; }; + 73129502987D5EAC5C73A4E6F1B1E2E4 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 735500A8AD9DC34B205DE9903FB7C68E /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; 735E2521E7D0F8741D0380036E6AE2A8 /* libPods-BlueWallet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-BlueWallet.a"; path = "libPods-BlueWallet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 73B144FFD9AB5A54C29B59238F48F66A /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 73B5E284FC497E9E79F0942AEF813005 /* RNSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentry.h; path = ios/RNSentry.h; sourceTree = ""; }; - 73B8046F0810CE63EC1D112D9A9E493D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - 73CCA2C1FD223B9CD5E171F0FE336094 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 736BD9A1D7D63ECA1AC83C78335A7506 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 7399EEA6067AB71E10C23A14688CEE74 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 73CB951A8922C150B71B12E9B96198CB /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + 73F38E90614D38BDF007E158B272BC0A /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7471355BDCFF372B7A4561E3BE42B5A1 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - 7495F66BF20C1B6418C73861045F457E /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 74DBB8314B871E160B7DE6B9D505E278 /* GradleUpgradeGuide.md */ = {isa = PBXFileReference; includeInIndex = 1; name = GradleUpgradeGuide.md; path = docs/GradleUpgradeGuide.md; sourceTree = ""; }; - 74E136CA6DC0E1C4E7CA2AACDBC14558 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 7508AB5EB6CFB359AFDFE9C17A4F518D /* RNSVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLength.m; sourceTree = ""; }; - 75227373626263705F9A8C68182C3709 /* RNSVGPercentageConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPercentageConverter.m; sourceTree = ""; }; - 752B3083B3A48976B8FB2AFE2C59F4B5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 7532C30062188A454904709E51E9322D /* RNRate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRate-dummy.m"; sourceTree = ""; }; - 75A4E0A94CDD445D6B3C3AA7E19CDEEF /* SentryCrashMachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMachineContext.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c; sourceTree = ""; }; - 75B3F6A960D492812E59E29B18D7BB2E /* SentryCrashReportConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportConverter.m; path = Sources/Sentry/SentryCrashReportConverter.m; sourceTree = ""; }; - 75DC2B46E96F2F2F17807AF7268CB508 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 76140FA7EC5AFA5ADDFFE7BA61CA8392 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 7664F131A60959B9523DD56068584BA0 /* RNSVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLength.h; sourceTree = ""; }; + 7411233F6AF3AA5031785F7F79ABF6C5 /* RNSVGPercentageConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPercentageConverter.m; sourceTree = ""; }; + 741D101BFF5AF36082E12A5A37BD2223 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 7431619A937E0F6D0738210662E7E9F5 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 744920123C401A4FC5C9C83F8075D16C /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; + 744961D0BD1D19754CB046443451EEFF /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + 7462AB444213A54AC4069C695755288A /* RNSVGTextPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPathManager.m; sourceTree = ""; }; + 74AA165F11EAE505372874087745E8FA /* react-native-randombytes.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-randombytes.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 750291315934612FDDC2A6712BF3DF8D /* appcenter-analytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "appcenter-analytics-prefix.pch"; sourceTree = ""; }; + 752BA8FA44AF08E1397723E438F7AFA7 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 753A567E12E75BCF9717D0F7B2D96FE9 /* UIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+.swift"; path = "Source/UIImage+.swift"; sourceTree = ""; }; + 755E572562F410512242178F96466CDC /* SentryCrashString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashString.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashString.h; sourceTree = ""; }; + 7576B77946ABAC60F26E622736E5ED51 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 75A540D60AF4011AF1A890FD4DC6CC6A /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 75B49620CBC9DE9F7A59A7708045DC9E /* NSColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSColor+.swift"; path = "Source/NSColor+.swift"; sourceTree = ""; }; + 75C1ACCB77B420627DD540DC89A92E67 /* SentryCrashMonitor_CPPException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_CPPException.cpp; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp; sourceTree = ""; }; + 75CA6D6111558E68BB8DD8B5AE85C4DC /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 76177543B8C2AB6402E7123E7D0CEFD7 /* RNSVGSymbol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbol.m; sourceTree = ""; }; + 7685F9917B5C4429DA5287AD7BE03BF4 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; 76989E42B44127A7FBCD3EAB84852AB9 /* libPods-RCTQRCodeLocalImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RCTQRCodeLocalImage.a"; path = "libPods-RCTQRCodeLocalImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 76A2550614B07F0F99659B9391FCDE13 /* react-native-camera-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-camera-prefix.pch"; sourceTree = ""; }; - 76A737D18C8C061F32CBB37C8B9E4418 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 76AEC5E05CFE90493380C26A3B1AEB18 /* API.md */ = {isa = PBXFileReference; includeInIndex = 1; name = API.md; path = docs/API.md; sourceTree = ""; }; - 76F3951476D6EAB0A2C01B79AE566A10 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 77160D195989B4EE37A7489B16584E6B /* SentryCrashMonitorType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitorType.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h; sourceTree = ""; }; - 7728518A53FBF6C7A0D4BED12F141F3A /* RNSVGPainter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainter.m; sourceTree = ""; }; - 773BA53FED1C0E35A4F1CC9E41C9CE82 /* RNSVGTextPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPathManager.m; sourceTree = ""; }; - 7742054EFC508EE582590EB6119BAC8C /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; - 77421129C8FF99E796402E5F2963CA54 /* react-native-randombytes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-randombytes-prefix.pch"; sourceTree = ""; }; - 7746AAA76468ACC9EF51F15E2EA88A10 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 7768D58D6B4EA70983408EDE1D55181F /* RNSVGPropHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPropHelper.h; sourceTree = ""; }; - 77869EDAF7B0D96FF6EFC8541067EDF4 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 77E9946BB3E860369516CD25F2383AF6 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 7822F58AA24F3E084643B4868F8EB42B /* RNSVGViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGViewBox.h; sourceTree = ""; }; - 787E552B27CF3ECF3E57B38A58E72151 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - 78FE46F14678D1C6E4B94D2B71B8F08A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 795C7408EED7111075677A18756214CD /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 795CD00417B1C3A8ECF7FB06E6C76127 /* SentryAsynchronousOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryAsynchronousOperation.h; path = Sources/Sentry/include/SentryAsynchronousOperation.h; sourceTree = ""; }; - 7964FABEEBD5EAA1119966C93E9050CB /* RNSVGDefsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefsManager.m; sourceTree = ""; }; - 79B49B74F22598C2A0CBB6D3337643B2 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; - 7A0B42F28A3275AF22A69CFA3CA5DEF1 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; - 7A0BCC15063C8B11E6291CA27B99BED7 /* RNSVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRect.m; sourceTree = ""; }; - 7A0EE85892F9329A0C91C4A7F81ADD4A /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 7A6D9AA41896F63C5C7739669347E842 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - 7A89FF8F383F1B37B33FACE20056251D /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 7AD4DB6E472E95ECF555F39F34B4A85E /* react-native-camera-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-camera-dummy.m"; sourceTree = ""; }; + 76C8767ACD66B321D1734ABC9F530B2D /* RNSVGCircleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircleManager.m; sourceTree = ""; }; + 770AEC66846C0FD71C96560AA7D63B52 /* RCTTextRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextRenderer.h; sourceTree = ""; }; + 77346AECF3D4C8AE69A9C5B1A512E7CF /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 776020466C1C443E6F61FBD9BDE8408C /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + 779AB1183373A71658AFFC99B8113519 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 77F5861014ED54395A46C4E62B5C2EA5 /* RNSVGBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrush.h; sourceTree = ""; }; + 784AF3F4483DF27F069FF13788BA9B29 /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; + 7879158046072CD51DD08AE83BC443B3 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 78BA7F6AD4ACA2A816BE852478C7BF9A /* SentryDsn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDsn.h; path = Sources/Sentry/include/SentryDsn.h; sourceTree = ""; }; + 78D4DD4D3154BA7EC58DEE9F5CB777B3 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 78D96DEFFFA5BF3154D41B4DE3D42A47 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + 797ECEF4F27DAF6E02C5EC16B84AB3F3 /* expo_usage.md */ = {isa = PBXFileReference; includeInIndex = 1; name = expo_usage.md; path = docs/expo_usage.md; sourceTree = ""; }; + 79899F2D38C3C33C42F76AF63A85AB79 /* AppCenterReactNativeCrashesDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppCenterReactNativeCrashesDelegate.m; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashesDelegate.m; sourceTree = ""; }; + 79B51D9813B8D6F9196C295FADFAB5AA /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 79C169F8258796C9CE0770830B47460D /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 79F648C8A5C19B53D071B212D10F1E22 /* RNImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNImageUtils.m; path = ios/RN/RNImageUtils.m; sourceTree = ""; }; + 7A02BC7369BD129A03B391788905FFC8 /* RNSVGLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLineManager.h; sourceTree = ""; }; + 7A16CD9E33DF9B2FA1EE4617B76739C3 /* React-DevSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-DevSupport.xcconfig"; sourceTree = ""; }; + 7A170158B9F59430EDA39BD0B28DC262 /* QRCodeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCodeType.swift; path = Sources/QRCodeType.swift; sourceTree = ""; }; + 7A32FFCD5D477EA2F3F2A84761E3EF74 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 7A5B982ECE84233EAE9A0DC64F1C4705 /* RCTToolTipTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTToolTipTextManager.m; path = ToolTipMenu/RCTToolTipTextManager.m; sourceTree = ""; }; + 7A659BCDCC6E3CD920E5DBDDE012E99A /* NSDate+Extras.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+Extras.m"; path = "Sources/Sentry/NSDate+Extras.m"; sourceTree = ""; }; + 7A9DC30B40C12A7BB92291CB49D446E4 /* RNSVGSymbol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbol.h; sourceTree = ""; }; + 7ABCF48E8AFCC3C8232E4C3EA86133AE /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; 7AD8F6669723B10BCCEC2B59C630B3EA /* Pods-RCTPrivacySnapshot-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RCTPrivacySnapshot-acknowledgements.plist"; sourceTree = ""; }; - 7B2EE87E59ECC7400A8E4F6F296C5C27 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - 7B425422134891090790153B0D6CCE55 /* RCTCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCamera.h; path = ios/RCT/RCTCamera.h; sourceTree = ""; }; - 7BB8F03E19DF8F86941B0EF2FC7A93DE /* 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; }; - 7BBB595216F4B93C630A4145FEA0F33A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 7BFEF82125428BC40FDF8E224013D6E6 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 7C4E81BDD9E7A6433BC09E88B9F32C8A /* 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; }; - 7D6821956A3664B1A76617A645C1275E /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetInfo.h; sourceTree = ""; }; - 7D84D160459D961AB7C5BC68463CC2B8 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 7D8D2AA4FDBF25B8831CCCB29417B450 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - 7E077DE8304C036DBE9C434386A2C441 /* RNFS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFS-prefix.pch"; sourceTree = ""; }; - 7E145AA087D9660A4FCA82F5ECDBA334 /* SentryCrashExceptionApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashExceptionApplication.m; path = Sources/Sentry/SentryCrashExceptionApplication.m; sourceTree = ""; }; - 7E55EFE7125C2980240406060DB04AF8 /* ToolTipMenu-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ToolTipMenu-prefix.pch"; sourceTree = ""; }; - 7E7D323E5CBF050AFFE22CC734DA9FDE /* RNReactNativeHapticFeedback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNReactNativeHapticFeedback.h; path = ios/RNReactNativeHapticFeedback.h; sourceTree = ""; }; - 7F37F57FD2D4BFC77EEC41CD4F7D091E /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - 7FB9E44A758FF06394218C437C0A36A5 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 7FD4BD4488F0FFCBD3C4BF6CAF07D906 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 7B0837DCE0258FC71A1F47A6061E57EB /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageViewManager.h; sourceTree = ""; }; + 7B980949E5D8261AEDD9B218ED1DE643 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 7B9BBCFC48D5AF31CE2BD831AF2921DB /* SentryCrashMonitor_Zombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Zombie.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Zombie.h; sourceTree = ""; }; + 7BAC43FED21278FFC4107594F9370E4D /* SentryCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportStore.h; path = Sources/SentryCrash/Recording/SentryCrashReportStore.h; sourceTree = ""; }; + 7C0C6414A05FC7B7B1DCB62CA5799CA6 /* CGColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGColor+.swift"; path = "Source/CGColor+.swift"; sourceTree = ""; }; + 7C1E13167756DDC3799C0238F0D4A525 /* SentryJavaScriptBridgeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryJavaScriptBridgeHelper.m; path = Sources/Sentry/SentryJavaScriptBridgeHelper.m; sourceTree = ""; }; + 7C3EC723369E7F258438408605A6220A /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 7C3FF1AE58D324A1FCEFB8DF6CCC3E7A /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 7C5116E8BFA5B91CAE8B9F5AE4833520 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 7C5D3A62AA260334D94FB6DEA355C714 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 7C8A1641154449301EE0A183B5CDCE56 /* RNCUIWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCUIWebViewManager.m; path = ios/RNCUIWebViewManager.m; sourceTree = ""; }; + 7C90C8FB1AE3B24616D36B7A40F6B7EB /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSettingsManager.h; sourceTree = ""; }; + 7CA0BD1111E5D417CDEF1D18F51C3743 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + 7CA96B5C7229813582287DEDBF0B9482 /* RNSVGPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathManager.h; sourceTree = ""; }; + 7CC09DB6F24E7ECBDDF8C47D69DF0118 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + 7CC49B3CBD44144C3AD67EEB12E7E7B2 /* FaceDetectorManagerMlkit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FaceDetectorManagerMlkit.h; path = ios/RN/FaceDetectorManagerMlkit.h; sourceTree = ""; }; + 7CD6A84F97A88DE9FF4EA629753258D5 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 7D057B9EE327CA6043335C23FD778CB1 /* SentryCrashReportConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportConverter.m; path = Sources/Sentry/SentryCrashReportConverter.m; sourceTree = ""; }; + 7D1828975F59437040006E6F417B622A /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + 7D8604BB3C9464AC334DAC95CE0E7113 /* RNReactNativeHapticFeedback.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNReactNativeHapticFeedback.m; path = ios/RNReactNativeHapticFeedback.m; sourceTree = ""; }; + 7DABA8C80859BC0CCFB22F44564FBE13 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 7E01257C240CB77FC117BF924327AB8B /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 7E2E925E0E7329F4819002E28B66E475 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 7E9658524CD53C3A79D7D4852EC788EA /* RNRate.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRate.xcconfig; sourceTree = ""; }; + 7EAA056F8A338487D1C4060F054A5735 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 7EECE6397138AC7E0C8ED6F2613D8842 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 7F18C99237BDED3D5A832B1DDBCCEB20 /* SentryCrashMonitor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c; sourceTree = ""; }; + 7F1C8F78CC5180B2F530E8FEB744431E /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 7F20436D2B784D372D9567FBED50B04B /* appcenter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "appcenter-prefix.pch"; sourceTree = ""; }; + 7F888D1E9B46AF95F3305379288650B9 /* SentryCrashStackCursor_MachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_MachineContext.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c; sourceTree = ""; }; + 7FB13BB52A01BB5152E811593AB84CB6 /* RCTSensorOrientationChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSensorOrientationChecker.m; path = ios/RCT/RCTSensorOrientationChecker.m; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 80FC54CBA2EAAFA907C2427690EF82D9 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - 811D9C1A56994016D73844BCF1840760 /* RCTCameraManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraManager.h; path = ios/RCT/RCTCameraManager.h; sourceTree = ""; }; - 811EDAE145ED7D3E262B10FF4E1DCF6C /* DeviceUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUtils.m; path = ios/DeviceUtils.m; sourceTree = ""; }; - 81323BCB464770256E6F6110B2ECE925 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 803908614C1C7B7E8C4F18019662E71B /* RNSVGUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUse.h; sourceTree = ""; }; + 8056E4878A190DB377B4B9D81F23929D /* react-native-image-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-image-picker.xcconfig"; sourceTree = ""; }; + 80816C53DB62D4B6A9A498818BE35FAD /* SentryCrashStackCursor_SelfThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_SelfThread.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c; sourceTree = ""; }; + 808A1AA4269DBFB811BEC9881FAA74C8 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 8098665E7BAC46407DD46EB98346EDDC /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 80A16168B0E0D91AF91E9BD264F73176 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 81537892EAC9EA08FEB99244D26BAFB8 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 816B7C1F9471C08EA30E515459761FC3 /* SentryCrashMonitor_User.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_User.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_User.c; sourceTree = ""; }; 817BF8A6916E55CACEE97CB93C8247A1 /* Pods-BlueWalletWatch.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletWatch.debug.xcconfig"; sourceTree = ""; }; - 822736F3875735C29E7194B74BEEA994 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 825136481EB4C9048EA9EC22C2B7D077 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 8294EA2735BBB18317516F0994314033 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 81CFA7A58A3A1C11BE11B7254F8E9F77 /* RNSVGViewBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGViewBox.m; sourceTree = ""; }; + 81D3E207530A11C17AC9651BDEDF83C6 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + 81F8D195CCC17D8638DE8051A63F91D7 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 8255CAC2588C7A40B7C992DD7D355913 /* Recipes.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Recipes.md; path = docs/Recipes.md; sourceTree = ""; }; + 8270370FD7421C58998F58CEBA499C59 /* RNSVGSvgViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgViewManager.h; sourceTree = ""; }; + 828863B4E1CA9849DE1E2725CD94B566 /* SentryCrashCString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashCString.m; path = Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m; sourceTree = ""; }; + 82A562A70305928A920B5C95CF60C02F /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; 82AD6111E3B91E7E07FC58D913B36DCA /* libRNWatch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNWatch.a; path = libRNWatch.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 82AF5D60F30885E8E5A2A9DA407B91E1 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 82C9ACE1B15DEA2522C87FC8CBB6AD4E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 82CA2AD26B8E0FC2D6F98DE49516FB69 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 82CB31C75E1BA14DF4DD742A8229FF36 /* TextDetectorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TextDetectorManager.m; path = ios/RN/TextDetectorManager.m; sourceTree = ""; }; - 82E8FC93F5F36A98A93EE774DCD8E02F /* react-native-haptic-feedback.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-haptic-feedback.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 838D37A0351E2C4223C3ADA021629272 /* swift_qrcodejs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = swift_qrcodejs.modulemap; sourceTree = ""; }; - 83AE618413B44EC90BB3DCD50002F1A9 /* BCHUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BCHUtil.swift; path = Sources/BCHUtil.swift; sourceTree = ""; }; + 82FF2E7597CC3554BAE8B0FEC8CB1311 /* SentryReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SentryReactNative-dummy.m"; sourceTree = ""; }; + 832C3894C6D237364EB506B811ECE421 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 834A169AABC15CD1FC5AC40204DF194C /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 834BC6DDCC869BC2880A1EC65BF5E21B /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 834F0161CBE98A967CAAC5E11FCCC584 /* BVLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradientManager.m; path = BVLinearGradient/BVLinearGradientManager.m; sourceTree = ""; }; + 83A8FC5B3E084E6744DA9F718D934DBA /* RNCamera.md */ = {isa = PBXFileReference; includeInIndex = 1; name = RNCamera.md; path = docs/RNCamera.md; sourceTree = ""; }; + 83AAFA0CA4ED584E568093D97A0078C6 /* RNSVGMaskManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMaskManager.m; sourceTree = ""; }; + 83AC5654036822165E4BAFE937F2C137 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 83EC19E6691F45314D679454A55C43BF /* SentryCrashStackCursor_MachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_MachineContext.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h; sourceTree = ""; }; 843C0BC30FDA629ACCCF52285F8AC849 /* libReact-RCTWebSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTWebSocket.a"; path = "libReact-RCTWebSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 845AB4FE21B26F9AAC89F2D32A661E37 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - 849C952543DA4D06E1A06B6DA0CA506F /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 84A2C00EC1068C4DED22353EDD33645F /* RNSVGGlyphContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGlyphContext.m; sourceTree = ""; }; - 84C5CD887271D1CCF33BD15E79236F16 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 8510813835686C1AC406B4D8E82B41BF /* SentryCrashCPU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCPU.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h; sourceTree = ""; }; - 8526D77C58E09410F459EFDE015AE36B /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 8535C4FB8503898A868467F4AA998FD7 /* RNSVGRadialGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradientManager.m; sourceTree = ""; }; - 85A26C1453BC6C69C0ACD36CCFA95679 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 85DC9D3AA933DB165F4DFE5DC0FFF5BE /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 85FB8713D58F62C03D767A00AD58CBC2 /* Sentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sentry.h; path = Sources/Sentry/include/Sentry.h; sourceTree = ""; }; - 8601AD7458032E955BC0E997D4A95483 /* SentryCrashMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h; sourceTree = ""; }; - 862E9A54BB14C838E5F7DD57E9F61B41 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 8655F2EE000FAA3FE3E9CFF316D669DE /* BarcodeDetectorManagerMlkit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BarcodeDetectorManagerMlkit.m; path = ios/RN/BarcodeDetectorManagerMlkit.m; sourceTree = ""; }; - 867B401B0DA91D1EA9AF2018F724F696 /* RNSVGTSpanManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpanManager.m; sourceTree = ""; }; - 8680901B89124A2D48A23C85D1F80C03 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - 86CA673A30F5358834C76C46143E4EB9 /* RNSentryEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentryEventEmitter.m; path = ios/RNSentryEventEmitter.m; sourceTree = ""; }; - 87A59D9082C8C0E5AA76C73AF540B36D /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 87A9F1217308139E6C9E7D19E6FBF619 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 87CB0690CCF2941121A81E77AFAF4F05 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 88513D3756A4750A4AE879784B4C425A /* WatchBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WatchBridge.h; sourceTree = ""; }; + 8440789BDB78AF907126C37B5442BCDD /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 844959CC5FDDAD30FBD2632DE400CCDB /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 847186107168C2EC23D2F3FC0537CC1E /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 84A137ECE20B61F86B13F91F5C9E5091 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 84A917ACF567EDD4B1DD1D09C58B4E4F /* RNSVGLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradientManager.m; sourceTree = ""; }; + 8533638769C9C1F3CAF1391CD9AF9EF1 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 8548991263ECD06D7D9D9DA03A8BF348 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 8565355A67D240D07ECE0D70ED24AE32 /* RNSVGNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGNodeManager.h; sourceTree = ""; }; + 857FF571996B3065260E58559AB67008 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 85C97E63BD10E5BDDAD20A6A7FF2CD67 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 85FCB57CEF442B6CA598D84C842D2497 /* ImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImagePickerManager.h; path = ios/ImagePickerManager.h; sourceTree = ""; }; + 864683AC9AA13136396FA926BEDAD894 /* react-native-image-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-image-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 865D2D8FEA2D1280A362A09CD6B62E23 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 869CA54931730288153691B4EACFDA79 /* RNFaceDetectorModuleMLKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFaceDetectorModuleMLKit.m; path = ios/RN/RNFaceDetectorModuleMLKit.m; sourceTree = ""; }; + 86F31C26571B72556909E642CDFD50A0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 871CABA4CE6D6DFB516CF76476B73038 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 875C60CD954BD04642E60AEDF9D7BDC4 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 8769A711B0CD90A2848A4E41C44D6E3D /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = ""; }; + 87C4B2B9A4E210DCA6FA76231EF8AC54 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 87C968FCC7A0A595FDB0268E631470A3 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 880186C8DAE0F09FE18A4B8844F1D38F /* SentryCrashObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashObjC.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c; sourceTree = ""; }; + 88216D087461B876CD25399A0D7FEA99 /* 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; }; 88574881933BDDFD4604D42210E054D6 /* libPods-BlueWalletWatch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-BlueWalletWatch.a"; path = "libPods-BlueWalletWatch.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8871D5DA4F6981A7F8DC7C407F5B65F5 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 8969CBF8BACEFE234256074FF386E9A4 /* SentryCrashReportFixer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReportFixer.c; path = Sources/SentryCrash/Recording/SentryCrashReportFixer.c; sourceTree = ""; }; + 885E143CD13319580E801468FF4D7F91 /* Container+DeepSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Container+DeepSearch.h"; path = "Sources/SentryCrash/Reporting/Filters/Tools/Container+DeepSearch.h"; sourceTree = ""; }; + 893AB446DCCE44CA2DCC2E08F48E03A0 /* EFQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFQRCode.modulemap; sourceTree = ""; }; + 897FDEB0075422B276834201575911D2 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 898D6A3B58C1B122D415B43EFCBF9244 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8A323ED5C99CC6FB0DAF83E4DC2F3D30 /* tests.md */ = {isa = PBXFileReference; includeInIndex = 1; name = tests.md; path = docs/tests.md; sourceTree = ""; }; - 8A7A663B03081592569BA3ACBA9ACA4F /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 8A968FD71E90E346D467F4AE23B87C9C /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 8AAB95F0CD1A8553FBE8B3219C7FD030 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - 8B0419E8273D29DE04D71F512510F084 /* RNSVGTSpanManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpanManager.h; sourceTree = ""; }; - 8B4A70F7410880076F02E11BB62F92BB /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 8B5CE403971C99A4143414F9D9D9C003 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 8B7A7AAA9F8C1292D7A364AA14F09DD3 /* RNSVGBrushType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrushType.h; sourceTree = ""; }; - 8BA7682E140690CAD580288F5E62D76C /* SentryCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashInstallation.h; path = Sources/SentryCrash/Installations/SentryCrashInstallation.h; sourceTree = ""; }; - 8BD3A686718648A78025D4BAB12B4953 /* SentryCrashDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDebug.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h; sourceTree = ""; }; - 8C4B947C5775A938D7E01BD7E7F1146C /* SentryCrashCPU_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_x86_32.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c; sourceTree = ""; }; - 8C4EA02AAC4428F14891730EC78D80AB /* SentryCrashMonitor_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Signal.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h; sourceTree = ""; }; - 8C9F4A404D55D052AFE8E3CED6C1CA31 /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; - 8CC7C1F240394F12902EA2F4997A431C /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - 8D31B3858854191996D8A763FABEE790 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 8D33B2722A01C1D0CFB29B7C4B671610 /* NSImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSImage+.swift"; path = "Source/NSImage+.swift"; sourceTree = ""; }; - 8D478CB13596C32D1D70F795424F2878 /* SentryUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryUser.m; path = Sources/Sentry/SentryUser.m; sourceTree = ""; }; - 8D62E0D2A673C16919AD83939B2F25D1 /* RNSVGClipPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPath.m; sourceTree = ""; }; - 8D87C02FDD4D2ED6AFCEF47A8B1DC569 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 8DA0D897827C91CDCE4C8F19C222BAAE /* RNSVGEllipse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipse.m; sourceTree = ""; }; + 89A6B7DACA7C8520646B7D9D52FDAA5F /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 89AD4422FFC799E20984EB5639AA7815 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 89BA40586E4BB7F2688F2FF524534F13 /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; + 89C715691ABC90FF57FE4BC7DFC75525 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 89D6BF825250C3E0F596BF638A0F77B9 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 89FA44EA4999DD26F840BFED15EEBE4B /* RNSVGText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGText.m; sourceTree = ""; }; + 89FD664362A374596CBA5E3F9AA33CC1 /* RNSVGEllipseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipseManager.h; sourceTree = ""; }; + 8A03E313537A0296B1853786F0D1FE99 /* 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; }; + 8A79E3F5619DE8E3040898A8412A589D /* RNSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentry.h; path = ios/RNSentry.h; sourceTree = ""; }; + 8B378E6F8CD953A929F914A93D6F771F /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 8B9C0B3BDEACC9C52212FA8892EB564A /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 8BD13CC4F53FA5A4C14FA3FE01670B78 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 8BD6715A5AC4DA05BA8359D22ECD65F8 /* UIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+.swift"; path = "Source/UIColor+.swift"; sourceTree = ""; }; + 8C2099D0660103B20847B6A4799C6ADF /* RNSensorOrientationChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSensorOrientationChecker.h; path = ios/RN/RNSensorOrientationChecker.h; sourceTree = ""; }; + 8C581FE20E13C320F2CA393764860CAC /* RNSVGSvgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgView.m; sourceTree = ""; }; + 8C70E9F0175B94CBE1D30CFCC09C6134 /* SentryCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFields.h; path = Sources/SentryCrash/Recording/SentryCrashReportFields.h; sourceTree = ""; }; + 8CB32499ABB41A317F95A4FDA8883BCE /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 8CE04CB7E9FFB3C5C967E09DA231BFEB /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 8D0AFA1F040EBE8B6064822342DA8A31 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 8D1F9E8CE0712B28EEB56D29A3811095 /* 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; }; + 8D26110C61B21E6822D462FAECE5FF05 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 8D7CC1CDDC0109B8C74245CE96813A40 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 8DA0F25663299DC3E4B40C98D7C83DEB /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-webview.a"; path = "libreact-native-webview.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E2EA8F83F92CE57F6970681B068EE75 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - 8E2FE35845D538C08C14EB148741C656 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - 8E5248E7F30B94131062A1A65F42FB39 /* RNCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCamera.h; path = ios/RN/RNCamera.h; sourceTree = ""; }; - 8E8C7875FA8560959FE6958CF2ECB48F /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 8EAC06A7A440206CF6917D8C768104AD /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 8E3CE0410E413B432644164BC990361A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8E6754F28032A016430088FFCB07762E /* SentryCrashThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashThread.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashThread.h; sourceTree = ""; }; + 8EE2C971253B55D9987C00DECD74B871 /* RNSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentry.m; path = ios/RNSentry.m; sourceTree = ""; }; + 8F1448C7C814351C9064C95F8A36F57E /* RNSVGTSpan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpan.m; sourceTree = ""; }; + 8F3E20A089DCDDF14F86541FC0A09D0C /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 8F59699F5908CF6651EE9393FCF82DFA /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 8F5C9FFA86698ACA6411B4CAEE476C59 /* RNSVGEllipse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipse.h; sourceTree = ""; }; + 8F5EC7AEEF04FEF973A243BA5019D3FD /* appcenter-crashes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "appcenter-crashes-dummy.m"; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F671600A8C3BD92C6B3BDC19E761DB3 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 8FA45E00CB59254F916465BE0B159346 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 8FBBBDB1D9EAA16F7E18BA3F2F5E1C5D /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 8FBE03D2A70F6C27ABF0FAA2DDAEF401 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 8FC3EDEF843B5F0D719B939427AF8E81 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 8FDE122D6D930403B0F5510C031808FA /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 8FFFF9AE37B800648470E6E495631E09 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 900EE19D0D86B473B44DC744F1EC73B2 /* RNSVGTextPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPathManager.h; sourceTree = ""; }; + 8FD8F34BE7F5FE0E3A8B7487B62CDF21 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 8FF31398BFA19D5664EDD610D5F5C515 /* SentryEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Sources/Sentry/include/SentryEvent.h; sourceTree = ""; }; + 900250B0202F5B979244A2D2A262AA4A /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; 9017CCAEC5F906C0B5544F5A4C939BCF /* Pods-BlueWalletTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BlueWalletTests-dummy.m"; sourceTree = ""; }; - 90BEBECB7F50D41E6A959F6DC3DC964C /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + 90759AC332F82E273774A81CA095877C /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 907D7442E7E45139E58F107EC3075A45 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 90CCAB8060F90B4AD104EE2DB47148AB /* RNSVGBrushType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrushType.h; sourceTree = ""; }; 90EE8D3C082C157169540FC8F5913DAD /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNSVG.a; path = libRNSVG.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 915CA101C966E269977D2C8154E52C45 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; - 916846284A4D0063F1B8AA95C2804AE6 /* EFWatermarkMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFWatermarkMode.swift; path = Source/EFWatermarkMode.swift; sourceTree = ""; }; - 9175F6DA25F7E01027F10B34466C294C /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 91EB4BBABDDD15ABD28E9A0FAC48B7B7 /* BVLinearGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradientLayer.h; path = BVLinearGradient/BVLinearGradientLayer.h; sourceTree = ""; }; - 91FCF8C062BE78833FD3F80DA27E97DC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9211849C57A884E574BC01B18ED1E312 /* SentryCrashStackCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h; sourceTree = ""; }; - 921854102CA6725DC1D96F21BCBD6469 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 926DB99ECC8B8E4D61F0F9C77D6B5646 /* SentryCrashMonitor_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_MachException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h; sourceTree = ""; }; - 92AB715F1CFC10C42CB27873D5E9C14A /* Uploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Uploader.h; sourceTree = ""; }; - 92CFF9F344FB0A8ED512A52BF6853683 /* SentryFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFileManager.h; path = Sources/Sentry/include/SentryFileManager.h; sourceTree = ""; }; - 932AD640E3B2A7B5FD905762A7C96AC2 /* SentryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryClient.m; path = Sources/Sentry/SentryClient.m; sourceTree = ""; }; - 93422915E27290757A441059F55FE6EF /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - 936CAC9CB85D0EF6DF7D81700809CD0B /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; - 9373DC340D8DE978EBEBAF2B1B7F5F30 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - 9394BE1EFAFC573EBB09DEA7CAB87380 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 93AC7B296BAA755A95D223404AB1BFDF /* SentryFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFileManager.m; path = Sources/Sentry/SentryFileManager.m; sourceTree = ""; }; - 93C9401CC35A993F7E39E2D6C4D831B9 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - 942942CCC141F443827F180779453E5F /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 9134659BED26D6E05D5841CB82BC77F2 /* SentryCrashReportConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportConverter.h; path = Sources/Sentry/include/SentryCrashReportConverter.h; sourceTree = ""; }; + 9144D7DD4A92C7B7F04014C02FF95020 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 9145EBEDD800D925EAE8A66B6826798B /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + 916DFF2B8A5689FC82DF89EA7424FF9A /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 91704A403404A6CB53DAB9415E2B9D2E /* CIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIColor+.swift"; path = "Source/CIColor+.swift"; sourceTree = ""; }; + 917DBECF412E2B129560EF143CF91654 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 91E73C05F4478963D3A2C032BE50F0E8 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 922B1FF4DDD6498DB5F414AD10BCE8EC /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 922CEBD897D33F761AF2ED02F0CD2593 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 92C8AC915168B3A586502D3423A65E2A /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + 92E57361BFB56F03A7073280CD5C18D2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 92F60FD718B54F464FDE2B8C7C7FE134 /* RNSVGEllipseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipseManager.m; sourceTree = ""; }; + 935A469685AE44EBFE2FE3000B0E8014 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 936AC6D2C540B405A82EB7A97D9B995F /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 937A028196AB378DDEFB97062CB67B93 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 93C8E2AB445A8A6D2308399707C7E821 /* SentryCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrash.m; path = Sources/SentryCrash/Recording/SentryCrash.m; sourceTree = ""; }; + 93E191BE9AAFF95E42D6BB509DE29C6D /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 941207A5F063B2758BDDD8EAA206D536 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; 945A900331BD4116385B906FE4A5A5A8 /* Pods-TcpSockets-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TcpSockets-acknowledgements.plist"; sourceTree = ""; }; - 94CE669E0DEFD31CA2BBACFEA93C68CA /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 95B787E90E4028BDE5620303F5AB30D1 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + 945BDE2716226CAE43568259B8D0F656 /* SentryCrashMonitor_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_NSException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h; sourceTree = ""; }; + 945CCC624FDF90FC2E81E4746262C19F /* SentryCrashJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashJSONCodecObjC.m; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m; sourceTree = ""; }; + 946320D2E570402939EB5E7B55FE73EA /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 9556CD8E6055DCA6C8BB63114C29CEAF /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 955BE4BCF2232E819A250CEC8520CD77 /* RNCameraManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCameraManager.h; path = ios/RN/RNCameraManager.h; sourceTree = ""; }; + 955F9B02B0A73B3F6901E2D7FAF0E2FB /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + 958119D3DD683233A64AFAE1DC87BFD6 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 95818390406024A5A914FF1CBC8F413D /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; 95CB4C6E60248D6C3276C8CE4596677F /* Pods-BlueWalletWatch.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletWatch.release.xcconfig"; sourceTree = ""; }; - 95F216575AA88FE377AF24B498EFE08C /* SentryCrashMonitor_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_MachException.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c; sourceTree = ""; }; - 961CA48E45F52823737D4E66C6F5502C /* RNSVGNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGNodeManager.m; sourceTree = ""; }; - 9637628F1B34F3DDB6E1A5F18DB4074D /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 96618BEE9BEFF7D1A6D8B4775A4315DF /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageEditingManager.h; sourceTree = ""; }; - 96779C7CA5410DC28078925352962F41 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 96991AD1CDA18825282A01D13CF533B0 /* SentryEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryEvent.m; path = Sources/Sentry/SentryEvent.m; sourceTree = ""; }; + 95CE7AF6752748DEF496A01D20EE6715 /* SentryCrashStackCursor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c; sourceTree = ""; }; + 95D3FBD7ABA50F82F71A511BDE32D145 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 9602E1E2DB29DF6441A5FFCE7B5B4A1C /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 960EFFA5766EDC4FCBD88A8FDBBF2AE5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 967E4CA72EA0B09D5DA8CCDDA1C4D8A3 /* AnError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnError.swift; path = Sources/AnError.swift; sourceTree = ""; }; + 96904F8F7EBDC2469993C597FD526BA6 /* Sentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sentry.h; path = Sources/Sentry/include/Sentry.h; sourceTree = ""; }; + 96A736436DD2B34C1138C96F71DDCD0E /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; 96AA2AEEDCA6F17FA217156DE359B3F2 /* Pods-RCTQRCodeLocalImage-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RCTQRCodeLocalImage-acknowledgements.plist"; sourceTree = ""; }; - 9741EBCF77DC39B08887EB0FDF62C70F /* Downloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Downloader.h; sourceTree = ""; }; - 975A2F93D3A4AB145B21FD0BE36D0C4B /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 97AEAAF428DA374C2F4F46AAAFB099DA /* RNSensorOrientationChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSensorOrientationChecker.h; path = ios/RN/RNSensorOrientationChecker.h; sourceTree = ""; }; - 97B78E5781868F79AB8140916BA0D2BF /* SentryThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryThread.m; path = Sources/Sentry/SentryThread.m; sourceTree = ""; }; + 96AE26E88DD3B60CA3A1C887EEFAD662 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 974FDD3207BAF6E0B64DC50CD1A40D26 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 975BCD4BDAF1497081284F5B1AA86CB0 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 97727078364EBCB18C547E90625D12D7 /* EFQRCodeRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeRecognizer.swift; path = Source/EFQRCodeRecognizer.swift; sourceTree = ""; }; + 97889EB8BDD09C3305B80387222B1933 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; 97B793906A3719C1CA3A331755AABF2C /* Pods-RCTQRCodeLocalImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RCTQRCodeLocalImage.debug.xcconfig"; sourceTree = ""; }; - 985A6AE730B8005540B55423328F0975 /* RNSVGImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImageManager.h; sourceTree = ""; }; - 991C0CD7C81320BBF6F511FBA40ACAC8 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - 99260F4CB6DB42597F44BE66A921F33C /* RCTConvert+RNSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNSVG.m"; sourceTree = ""; }; - 99304B0D2774F30C325453C559609694 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; - 99877FF154D848B512B04D8DBB7EDCA9 /* QRBitBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRBitBuffer.swift; path = Sources/QRBitBuffer.swift; sourceTree = ""; }; - 999B718A272A79A1EF2BF35BE8659AF0 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 97B7A4427269AEA9A3AC2D00F1B11BF8 /* RNSVGText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGText.h; sourceTree = ""; }; + 97CEFD0009C26722E1203F0D74942D83 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 97D911BE0BF72CA9C7D6D9E10D7EF7C8 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 97DC0D6C4DC2CD0C03FFB86580A71929 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 9801719E1E310403796E841FCDD64972 /* EFQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFQRCode-dummy.m"; sourceTree = ""; }; + 98594C1E496B7356AD88CD9D15345BC2 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 98920F54EB9B81F6B308EAD5EAC930CD /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 9896CC40D9D3101A98B8861A2C417965 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 98F733FD7E711FD1B15C74ECD7D33F91 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 98F95DBACC1EF8EA6E3C60C13B56C9E5 /* EFIntSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFIntSize.swift; path = Source/EFIntSize.swift; sourceTree = ""; }; + 99483E888A0A7D8B3D8B7FDE53C0295F /* QRMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMode.swift; path = Sources/QRMode.swift; sourceTree = ""; }; + 998E7079AD5FF8FAFA826523F0DD0D35 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 9996649423B5C77A81B455E844FD2438 /* React-fishhook-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-fishhook-prefix.pch"; sourceTree = ""; }; + 99B6F119CCB5A272DAAD31108C48D81D /* SentryCrashCPU.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c; sourceTree = ""; }; + 99DEB818DD8B60FF5E6C0F4A132B00E5 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 9A3A8DE363AFA2F87031B5AD3718536F /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; 9A70011370B46387FBFE517906404002 /* libRNFS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFS.a; path = libRNFS.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9ACCC5293A001403D8F2399186EE7076 /* SentryCrashObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashObjC.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h; sourceTree = ""; }; - 9B55C3EB6C78D2A29A3780FB258ED1EB /* QRCodeModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCodeModel.swift; path = Sources/QRCodeModel.swift; sourceTree = ""; }; - 9B74F2F15EBF8E0476C5144AC1D44A12 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - 9BB38AE17B306908EC3EFA1E381F5999 /* EFQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFQRCode.modulemap; sourceTree = ""; }; - 9BD694BBC6A1C1E46450ED9FFE38A435 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; - 9BD8E13C060625C2BCCA3362ACD80EB0 /* RNSVGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGNode.h; path = ios/RNSVGNode.h; sourceTree = ""; }; - 9C0399CCC5E0019595286B69ECAC4A3C /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; - 9C3154FA8A7210956F0D2D7AF0435BF9 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 9C63843C81E430121CDB22A2D3E6653A /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 9C6F957E6EC97C57A1CAECBD42D6D7C8 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 9CD996035B2AE8AD09E283E23F2C3C36 /* 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; }; - 9D17530D89D892274EF414D6C90C16EC /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 9D3CF61B3AD2670B3AC3BE72EE06929D /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; + 9A73D826CB069AD6A00C6D3AF409AB4C /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 9AFC00FD4DC0F19BFCEAACD9E3593804 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9B0C24DED32B0EF531969CFC0485C927 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 9B0FC8B48D1FC15D97396947514A60E3 /* EFQRCodeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeMode.swift; path = Source/EFQRCodeMode.swift; sourceTree = ""; }; + 9B477834B0B7638032B01409942A2895 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 9BE957CC5BE42C1E0AD9682CC990724A /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 9C078ECC507EA90A855BF85B533648C4 /* SentryQueueableRequestManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryQueueableRequestManager.h; path = Sources/Sentry/include/SentryQueueableRequestManager.h; sourceTree = ""; }; + 9C0FB79CE9C8823CEAC1EB2B12575F86 /* NSMutableDictionary+ImageMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+ImageMetadata.m"; path = "ios/RCT/NSMutableDictionary+ImageMetadata.m"; sourceTree = ""; }; + 9C4A1D757AB193961C9BBF918EDAD6E0 /* SentryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryClient.m; path = Sources/Sentry/SentryClient.m; sourceTree = ""; }; + 9C7D033AF4B664AFC98496AA6C8AB40B /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 9D16FA831378933E21D902AF9B4B65ED /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; + 9D22C5B61C33C6CD2FE84BA8A4873B2D /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + 9D2E0443F5349E68AB4F7B4BC1BFAF25 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; 9D45947941EC0E9FC1D17EE5A1844F28 /* Pods-TcpSockets-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TcpSockets-resources.sh"; sourceTree = ""; }; - 9D6498514D579A6BC04331B121D0A224 /* RNSVGSvgViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgViewManager.h; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DBD36BCDBEF15BFB4D9AF782E1FC292 /* CIImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CIImage+.swift"; path = "Source/CIImage+.swift"; sourceTree = ""; }; - 9DC704F53EAF1D93532A800E2B46333F /* RNSVGPercentageConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPercentageConverter.h; sourceTree = ""; }; - 9DE9A68008F84BB617DD3982AE3BEBB2 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + 9DA26F2CD14D625F81FE7FE09830625D /* react-native-haptic-feedback-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-haptic-feedback-dummy.m"; sourceTree = ""; }; 9E0036E82E96AE544E89CD8C45BFFBA5 /* Pods-BlueWalletWatch-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-BlueWalletWatch-acknowledgements.markdown"; sourceTree = ""; }; - 9E11BAD01700A5682537DFCA62BC78C6 /* SentryCrashSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSignalInfo.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c; sourceTree = ""; }; - 9E20BB72E185A7A90C687C5C7CEC6EBB /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 9E67CA37447FE6EEAF74D8D91FFAAAD9 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 9E9BD2592F84BF1C1327BDB1CE54C28F /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 9EC1B3AF2A61C7062CAC99E4D191AD63 /* SentryLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryLog.h; path = Sources/Sentry/include/SentryLog.h; sourceTree = ""; }; - 9EEF2FE8F7DE2B50311E124C35190971 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 9F0CD22A0D96006463017BA9B5A18BFC /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 9F303B3A06CE4BC279BDB25913322EFA /* react-native-camera.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-camera.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9F4B01F181802270517CDC44586BDCC7 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 9FA0A114BB43A3C1F10787F92087BB9C /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 9FC39358E6126B110852492FE932778D /* 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; }; - 9FECEE75AFCC627D72CB7D2EC8352164 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - A03996EE2C3F59B3FAD15C5C8A0074CA /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - A07B1D5F0282644DC32DD34AC7D3CCEB /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - A0DB4AD9102614525D5B0928721EEAF4 /* SentryNSURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryNSURLRequest.h; path = Sources/Sentry/include/SentryNSURLRequest.h; sourceTree = ""; }; - A17FA79C6817C2ADD4A5AAC8BBE2499D /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - A1B5DD135119E7A7360A6C375C92C66E /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - A2113E7F6C156167EA43D4DEE2184F2A /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - A24BE67305ED0488273706DDA7431725 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - A25B038DC80940AFC446326AA4E366EE /* SentryCrashObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashObjC.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c; sourceTree = ""; }; - A267E93E30E6EAB79D357D57DEEE13FC /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - A2BF869516AFC3D5A139B3202BEC0566 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - A2ECCB07112F3AF46C74E21BC90CC854 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - A3462A6B94D836ECE39D7828912F9741 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - A34C51EFB68FFEE8AF41ECF8491BC999 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - A374A791AB1D83C3B48563600C1D5C35 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - A4366C06F510E1A6E7617783839D3586 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A447CD8E9C2AFE1110A68E92D73AFCEA /* SentryCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDoctor.h; path = Sources/SentryCrash/Recording/SentryCrashDoctor.h; sourceTree = ""; }; - A457C233AEEAD80D0955A3B61FE2EF68 /* EFQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-umbrella.h"; sourceTree = ""; }; - A46E7CC70A4C14DDA4D47E3B0B982C21 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - A4930D88D09A61D899134D899D03D3EC /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; - A5052EC114DD92A4897BCAF4C2070D63 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - A5096CCC89FC996ED3C0D5FE4980B432 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - A5ADD9F7766D0B8FA42A83D97160ED49 /* RNSVGTextProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextProperties.h; sourceTree = ""; }; - A5EDA203EF94A0A211DCE53470CAE404 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - A5FB50332D59FC868AD9044047AB3F42 /* react-native-image-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-image-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A606BA423862BAF05799F3DC510D655E /* QRPolynomial.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRPolynomial.swift; path = Sources/QRPolynomial.swift; sourceTree = ""; }; - A615EC0C475C7938D8DEDE2BBDDB31BB /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - A66C73AB57F8588E5CDAF500EB65C9A0 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - A66D5E1066B26D677B1F922083D29858 /* RNWatch-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNWatch-dummy.m"; sourceTree = ""; }; + 9E06FCF8278E4E88D1B32A951A37823B /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 9E340FFECD222B33BC36D6DBC0F102C9 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 9E458605967B565112490D35A5299D3A /* RNSVGRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradient.m; sourceTree = ""; }; + 9E54013158AAE8CCB142F6F2CFE2697F /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 9E5E3BB6BBD96E24B20BD2C67CB76D85 /* SentryCrashDate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDate.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDate.c; sourceTree = ""; }; + 9E6C8F1EBE7BE36FECA0722107DF4D70 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; + 9EB9C51B13AB80A1BF35023D4FACEB4B /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 9EF24D38FCF539E2EB57319E7AFAB761 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebSocketExecutor.h; sourceTree = ""; }; + 9F146BBF2497BC1D01FBFB962764F379 /* AppCenterReactNativeCrashes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppCenterReactNativeCrashes.m; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashes.m; sourceTree = ""; }; + 9F41341C02BD1A6DA57CCC17C2A61D9E /* RNSVGPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPath.h; sourceTree = ""; }; + 9FCA119A34BE6ECC6A75399EB1D6E647 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 9FCFBDD3500666BCC29E68B4EE48BEB7 /* 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; }; + 9FF4BD1B0E7D9878C3E2C1512AECB2AA /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageView.h; sourceTree = ""; }; + A036E6721D9F33191929BF56A455C6A2 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + A0C7EA7631472A14F6348CB324C208B8 /* RNCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCamera.h; path = ios/RN/RNCamera.h; sourceTree = ""; }; + A124F4B15C8FF9C63A7DB1CF5324249F /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + A163E3F210B0142F620022A71FAEEC29 /* SentryBreadcrumbStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbStore.m; path = Sources/Sentry/SentryBreadcrumbStore.m; sourceTree = ""; }; + A1F5335C0458A41DFC3B9BA241B887B1 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + A20AD2A7CFAB0634000598E979C845ED /* SentryCrashCPU_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_arm.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c; sourceTree = ""; }; + A216FA5D997A53F1CCD44DDB3970DC56 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + A250BFAE4990ED7099824D5DB7AF0063 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + A2A58456420214DB74D3119BABF51E38 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + A2D62CC7DA63A349EEAC4370B9C470B9 /* SentryBreadcrumbTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbTracker.m; path = Sources/Sentry/SentryBreadcrumbTracker.m; sourceTree = ""; }; + A334AD5C57A34CD17600F3CAD9179E0D /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; + A34AFC639D02E17CAF669FCD658C9CA4 /* SentryCrashCachedData.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCachedData.c; path = Sources/SentryCrash/Recording/SentryCrashCachedData.c; sourceTree = ""; }; + A3799A2C7F88F2090BE2E0C7475C515C /* RNSVG-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNSVG-prefix.pch"; sourceTree = ""; }; + A389DADECA55D1F86CB5D205AF3022C7 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + A3DC273546EEB3BD4FB6850D0E2C6577 /* SentryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryClient.h; path = Sources/Sentry/include/SentryClient.h; sourceTree = ""; }; + A3E10C93A79DB6551C342220F5C8727E /* RNFS.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFS.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A44303BFCD47BE4BE5319B687279A68F /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + A465F7FCE75FAA95A09CAF1B6D07F691 /* QA.md */ = {isa = PBXFileReference; includeInIndex = 1; name = QA.md; path = docs/QA.md; sourceTree = ""; }; + A48E7C559D5714DE8E7CC6B9B7A3932A /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + A49882087EAC8CB9DAC70D00FB186DFD /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + A4D9648FD2C101ED691DF0B1B74E2052 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + A51CD7CB86440DBCB2265CB624A93EF2 /* React-RCTWebSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTWebSocket-dummy.m"; sourceTree = ""; }; + A58763628CD23F78742A6232CC91FCB5 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + A5C134FE46BBF65C5550965F431E1A40 /* SentryCrashCPU_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_x86_64.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c; sourceTree = ""; }; + A5E498DCFE6A5C35ACF91A184EACE666 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + A614B050E7E41F891E380A939B3EF1AC /* React-RCTWebSocket.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTWebSocket.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A671B7D6024B8AEB8B3EAD9ADC2B4C86 /* SentryBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumb.m; path = Sources/Sentry/SentryBreadcrumb.m; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A6AB23C33459A8341214965D9E47CD26 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fishhook.c; sourceTree = ""; }; - A6C3577A9CA7EC2707BFB5EA78F4F17D /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = ""; }; - A6FF2F9340784B48F4096EB073A5B5BB /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - A7E6897CAE2CFD7233AE336AD0DE48FE /* Sentry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Sentry-dummy.m"; sourceTree = ""; }; - A87A2A47CFC93D1A0994A8E677DF719D /* QRMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMode.swift; path = Sources/QRMode.swift; sourceTree = ""; }; - A8973A22D4550C92D4479B61FEE86A88 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A9CB4A816B4E5B92F9E7F19BEB41A1A7 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - A9E1AFEF5242B2D93F99CEE5ACCC6DE2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - AA0C0D69425A2BB387765F12E4F6A3D2 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - AA3C32160711AA8DACF157CE6E62C098 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; - AA4A32DD7600179A2F064706EE770B2B /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - AA511D03763292987AE27BE2C38B5230 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - AA5AC24C76518C995503B388415ECB64 /* React-RCTWebSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTWebSocket-prefix.pch"; sourceTree = ""; }; - AA74BD252C42A8D6444F0B6C3EE09065 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - AAF7354C44B47AF5FC120904A336C493 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - AB3A49F16187A5398A5F46340E0EB6E5 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - AB57E2A844E7F36B01578FF8E076E00B /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - AB5CE87DDC11416D510D06D4381D21DE /* RNSVGPathParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathParser.m; sourceTree = ""; }; - ABC2A54558C80381BD8FFCB2A936AB39 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - ABE6054F4DB706FDC25B389152EA9751 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - AC2ACB736048241D4D872525141D3F21 /* SentryCrashStackCursor_SelfThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashStackCursor_SelfThread.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h; sourceTree = ""; }; - AC2EBB898D9F444818D5D2624655A512 /* React-DevSupport-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-DevSupport-prefix.pch"; sourceTree = ""; }; - AC32D60798B653D49D14F3884EED1F56 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - AC4F5D1CDB61E7C8B9EC754B190CC2A0 /* RNSVGDefsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefsManager.h; sourceTree = ""; }; - AC544427525CC00B1B3D9C5829FC699B /* migration.md */ = {isa = PBXFileReference; includeInIndex = 1; name = migration.md; path = docs/migration.md; sourceTree = ""; }; - AC59F074E27C999FDB6E9DF5FB753174 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; - AC855D0D0A007425A76E817512369F69 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - AC8F89F196328A86A4F64C04B4D90BCA /* RNSVGImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImage.m; sourceTree = ""; }; - AC96DDB88A8827C700CCF4057DA92384 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - AD0DFC1A140FE5D65F0459E320ED6D3F /* SentryMechanism.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryMechanism.h; path = Sources/Sentry/include/SentryMechanism.h; sourceTree = ""; }; - AD50EA70A69B39FDDD7858C60DEF8E8E /* Uploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Uploader.m; sourceTree = ""; }; - AD518020010993D995A29D74236A6A5F /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - AD9804A561AE3421E873061AD2F054AF /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - ADDA8D89764914C124760716A17C3A34 /* SentryCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportVersion.h; path = Sources/SentryCrash/Recording/SentryCrashReportVersion.h; sourceTree = ""; }; - ADEDE97E4967CEC0423C3024215F8D7E /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - AE1E30E4323A007F79C3636E4D944CEC /* 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; }; - AE9DC23E27C75B8CD68FBBDE8CB4ADF4 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - AEA217B2110F2A51484B6A3AF55E6CAF /* SentryException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Sources/Sentry/include/SentryException.h; sourceTree = ""; }; - AEE8CA7D365CAAE045EFB752AB4ACC75 /* FaceDetectorManagerMlkit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FaceDetectorManagerMlkit.m; path = ios/RN/FaceDetectorManagerMlkit.m; sourceTree = ""; }; - AF1C2553120928F81FEA92BAC18E6907 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - AF980D41AE9AB40A8A3277B6B9A3C814 /* SentryCrashReportSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportSink.h; path = Sources/Sentry/include/SentryCrashReportSink.h; sourceTree = ""; }; - AF9A8CC7CF508FDAD82581105BF6E97D /* SentryCrashCPU_arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_arm64.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c; sourceTree = ""; }; + A6927EBFB0666398C623D6CB528B9EF8 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageUtils.h; sourceTree = ""; }; + A6AB44E33151D608FD2D0BE2B6855127 /* RNSVGContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGContainer.h; path = ios/RNSVGContainer.h; sourceTree = ""; }; + A6CC14C3081C6FF135CF39E7B452EEB0 /* SentryCrashJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashJSONCodec.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h; sourceTree = ""; }; + A6DC6228F6D114A4B4FF95D2D7F88269 /* RCTCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCamera.m; path = ios/RCT/RCTCamera.m; sourceTree = ""; }; + A6E88E96D97BE9A72154B5E16D39919B /* react-native-randombytes.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-randombytes.xcconfig"; sourceTree = ""; }; + A6EA710AD914CF9BC9D8034EA9394CDB /* DeviceUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUtils.m; path = ios/DeviceUtils.m; sourceTree = ""; }; + A729F44E821A012431FBD4E32B596C1D /* RNSVGPathParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathParser.h; sourceTree = ""; }; + A7374519DB607DE6161640EE4135922E /* SentryCrashObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashObjCApple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjCApple.h; sourceTree = ""; }; + A768198934CE4764195EA828FF63A083 /* RNSentryEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentryEventEmitter.m; path = ios/RNSentryEventEmitter.m; sourceTree = ""; }; + A7C243D2CD5A780AF2C5A8E8C47C9130 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + A8135F8D65B849B0A21EDE340B57F86A /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + A826AA5428750AEBC8C2DC271F72CD2E /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + A8793C023A4F1F41C010D707802F95A9 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + A884D5DAAF4659F4AC0F1894EAC17F5A /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + A88BF6E423F2054FB7E16A10C917A123 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + A8B1099D3384CED2FF8CB6C369933706 /* NSDate+Extras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+Extras.h"; path = "Sources/Sentry/include/NSDate+Extras.h"; sourceTree = ""; }; + A8D5D6CF6CF87D43CC8D196011FF2F8E /* SentryCrashFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashFileUtils.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h; sourceTree = ""; }; + A8F568AC02240836C88197D4E3C1DC88 /* CGSize+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+.swift"; path = "Source/CGSize+.swift"; sourceTree = ""; }; + A927B2A0DBF72CFD1D8374338948AF68 /* RNFSManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFSManager.h; sourceTree = ""; }; + A999DF623F3644B7D70DA9F276F185DE /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + A9A988F07B5BF90B35E758A1C566DD6E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A9AEE8B8270E27CDBBAE6504F99360F3 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + A9E454F245CDA2D76496741DDCDB4A26 /* SentryInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryInstallation.m; path = Sources/Sentry/SentryInstallation.m; sourceTree = ""; }; + A9FEBFE15DFB3D4DF4A07839F78A70C0 /* Downloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Downloader.h; sourceTree = ""; }; + AA15E29CDA62440389AFE08BDED7E374 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + AA1E2E26FB1BD5DDCCE0B616F510DDA3 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + AA4AF32D02180EC84FDA2D065B934166 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + AA7BDEDC1F7B983F3C7168026B82064F /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + AA7D30A3D159B8D3A7C3D119B9406F20 /* SentryCrashFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashFileUtils.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c; sourceTree = ""; }; + AA80B273BEF39878EBF67602208E0DE0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + AAA680A99D3FA96FCF682FFD9E8F3728 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + AAD632E17841180E3DF14954DA503765 /* SentryCrashMonitor_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_Deadlock.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Deadlock.m; sourceTree = ""; }; + AB05E87B001140E8A0B7DA714D425525 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + AB3857BC46272695D2875DA68A7C9C43 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + AB4BCC5F99E0F497565E227744635E16 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + AB8EC9AA4B31BD7B48CD380D597A19B2 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + ABC4C780FF1C79A6C0D74EB00DB36621 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; + ABF9B2FD5385CA7E2E94F32663078A77 /* RNSVGTextPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPath.h; sourceTree = ""; }; + AC2227CD861B32E6CB97A21F69447A43 /* EFQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EFQRCode.h; path = Source/EFQRCode.h; sourceTree = ""; }; + AC266025E8DCB80CEC5A0E717DF4CF89 /* SentryCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportVersion.h; path = Sources/SentryCrash/Recording/SentryCrashReportVersion.h; sourceTree = ""; }; + AC499E0156F8902C89B64CC0A68CF256 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + AC88D8E212F830B052F2E9E0F34F4C93 /* SentryJavaScriptBridgeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryJavaScriptBridgeHelper.h; path = Sources/Sentry/include/SentryJavaScriptBridgeHelper.h; sourceTree = ""; }; + AC9BBCBC162CC6D9D44000D321F11E8B /* EFInputCorrectionLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFInputCorrectionLevel.swift; path = Source/EFInputCorrectionLevel.swift; sourceTree = ""; }; + ACA7E600A333DC9CA41B9F1A57E2FF43 /* SentrySwizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentrySwizzle.m; path = Sources/Sentry/SentrySwizzle.m; sourceTree = ""; }; + ACBBB3169D1944413F7A660687590C4F /* RNSVGPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGPattern.h; path = ios/RNSVGPattern.h; sourceTree = ""; }; + ACD979482871D9434A26E02DEDB8A07C /* swift_qrcodejs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "swift_qrcodejs-dummy.m"; sourceTree = ""; }; + ACFCC0291429334B422FE91C543DFAD5 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + AD605D96DE70BA3E3BFDF5C4B4975920 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + ADBE6EA58A3452A0C8EDDCA6682E5CB6 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDataRequestHandler.h; sourceTree = ""; }; + AE340840B8A1BF7C4E1AF4C77FE9B507 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + AE8F15501F5007A9648687CA1172923D /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + AECBDAB464E583BAD51B10F880F62DFA /* RNSVGRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGRenderable.m; path = ios/RNSVGRenderable.m; sourceTree = ""; }; + AED5A04C008C5FF9B99DB46B744ED47D /* RNSVGDefsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefsManager.h; sourceTree = ""; }; + AEFF0CEA768A3842CDBDB2E49A34395B /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + AF0E87A312309B40484BD4E4A7C1A204 /* EFQRCode.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.xcconfig; sourceTree = ""; }; + AF32335FE7FA779FAB6BD7990381693D /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + AF4FE3F697E979F41192FBEA7F57E824 /* RNSVGPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathManager.m; sourceTree = ""; }; + AF4FF444D9CB50FAA64A63DC6E17D79B /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + AF72035FAFFEDD04ACF1A9F4370A2584 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + AF9972C0219BAB05277A804213F0E25F /* SentryClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Internal.h"; path = "Sources/Sentry/include/SentryClient+Internal.h"; sourceTree = ""; }; AFBE00254EEF31C1F1D5F2B4AFA005F4 /* Pods-RCTPrivacySnapshot.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RCTPrivacySnapshot.debug.xcconfig"; sourceTree = ""; }; - AFF169E6575BD95A6C2B01A34C4726C8 /* react-native-image-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-image-picker-prefix.pch"; sourceTree = ""; }; - B00EFCA96CEF9689D555162E631588D0 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - B015CD1B890BC0314ABA7030694A128F /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - B02CF246ECB063872903E8D4848F665F /* swift_qrcodejs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = swift_qrcodejs.h; path = Sources/swift_qrcodejs.h; sourceTree = ""; }; - B0B59B89E0C97FF41B3AD52B94D3359F /* RNSVGBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrush.h; sourceTree = ""; }; - B0EA2FC5684004DB206C1D134537FF2D /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - B135FA472E04695D37A8C66C4E487725 /* RNSVGImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImageManager.m; sourceTree = ""; }; - B14E36017CD58A9FB0CDDC9A13F398D7 /* RNSVG-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNSVG-dummy.m"; sourceTree = ""; }; + AFC9EF218FF62137B3CCEE37B130F79A /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + AFCC73C083C94B61EF001424EAD7EF2D /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + AFFAE058FD535A0E516C56ED1C219F21 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + B03FC454B0E1AD29EFF316EE474D8C5F /* RNSVGTextPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPathManager.h; sourceTree = ""; }; + B04C286571B53321ABC72EFF6AC9617E /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fishhook.c; sourceTree = ""; }; + B09CE0F7791537F32F1C9509243258ED /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + B0AE53A4E500D807512AE3F411CD877F /* SentryCrashStackCursor_Backtrace.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_Backtrace.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c; sourceTree = ""; }; + B0B71E0C399055107529D03435C10CBE /* SentryAsynchronousOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryAsynchronousOperation.m; path = Sources/Sentry/SentryAsynchronousOperation.m; sourceTree = ""; }; + B0D1ECBACA021A78AE70E13409EF1DF3 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + B0DFB5406DB097A7C9F06CD1F70E2696 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + B0F568AAB9041717607CBC9F18471A7F /* RNSVGMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMask.h; sourceTree = ""; }; + B1029D8A18BB286535B83EA863928817 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + B109B3FD53A8FD83F32990F0EFE889B8 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; B1577B01652B1F3134D8652BA559F458 /* Pods-BlueWallet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWallet.debug.xcconfig"; sourceTree = ""; }; - B18B1DD298890FC67D437B5EB65909B4 /* RNRate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRate-prefix.pch"; sourceTree = ""; }; - B1907917FB592668D0749EBB0A3F92A8 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobManager.h; sourceTree = ""; }; - B1F4CB905D8E7C1250AEFF70BE15DAD4 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - B2398543D104A0F7B69290EB7672251A /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - B273094BF722E9D34F3906BD3CC14376 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextAttributes.h; sourceTree = ""; }; - B2B10FE0E505EB654931F9B7D612604D /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - B2EE4C25BA934C8294D5410A28E5D3A1 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; - B30E214EB4143FF41D764CCF891F415C /* SentryCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrash.m; path = Sources/SentryCrash/Recording/SentryCrash.m; sourceTree = ""; }; - B3368C33067561B14E7C32F20CEAFCDC /* RNFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFileSystem.h; path = ios/RN/RNFileSystem.h; sourceTree = ""; }; - B3644674717469AE47F3BCD065C50FD7 /* NSArray+Map.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Map.m"; sourceTree = ""; }; - B3D2908FE694BECDCC223CF861842ECC /* RNSVGRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRenderableManager.m; sourceTree = ""; }; + B162AA55E72DB107073B81B9C2299458 /* CameraFocusSquare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraFocusSquare.h; path = ios/RCT/CameraFocusSquare.h; sourceTree = ""; }; + B168835416C82C978C9606DFAB731581 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + B1B3039DE55F31D52BE0894462EC0E22 /* SentryReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SentryReactNative.xcconfig; sourceTree = ""; }; + B1D3B18A56FE1EBA4F07081A1E46D298 /* RCTCameraManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraManager.m; path = ios/RCT/RCTCameraManager.m; sourceTree = ""; }; + B1F41B45CF4ADAB83401688D289059BF /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + B20FB73F127A3D0FCE23D143BBD4AE75 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + B2231B821E5DB180377F3725A70850EA /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + B22D626C412ECF21D3825DB9C5DDD85A /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + B28017A9564A673A7B7647402CE63DDD /* RNSVGPainter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainter.m; sourceTree = ""; }; + B28590EF9796B533FA2233F2FAE63454 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + B291E3815C9F9425628AD4C3E547FFB4 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + B2978776DB8A12F9AD50DA26ADE07991 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B2CCFCDCB1BAC19A3AA390900BBA4891 /* TextDetectorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TextDetectorManager.m; path = ios/RN/TextDetectorManager.m; sourceTree = ""; }; + B2DD62246C8388E357A6475AF25414C7 /* SentryCrashObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashObjC.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h; sourceTree = ""; }; + B3088BB5B39AD709C4BC57C7304B3436 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + B31674E4FBF9A71B11219392B80CC0EC /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + B32A07E90E9ACF196A1B441754DD2346 /* RNWatch-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNWatch-prefix.pch"; sourceTree = ""; }; + B33D500B54D13B64390ADAD76BEBACE9 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + B368F97FA2CC32622FD47B2564205160 /* RNSVGNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGNode.m; path = ios/RNSVGNode.m; sourceTree = ""; }; + B380A06F98D31C5A75E0AE9EEA397E23 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + B39A25586F51DFF2B1D65EA95F74FAA0 /* 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; }; + B3A4360FBF73258947C16016CA6A6F01 /* ToolTipMenu-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ToolTipMenu-dummy.m"; sourceTree = ""; }; + B3BADED2F2BCA36B37849F47CCBEF421 /* AppCenterReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppCenterReactNative.m; path = AppCenterReactNative/AppCenterReactNative.m; sourceTree = ""; }; B3E8681C50567084E2226B3F94F511D4 /* Pods-BlueWalletWatch Extension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-BlueWalletWatch Extension-umbrella.h"; sourceTree = ""; }; - B400AE03354DFA7F5F1DA8D2238452F3 /* expo_usage.md */ = {isa = PBXFileReference; includeInIndex = 1; name = expo_usage.md; path = docs/expo_usage.md; sourceTree = ""; }; B4060800D61BBEBE8EFD0897ACE5F535 /* Pods-TcpSockets.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TcpSockets.debug.xcconfig"; sourceTree = ""; }; - B431EA90F220E5F0D365E83A8FB8B4A4 /* RNSVGUseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUseManager.m; sourceTree = ""; }; - B432B060F1F26322831B18E9871FE7F1 /* RNSVGPainterBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainterBrush.h; sourceTree = ""; }; - B463851E6C8966A9B43F2042158E5EDD /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSRWebSocket.m; sourceTree = ""; }; - B464761AA17689EE26F5F2630B0B44A3 /* RNSVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRect.h; sourceTree = ""; }; - B46D08F03AA8CB097E838A6E3CD3ADB1 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTResizeMode.h; sourceTree = ""; }; - B471A49A02318C74068FD933FACCC769 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - B47A15AE5DE088A0C64DF862CBB4E82A /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; - B4A497AF816FAC096FEFCCB6A6F6F514 /* SentryDsn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDsn.m; path = Sources/Sentry/SentryDsn.m; sourceTree = ""; }; - B59BBA6654FEABE39DF9686FBC37C33D /* RNRate.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRate.xcconfig; sourceTree = ""; }; - B5B02FEB71D8B61A39C93E56CD369151 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - B5BCBBA75F7BA8C418D77BEF53123284 /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; - B5C234A87813598EC4B4FCF6F9831985 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - B5CCB1C293999EB590D022AF15DDAE7A /* SentryFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFrame.m; path = Sources/Sentry/SentryFrame.m; sourceTree = ""; }; - B5DF864F5F2AF69B8A71A2D7291F4A36 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - B5EBB5445E3D3134271A9F4DEA004D74 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - B61077E17A372FAD7293B20924E17238 /* SentryCrashSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSystemCapabilities.h; path = Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h; sourceTree = ""; }; - B65FA2D9A6E26B20F55BE13DF335F174 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - B6823A938C0BF5F53CC87343FAA66498 /* RNCamera.md */ = {isa = PBXFileReference; includeInIndex = 1; name = RNCamera.md; path = docs/RNCamera.md; sourceTree = ""; }; - B6952C96F0014561B97E224763F850E1 /* SentryCrashDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDate.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDate.h; sourceTree = ""; }; - B6C25EE43EE7808997CAE5E76AE93431 /* RNSVGEllipse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipse.h; sourceTree = ""; }; - B6CCD2DE588D0E0C58860C3B945BE4E9 /* RNSVGTextPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPath.m; sourceTree = ""; }; - B6EEBACB6C1E3DB4619688D849708750 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - B6F58C7BDE6FEB7E459742E2CDC81EBA /* RNSVGPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathManager.m; sourceTree = ""; }; - B726E5BBF54EF242A173C0A8E950086D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - B757913A310BEFF39C1903DB0A8A9D58 /* 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; }; - B7599813C0D4DCD89F837BCE26D6A219 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - B7B28F188529EF8EC0C54B6498076033 /* SentryCrashMonitor_Zombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Zombie.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Zombie.h; sourceTree = ""; }; - B809AACC3DB2F38FC89FAAB373056758 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - B9263EC81BB3EFD9324870E80747D86C /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; - B9670E93D07700B13B4250FE9E8DB08D /* RNSVGText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGText.h; sourceTree = ""; }; - B987A84092F44B73C5A6B47CFFC8F5B9 /* RNSVGPatternManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPatternManager.h; sourceTree = ""; }; - B9D544893890D8CEC11A891D28EE7DCF /* RNSVGSolidColorBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSolidColorBrush.h; sourceTree = ""; }; - BA15A841F66FDC5EBFFD40C77811A315 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - BA2B8A3FAACA0981599D43AF9E7A8364 /* RNSVGGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroupManager.m; sourceTree = ""; }; - BA48F8135C04B09065E5F3FDCDA2538D /* FaceDetectorManagerMlkit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FaceDetectorManagerMlkit.h; path = ios/RN/FaceDetectorManagerMlkit.h; sourceTree = ""; }; - BA63922D411CE8EDF2A2FFC4D796C9EE /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - BA9362BAB73787C0E92832EB0CA11EE4 /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; - BB147E4BCD541D77C54589C9890DD08F /* SentryCrashStackCursor_Backtrace.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_Backtrace.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c; sourceTree = ""; }; - BB26AB9F93B5C762FCEB367E7FDAFEEA /* RNSVGMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMask.m; sourceTree = ""; }; - BB2C3473F447E79DE1316BBCA3961FFD /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - BB3288D79C6F1EE8189A2BBA6E588B81 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - BB4B6BF277B3FCF5DF439AA571DBBD34 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - BB5840AD38F2F4BBFB3577B815E423C5 /* RNSVGBezierElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBezierElement.h; sourceTree = ""; }; - BB68016B194B70339F4F85F5BD353246 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - BBC081187B04A673540639C67839192D /* RNImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNImageUtils.h; path = ios/RN/RNImageUtils.h; sourceTree = ""; }; - BC53F19CDE539570CAB86E3D2FF98ECB /* SentryCrashCachedData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCachedData.h; path = Sources/SentryCrash/Recording/SentryCrashCachedData.h; sourceTree = ""; }; - BC5B624A8720AFCEA2CAD853E7CADBC3 /* RNSVGClipPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPath.h; sourceTree = ""; }; - BC5BAEE722D255217AE01C5C3742B6DB /* RNFSManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFSManager.m; sourceTree = ""; }; - BC8D97245896F1FBB280644DEBC5E0EA /* RNSVGFontData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGFontData.m; sourceTree = ""; }; - BCC8BA5DAFCD00A6FF4C06B03844B6B0 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - BD2D92E942E30EA283CA639D0E6FF188 /* SentryCrashReportFilterBasic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFilterBasic.h; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h; sourceTree = ""; }; - BD46F1B628989C47911EEF85CB5161D2 /* SentryCrashMonitor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor.c; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c; sourceTree = ""; }; - BD48A5A452426AB67D07DCF9214EF4AC /* SentryCrashMachineContext_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMachineContext_Apple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h; sourceTree = ""; }; + B4339AFEE4B3076A03B36E392741C597 /* RNSVGDefs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefs.h; sourceTree = ""; }; + B454258BC2DF3241EFBB7124FA9379F0 /* EFUIntPixel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFUIntPixel.swift; path = Source/EFUIntPixel.swift; sourceTree = ""; }; + B4627970E6F58668AF4B2228EA64EEE9 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = ""; }; + B4788833B3CD576E6DBED5B64FEF2D88 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B489829D0E0E3FD3ADD24D74EC73215E /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRandomBytes.h; sourceTree = ""; }; + B497602546B744B9F91D1398DFD7A521 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + B545362F2A3B587885995DB52CF1E6E6 /* GradleUpgradeGuide.md */ = {isa = PBXFileReference; includeInIndex = 1; name = GradleUpgradeGuide.md; path = docs/GradleUpgradeGuide.md; sourceTree = ""; }; + B54A312CC9B5DADCDDBAA6CA443A1912 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + B56B5846CEDA3AB2255A11825218D2C5 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; + B56D4266E0B5A905FBCEC91D88540AA0 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + B57716FFCF39706C590D0D6D470B0DD0 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + B59D3299F90314F2078703AB03F41086 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + B5C462AE33EBF259E69B9E824BB911DA /* ToolTipMenu.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ToolTipMenu.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B623DDE27FB33F32F9A3F53C4EB6F278 /* SentryCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReport.c; path = Sources/SentryCrash/Recording/SentryCrashReport.c; sourceTree = ""; }; + B650EEC90DFCEC293D05145415B0187C /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; + B66B69511B2182885D31CCF1D55271C5 /* NSError+SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+SimpleConstructor.m"; path = "Sources/SentryCrash/Recording/Tools/NSError+SimpleConstructor.m"; sourceTree = ""; }; + B66DA51BE16685CA6E37ACDACE9B8572 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + B670BA755F2DB4F58B59540A69B1D010 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageBlurUtils.h; sourceTree = ""; }; + B6918C009BE140A7D8A4C223508BB845 /* AppCenterReactNativeCrashesUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppCenterReactNativeCrashesUtils.m; path = AppCenterReactNativeCrashes/AppCenterReactNativeCrashesUtils.m; sourceTree = ""; }; + B693C55652CF3D4A8F6C8D0F92B61AD4 /* RNSVGBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBrush.m; sourceTree = ""; }; + B6E3CD0E837C0B20C0B29E163C882E26 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLinkingManager.h; sourceTree = ""; }; + B6EC27CA282869E46E3737DCFD2FC7F3 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; + B72050DE079EC6379C050330AFB70325 /* BVLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradient.h; path = BVLinearGradient/BVLinearGradient.h; sourceTree = ""; }; + B739210A3790BA3DB1267A36C2EB5B2F /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + B772BF8B792E4AE124C1E2CE48E99827 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + B7BA6698C51E6AD6E509E38740C130C2 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + B7E8651048F74CEBBF752868F6BE14E4 /* appcenter-crashes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "appcenter-crashes-prefix.pch"; sourceTree = ""; }; + B8C9255F71F9C3447278B0D7763823C5 /* RNSVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLength.m; sourceTree = ""; }; + B91A27BFD88874883E5F774B461CB875 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; + B93415F2002007334F57DC333AFCA572 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + B96E15377C2BB1F63859863D5AB33EF9 /* EFQRCode+GIF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EFQRCode+GIF.swift"; path = "Source/EFQRCode+GIF.swift"; sourceTree = ""; }; + B9A041585C99AF7C4F147B6CC9E0EA16 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + B9A4D93264EEE621F0149EFABA1DFF87 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + B9DD024EC672A51E3A0678D4DE480167 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + BA01FC0B07EC57B1CFE7278AE3039279 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + BA225BDABAA1B5B99467EBEC84CE75A1 /* RNSVGBezierElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBezierElement.h; sourceTree = ""; }; + BA2BB49695868A648D81B5456C0437D6 /* RNSVGUseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUseManager.h; sourceTree = ""; }; + BA7398449A16FB540C4DFCFE5A25DDDE /* SentryCrashMachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMachineContext.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c; sourceTree = ""; }; + BA83E12C7ACE5630E182C32D377EF80B /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + BAD796C1EF2EBB91C0DC1EF4D54D9933 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + BB08E7A4AB643388961C62D8A9335621 /* SentryCrashMachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMachineContext.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h; sourceTree = ""; }; + BBB6EA74C9187BEDE44B82B7867F4FF3 /* swift_qrcodejs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = swift_qrcodejs.xcconfig; sourceTree = ""; }; + BBF0C68AF4F4C9DC13047B0E24410CFA /* RNSVGVBMOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVBMOS.h; sourceTree = ""; }; + BBF7DB2C678522565DAD9850E3DBAAA3 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + BC261698FA5964711C5955EF05A23EDE /* WatchBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = WatchBridge.m; sourceTree = ""; }; + BCA3EBC06D090C3B5E11CD7F274F1966 /* RNCUIWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebView.h; path = ios/RNCUIWebView.h; sourceTree = ""; }; + BCB4ADA98E9EDEEEFFF5004C2EFCCE73 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + BCBDB4CF1905113B1F496BB37BD2ABB9 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; BD829500C04EBF41F03896BEFD0530D2 /* Pods-BlueWalletWatch Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-BlueWalletWatch Extension.release.xcconfig"; sourceTree = ""; }; - BDC2C977E7B02896DEF4241A92BB40E0 /* SentryCrashFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashFileUtils.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h; sourceTree = ""; }; - BDCDBD211B26A53B1B5BACC0C2474756 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - BDFA7E961E03C5E8E4C9398A176850BD /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; - BE1F5EA1D3FA54C8C742334F48249BC4 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - BE33DCCD6B5866AE32E05646418F7446 /* 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; }; - BE54FD782B89A71F3FBD87885910960F /* SentryCrashJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashJSONCodec.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c; sourceTree = ""; }; - BE6B72EBFF03312B61F744B9E9488A92 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - BECF02CB214D4095DAA15C53554EDF5C /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - BF104CF5BB8A21D0A7EACE2617DF9C37 /* SentryBreadcrumbStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbStore.m; path = Sources/Sentry/SentryBreadcrumbStore.m; sourceTree = ""; }; - BF2DF12DD89645471DE40A42FEE8CF6F /* SentryCrashDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashDynamicLinker.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c; sourceTree = ""; }; - BF5BD4AC1CE92A8B90608060790A20B1 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - BF7565CF92FF103D25F3077CB5EF5DCC /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - BFAF01AE3ACCF7DE98E38DC71C19F608 /* QA.md */ = {isa = PBXFileReference; includeInIndex = 1; name = QA.md; path = docs/QA.md; sourceTree = ""; }; + BE15F1B7F97C6F904E5997B8D0BE801F /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + BE3D7C990F1E8925CA334D7A6A8FE4EE /* RNCWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKWebViewManager.h; path = ios/RNCWKWebViewManager.h; sourceTree = ""; }; + BE5B3910495B28E9D3D24E5B0234841D /* SentryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryError.h; path = Sources/Sentry/include/SentryError.h; sourceTree = ""; }; + BE7C39BF0948130DBC01505544F4EB3B /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + BEE6209E4F439DC4840B17E1F9740BF1 /* 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; }; + BEF5A057BCBBDEA233AEF73BA7D04A99 /* react-native-image-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-image-picker-dummy.m"; sourceTree = ""; }; + BF133094E1B1DCE349463DD7DCA43E39 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; + BF34A2D6485111D581F1A1A9A5B7A712 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + BF358F8A2B2D74757CD5C839ED770700 /* RNSVGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGNode.h; path = ios/RNSVGNode.h; sourceTree = ""; }; + BF4C8B3A0D9F153AAC3EECD2C6C360FE /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + BF6788BA6BEED5D313B9AB87ECC88610 /* AppCenterAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterAnalytics.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework"; sourceTree = ""; }; BFCB7B1BAEBC31B35EAA2124981DBA60 /* libreact-native-haptic-feedback.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-haptic-feedback.a"; path = "libreact-native-haptic-feedback.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BFF7DE38306F76B0D267C95D5E43F750 /* RNWatch.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNWatch.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C03E9F05DDFDA289816FA9A9623CE5D4 /* RNCWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKWebView.m; path = ios/RNCWKWebView.m; sourceTree = ""; }; - C0B49676C9BA577AF9170BEE06D0DD21 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - C10DCABAF190532B44C98F8B1CB61DF7 /* RNSVGUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUse.m; sourceTree = ""; }; - C13C121BE42D715C2B9125E2C7A89F48 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = ""; }; - C1681FBEF07933036FB49BA1C076424A /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + C0461DDB83A08DBDF6CACF63DC4D4B4C /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + C0656C48DF78A6B9D689A91466A99E94 /* RCTToolTipTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTToolTipTextManager.h; path = ToolTipMenu/RCTToolTipTextManager.h; sourceTree = ""; }; + C079DE66432A17A2DD84917F2E443DA5 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + C0D79ADBB6513D0C4723718CA1FA6E2F /* SentryCrashMemory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMemory.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c; sourceTree = ""; }; + C10519C27903C13D659110A156E084F3 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; + C110CFF3B06F385457EEB3A52651C7BD /* SentryContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryContext.m; path = Sources/Sentry/SentryContext.m; sourceTree = ""; }; + C1236FC5BAC487A17261453EB34E87BD /* React-fishhook.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-fishhook.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C1271D65F6CEE2171E3742C1247F414D /* SentryCrashExceptionApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplication.h; path = Sources/Sentry/include/SentryCrashExceptionApplication.h; sourceTree = ""; }; C16ED2299B98DF3371BE711844AD0FEC /* Pods-BlueWalletWatch-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BlueWalletWatch-dummy.m"; sourceTree = ""; }; + C1748B5FC0E58C97F2220C057C0AE73E /* SentryCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrash.h; path = Sources/SentryCrash/Recording/SentryCrash.h; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1C1B5C21875B514EA2E5A1798126358 /* SentryBreadcrumbTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbTracker.m; path = Sources/Sentry/SentryBreadcrumbTracker.m; sourceTree = ""; }; - C1C8709412D010219C3260A46FC5C737 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - C21C9D03C94BAC6BA36319868D6036C1 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - C22910456D322ED9FAF3B604F50FD0AC /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - C24C7AEDB40B66CCBDCCC3CAFFB71979 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - C257E68DBEDD88FB26FD91C080104635 /* react-native-haptic-feedback-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-haptic-feedback-prefix.pch"; sourceTree = ""; }; - C29E0D66D78F655991A2361A44AF00D8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C306BB77A24947F70D164F60E31C30E7 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - C310B381790DDBCB27C66F5ED0A20964 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - C33E23D9021FF0716E460D8426DE3269 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - C38CAA17C706D4F9FE496450A58E63A1 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - C3AA882C2381BE4123C1913FE32B3633 /* SentryCrashCPU_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_arm.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c; sourceTree = ""; }; - C3AB3FA945B3D8B17ABD6CE3A488D23B /* SentryClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Internal.h"; path = "Sources/Sentry/include/SentryClient+Internal.h"; sourceTree = ""; }; - C3BEC11449CC09C24F9A0613D46769CA /* SentryCrashCPU_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_x86_64.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c; sourceTree = ""; }; - C3EE93BFAC8C7FB0B6BECE58E0982BFA /* SentryCrashID.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashID.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashID.c; sourceTree = ""; }; - C4FAF4E31968ABB5630CC354C5E84DFB /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageStoreManager.h; sourceTree = ""; }; - C51EF672E576F27D54BF55CC2E62BFA9 /* RNSVGMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMask.h; sourceTree = ""; }; - C57191B6B506B1320CBC46EBD87E468F /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - C574CB07BD97CA7EBED537996E51D06E /* RNSVGCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircle.m; sourceTree = ""; }; - C5CBCC8EEABDCAEA26B8951B2FD4C892 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - C651AC60F1BDA41AE5502C12CDBC77C4 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - C65D00DE0E43E9A5F76B460BFA04C611 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - C67C8B6BBCC6F81589EF5B28833664EF /* RNSVGPropHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPropHelper.m; sourceTree = ""; }; - C68A526A11A852FECAE5097E36A64772 /* RNSVGLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLineManager.h; sourceTree = ""; }; - C69E056D4137FDC5D3D2109A729C6A37 /* SentryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryClient.h; path = Sources/Sentry/include/SentryClient.h; sourceTree = ""; }; - C6CCCC18E19306970E055257995F1524 /* SentryCrashStackCursor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c; sourceTree = ""; }; - C6FA21845AF6E5EB854B69A20BBBA256 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - C70199FD32F1D2DCB163E3EAC662D0D2 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - C761AE308C937770469A22C7A17413D2 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - C80D3E49F560770D8B5D16B7E0086190 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - C82D2CA978ADC4F6AF276E642E15CB7B /* CGColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGColor+.swift"; path = "Source/CGColor+.swift"; sourceTree = ""; }; - C875D24CE56001BB862896E71658DA1D /* SentryException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryException.m; path = Sources/Sentry/SentryException.m; sourceTree = ""; }; - C89F328F19A3F3FBCACBAD03492D2B98 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - C8A6B32903882C89DF59EA2BA8CF8452 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - C8B313B0260CE0DAB19DAB38D15502C6 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - C8D399229C7114BB20BD425E1C7DD199 /* RNSVGTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextManager.m; sourceTree = ""; }; - C945086AD1AE6D60B85B594B292DBE19 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; - C99551463E4FBEA2411791699BD8269F /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - C9B041402CDA8B8044DB7D9B40F235AD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CADDFA6B3BA987873222C9B6AF5BDCCA /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - CB0390764934B7A74FDD7D5AC3A1FC6E /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - CB1A06FB7661A60B33F9E273790D7679 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - CB39BFAEBFECC98255862FA878029C46 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - CB646426B6CCE0821F117B5312F50324 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - CBBBE55A1DFD68B69F2FAF2B3682B470 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - CBF10993A152443D446DEE03CC0C86C2 /* RNSVGRectManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRectManager.m; sourceTree = ""; }; - CC0F46895F53F56B3C739EA6A34FEA1A /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - CC2D8073F96F84800529326928165872 /* SentryDebugMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDebugMeta.m; path = Sources/Sentry/SentryDebugMeta.m; sourceTree = ""; }; - CC60136D615872DF1431A9D1FBECAD3B /* RNSVG.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNSVG.xcconfig; sourceTree = ""; }; + C1D3CF73CF3D7A916821062D63DA45C3 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + C1EC07D5D89C6C4F4F87347395D737F0 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + C2B5C30FAD7580BFF4E7772BCC423948 /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; + C2FC8CEE7515F5710635FE7FCE0DFEAA /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + C31BA2FC121B36479DF86686E2BD17B3 /* SentryQueueableRequestManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryQueueableRequestManager.m; path = Sources/Sentry/SentryQueueableRequestManager.m; sourceTree = ""; }; + C33577E0233D6ED7DDA1BF988FD4B8A9 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + C35CD55353D6EA9C6C2E80B296D4F441 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + C42F388FBA82C69491DDF981604C2333 /* SentryCrashCString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCString.h; path = Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h; sourceTree = ""; }; + C4DC94AAC3CDE3254F582CDB1104FEFC /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + C50F22C648235C2CB403892975B8BBC9 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + C573AA454EF685BC423237F544EB0E3E /* RNSVGGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroup.m; sourceTree = ""; }; + C5ABAE742633670BF2371FD9DC15ADFB /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + C5D3BCDE331F8A590C17107B4EF78D0E /* SentryCrashDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDebug.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h; sourceTree = ""; }; + C61DFBCC4F8CB6C5FA9BAF846552C3CD /* RCTToolTipText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTToolTipText.h; path = ToolTipMenu/RCTToolTipText.h; sourceTree = ""; }; + C64157E3094B3B0E6BD05E931F8BD90A /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + C79ACB6229D5EBFF6685182EE549911E /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + C7B34F127A7646C4108668F9AC3C6060 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + C7DE36397CBB16DFBED650A2FB012388 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRandomBytes.m; sourceTree = ""; }; + C7E202982340BBEC97BC0A4995F2A374 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + C7E8003E4D2B311834ED5F1E31DC2AA0 /* AppCenterReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppCenterReactNative.h; path = AppCenterReactNative/AppCenterReactNative.h; sourceTree = ""; }; + C80A94D9E4B31973777354B988269C0D /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + C81AE4C0FAE047594C2EF16A5F8AC04F /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + C834DBC6629C03B6C0276A9559690515 /* SentryCrashID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashID.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashID.h; sourceTree = ""; }; + C85976FDAD72026133256D38B73F164C /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + C8E26061CDFF24DFCBCC5B40CAADBCDC /* SentryFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFrame.h; path = Sources/Sentry/include/SentryFrame.h; sourceTree = ""; }; + C930F22BE097E57585A72B1EC50A9BF5 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + C9BDF3D6D08CB27FF29B41765730B2EE /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + C9C0571956FFF307083B3B18E9A35752 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextTransform.h; sourceTree = ""; }; + C9CB98F7BD9526D306B3005E4E325B27 /* RNCameraUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCameraUtils.h; path = ios/RN/RNCameraUtils.h; sourceTree = ""; }; + CA26AF66C2AFC2936C792E8CEE14D79E /* RNSVGCircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircle.h; sourceTree = ""; }; + CA270850352FDFA8E39D26E4967D312C /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + CA51BB1693C8A11624C8C53F42C07993 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + CAA87FE10EE483464CFF05EB7B382030 /* SentryCrashInstallation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryCrashInstallation+Private.h"; path = "Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h"; sourceTree = ""; }; + CACA90C92B9EF68AD12708E07930D416 /* QRCodeModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCodeModel.swift; path = Sources/QRCodeModel.swift; sourceTree = ""; }; + CB33C877138B8324A7486443061A9CC3 /* RNSVGGlyphContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGlyphContext.h; sourceTree = ""; }; + CB771FCE00591996B0413B6D76BEBE50 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + CB847740818CCB5F07065B710E0540C6 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; + CC183D9123184770FFAC9B1C573CF44D /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; CC9CF62342D0D8A46D8176D06AABE411 /* libreact-native-image-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-image-picker.a"; path = "libreact-native-image-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CCECDAF3C9AF033927AC937C73A4564B /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; - CD6775882D9E7A0ABD0835F70F7A669D /* SentryLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryLog.m; path = Sources/Sentry/SentryLog.m; sourceTree = ""; }; - CD6915260B2F8309C7C8AA46E017015D /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - CDAC461F3B60A77BFD5C89A190AEB6E5 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - CDAD89BA377131946C4DD815C645531A /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - CDFE35F39D7280C84D8AC4E8CD8C70C1 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - CE0BD9830B6C322A54FE7F02B1595DFA /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - CE1AAD5861313CA80B6F57CD20304C72 /* BVLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradient.h; path = BVLinearGradient/BVLinearGradient.h; sourceTree = ""; }; - CE42BDAC353CF1D6177FD3970A621D31 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - CE68EC22D5A55DC1E2421C8F080991AE /* SentryCrashInstallation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryCrashInstallation+Private.h"; path = "Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h"; sourceTree = ""; }; - CE9459421EDE437F4681D3FD4112CAE3 /* RNSVGCircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircle.h; sourceTree = ""; }; - CF0E438D1ED9ADDAABB5D9AB9EBD6681 /* RNSVGPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPath.m; sourceTree = ""; }; - CF1ED519860E63DAF43F587B6F326783 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + CCB9F644C15764C6A05A06C2A3274895 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + CCC0A683A5AA45328633D5BBD3C63D80 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + CCEBC220841818DD8A3CC60E0F903599 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; + CD19189CF0680D62D91668D423B62269 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + CD54BDA9BC02699AC7456A187C2D656C /* SentrySwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySwizzle.h; path = Sources/Sentry/include/SentrySwizzle.h; sourceTree = ""; }; + CD94BC9435338945BC536C3F94C8EA39 /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; + CDFB57CDD2BB96DA432A4C512694D5D4 /* RNCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCamera.m; path = ios/RN/RNCamera.m; sourceTree = ""; }; + CEAE481A6B636C41705E5C060C1AC242 /* SentryFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFrame.m; path = Sources/Sentry/SentryFrame.m; sourceTree = ""; }; + CEB6CFA96CDAD4C50E130973A71C030A /* RNRate.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRate.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CF2CDBB6703D3C345E5507FADA9CF80D /* RNSVG-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNSVG-dummy.m"; sourceTree = ""; }; CF3341E7DC1AA4A9DCF8E16EA1B406A4 /* Pods-RCTPrivacySnapshot-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RCTPrivacySnapshot-dummy.m"; sourceTree = ""; }; - CF58DBDC371B65ED37CA6C4203EE75D7 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D06CC770C410E180C31645A21CED179A /* RNSVGEllipseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipseManager.h; sourceTree = ""; }; - D08140EC733C94105F2216007B8C0EF5 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - D090EE35F308AFF4977431072EB18951 /* SentryCrashCString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCString.h; path = Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h; sourceTree = ""; }; - D0EF27C17567ED521EF687A958E148EF /* NSMutableDictionary+ImageMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+ImageMetadata.m"; path = "ios/RCT/NSMutableDictionary+ImageMetadata.m"; sourceTree = ""; }; + CFBBD20364530A0B3BE66643053C6FBD /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + CFCD9C871FF51E466A86095E2A972207 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + CFE28A5AE6779C5CE88BEFE0B0FDB2D3 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + D04ED81D9A0628CFBD4F6A0E336124CB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D054681A2C338F67C192103F953520FF /* RNSVGFontData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGFontData.m; sourceTree = ""; }; + D07F1930426C92CA5F8E8379F6F577E3 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + D083DC87A631A66CFAD93573FD7D1770 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + D0A717D60D72DB47C77F5A41C76C7173 /* SentryReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SentryReactNative-prefix.pch"; sourceTree = ""; }; + D0CC3E6993BB4F1B9789FFFBE1A7909D /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + D0FFC61C5A35807CFB93E66BAC600990 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + D13CE20097FAC5E32D6D89AE6473482B /* RNSVGEllipse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipse.m; sourceTree = ""; }; D178B349B8F596B2B8663EA0B2FA2B4E /* Pods-RCTQRCodeLocalImage-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RCTQRCodeLocalImage-acknowledgements.markdown"; sourceTree = ""; }; - D1B7019D4952E6E93462ECD0B63EAF37 /* RNFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFileSystem.m; path = ios/RN/RNFileSystem.m; sourceTree = ""; }; - D1C56FD9D2E73A78A258B8B16DDB18CE /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - D1F7B3FB2C808BFB2282D7E2DC87187D /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - D291E88A96159AB01FDD3C511178E683 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileRequestHandler.h; sourceTree = ""; }; - D2B4134C7715C057C99DD2C90D323985 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - D33AEA8E4C63CF9664477FAAD72AF054 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - D42D39110D0E6658B6A51FB5C8A72818 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - D478336FC96E4D0F64EB64E3F8F69082 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - D4A863F73E0AF6A050435DFE848CE7DA /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + D19C3578DA23BD0F6336712730DAE410 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + D1D97AF251046AC06FF440A3C2AA4094 /* RNSVGFontData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGFontData.h; sourceTree = ""; }; + D1FD8CE75C9FABDECD879E3B20AEAD9B /* RNFaceDetectorModuleMLKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFaceDetectorModuleMLKit.h; path = ios/RN/RNFaceDetectorModuleMLKit.h; sourceTree = ""; }; + D29AF166D94CD0EBC7425480D2287C54 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + D2D95B6830AC6CEB4C8C7C7827061179 /* SentryCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashC.h; path = Sources/SentryCrash/Recording/SentryCrashC.h; sourceTree = ""; }; + D2DB54CE9651CB1B37EF58AC3903B9A4 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + D2E0C12787215C718BCE410AE9B4C7AB /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + D3183F308FA1C627953893DFF728D64C /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + D34AC58783120FA3749CDE23D9F0BD81 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + D3742A022FE4C9FECFC9D308DFA34266 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + D3E0AD704C0D7CB2087E2A493FAE6D69 /* EFQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFQRCode-prefix.pch"; sourceTree = ""; }; + D3E0CABA30315CF0CF0AB3126C3CD4E1 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + D41E2CD99BA99142A17D140814A0A545 /* SentryCrashSymbolicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSymbolicator.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h; sourceTree = ""; }; + D42D15085CA392F424377329C0455160 /* SentryCrashCPU_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU_x86_32.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c; sourceTree = ""; }; + D443DC7520B4D16C720C12A1510B98B4 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + D46880EE26CC543F7156DD61C60D681E /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; D4B268B3F000EE8AE50A90DD7FC78E62 /* libToolTipMenu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libToolTipMenu.a; path = libToolTipMenu.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D4F7A5DD8B66BE238C4185D6CD611882 /* SentryCrashMach.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMach.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMach.c; sourceTree = ""; }; - D53B0A0380A4304E2A253AE6DD47D379 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - D55EB5F5AD3A8C5EFE9F41A96A8B19FB /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; - D59694B7DD8DA2A94B451647EF884CFF /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - D5AD609D65DA81A71F7EC54D321AF834 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - D5B379EBE1E882A655C25B51852F2F6C /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - D5D8BCEFA154EF64A6B144A638C613D6 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - D5FB7407875161B6A5525A028FDF8A57 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - D601A3CB26B2E2BBD1A1925CDFB8834A /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - D6044F4A7F233A387243ADAEB4BE526A /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - D61D07C5014BE65E0351CF354A16A8AD /* EFQRCode.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFQRCode.xcconfig; sourceTree = ""; }; - D6B32717AF7F820923294292D856BA60 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - D6D341DB5D5021CAB5B65F30742054AA /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - D7134AE544B1DB263DF087324874D886 /* RNCameraUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCameraUtils.m; path = ios/RN/RNCameraUtils.m; sourceTree = ""; }; - D71DC1C2900710468B14A7B880E8CE7A /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketExecutor.m; sourceTree = ""; }; - D7608A2D9A883FDA5A87B9052053D7D8 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - D7A64E8409865CDCAC09ED8A4EEAEBF6 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - D7B153AE94D30C03DB8DAAB484C3CBB0 /* RNSVGLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLine.h; sourceTree = ""; }; - D7C8729D0765115535008086FABA734A /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; - D809EA3480D5D3B54788023231ABF22C /* QRErrorCorrectLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRErrorCorrectLevel.swift; path = Sources/QRErrorCorrectLevel.swift; sourceTree = ""; }; - D83B0E85EB42ED0B39EC0C704C1980E8 /* RNSVGNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGNode.m; path = ios/RNSVGNode.m; sourceTree = ""; }; - D84C0F11BF676FFDBCCE0770B9A25E56 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - D85970AA0528BA0F869CFF594AF64FD0 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - D8B7EF27758950E6BD836554B9A44038 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - D925FD8298CEDC7376637E8A9BED4F43 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - D9412971C8D9B64FF95F671DD6C09012 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D96450051911797E07E5C14B6DF3CB5B /* RCTToolTipTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTToolTipTextManager.h; path = ToolTipMenu/RCTToolTipTextManager.h; sourceTree = ""; }; - D96F73FDFEBD1A0C4EBD08193508FC49 /* RNRate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRate.m; sourceTree = ""; }; - D97AD29A4F083E7F40B5C35FDA00E73F /* SentryCrashReportFilterBasic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportFilterBasic.m; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m; sourceTree = ""; }; - D9B0F7E33718A1EBA2CC81C6A7429B45 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - D9D1A0CCCC53B54ED7F31076935A246F /* SentryReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SentryReactNative.xcconfig; sourceTree = ""; }; - D9DDC4A08A8944505FA45CE6FF8C894C /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + D4B371368694F685CC79A613E1A601E2 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + D4B9E2B75D77D7D84E6C07C31C87B55E /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + D504987D4816B7C500632879EC9E2518 /* RCTConvert+RNSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNSVG.m"; sourceTree = ""; }; + D5076511ACF03382FCD516EEEC9B7961 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + D55B5B91BE259FCC08E5FFB34A7AFE79 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + D56D21F90EF5A4D3C39B80101D655B89 /* SentrySerializable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySerializable.h; path = Sources/Sentry/include/SentrySerializable.h; sourceTree = ""; }; + D5A71FACA1545AFE4B802E8005AC319E /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + D5AE8233DD575E5E6217F5A42FF3E8D0 /* RNWatch-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNWatch-dummy.m"; sourceTree = ""; }; + D5B61EA4D4656D6F10C31432C8F8B1AF /* RCTCameraManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraManager.h; path = ios/RCT/RCTCameraManager.h; sourceTree = ""; }; + D5E547E11C5CDCFB37F741873C864170 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + D60F0CCCC02B662786B2450A5783392B /* BVLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradient.m; path = BVLinearGradient/BVLinearGradient.m; sourceTree = ""; }; + D61C19EA6867737EE58E43ECC1202C69 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + D631694F54CA73C82BF307155F03534F /* SentryCrashCachedData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCachedData.h; path = Sources/SentryCrash/Recording/SentryCrashCachedData.h; sourceTree = ""; }; + D67B2F7FB88DDEA8C07BDD8A773DEB81 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + D6B346F17087C9936CC40A8428DA2C8C /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + D71B9872B0CBA4E272F41A45C32177B1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D7567E5665D8B239C77FA595D98CDCBD /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; + D78C9F312974F6144F1496C1B4C3385E /* SentryCrashMachineContext_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMachineContext_Apple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h; sourceTree = ""; }; + D7A96162205EA5986019374D2A31A212 /* RNSVGViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGViewBox.h; sourceTree = ""; }; + D7B16BAADAEDE8BB71569E4C516F6D8F /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + D7B2AF336C00D39860A35F62A285B20B /* RNSVGPainterBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainterBrush.h; sourceTree = ""; }; + D7D7E0293A8D0A36A558833150CE7331 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + D80D15FCC2BB51A7D9B994314C16C1B1 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + D82381AF8CFAA3278E93094561D0BAD8 /* SentryCrashLogger.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashLogger.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c; sourceTree = ""; }; + D83B791F3218FF1EACB6FD7F6FE81E04 /* 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; }; + D872BC4ECCE6F1FEDB8A89027A75D22A /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + D87396AE40266E8CBF61876F2FCB7728 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + D89D28ACF0FC88D1BE2D74587B9E0B38 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + D8C70FB593F7BA59A4CA9681F1B1ED8C /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + D93429767EBFF80BC5EB95A223F6C705 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + D97DF4097A4365DAE56C7D83BDF7A66A /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA5111C13E09AB0E7D0A6706D49E5676 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageCache.h; sourceTree = ""; }; - DA5341116286CB7E4D871CCD023A443E /* SentryReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SentryReactNative-dummy.m"; sourceTree = ""; }; - DAFE5BA5E23D8EC5D4A24E52E3CA5B21 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + DA099AFF624DB7A105FF376F9338848B /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + DA33CF7650085AC0F9370E03D17A2F38 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + DA741ECF22EEC81C314D2E2A0C7032FE /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; + DAA6E5F4A00FCA42B7200C6680F7F914 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + DAB051CC8BBEB0F4D4227C06CB3C48F1 /* RNSVGSvgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgView.h; sourceTree = ""; }; + DACE0E215665626047DBE5A751313E38 /* SentryCrashMemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMemory.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h; sourceTree = ""; }; + DAF13D91BF4D016AC4B52C309C139F8E /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebSocketModule.m; sourceTree = ""; }; DB2C62DD442DDE0C53A2668F223EB229 /* Pods-RCTPrivacySnapshot-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RCTPrivacySnapshot-acknowledgements.markdown"; sourceTree = ""; }; - DB3D3975CFA8474687A3C1BEED6729FD /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; - DB400ED63A2424CAE8373115F1529A16 /* SentryCrashMemory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMemory.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c; sourceTree = ""; }; - DB5C7003B280262E95C439DA26823615 /* RNWatch-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNWatch-prefix.pch"; sourceTree = ""; }; - DB9A0C795CD7A11F46AFA14411E3200D /* RNSVGLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradient.m; sourceTree = ""; }; - DC9EB1FE3434526AE4B4FF22E51444FC /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - DD364D5D713E3C738BA79C4B236A7FB6 /* SentryCrashCPU_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCPU_Apple.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h; sourceTree = ""; }; - DD3F18CAB02C47A358355A55A049773D /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Text.h"; sourceTree = ""; }; - DD554C1199A074FB5F529F9164F17827 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - DD8709E6F75EA916683BE261E503CC45 /* 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; }; - DDA952799FD5E31C2BC6E919B72D8165 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - DE1E734DBF7914B27773D0ACDA6E7031 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; - DE2188291CDE4FFEE6097EDE2A698D19 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationUtils.h; sourceTree = ""; }; - DEA14DABAA380390494722CD586C2774 /* RNSVGBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBrush.m; sourceTree = ""; }; - DEA7CC5E3F12C6E57E0978C3F64F0A0F /* RNSVGSymbolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbolManager.h; sourceTree = ""; }; - DEC69CE61F310AB58956B7132C504A94 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - DEF2E2A5FFB70D6175E676D1EB4E35C2 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; - DF05B2403D3C305C28B4F5E74FF2A029 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - DF0A7A62A989066ED37E117AF0A0BE14 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - DF1D55C308886CFD14E4737594BF92D2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - DF5202B29E8A86D5CD7F246461AF8C28 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - DF91B23C17C00F84203A1BC50802E3F4 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - DF9C98A91604FD68E21AAC2631D855F0 /* SentryCrashMonitor_System.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashMonitor_System.m; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m; sourceTree = ""; }; - DFA0040B312BB4623AF907568127B441 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - DFA33E3C40289DEFE17D53D2A0B62357 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - E073CA84B145CB728C7F1F75898A30C6 /* RNSVGSymbolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbolManager.m; sourceTree = ""; }; - E11294548BE35F2EB597D4C8378B4997 /* RNCameraUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCameraUtils.h; path = ios/RN/RNCameraUtils.h; sourceTree = ""; }; - E13307A47A879D53D927E7AA8BDFB15C /* SentryContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryContext.m; path = Sources/Sentry/SentryContext.m; sourceTree = ""; }; - E15C4EC4F9C0E1C9C111822998A58260 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - E1908A1E9564A92733D5C63E62960B33 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - E1E42CFD6D0753DD8F93FD3D998CA474 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - E1F3D79853FD7B1B182F3DFA128BD5EE /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - E259D6ED57AD846CAA454A738966FDCD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E2704E4E2195A13D75FB4B1559961283 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - E277A0E98909318C353E1F4BBDE00974 /* RNSVGPainter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainter.h; sourceTree = ""; }; - E283BC395D8FB90FC48D9B50C1D723CB /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - E2A01EA2B4AA0693D43A2A080BD41DF2 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - E2ACB62ED8D9F976603AF2C917F2E922 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - E2CD91685DBAC88059259E00F2577052 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - E2FB89E937042904E694A7702DD8E94C /* RNSVGContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGContainer.h; path = ios/RNSVGContainer.h; sourceTree = ""; }; - E32989825CE7FC43466C9967ECE8CBF8 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - E330BC844281A51121C955166E391126 /* react-navigation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "react-navigation.md"; path = "docs/react-navigation.md"; sourceTree = ""; }; - E336CB424CCC2C15650BD55CBCF85763 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - E3651DC23859A47F514B24FB165AA32F /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; - E3CADC17C6DF39AAED76B455827B31B2 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - E3D19E54EEFCF1122F10A995E025215F /* BVLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BVLinearGradientManager.h; path = BVLinearGradient/BVLinearGradientManager.h; sourceTree = ""; }; - E3E484AABE0DC3BCCF5AC1F0BA0478DA /* RNSVGGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroup.m; sourceTree = ""; }; + DB7E4971BAC31411C726453DF306666F /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + DBDC167205D6A829548393C3F0F8E931 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + DC14D2C2125F3E0ECEF7E4FA471D152A /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + DC7634CC9DAF4D32C8AB40EB70786DF6 /* NSImage+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSImage+.swift"; path = "Source/NSImage+.swift"; sourceTree = ""; }; + DC885841EA788346BA3BB1CD08F9CA97 /* SentryCrashReportStore.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashReportStore.c; path = Sources/SentryCrash/Recording/SentryCrashReportStore.c; sourceTree = ""; }; + DD3155FB3FF55B5A725339F356EB194B /* SentryEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryEvent.m; path = Sources/Sentry/SentryEvent.m; sourceTree = ""; }; + DD43E19A54BF2551BA1A2A62D36BC221 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + DDEF7130964662CD68B739CCF9EE4872 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + DE23C250E6C6AD62C7AB08CECA90F4E9 /* SentryCrashReportFilterBasic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashReportFilterBasic.m; path = Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m; sourceTree = ""; }; + DE84CCEE1478A86349751578E8B33A05 /* RNSVGPatternManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPatternManager.h; sourceTree = ""; }; + DECFE6DC8D1FF7B33054CED23EF6859E /* appcenter-crashes.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "appcenter-crashes.xcconfig"; sourceTree = ""; }; + DF1D1F52DC86AEE66D09E52DAFDADF73 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + DFDD2FB12C1FF51AFBD384EF8864661D /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + E017C87A868E9A82CEB1548C3CF93606 /* ToolTipMenu.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ToolTipMenu.xcconfig; sourceTree = ""; }; + E09B58C592245EF8A0DF1FFA9A2C3429 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + E0CB30B911284052A90B1246275EA5EC /* BCHUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BCHUtil.swift; path = Sources/BCHUtil.swift; sourceTree = ""; }; + E0ED6148103AD5237E87C25C7A7FCAE6 /* RNSVGRadialGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradientManager.h; sourceTree = ""; }; + E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E1218195BB5C1E295B77E1F9160468C0 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + E12E9827CA3BEE81F5EEA0462FDB1009 /* RNSVGSymbolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbolManager.h; sourceTree = ""; }; + E172C51CFFAE212CA7983E44E1FB4F60 /* Container+DeepSearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Container+DeepSearch.m"; path = "Sources/SentryCrash/Reporting/Filters/Tools/Container+DeepSearch.m"; sourceTree = ""; }; + E1EC175F173A8939B8AB079C802046BB /* RNSVGGlyphContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGlyphContext.m; sourceTree = ""; }; + E1FFCFB1C2975197F621D93CBF4E5CBF /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + E204B4ADFE426646DCFD860BBE41B2EF /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + E224E7576C7B69B83DAC44A3EF44DB20 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + E22909A2FB378651EC580C4DE9D4310E /* SentryDebugMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDebugMeta.m; path = Sources/Sentry/SentryDebugMeta.m; sourceTree = ""; }; + E26319E386A9A63F660F93AC6F0A5EDB /* SentryBreadcrumbTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbTracker.h; path = Sources/Sentry/include/SentryBreadcrumbTracker.h; sourceTree = ""; }; + E275935BEC086CD43E604FBA3CA9CA6F /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + E298BE0E95EC0CCFF3BD58B5335A1D1E /* SentryLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryLog.m; path = Sources/Sentry/SentryLog.m; sourceTree = ""; }; + E29C07C8BF5E739FA66BE20B9C9F8B61 /* migrationV2.md */ = {isa = PBXFileReference; includeInIndex = 1; name = migrationV2.md; path = docs/migrationV2.md; sourceTree = ""; }; + E2A1D6DF8C9DAEE1EB57E1204F4D1ADD /* RNSVG.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNSVG.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E320CE5F75C0A5357E5B944EC37A3DFD /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; E3FA89CC71EC8B55A4CC97A79229B3B8 /* Pods-BlueWalletTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-BlueWalletTests-acknowledgements.plist"; sourceTree = ""; }; + E410D8C6F9D0F806798CAAA711DD8FE0 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + E42976366849F9BC73B52A235AE6AB97 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; E445C4AD2944E87A646512D076A040D0 /* Pods-RCTQRCodeLocalImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RCTQRCodeLocalImage.release.xcconfig"; sourceTree = ""; }; - E460E4D2C0EE7DC0C0CDD71501489067 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - E46587B1354F88F58054D6BCA45AC999 /* RCTSensorOrientationChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSensorOrientationChecker.h; path = ios/RCT/RCTSensorOrientationChecker.h; sourceTree = ""; }; - E4A993AE62023B93002CBA72AEC60511 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - E506066CD3B897134CE2AFAD1851C576 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - E5621BF09B59F159554CE97EEEE3860B /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - E56D00C0BF3729779C928DE9E042D877 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - E59C34F2AF8361A8F905499BE35694FA /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - E5C9588A211CA72C0C20EF216A318300 /* react-native-randombytes.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-randombytes.xcconfig"; sourceTree = ""; }; - E5CA6C32B2B148E9B7271066AD9E265F /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReconnectingWebSocket.m; sourceTree = ""; }; - E5F344C836E717CF8F8FB3588A91C7E5 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - E5FD97B5E44F43FCF1407AA759E82DEE /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - E644773935E7222030F7C8B7096DE724 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - E688E445CF7E0C9936C8DE367111D1F9 /* RNSVGEllipseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipseManager.m; sourceTree = ""; }; + E44AC44045AF7B8EBEF086E992DFA9F0 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + E473017818D8F2BFBD0C330892BC5A9E /* 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; }; + E4987F9238FD42B8358886B7904F8A2B /* SentryNSURLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryNSURLRequest.m; path = Sources/Sentry/SentryNSURLRequest.m; sourceTree = ""; }; + E533A55098118B0B8A5EBE0C006318E8 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGIFImageDecoder.h; sourceTree = ""; }; + E58528881F7B78ADB1A6386BE8B5E29C /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + E59FE4358BA1016DA6AC148213E5E84F /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + E5A89A59ECB947A26FE8AB0B9579E75E /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + E5C9E4F688D1811AA65E4D4CC2BC0924 /* SentryCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashDoctor.h; path = Sources/SentryCrash/Recording/SentryCrashDoctor.h; sourceTree = ""; }; + E5E000284BC70791E689FAD6625B8F4A /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + E5FD6F2DCBF29B4746E3F74EC3E145E5 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + E60B6A318DDA22CEFAD3B3E0C6131B0C /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + E617281B107781C0A373B4B7A19074EE /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + E63E56C48AAFD10299A4BCD40B45B8B7 /* RNSVGMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMask.m; sourceTree = ""; }; + E667AB9A7C03517EFA5E37E7E8BB1B88 /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + E67E9BFF7D3042FF83ACDE7CC6542D71 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + E689C403878B0F38D6E48A8F50B53CE3 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6B68F294FABE3E1BB5FB267AE7F1406 /* RNSentryEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentryEventEmitter.h; path = ios/RNSentryEventEmitter.h; sourceTree = ""; }; - E6DB57FEBAF1E9D9D184CA0EDCAB4846 /* SentryReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SentryReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E7218802AC15B4F37DCC320A60056065 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - E75B59CB98C9759A4B45E71CFCD108D8 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - E79A15345285B4023E9D2228E44CF913 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - E7FD790C3B43E1B344FA42A90F9DB1D0 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - E850431C74277083BEAFC473FFB4B466 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - E851B3AEC8696F09225EFFB30BAAD38A /* SentryStacktrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryStacktrace.m; path = Sources/Sentry/SentryStacktrace.m; sourceTree = ""; }; - E8AD3DE32FA7FDCFF3C7DCEB7146295C /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - E8BE380ED7D80F318BB58A06A53AFDAB /* RNSVGFontData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGFontData.h; sourceTree = ""; }; - E9019D3673D09141BDCFD47674791926 /* RNSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentry.m; path = ios/RNSentry.m; sourceTree = ""; }; - E908122880E3BBD03B74B0F2AC97CFE3 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - E910F56A99575D27FA6EDE7F20EEA379 /* RNSVGLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLineManager.m; sourceTree = ""; }; + E6DAFE8C0B592A908B9DEA50EB070032 /* SentryFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFileManager.h; path = Sources/Sentry/include/SentryFileManager.h; sourceTree = ""; }; + E769BD639D14947FA3582765FFACC888 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + E7FDCB75A0B7C1F8AC5B832FDE828F16 /* SentryDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDefines.h; path = Sources/Sentry/include/SentryDefines.h; sourceTree = ""; }; + E8007AEDBEDEA7E12EABE121036E63F7 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E825A880605AD7201FE162C6A8D7004D /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + E8CEE0A8ABDBD9002B291696DB27CB2F /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReconnectingWebSocket.h; sourceTree = ""; }; + E8CF20845890CA8D1FA28758D1FCF06A /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + E8E478112FCE0B4D0B5DE10C9138B510 /* SentryCrashSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashSystemCapabilities.h; path = Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h; sourceTree = ""; }; + E8F604A1A16ABCFAF2B6F51CC6F9D1B8 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; + E8F9444E5C2AE1A0F19E24EF5A16554F /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; E91D8765D7D96D65799E1A21FD4642E3 /* Pods-RCTQRCodeLocalImage-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RCTQRCodeLocalImage-resources.sh"; sourceTree = ""; }; - E9A2695EE50A12F6F2A38461C2F71E51 /* SentryCrashMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMach.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashMach.h; sourceTree = ""; }; - E9AE25B013A1FC128426BBDEE35317F3 /* RNSVGDefs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefs.m; sourceTree = ""; }; - E9B82D4BC5078FAE7DBD85B74155B26B /* RNSVGRadialGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradientManager.h; sourceTree = ""; }; - E9C96267711B71ABA6EA33954C6EA871 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; - E9E7DAEA06E709AB2DB8DE25E97030DB /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - E9FAA4E401627D98013956F91E6E8B03 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - EA36217225BAADD2B8D68D8E603C1B36 /* migrationV2.md */ = {isa = PBXFileReference; includeInIndex = 1; name = migrationV2.md; path = docs/migrationV2.md; sourceTree = ""; }; - EA37A2B69E396D2C8BF163AA575467C1 /* SentryUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryUser.h; path = Sources/Sentry/include/SentryUser.h; sourceTree = ""; }; - EA382915C27B900E0BD67CF14C131271 /* QRMaskPattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRMaskPattern.swift; path = Sources/QRMaskPattern.swift; sourceTree = ""; }; - EA54DEC911F576327348F32668A5FC17 /* Contributing.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Contributing.md; path = docs/Contributing.md; sourceTree = ""; }; - EAB6320841AE4470825415EEC6D5963E /* QRCode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRCode.swift; path = Sources/QRCode.swift; sourceTree = ""; }; - EAD6D620253F62E70535AD6A7D1AA340 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - EAE4A88ABE6FE42508A75ABAD66D8785 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageShadowView.h; sourceTree = ""; }; - EAF1D24964F5478471638C20AEE7C134 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - EB0932CB3EE002DB993EB8413A8741D3 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - EB1F9580E7432683B3E8D2F0ABF82D4B /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - EB4EC9A6033B84150409E4EE5FE5B345 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - EB7E2AB06515722880CF5D2C110D1E51 /* SentrySwizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentrySwizzle.m; path = Sources/Sentry/SentrySwizzle.m; sourceTree = ""; }; - EB9C0ED548F4DAFF6F77EDCCA4F088C8 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - EBB4E1812C61351A76ABAA0EE0DA770C /* SentryBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumb.m; path = Sources/Sentry/SentryBreadcrumb.m; sourceTree = ""; }; - EC20A66D94ED800419CDF3814E9C8300 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - EC25987BB370177974743066D5321138 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - EC5857311D4AFA8A74C54C09F3A72BF4 /* EFQRCodeGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFQRCodeGenerator.swift; path = Source/EFQRCodeGenerator.swift; sourceTree = ""; }; - EC9CEFC1496093895E8B9493F65D8EFB /* RNFaceDetectorModuleMLKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFaceDetectorModuleMLKit.h; path = ios/RN/RNFaceDetectorModuleMLKit.h; sourceTree = ""; }; - ECB75B3CC6BB50A23F9598C52D71DBC1 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - ECFF2181ADFF86BDDBAD5B526F9595F9 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - ED18E7AC1F2B9567DDC103EAC58221C7 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = ""; }; - ED3374D62635311E93656C8D97E811DE /* RNCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCamera.m; path = ios/RN/RNCamera.m; sourceTree = ""; }; - ED500566664AC0DF6DF513AFE39B04BC /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - ED6B3F6AFBA21A0DC4B2119F067051A2 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - ED88ECD813C74FA63D8C04AA53CAB402 /* SentryCrashMonitor_CPPException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashMonitor_CPPException.cpp; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp; sourceTree = ""; }; - EDCF0DED90B751CB59F9652DDAE184CC /* RNRate.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRate.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EDF296C90C14EA5392964F2C7816156E /* react-native-haptic-feedback.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-haptic-feedback.xcconfig"; sourceTree = ""; }; - EDF68EB00E55525BF217F73730C5CCA8 /* RCTCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCamera.m; path = ios/RCT/RCTCamera.m; sourceTree = ""; }; - EE1B558966CBCDB8B1B17639A3AC2358 /* SentryCrashJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashJSONCodecObjC.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h; sourceTree = ""; }; - EE33E67D6C1141800F2996CF49A009E2 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - EE72BE833479929A6E2B5EFE13891D71 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - EEBE916F2ED77A255C222BF823542667 /* SentrySerializable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySerializable.h; path = Sources/Sentry/include/SentrySerializable.h; sourceTree = ""; }; + E9D036E5820301662D8376C9A0FD0828 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + EA6CCE29C15D1E9A985E904F5D8EF946 /* SentryCrashReportFixer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashReportFixer.h; path = Sources/SentryCrash/Recording/SentryCrashReportFixer.h; sourceTree = ""; }; + EAB4C4E287350556C18907C1783055C0 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + EAED1355CCBFF73283202645F83E354D /* RNSVGImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImage.h; sourceTree = ""; }; + EAF3C0787729BC4DFEE6C89C422C00EE /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + EAFB5B1B77CFCD2F869BC632E1ADA132 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + EB19049D053BAA3E9BE90A613B0B0322 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + EB1D787C8BCFCC407E1F77C8EC01EB91 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + EB26937193F1452202A12B28D8124F73 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + EBA29B34BAF11D8AF318A3AA11D10CE7 /* SentryMechanism.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryMechanism.m; path = Sources/Sentry/SentryMechanism.m; sourceTree = ""; }; + ED95E2074539077489697234A3962276 /* NSDictionary+Sanitize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Sanitize.m"; path = "Sources/Sentry/NSDictionary+Sanitize.m"; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EEE05B4A0335E02ACB775A8243672112 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - EF4B32B62579DDB0F1988933E5B6226F /* SentryCrashStackCursor_SelfThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashStackCursor_SelfThread.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c; sourceTree = ""; }; - EF5A11184EB08A1CF08597E94568E413 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - EF6BF7F5C3F6DBD586EA16C3CBDC34C9 /* RNSVGPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPattern.m; sourceTree = ""; }; - EF7E380E5C16744BF4029E1D7CAF281E /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - EF8F2B0D7F126C90921370CCDEF19EDA /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - EFF05044EF7A6ECF62235F10C8971B56 /* SentryCrashMonitor_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_Deadlock.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Deadlock.h; sourceTree = ""; }; - F009BCF9E981BBDB98BCA5B69516ED4E /* RNSVGMaskManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMaskManager.h; sourceTree = ""; }; - F053CC3141CBC6F25CC3EA081A8A6FB6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F0973664DC172A26372B869BDCA2217F /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - F09CD3B03506404239FB5E18D78DDA71 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F0F36BA7C0FC2175F4654DB23C2FA788 /* NSError+SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+SimpleConstructor.m"; path = "Sources/SentryCrash/Recording/Tools/NSError+SimpleConstructor.m"; sourceTree = ""; }; - F1025AE1C148BD29C4B5076E6292EC7B /* SentryCrashCString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashCString.m; path = Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m; sourceTree = ""; }; - F1152FE6028173426568D63C913C5C7C /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - F1359FF60D227F4683640A89F83DC2CC /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - F1A0A41639179B8E089BFA09A05F36F1 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - F1EE41DC73708E9AB558BB85EC28197C /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - F20633CC10462B58754A61587A23712F /* SentryAsynchronousOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryAsynchronousOperation.m; path = Sources/Sentry/SentryAsynchronousOperation.m; sourceTree = ""; }; + EF9795876234E6EB68B7E0886477A43D /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + EFDB243504724D9BBD67E1DB0DEE288A /* RNSVGLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLineManager.m; sourceTree = ""; }; + EFE0AC81E71DBA0D64D195DA35A0457C /* RNSVGGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroup.h; sourceTree = ""; }; + EFE5ED1D41A5510A4F90ADE24EB5AC1A /* 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 = ""; }; + F02839BA0627E67FEC0C0BE24CF7292C /* RNImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNImageUtils.h; path = ios/RN/RNImageUtils.h; sourceTree = ""; }; + F031EC8880F3374D70077EF05C1890A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F041369EAFF5E79038244858B7888865 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + F05910C03CB7B60F44AEC14475D4900D /* swift_qrcodejs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = swift_qrcodejs.modulemap; sourceTree = ""; }; + F094C8B06FF06AAFCEB71487B2794199 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFileReaderModule.h; sourceTree = ""; }; + F0B627A691B4B7D2515C59F4659F6570 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + F0E8A28F9F1DF776885D4B66B71688CF /* RNCameraUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCameraUtils.m; path = ios/RN/RNCameraUtils.m; sourceTree = ""; }; + F10C5E0CE45B760C960ECE787D91C193 /* SentryCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashC.c; path = Sources/SentryCrash/Recording/SentryCrashC.c; sourceTree = ""; }; + F13534A586E53D0B7D8C39EFCBEC3809 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + F13639DB137F0B21D8495B7C5EAED66C /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + F1365E9DDE49C5443F64C3B76DD5943C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F17EA362A17EAF86EC6FC64F31D0AC1C /* 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; }; + F19E23C3ABF26C74FB9655CA3C7FCEFC /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + F1AF357B4CE196A89265645B5A3A3540 /* SentryException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Sources/Sentry/include/SentryException.h; sourceTree = ""; }; + F1C58E0368AA0CE23EC6B7321C643E0D /* AppCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenter.framework; path = "AppCenter-SDK-Apple/iOS/AppCenter.framework"; sourceTree = ""; }; F20CB705062073D612BA5CBBB3A86A2E /* libReact-fishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-fishhook.a"; path = "libReact-fishhook.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F21A7710B6EE7E526F7361F46089485F /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + F218D1FC032E5A2CF65507669E05FF73 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; F26830D5809B4A447697028D34A7D95F /* Pods-BlueWallet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-BlueWallet-dummy.m"; sourceTree = ""; }; - F27FB752D4BED1A3F20998FBB486216E /* react-native-camera.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-camera.xcconfig"; sourceTree = ""; }; - F2837FB9ED32D6F2F358146F92E18101 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F2896B2B261E29D39E6EBB272A1EE82B /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + F2BF3D92C6923F98AB26FA58006AB817 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F2F704FBC1CD79EC2520415755B54309 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F31277635E5811971FDDC0B1087E2727 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - F35F92A6DAFF6916C73CD3EB78E7F699 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - F377C8F624A3335894A8B5727EFE7E54 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - F38F443F28F4660080E2FBF5B3A4C200 /* RNSVGTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextManager.h; sourceTree = ""; }; - F3EA4ADF9091647113E024E08D0C338C /* React-fishhook.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-fishhook.xcconfig"; sourceTree = ""; }; - F4326F4D7E3CD026386613BB33B46ADF /* SentryCrashThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashThread.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashThread.h; sourceTree = ""; }; - F4352D19A5F51864F6903BCD81E20679 /* BarcodeDetectorManagerMlkit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BarcodeDetectorManagerMlkit.h; path = ios/RN/BarcodeDetectorManagerMlkit.h; sourceTree = ""; }; - F452F4964CE5D410190068A827AEB0E5 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - F4805846A1F7AEC64922817ED3B19327 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - F48E45AD57F1D53AD620C60124A4E020 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - F4973923CDADE0512A90C2509B507885 /* SentryCrashThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashThread.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashThread.c; sourceTree = ""; }; - F49AB4E973028DA16289FF2E03DED536 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - F4EEE3B8EBB82921D1C5B3C617AE40D2 /* SentryCrashSymbolicator.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashSymbolicator.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c; sourceTree = ""; }; - F5299B2A5A087BEADE690BB2B1DE0622 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - F52B908A8BCE77845AEC0A015422DB74 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; - F5555B406D494FA768DD457DB5B4C8CF /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - F55BC93B124B5BCD9E670892E46FE693 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - F57246374EA7BF901F3D3FCBF5CB45CF /* SentryCrashCPU.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashCPU.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c; sourceTree = ""; }; - F5A4583F003F024CE0AEFD85B2ECDD0F /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - F5C48EEBEFA267482EDAC9C415EE7D33 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - F5DFB9BC22CFF071D263B9275685F2B5 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - F5EF05193FF1162A88FF354D427A8FE9 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - F6DCA707132D8D48E11B8ADAA24F52AA /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + F35F6EBA7B7A039510BCBABE3116EC31 /* RNSVGGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroupManager.h; sourceTree = ""; }; + F3B75CFAFC8BD3FD64ED3907E2BBB703 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + F3F52541FE1B563E49C62862ABE93D92 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + F493D2E704FC154F45654D4B7823D3AA /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + F4A0D5A02777BCB77271884A166C4EF2 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + F4A698A41A1473DA1C280A2BDB7FD2AB /* SentryCrashMonitor_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashMonitor_CPPException.h; path = Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h; sourceTree = ""; }; + F4B702658C5126B49CD7DA1946E44BE0 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + F4E7B1C43851377AAC0576C1281F2AD2 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + F5805C7664D58265D0D9BE7E939CD91C /* RNCUIWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCUIWebViewManager.h; path = ios/RNCUIWebViewManager.h; sourceTree = ""; }; + F5916DAD36D4B5D142DDA2CD9158D6B0 /* SentryCrashString.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashString.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashString.c; sourceTree = ""; }; + F62C4ED5A1725129D748CC0C9DB209FE /* RNFS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFS-prefix.pch"; sourceTree = ""; }; + F672218A29E08D3A9B8C7C6DA0EEBCB8 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + F6927574B3939DB8018CFF7F47219F72 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + F6931E0653ECDB7583F75996A5BBD0CB /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + F6BE0B59B77E43766ED031F8AC845AE6 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + F6E1AE8F2219BBFB4B9F84B6F8415367 /* SentryCrashCPU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashCPU.h; path = Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h; sourceTree = ""; }; + F705F8A09AE3ABEA5041E1B769B7665A /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + F712E733620012737409C9475FE0DF48 /* QRRSBlock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QRRSBlock.swift; path = Sources/QRRSBlock.swift; sourceTree = ""; }; F7167F978EC111B312737A6A072E1951 /* libReact-DevSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-DevSupport.a"; path = "libReact-DevSupport.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F7656E80084A8044EF244DE6E0651219 /* SentryInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryInstallation.m; path = Sources/Sentry/SentryInstallation.m; sourceTree = ""; }; - F7971B77E01881344F5B9B6410F3A085 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - F7D123E49E9EF852E848E1B1401C7B16 /* react-native-image-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-image-picker-dummy.m"; sourceTree = ""; }; - F80976A851B296BF7A10D4A37AF5E08E /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - F832B0FA268AB95F736B015FC26D6CAA /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - F86D1875ECBF5B718EBCD55C929263B5 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - F9057F92D0E792BEFAB280B63A5E2AEF /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - F9E18E364246064AE167813A261ABA88 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - FA08935F438DEFFC6C8899533561DEEC /* SentryCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashInstallation.m; path = Sources/SentryCrash/Installations/SentryCrashInstallation.m; sourceTree = ""; }; - FA6DC70905167F3EFC9CBEC3C9F13F28 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - FAB01664E1F85BDC7F47A01DF2AA4E74 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - FABF56C2566335C36998269BDC0902B4 /* UIColor+.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+.swift"; path = "Source/UIColor+.swift"; sourceTree = ""; }; - FAC8B19078663CD17A62C1649E1418B1 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - FAC9132232D15FC14E8E24B876474C4D /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - FACD3523511E8C323E9BACEABAE1B489 /* RNSVG.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNSVG.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FADAEC25C831A82498F0522FE7ED583F /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + F766F0901FB036AA25E497B6FB6D6B89 /* BVLinearGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BVLinearGradientLayer.m; path = BVLinearGradient/BVLinearGradientLayer.m; sourceTree = ""; }; + F7BDC7B492BF9A73947C688DA03C61BD /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + F7F13E3B1AD32B2CFF166EF8A880C3D3 /* RNSVGSvgViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgViewManager.m; sourceTree = ""; }; + F856DCD6C0C0D4E3C871DED08145A8A5 /* Sentry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sentry.xcconfig; sourceTree = ""; }; + F8863C69C5EDD41E0466E0F5299236BA /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + F88D9855E572543A630D44ABA5C94590 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F8CE69D65A0AEB5CDD95762B708E8373 /* RNRate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRate-prefix.pch"; sourceTree = ""; }; + F8D81FFCF2B6FF185CCF18EBC8EEB6FF /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + F8DCF6F7998658D73EC66248BB4AB1DF /* RNCameraManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCameraManager.m; path = ios/RN/RNCameraManager.m; sourceTree = ""; }; + F91783AD28315517EB590685D3A72C4E /* libappcenter-analytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libappcenter-analytics.a"; path = "libappcenter-analytics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F93F1CB2F4154A712B6B844EB4CE9B8C /* AppCenterReactNativeShared.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterReactNativeShared.framework; path = AppCenterReactNativeShared/AppCenterReactNativeShared.framework; sourceTree = ""; }; + F945808F7F2D27065691A5FFC28B568B /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + F987DE1E33785085101A93A4F2C907A1 /* appcenter-analytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "appcenter-analytics.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FA1427AE1576286F5BCBA0924D45BF7D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FA5326A9404F848065AB62046D3B98AF /* NSDictionary+Sanitize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Sanitize.h"; path = "Sources/Sentry/include/NSDictionary+Sanitize.h"; sourceTree = ""; }; + FA6DD6EA11F7A551F40859BA3A3DDEA8 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + FA95AD9D0B45DC1C8CD11AC1E0689551 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + FAB0CB62384524D011932FCAA2256F85 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + FAB724F4FB9424F7EB55BB2524EF7FA6 /* RNFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFileSystem.m; path = ios/RN/RNFileSystem.m; sourceTree = ""; }; FAE8882FEDCAE1D97EBE03AB0CDFBC01 /* Pods-TcpSockets-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TcpSockets-dummy.m"; sourceTree = ""; }; - FB01632BC1DAB249DD21B09CC0648501 /* RNSVGPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPath.h; sourceTree = ""; }; - FB3EAB787CD12603058121B6AF10BDE8 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - FC276AFCF66940AB0214FC8DD07F9492 /* 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; }; - FCFD18564B84B1B89149A09AFE97A68D /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - FD0FD7CDC201DB057530F00E3639C888 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - FD2BAA415428E273462FABC8E23A38F2 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - FD73C63A03FDE8DE5C78F453A40E7FA3 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - FDCF43D1F12835576D0C3F0B0D3C0608 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - FE1663566F72B94BF700E812F15ED219 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + FAEC2132881A657C81740A566BDB01B1 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + FAF13E3E4B4ABDE16DC2F14BCA82C8B6 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + FB115A7F8AC2A9085080672CB35DC920 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + FB6577588C763D23C7A8C4868EE567B1 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + FBA9002991BE206F6AC9C9CEDAE7FBF7 /* SentryAsynchronousOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryAsynchronousOperation.h; path = Sources/Sentry/include/SentryAsynchronousOperation.h; sourceTree = ""; }; + FBDB0F33840B2991036E73FA358A97E1 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + FBEEC22F71999EA5EA7B84BECD6CFCBE /* 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; }; + FC51F716AEA5EEE9393FBC343ABE9FE9 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + FC684B163A6FD42DFFC73340927C01EE /* RNSensorOrientationChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSensorOrientationChecker.m; path = ios/RN/RNSensorOrientationChecker.m; sourceTree = ""; }; + FC9CA8E20ACE28300D1D54B0BC7E9840 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + FCD0C88F2A3C19E17CB592DBBC3BF1CC /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + FCF35061C4C98D7789B7828DD5D42443 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + FCF3F727CEC6425AD68B857316DFC3FC /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + FCFE9F2FD86BAC8FB90720CF078EA97E /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + FD64A057049772242D28DB59E563BFEA /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + FD763768A449ECDB58DF314373E21F10 /* react-native-haptic-feedback.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-haptic-feedback.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FE526408DABD376700A4A300A5B54FD1 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + FE6BE4C29FE3FFAE2C8FC4FBCCD8D789 /* RNSVGRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRenderableManager.h; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE92D18C55EBC559188B767C7A1779F6 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - FEA30B21C939A0A7CF5635C34576F1D2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FEE59D7E291DF938174326608F2698F1 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - FF0925DCC0D7EAA3208F2C789289AE5C /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + FE9FE87B7FFA151727B87C560866E46C /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + FEB104B719C98708515D5A307E3FBC96 /* SentryCrashJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = SentryCrashJSONCodec.c; path = Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c; sourceTree = ""; }; + FECB275ECF2F6DD9A023858CDE525941 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + FF6DEF1BD4A11D323F627A0271BF8BB7 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + FF7321812F7EB01A41D02F4A864FA19F /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + FF757672C91B26AFC21D36DB72E2CDF4 /* RNWatch.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNWatch.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FF8FBF328BEC51882A4CDB702306ADD0 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + FF952CAB7816F99525294440F478B80B /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + FFC9281539BA09B346B479050435F15B /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + FFD28FE8E69CD27D291123D3713FEA84 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -4088,21 +4405,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 25C707C5D5DB73FE88A1A11E3ADD7A1F /* Frameworks */ = { + 2654868DBFF77DEF67F65E9004BE8BF2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2654868DBFF77DEF67F65E9004BE8BF2 /* Frameworks */ = { + 2C401104C01530EEF2A30EAFFECBE0B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2C401104C01530EEF2A30EAFFECBE0B0 /* Frameworks */ = { + 2C7B01CA2ED3B101B8694F7CC71C8DA4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4123,6 +4440,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 40EB2272BA5655FAA47E5E60B4FB60EB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 416DBA6AF3CC01C8FC43E4479CFF1869 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4179,6 +4503,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6D193E834CBCE5D30149B5C7398DED0E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6F89A52E103974B2AA498105826642F7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4214,84 +4545,98 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8E446BA2A076FCC688BCCB7E294C028E /* Frameworks */ = { + 8840EA5E7A3FF2352205AFF76D2C9C9D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 96A1AF2B5F8E35AC6FCA7743E283A55F /* Frameworks */ = { + 8A4B46FEF9A9CE6EB5EB64A8234BEEFF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 970ECF45F5CB97458318CABB2F753C91 /* Frameworks */ = { + 8E446BA2A076FCC688BCCB7E294C028E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9761712A685E902D412A435BB7EB304D /* Frameworks */ = { + 96A1AF2B5F8E35AC6FCA7743E283A55F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 99A7ADBE01A42C7D2C029F451A43A2ED /* Frameworks */ = { + 9761712A685E902D412A435BB7EB304D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A9EC7883C84FD76451CB14E1A8A1ECE4 /* Frameworks */ = { + 99A7ADBE01A42C7D2C029F451A43A2ED /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B0175C133D2CCFCD14277F45F736F154 /* Frameworks */ = { + A7CF34B27F6C27922FC1FDA20CB6FA07 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BD73C4F331FDD16B750C031DE506F852 /* Frameworks */ = { + A9EC7883C84FD76451CB14E1A8A1ECE4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C2B832D53F606C9E20999C9395160502 /* Frameworks */ = { + B0175C133D2CCFCD14277F45F736F154 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C8845D860164F3B53A217743E8DE5955 /* Frameworks */ = { + B6CDD9A2EE686C1A75E5F2DA21029D92 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C949EA64172FE4736861471F79370907 /* Frameworks */ = { + C1B27FBD07CB28715BBA965FE5D6CC99 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D226C1A655C178FEA2293D479E97A8E7 /* Frameworks */ = { + C2B832D53F606C9E20999C9395160502 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C8845D860164F3B53A217743E8DE5955 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C949EA64172FE4736861471F79370907 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4357,32 +4702,95 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 001F173E3E201419250963DE5B0F4B4C /* DevSupport */ = { + 00729D788CD52B4DE2490185CCE11034 /* Support Files */ = { isa = PBXGroup; children = ( - EAD6D620253F62E70535AD6A7D1AA340 /* RCTDevLoadingView.h */, - 2E089109F6D70A9615C69D536DAC7A4F /* RCTDevLoadingView.m */, - B1F4CB905D8E7C1250AEFF70BE15DAD4 /* RCTDevMenu.h */, - 9FA0A114BB43A3C1F10787F92087BB9C /* RCTDevMenu.m */, - B5B02FEB71D8B61A39C93E56CD369151 /* RCTInspectorDevServerHelper.h */, - 52951521779A62A80FDFB42757B39300 /* RCTInspectorDevServerHelper.mm */, - DDA952799FD5E31C2BC6E919B72D8165 /* RCTPackagerClient.h */, - 0EEA0E566D457D2BDA9C3DB57238EEDC /* RCTPackagerClient.m */, - 975A2F93D3A4AB145B21FD0BE36D0C4B /* RCTPackagerConnection.h */, - 72E935129A9E9C085A221FEEC6E36E48 /* RCTPackagerConnection.mm */, + 11CD2095724DB5723B9C7747F7EFA91C /* Folly.xcconfig */, + ABC4C780FF1C79A6C0D74EB00DB36621 /* Folly-dummy.m */, + E8F604A1A16ABCFAF2B6F51CC6F9D1B8 /* Folly-prefix.pch */, ); - name = DevSupport; - path = DevSupport; + name = "Support Files"; + path = "../Target Support Files/Folly"; + sourceTree = ""; + }; + 00E71ABDCC0C7927A48E675476C2589E /* Support Files */ = { + isa = PBXGroup; + children = ( + 26A290A317540E883D0672F26A992EB4 /* React-RCTAnimation.xcconfig */, + 0FC23BA3052B0E84C5307413BB2BB5C5 /* React-RCTAnimation-dummy.m */, + E67E9BFF7D3042FF83ACDE7CC6542D71 /* React-RCTAnimation-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + sourceTree = ""; + }; + 0167BF041B784AF405005C79FFE59977 /* React-jsiexecutor */ = { + isa = PBXGroup; + children = ( + FCFE9F2FD86BAC8FB90720CF078EA97E /* JSIExecutor.cpp */, + C80A94D9E4B31973777354B988269C0D /* JSIExecutor.h */, + 1515888593C59C5B16CA700E5CE016E4 /* JSINativeModules.cpp */, + D93429767EBFF80BC5EB95A223F6C705 /* JSINativeModules.h */, + 5581272633900CEB75D9224C0837557D /* Pod */, + AC6A48C7759B640CD7CC1677B4F55B3E /* Support Files */, + ); + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - 02F5FFED33421776965BA92402EA1D1B /* Pod */ = { + 01A97352FAC6F778CD08C39FFCB3B78B /* Pod */ = { isa = PBXGroup; children = ( - 7C4E81BDD9E7A6433BC09E88B9F32C8A /* React-RCTVibration.podspec */, + BEE6209E4F439DC4840B17E1F9740BF1 /* React-cxxreact.podspec */, ); name = Pod; sourceTree = ""; }; + 0220DA88EED9F9B119763E6BB549E852 /* Nodes */ = { + isa = PBXGroup; + children = ( + 4C02470826EFC509C64591B4590A38F2 /* RCTAdditionAnimatedNode.h */, + ACFCC0291429334B422FE91C543DFAD5 /* RCTAdditionAnimatedNode.m */, + 9C7D033AF4B664AFC98496AA6C8AB40B /* RCTAnimatedNode.h */, + 0C71B0D41A689288F70AA36D98B1BF2C /* RCTAnimatedNode.m */, + B7BA6698C51E6AD6E509E38740C130C2 /* RCTDiffClampAnimatedNode.h */, + 9E54013158AAE8CCB142F6F2CFE2697F /* RCTDiffClampAnimatedNode.m */, + D0FFC61C5A35807CFB93E66BAC600990 /* RCTDivisionAnimatedNode.h */, + 57B488C20E52692B1C5EB692E26FDCC9 /* RCTDivisionAnimatedNode.m */, + AB4BCC5F99E0F497565E227744635E16 /* RCTInterpolationAnimatedNode.h */, + 97DC0D6C4DC2CD0C03FFB86580A71929 /* RCTInterpolationAnimatedNode.m */, + 2AE6DF1FC568DF2263C8ADD669601B07 /* RCTModuloAnimatedNode.h */, + 6F45E1B3AB19B3AEEADB1218BBBCB880 /* RCTModuloAnimatedNode.m */, + 3EC25C41066DB9BE9141707FA639928C /* RCTMultiplicationAnimatedNode.h */, + 6217AFB071C6444AF586BB562DB9FF82 /* RCTMultiplicationAnimatedNode.m */, + 6AD801C43DFFDEEDCCAFF9E215F1C369 /* RCTPropsAnimatedNode.h */, + E8CF20845890CA8D1FA28758D1FCF06A /* RCTPropsAnimatedNode.m */, + F218D1FC032E5A2CF65507669E05FF73 /* RCTStyleAnimatedNode.h */, + 65C516A8E6E085F2ADCB05E4196E5A5C /* RCTStyleAnimatedNode.m */, + 8440789BDB78AF907126C37B5442BCDD /* RCTSubtractionAnimatedNode.h */, + D443DC7520B4D16C720C12A1510B98B4 /* RCTSubtractionAnimatedNode.m */, + C64157E3094B3B0E6BD05E931F8BD90A /* RCTTrackingAnimatedNode.h */, + 6B3D07B9EB2440474FB8DB2C64372C4C /* RCTTrackingAnimatedNode.m */, + 705DB8E32D1880B77A4DBF72E2513F6B /* RCTTransformAnimatedNode.h */, + 36A4418352E8B92CEBBBBAE9412DA106 /* RCTTransformAnimatedNode.m */, + 39BEE00769F795E7F7D1C9CFD8548770 /* RCTValueAnimatedNode.h */, + 9B0C24DED32B0EF531969CFC0485C927 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + 027EED87E11C22CF02E2FD8D34BE4C83 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCC0A683A5AA45328633D5BBD3C63D80 /* React-RCTLinking.xcconfig */, + 735500A8AD9DC34B205DE9903FB7C68E /* React-RCTLinking-dummy.m */, + DF1D1F52DC86AEE66D09E52DAFDADF73 /* React-RCTLinking-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + sourceTree = ""; + }; 039BBA43252C8C62E6E400838B9DA682 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -4397,363 +4805,606 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0640E2473E9527A8A6E912D8CC0D8493 /* Pod */ = { + 03B87BDDDDC03BF964EC54934DD8FE3D /* Pod */ = { isa = PBXGroup; children = ( - C33E23D9021FF0716E460D8426DE3269 /* LICENSE.md */, - 313D2D99523C7F34A13CA3719C8C2ABC /* react-native-slider.podspec */, - F2F704FBC1CD79EC2520415755B54309 /* README.md */, + F1365E9DDE49C5443F64C3B76DD5943C /* LICENSE */, + 1B7FCBC029955D9322AA45574191FFBA /* README.md */, + B5C462AE33EBF259E69B9E824BB911DA /* ToolTipMenu.podspec */, ); name = Pod; sourceTree = ""; }; - 06B9B0318331ECA6030562C608DC110E /* React-RCTWebSocket */ = { + 0649CCBDC53459E14FD5DC8989984E91 /* Pod */ = { isa = PBXGroup; children = ( - 1DC52D626130CBD702F62E7848EBC050 /* RCTReconnectingWebSocket.h */, - E5CA6C32B2B148E9B7271066AD9E265F /* RCTReconnectingWebSocket.m */, - 79B49B74F22598C2A0CBB6D3337643B2 /* RCTSRWebSocket.h */, - B463851E6C8966A9B43F2042158E5EDD /* RCTSRWebSocket.m */, - 936CAC9CB85D0EF6DF7D81700809CD0B /* RCTWebSocketExecutor.h */, - D71DC1C2900710468B14A7B880E8CE7A /* RCTWebSocketExecutor.m */, - 7081446DCADECBA7FA2656C8DB5210EA /* RCTWebSocketModule.h */, - AA3C32160711AA8DACF157CE6E62C098 /* RCTWebSocketModule.m */, - B57788FAC1DCE89C57F882D0F73F90BC /* Pod */, - BA77D1BE1DDF7BE7E8FA5152A4BFAB3F /* Support Files */, + B39A25586F51DFF2B1D65EA95F74FAA0 /* React-RCTBlob.podspec */, ); - name = "React-RCTWebSocket"; - path = "../../node_modules/react-native/Libraries/WebSocket"; + name = Pod; sourceTree = ""; }; - 0723B09CFDF7B359CBDFF0CC11FCA617 /* Support Files */ = { + 08DA9171F84318973162811FB96A2824 /* Pod */ = { isa = PBXGroup; children = ( - 8AAB95F0CD1A8553FBE8B3219C7FD030 /* DoubleConversion.xcconfig */, - FD0FD7CDC201DB057530F00E3639C888 /* DoubleConversion-dummy.m */, - BF5BD4AC1CE92A8B90608060790A20B1 /* DoubleConversion-prefix.pch */, + 8E3CE0410E413B432644164BC990361A /* LICENSE */, + 74AA165F11EAE505372874087745E8FA /* react-native-randombytes.podspec */, + D71B9872B0CBA4E272F41A45C32177B1 /* README.md */, ); - name = "Support Files"; - path = "../Target Support Files/DoubleConversion"; + name = Pod; sourceTree = ""; }; - 0882B47D34BD2C6E04963AA38DFC82F4 /* Shapes */ = { + 08DCAFC1614E4AF910D416B9925FCEA7 /* Frameworks */ = { isa = PBXGroup; children = ( - CE9459421EDE437F4681D3FD4112CAE3 /* RNSVGCircle.h */, - C574CB07BD97CA7EBED537996E51D06E /* RNSVGCircle.m */, - B6C25EE43EE7808997CAE5E76AE93431 /* RNSVGEllipse.h */, - 8DA0D897827C91CDCE4C8F19C222BAAE /* RNSVGEllipse.m */, - D7B153AE94D30C03DB8DAAB484C3CBB0 /* RNSVGLine.h */, - 5B879BC4E2144F0B54C1E4C11A3AF3D5 /* RNSVGLine.m */, - B464761AA17689EE26F5F2630B0B44A3 /* RNSVGRect.h */, - 7A0BCC15063C8B11E6291CA27B99BED7 /* RNSVGRect.m */, + F93F1CB2F4154A712B6B844EB4CE9B8C /* AppCenterReactNativeShared.framework */, ); - name = Shapes; - path = ios/Shapes; + name = Frameworks; sourceTree = ""; }; - 09E030945DA2B7E92943F3EB041A9B29 /* Support Files */ = { + 0AA2BBB6C08333AD32292E56642B62FD /* Support Files */ = { isa = PBXGroup; children = ( - 604BC2C6E6B43508A5985163F7426361 /* React-RCTImage.xcconfig */, - 0303E6F486CA0FA1D03BB20D43ECD813 /* React-RCTImage-dummy.m */, - 6CBAECFC13D557E6FA801960270CE77E /* React-RCTImage-prefix.pch */, + EB19049D053BAA3E9BE90A613B0B0322 /* React.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; - 0A389A286C2C0BDBF73D001498DA1041 /* Pod */ = { + 0AEB856AC31864AD3B90EC7A93CFECDB /* Pod */ = { isa = PBXGroup; children = ( - DD8709E6F75EA916683BE261E503CC45 /* React-RCTImage.podspec */, + 2EA6AB45C236D2E5442179D36F5F8F70 /* Install.md */, + 2E82323AE8FAADC36C006D3684049608 /* LICENSE.md */, + 864683AC9AA13136396FA926BEDAD894 /* react-native-image-picker.podspec */, + F2BF3D92C6923F98AB26FA58006AB817 /* README.md */, + 0CAC3839AC242D05CB72B04EFDEC715C /* Reference.md */, ); name = Pod; sourceTree = ""; }; - 0D88FBCC0866D93C7A9B13DEFB4D2491 /* RNSVG */ = { + 0AFD672B683BAF5EC464B09ECADF4C95 /* Singleline */ = { isa = PBXGroup; children = ( - E2FB89E937042904E694A7702DD8E94C /* RNSVGContainer.h */, - 9BD8E13C060625C2BCCA3362ACD80EB0 /* RNSVGNode.h */, - D83B0E85EB42ED0B39EC0C704C1980E8 /* RNSVGNode.m */, - 02A87AA1C01CDBFD35007C270F3E6DA3 /* RNSVGPattern.h */, - 128F1D55798C455AB62A3F624390D1DA /* RNSVGRenderable.h */, - 67929D68964E9E3499CB1EB1D6597F7F /* RNSVGRenderable.m */, - 7F18CF6872BC7C274C6414E3FB25120F /* Brushes */, - 3C40A76E711383562765ACB587181D4A /* Elements */, - 57EF5C4A331E9BEEAE6563F04170AF1E /* Pod */, - 0882B47D34BD2C6E04963AA38DFC82F4 /* Shapes */, - A3EAD763C4B74EED556186985F186015 /* Support Files */, - 13098D8A1024C6D5DCF6C8EBFF826E05 /* Text */, - 9D32A93906624BB52117953DB8A0BD9A /* Utils */, - 50F2905723A07A69643915E66DBBFB2B /* ViewManagers */, + 0C08FF06DC85845B11CE09E0EA641A65 /* RCTSinglelineTextInputView.h */, + 25799AEB06E5191F5FEC4C52D42CA81B /* RCTSinglelineTextInputView.m */, + B3088BB5B39AD709C4BC57C7304B3436 /* RCTSinglelineTextInputViewManager.h */, + B9A4D93264EEE621F0149EFABA1DFF87 /* RCTSinglelineTextInputViewManager.m */, + 31A743E2322506BD703F30A8EAEED8DF /* RCTUITextField.h */, + B54A312CC9B5DADCDDBAA6CA443A1912 /* RCTUITextField.m */, ); - name = RNSVG; - path = "../../node_modules/react-native-svg"; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 0E698294835B20CE01475D8B35035A0E /* ToolTipMenu */ = { + 0BC47DCFBEC190EA2EA9553E501C4035 /* Sentry */ = { isa = PBXGroup; children = ( - 68FB2E4776A2F2159A80F0902E68CAC7 /* RCTToolTipText.h */, - 3E471CF4A5F125B9DF10498731B4FD7F /* RCTToolTipText.m */, - D96450051911797E07E5C14B6DF3CB5B /* RCTToolTipTextManager.h */, - 1C0593CA3383BB1A8CD9BC9962E3264B /* RCTToolTipTextManager.m */, - 29F203E3677EAFFABF25A24633891A04 /* ToolTipMenu.h */, - 495DC430A39FF3DAF93608EF6C46F1F4 /* ToolTipMenu.m */, - 118D5CED39ACC1C162DC4382314A3AE0 /* Pod */, - 268AA83FC41C72460361865B1B2593BD /* Support Files */, + 1FBFC04398BB6BCCA945D9E7B31CEF73 /* Core */, + 8130F7BAABBEC8C73F5E8AA6C21A94C6 /* Support Files */, ); - name = ToolTipMenu; - path = "../../node_modules/react-native-tooltip"; + name = Sentry; + path = Sentry; sourceTree = ""; }; - 0E79B8D791D420C8E3861F6EEBB03457 /* Pod */ = { + 0E07AB2E22BDC94496C7BD56CA3A49FE /* React-RCTVibration */ = { isa = PBXGroup; children = ( - AE1E30E4323A007F79C3636E4D944CEC /* React-Core.podspec */, + 4328F6542E7460301A0CDC7F53254766 /* RCTVibration.h */, + 37FD8B5534301056EF1BE3D26BCA858A /* RCTVibration.m */, + CEC9AE7EDAE9D52A5A77B7C12947B063 /* Pod */, + 358F95ED4F2A528F60FEABA523603A4C /* Support Files */, ); - name = Pod; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - 118D5CED39ACC1C162DC4382314A3AE0 /* Pod */ = { + 0E39FB131C681D4807EC7940902B6D0F /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - E259D6ED57AD846CAA454A738966FDCD /* LICENSE */, - C29E0D66D78F655991A2361A44AF00D8 /* README.md */, - 06160B31AC4C876341C5A7EAA2286F33 /* ToolTipMenu.podspec */, + 10CFB832159039144C4B479A7123503F /* RCTActionSheetManager.h */, + E320CE5F75C0A5357E5B944EC37A3DFD /* RCTActionSheetManager.m */, + 9CA837EE352EA2F7423DD43D345CF055 /* Pod */, + A4AE490B49D13B6F4E87F4F8DDDF1054 /* Support Files */, ); - name = Pod; + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - 13098D8A1024C6D5DCF6C8EBFF826E05 /* Text */ = { + 0F1AEE1C7206E04174C2BFC478B9C66B /* Profiler */ = { isa = PBXGroup; children = ( - E8BE380ED7D80F318BB58A06A53AFDAB /* RNSVGFontData.h */, - BC8D97245896F1FBB280644DEBC5E0EA /* RNSVGFontData.m */, - 2AB743151973A59648D964C29F96E7B6 /* RNSVGGlyphContext.h */, - 84A2C00EC1068C4DED22353EDD33645F /* RNSVGGlyphContext.m */, - 7768D58D6B4EA70983408EDE1D55181F /* RNSVGPropHelper.h */, - C67C8B6BBCC6F81589EF5B28833664EF /* RNSVGPropHelper.m */, - B9670E93D07700B13B4250FE9E8DB08D /* RNSVGText.h */, - 68FFDDB3B5FB19ABC81F257674666767 /* RNSVGText.m */, - 1754C6A70BDB817C7FC25572DAD94A72 /* RNSVGTextPath.h */, - B6CCD2DE588D0E0C58860C3B945BE4E9 /* RNSVGTextPath.m */, - A5ADD9F7766D0B8FA42A83D97160ED49 /* RNSVGTextProperties.h */, - 2C70D72B08B26E01F23F7C397AFE25FE /* RNSVGTextProperties.m */, - 5DA8E3A284F64FE596213151B3A498D3 /* RNSVGTSpan.h */, - 7028A16CA61C678F29AE9ED1276C0420 /* RNSVGTSpan.m */, + 847186107168C2EC23D2F3FC0537CC1E /* RCTFPSGraph.h */, + 916DFF2B8A5689FC82DF89EA7424FF9A /* RCTFPSGraph.m */, + F4B702658C5126B49CD7DA1946E44BE0 /* RCTMacros.h */, + 779AB1183373A71658AFFC99B8113519 /* RCTPerfMonitor.m */, + 89A6B7DACA7C8520646B7D9D52FDAA5F /* RCTProfile.h */, + 69E85198AD4C708C0D3A99F1793827E6 /* RCTProfile.m */, + E58528881F7B78ADB1A6386BE8B5E29C /* RCTProfileTrampoline-arm.S */, + 43D2579E708C857795C57FCE319A0BD1 /* RCTProfileTrampoline-arm64.S */, + 53D6EAFCCDE468AD6430DC46E9394CC6 /* RCTProfileTrampoline-i386.S */, + A8135F8D65B849B0A21EDE340B57F86A /* RCTProfileTrampoline-x86_64.S */, ); - name = Text; - path = ios/Text; + name = Profiler; + path = Profiler; sourceTree = ""; }; - 170C34263957CE814AAC1B6F7D435A4E /* React-Core */ = { + 0F7E0B5F251F145D63C9FAAC9988CC54 /* Support Files */ = { isa = PBXGroup; children = ( - 440F9FCA242BC1EB5FA3FBC3C65EE305 /* Base */, - 69ACD6CE29EFF4FAA78DB4F0EACF8AD8 /* CxxBridge */, - B1336E564627812953528D6A4E1D1086 /* CxxModule */, - 721D2CD2E606630A4C4448FFCDFA6548 /* CxxUtils */, - 32125FAB39AFB0FA59A1CCCCD45AE2E0 /* Modules */, - 0E79B8D791D420C8E3861F6EEBB03457 /* Pod */, - 617D9F9BCD198DBE4EBDAD2C8CAD3BA0 /* Profiler */, - D0A6D8CA681C8C2EDCE02B2881BD8DE4 /* Support Files */, - A09F48B66493B68E9C522D2A1003A701 /* UIUtils */, - F488227ED50B2BD1B449C46A17B87F40 /* Views */, + 1761B04EC72B56875B1AD686C12BD7AE /* RNDeviceInfo.xcconfig */, + 39F2B2E36B6B39B3AA83721C62708502 /* RNDeviceInfo-dummy.m */, + E769BD639D14947FA3582765FFACC888 /* RNDeviceInfo-prefix.pch */, ); - name = "React-Core"; - path = "../../node_modules/react-native/React"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; - 180693D4D530D3F58AE0A44D24E840F3 /* RNWatch */ = { + 113DF4AB4EBB9F51B05E4DE14D723ABF /* RNCAsyncStorage */ = { isa = PBXGroup; children = ( - 88513D3756A4750A4AE879784B4C425A /* WatchBridge.h */, - 71B7D2A25BF606555E60A46A1F5481EA /* WatchBridge.m */, - 8D5C2642BD05605BEA76DDB2EE35241D /* Pod */, - 4F2A52EA891F2C6D9D58956743CB762C /* Support Files */, + C10519C27903C13D659110A156E084F3 /* RNCAsyncStorage.h */, + C2B5C30FAD7580BFF4E7772BCC423948 /* RNCAsyncStorage.m */, + 65504DA50836C24B80E07B7658D7F4E0 /* RNCAsyncStorageDelegate.h */, + 2ABE555B91ECB1C7C2716E69214E5590 /* Pod */, + 5C282086BF4527A61C3AA165C179319F /* Support Files */, ); - name = RNWatch; - path = "../../node_modules/react-native-watch-connectivity"; + name = RNCAsyncStorage; + path = "../../node_modules/@react-native-community/async-storage"; sourceTree = ""; }; - 1981CB160A2077645AAEF66284854F5B /* BaseText */ = { + 1161288EB7765354EA72CEC2DBE0CDF9 /* RNRate */ = { isa = PBXGroup; children = ( - 3B857077AD35B3BAEBAF8BC041FEB738 /* RCTBaseTextShadowView.h */, - 211F4725CB17A22D9169376147DBB414 /* RCTBaseTextShadowView.m */, - 6F4C21092841CB89196F22063683D2CC /* RCTBaseTextViewManager.h */, - AC32D60798B653D49D14F3884EED1F56 /* RCTBaseTextViewManager.m */, + 36534F34BFB04DE4440877982499E1AB /* RNRate.h */, + 4D5949571B6553C24F8C264359D05B2A /* RNRate.m */, + 2BBD6122A2A58414C0D40CA1A1C94EA4 /* Pod */, + 9E300963BB4BF27442EF2CC8BE28106F /* Support Files */, ); - name = BaseText; - path = BaseText; + name = RNRate; + path = "../../node_modules/react-native-rate/ios"; sourceTree = ""; }; - 1DE80154CA590742A1BBA463EA6C734A /* Pod */ = { + 11E31D5762439458E651C93491D06424 /* jsi */ = { isa = PBXGroup; children = ( - 3FB08B14D4FFB2BDCE3FB40637E7AE42 /* yoga.podspec */, + CA51BB1693C8A11624C8C53F42C07993 /* decorator.h */, + 293EEC3FA26EDC67F566D10AA474D94F /* instrumentation.h */, + 744961D0BD1D19754CB046443451EEFF /* jsi.cpp */, + 727C1E7EF3605ABF50276B022416DAB1 /* jsi.h */, + 2A7F6D00D1AC62B0897BB3234126A936 /* jsi-inl.h */, + FB115A7F8AC2A9085080672CB35DC920 /* JSIDynamic.cpp */, + E9D036E5820301662D8376C9A0FD0828 /* JSIDynamic.h */, + A58763628CD23F78742A6232CC91FCB5 /* jsilib.h */, + A2A58456420214DB74D3119BABF51E38 /* jsilib-posix.cpp */, + 39AB1FD218103F52773B906E13F79208 /* jsilib-windows.cpp */, + 81D3E207530A11C17AC9651BDEDF83C6 /* threadsafe.h */, ); - name = Pod; + name = jsi; + path = jsi; sourceTree = ""; }; - 1E3DB89F1681AAFC7C0BA6AA4ECB3CBB /* React */ = { + 143F830F7A577109322ADCE8021013A3 /* Support Files */ = { isa = PBXGroup; children = ( - 2DC3D3284B502E848CED8B95142F78B9 /* Pod */, - CF69A807848DB63040BA665D9AC43C4D /* Support Files */, + 39ADF4C01E437952EA334D711EDF3BEA /* RNFS.xcconfig */, + 3E3FCD1DC0313979400CE922F93B7348 /* RNFS-dummy.m */, + F62C4ED5A1725129D748CC0C9DB209FE /* RNFS-prefix.pch */, ); - name = React; - path = "../../node_modules/react-native"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFS"; + sourceTree = ""; + }; + 164D8F2C932A3EE9F7860C2990BEAB13 /* EFQRCode */ = { + isa = PBXGroup; + children = ( + 7C0C6414A05FC7B7B1DCB62CA5799CA6 /* CGColor+.swift */, + 4C8B4DE309C09A7FDE729E73345FC611 /* CGImage+.swift */, + A8F568AC02240836C88197D4E3C1DC88 /* CGSize+.swift */, + 91704A403404A6CB53DAB9415E2B9D2E /* CIColor+.swift */, + 29C757A823DCDC946B8E3C72615543BA /* CIImage+.swift */, + AC9BBCBC162CC6D9D44000D321F11E8B /* EFInputCorrectionLevel.swift */, + 98F95DBACC1EF8EA6E3C60C13B56C9E5 /* EFIntSize.swift */, + 3384EBC6239E6B44F78492F884834654 /* EFPointShape.swift */, + AC2227CD861B32E6CB97A21F69447A43 /* EFQRCode.h */, + 346A9150F1CF4821412028064D7E4666 /* EFQRCode.swift */, + B96E15377C2BB1F63859863D5AB33EF9 /* EFQRCode+GIF.swift */, + 3EDE47430D7EE7280E730B80CB8AED75 /* EFQRCodeGenerator.swift */, + 9B0FC8B48D1FC15D97396947514A60E3 /* EFQRCodeMode.swift */, + 97727078364EBCB18C547E90625D12D7 /* EFQRCodeRecognizer.swift */, + B454258BC2DF3241EFBB7124FA9379F0 /* EFUIntPixel.swift */, + 22546757719D644E1441859D4DFE2452 /* EFWatermarkMode.swift */, + 75B49620CBC9DE9F7A59A7708045DC9E /* NSColor+.swift */, + DC7634CC9DAF4D32C8AB40EB70786DF6 /* NSImage+.swift */, + 8BD6715A5AC4DA05BA8359D22ECD65F8 /* UIColor+.swift */, + 753A567E12E75BCF9717D0F7B2D96FE9 /* UIImage+.swift */, + 2D4C869A22F10B7DB7C1FC1F186AFACD /* Support Files */, + ); + name = EFQRCode; + path = EFQRCode; sourceTree = ""; }; - 1F55643D0A0EAB1F7E4E8E62909DD5D4 /* React-RCTText */ = { + 186C2DE88793EA0CCDCCBCCE6D5FE2A5 /* Inspector */ = { isa = PBXGroup; children = ( - DD3F18CAB02C47A358355A55A049773D /* RCTConvert+Text.h */, - 629F0F9799902CE4E77B3E48F399F1E4 /* RCTConvert+Text.m */, - B273094BF722E9D34F3906BD3CC14376 /* RCTTextAttributes.h */, - B809AACC3DB2F38FC89FAAB373056758 /* RCTTextAttributes.m */, - BDFA7E961E03C5E8E4C9398A176850BD /* RCTTextTransform.h */, - 1981CB160A2077645AAEF66284854F5B /* BaseText */, - 226C0D17FD4211468D87B6853A47AF52 /* Pod */, - 9D1B0C0BBFC097A61AF2E852068AB00E /* RawText */, - 8C5BB0F8E7F3BD6123D71219DE40F008 /* Support Files */, - EAD081667A2B70F65EE4054970A0CBB6 /* Text */, - 58EDD9DBA87B52BFC9DE055B526D6BF2 /* TextInput */, - 5AD7C1BC9BD282E78D73CA6EDED106B3 /* VirtualText */, + 598B0E51382B00F288530A55C6F50B61 /* RCTInspector.h */, + D46880EE26CC543F7156DD61C60D681E /* RCTInspector.mm */, + 4840B0707B76A6BD496CC29C23C997C3 /* RCTInspectorPackagerConnection.h */, + 5E3DE052E6EFA7A31C14C6BB17E3B40E /* RCTInspectorPackagerConnection.m */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; + name = Inspector; + path = Inspector; + sourceTree = ""; + }; + 1FBFC04398BB6BCCA945D9E7B31CEF73 /* Core */ = { + isa = PBXGroup; + children = ( + 885E143CD13319580E801468FF4D7F91 /* Container+DeepSearch.h */, + E172C51CFFAE212CA7983E44E1FB4F60 /* Container+DeepSearch.m */, + 397A896CF1067932D96D27E378CA00B8 /* NSData+Compression.h */, + 44AA2FC4FEE3A4F265EFBFBD35531B4B /* NSData+Compression.m */, + A8B1099D3384CED2FF8CB6C369933706 /* NSDate+Extras.h */, + 7A659BCDCC6E3CD920E5DBDDE012E99A /* NSDate+Extras.m */, + FA5326A9404F848065AB62046D3B98AF /* NSDictionary+Sanitize.h */, + ED95E2074539077489697234A3962276 /* NSDictionary+Sanitize.m */, + 0C4AADF49B885E393DF25ADD82110DA4 /* NSError+SimpleConstructor.h */, + B66B69511B2182885D31CCF1D55271C5 /* NSError+SimpleConstructor.m */, + 96904F8F7EBDC2469993C597FD526BA6 /* Sentry.h */, + FBA9002991BE206F6AC9C9CEDAE7FBF7 /* SentryAsynchronousOperation.h */, + B0B71E0C399055107529D03435C10CBE /* SentryAsynchronousOperation.m */, + 067700D39B11594D1B6A6FA66A7CF916 /* SentryBreadcrumb.h */, + A671B7D6024B8AEB8B3EAD9ADC2B4C86 /* SentryBreadcrumb.m */, + 329B4C7D748D020C70BC91405B1AA2AF /* SentryBreadcrumbStore.h */, + A163E3F210B0142F620022A71FAEEC29 /* SentryBreadcrumbStore.m */, + E26319E386A9A63F660F93AC6F0A5EDB /* SentryBreadcrumbTracker.h */, + A2D62CC7DA63A349EEAC4370B9C470B9 /* SentryBreadcrumbTracker.m */, + A3DC273546EEB3BD4FB6850D0E2C6577 /* SentryClient.h */, + 9C4A1D757AB193961C9BBF918EDAD6E0 /* SentryClient.m */, + AF9972C0219BAB05277A804213F0E25F /* SentryClient+Internal.h */, + 6DEDD3FC1F4C1498BD6C2AB2C2881419 /* SentryContext.h */, + C110CFF3B06F385457EEB3A52651C7BD /* SentryContext.m */, + C1748B5FC0E58C97F2220C057C0AE73E /* SentryCrash.h */, + 93C8E2AB445A8A6D2308399707C7E821 /* SentryCrash.m */, + F10C5E0CE45B760C960ECE787D91C193 /* SentryCrashC.c */, + D2D95B6830AC6CEB4C8C7C7827061179 /* SentryCrashC.h */, + A34AFC639D02E17CAF669FCD658C9CA4 /* SentryCrashCachedData.c */, + D631694F54CA73C82BF307155F03534F /* SentryCrashCachedData.h */, + 99B6F119CCB5A272DAAD31108C48D81D /* SentryCrashCPU.c */, + F6E1AE8F2219BBFB4B9F84B6F8415367 /* SentryCrashCPU.h */, + 690E5ADCD35687ABDC165140327109F6 /* SentryCrashCPU_Apple.h */, + A20AD2A7CFAB0634000598E979C845ED /* SentryCrashCPU_arm.c */, + 21B0519C52B7CA5C32438676E7771F07 /* SentryCrashCPU_arm64.c */, + D42D15085CA392F424377329C0455160 /* SentryCrashCPU_x86_32.c */, + A5C134FE46BBF65C5550965F431E1A40 /* SentryCrashCPU_x86_64.c */, + C42F388FBA82C69491DDF981604C2333 /* SentryCrashCString.h */, + 828863B4E1CA9849DE1E2725CD94B566 /* SentryCrashCString.m */, + 9E5E3BB6BBD96E24B20BD2C67CB76D85 /* SentryCrashDate.c */, + 2D3C35E02C212B159AA2E269F8BB19D4 /* SentryCrashDate.h */, + 323CFCD5DEF6A08E532350D799D2CB02 /* SentryCrashDebug.c */, + C5D3BCDE331F8A590C17107B4EF78D0E /* SentryCrashDebug.h */, + E5C9E4F688D1811AA65E4D4CC2BC0924 /* SentryCrashDoctor.h */, + 4A428B4EF2E0E5DFD55537347E2EAB0E /* SentryCrashDoctor.m */, + 0584CEEF06EA19113F7F7FD8C650AF85 /* SentryCrashDynamicLinker.c */, + 6F02EF4E796D225DC9178CACF238F658 /* SentryCrashDynamicLinker.h */, + C1271D65F6CEE2171E3742C1247F414D /* SentryCrashExceptionApplication.h */, + 1EECBDE0C5781459691B4E78B06FA706 /* SentryCrashExceptionApplication.m */, + AA7D30A3D159B8D3A7C3D119B9406F20 /* SentryCrashFileUtils.c */, + A8D5D6CF6CF87D43CC8D196011FF2F8E /* SentryCrashFileUtils.h */, + 6865E4A172FF024365DA0EB8A7A97EB7 /* SentryCrashID.c */, + C834DBC6629C03B6C0276A9559690515 /* SentryCrashID.h */, + 68B0E9DAF885F5797FB23B6BA56D1ED0 /* SentryCrashInstallation.h */, + 1408AC5685CABFC4E8797CD69D1C3859 /* SentryCrashInstallation.m */, + CAA87FE10EE483464CFF05EB7B382030 /* SentryCrashInstallation+Private.h */, + FEB104B719C98708515D5A307E3FBC96 /* SentryCrashJSONCodec.c */, + A6CC14C3081C6FF135CF39E7B452EEB0 /* SentryCrashJSONCodec.h */, + 44A2B3064347E804B877D0C87F3B7543 /* SentryCrashJSONCodecObjC.h */, + 945CCC624FDF90FC2E81E4746262C19F /* SentryCrashJSONCodecObjC.m */, + D82381AF8CFAA3278E93094561D0BAD8 /* SentryCrashLogger.c */, + 1A274E246037DB3C5418DA9785FD9E61 /* SentryCrashLogger.h */, + 18DEEE1DAD39DDBBB1AA16047347361E /* SentryCrashMach.c */, + 093A1BD7B407AEDA9CF5EC12E208F065 /* SentryCrashMach.h */, + BA7398449A16FB540C4DFCFE5A25DDDE /* SentryCrashMachineContext.c */, + BB08E7A4AB643388961C62D8A9335621 /* SentryCrashMachineContext.h */, + D78C9F312974F6144F1496C1B4C3385E /* SentryCrashMachineContext_Apple.h */, + C0D79ADBB6513D0C4723718CA1FA6E2F /* SentryCrashMemory.c */, + DACE0E215665626047DBE5A751313E38 /* SentryCrashMemory.h */, + 7F18C99237BDED3D5A832B1DDBCCEB20 /* SentryCrashMonitor.c */, + 6BDCA8C3FB3FB7CE6AA506E49C060F20 /* SentryCrashMonitor.h */, + 673F967595A67E33A6F69C90AD2CBD82 /* SentryCrashMonitor_AppState.c */, + 62287A5214142B623795DE8AF5B39374 /* SentryCrashMonitor_AppState.h */, + 75C1ACCB77B420627DD540DC89A92E67 /* SentryCrashMonitor_CPPException.cpp */, + F4A698A41A1473DA1C280A2BDB7FD2AB /* SentryCrashMonitor_CPPException.h */, + 60D27DFEB98E0CA6F6BE98D00BE84ED0 /* SentryCrashMonitor_Deadlock.h */, + AAD632E17841180E3DF14954DA503765 /* SentryCrashMonitor_Deadlock.m */, + 57073A26B49A851ECE98AB87E0C66068 /* SentryCrashMonitor_MachException.c */, + 46DE9A3F308A00C2930D720DABBE0E39 /* SentryCrashMonitor_MachException.h */, + 945BDE2716226CAE43568259B8D0F656 /* SentryCrashMonitor_NSException.h */, + 3A717D485623511F964B94ECE9755EFB /* SentryCrashMonitor_NSException.m */, + 05383AE641BCE233D8FC77A8EABB25C0 /* SentryCrashMonitor_Signal.c */, + 686AAB4426ECD97CB2F3C2AE3A7BF767 /* SentryCrashMonitor_Signal.h */, + 45387B738F42F129540C14C83D00FCB8 /* SentryCrashMonitor_System.h */, + 2D42147932C350E964F8413437BAB6AA /* SentryCrashMonitor_System.m */, + 816B7C1F9471C08EA30E515459761FC3 /* SentryCrashMonitor_User.c */, + 6660893700AC1659D50079D3453D158D /* SentryCrashMonitor_User.h */, + 191E93F6AF36158AF81DF7A63DE39B59 /* SentryCrashMonitor_Zombie.c */, + 7B9BBCFC48D5AF31CE2BD831AF2921DB /* SentryCrashMonitor_Zombie.h */, + 2ED9DA09627364B3547F2DCF9DE50753 /* SentryCrashMonitorContext.h */, + 2C88AF778038BBA6D13C4CA4AE004E65 /* SentryCrashMonitorType.c */, + 0E7319A8802C4D1FAFB28044D85D2D8E /* SentryCrashMonitorType.h */, + 880186C8DAE0F09FE18A4B8844F1D38F /* SentryCrashObjC.c */, + B2DD62246C8388E357A6475AF25414C7 /* SentryCrashObjC.h */, + A7374519DB607DE6161640EE4135922E /* SentryCrashObjCApple.h */, + B623DDE27FB33F32F9A3F53C4EB6F278 /* SentryCrashReport.c */, + 5D1657E8BBE5F5157E9A8220E9052C96 /* SentryCrashReport.h */, + 9134659BED26D6E05D5841CB82BC77F2 /* SentryCrashReportConverter.h */, + 7D057B9EE327CA6043335C23FD778CB1 /* SentryCrashReportConverter.m */, + 8C70E9F0175B94CBE1D30CFCC09C6134 /* SentryCrashReportFields.h */, + 4A69C80E520C36E0352A7BF4EE53A09B /* SentryCrashReportFilter.h */, + 11406412BF91BF36C2736670B97DFBB5 /* SentryCrashReportFilterBasic.h */, + DE23C250E6C6AD62C7AB08CECA90F4E9 /* SentryCrashReportFilterBasic.m */, + 1F89D761BC6FF4415C10A71C0A01F750 /* SentryCrashReportFixer.c */, + EA6CCE29C15D1E9A985E904F5D8EF946 /* SentryCrashReportFixer.h */, + 6E826291FD97483571DEFF2D552DAF43 /* SentryCrashReportSink.h */, + 12E08AF6A9C0209BF4AEBFE0CC43FD7A /* SentryCrashReportSink.m */, + DC885841EA788346BA3BB1CD08F9CA97 /* SentryCrashReportStore.c */, + 7BAC43FED21278FFC4107594F9370E4D /* SentryCrashReportStore.h */, + AC266025E8DCB80CEC5A0E717DF4CF89 /* SentryCrashReportVersion.h */, + 716C88365A961ECC700036096716D5D5 /* SentryCrashReportWriter.h */, + 46FE5E050A439831F60FF9B820FF3493 /* SentryCrashSignalInfo.c */, + 18A032C325B427281A16A6D23089F3AB /* SentryCrashSignalInfo.h */, + 95CE7AF6752748DEF496A01D20EE6715 /* SentryCrashStackCursor.c */, + 4CABA8732283802571AF0D085B21B80A /* SentryCrashStackCursor.h */, + B0AE53A4E500D807512AE3F411CD877F /* SentryCrashStackCursor_Backtrace.c */, + 1838A3E3C9EB91EEAB172CA3E44EAEF7 /* SentryCrashStackCursor_Backtrace.h */, + 7F888D1E9B46AF95F3305379288650B9 /* SentryCrashStackCursor_MachineContext.c */, + 83EC19E6691F45314D679454A55C43BF /* SentryCrashStackCursor_MachineContext.h */, + 80816C53DB62D4B6A9A498818BE35FAD /* SentryCrashStackCursor_SelfThread.c */, + 5FE1FD0AE83DDF166F41107074F57BF4 /* SentryCrashStackCursor_SelfThread.h */, + F5916DAD36D4B5D142DDA2CD9158D6B0 /* SentryCrashString.c */, + 755E572562F410512242178F96466CDC /* SentryCrashString.h */, + 67B4429FF30CC4E2CC9EABE299FA7591 /* SentryCrashSymbolicator.c */, + D41E2CD99BA99142A17D140814A0A545 /* SentryCrashSymbolicator.h */, + 517D42D702D446C206808D48BA5388BF /* SentryCrashSysCtl.c */, + 2F56C1B12F464FECB9B1EBC7209867B1 /* SentryCrashSysCtl.h */, + E8E478112FCE0B4D0B5DE10C9138B510 /* SentryCrashSystemCapabilities.h */, + 1C20EFFA97F0BE24E99780B750A872E3 /* SentryCrashThread.c */, + 8E6754F28032A016430088FFCB07762E /* SentryCrashThread.h */, + 0126700C168D1C1583B525876DEC3716 /* SentryCrashVarArgs.h */, + 43382F1FF129E620B32E0B6CB06C4929 /* SentryDebugMeta.h */, + E22909A2FB378651EC580C4DE9D4310E /* SentryDebugMeta.m */, + E7FDCB75A0B7C1F8AC5B832FDE828F16 /* SentryDefines.h */, + 78BA7F6AD4ACA2A816BE852478C7BF9A /* SentryDsn.h */, + 3C8F2F910C152F2A9E4EEA053BC0B457 /* SentryDsn.m */, + BE5B3910495B28E9D3D24E5B0234841D /* SentryError.h */, + 6C64D448A6E2AFD3B7A0D8CE2D86C06F /* SentryError.m */, + 8FF31398BFA19D5664EDD610D5F5C515 /* SentryEvent.h */, + DD3155FB3FF55B5A725339F356EB194B /* SentryEvent.m */, + F1AF357B4CE196A89265645B5A3A3540 /* SentryException.h */, + 553DDD326D9B7D833C68FA867D2A203A /* SentryException.m */, + E6DAFE8C0B592A908B9DEA50EB070032 /* SentryFileManager.h */, + 039BA67EC98662015EF957EC99812124 /* SentryFileManager.m */, + C8E26061CDFF24DFCBCC5B40CAADBCDC /* SentryFrame.h */, + CEAE481A6B636C41705E5C060C1AC242 /* SentryFrame.m */, + 1E85028EC02C3296334BF8A8D8C74DAD /* SentryInstallation.h */, + A9E454F245CDA2D76496741DDCDB4A26 /* SentryInstallation.m */, + AC88D8E212F830B052F2E9E0F34F4C93 /* SentryJavaScriptBridgeHelper.h */, + 7C1E13167756DDC3799C0238F0D4A525 /* SentryJavaScriptBridgeHelper.m */, + 6C420704210E5AAF65FDAC756E592145 /* SentryLog.h */, + E298BE0E95EC0CCFF3BD58B5335A1D1E /* SentryLog.m */, + 1261E27A9416BEF8AE07C526CEF548BA /* SentryMechanism.h */, + EBA29B34BAF11D8AF318A3AA11D10CE7 /* SentryMechanism.m */, + 3F245BA40FC18CED223F00FCEC3E5122 /* SentryNSURLRequest.h */, + E4987F9238FD42B8358886B7904F8A2B /* SentryNSURLRequest.m */, + 9C078ECC507EA90A855BF85B533648C4 /* SentryQueueableRequestManager.h */, + C31BA2FC121B36479DF86686E2BD17B3 /* SentryQueueableRequestManager.m */, + 6BC130ED7FBB8C823480762B5E789782 /* SentryRequestOperation.h */, + 6E9677EA70AF5CD5027E0D99542CFDDF /* SentryRequestOperation.m */, + D56D21F90EF5A4D3C39B80101D655B89 /* SentrySerializable.h */, + 3F771D11481B27A9B8AD0D78C0963039 /* SentryStacktrace.h */, + 23E2042F4347B4265C68A8A5E7686746 /* SentryStacktrace.m */, + CD54BDA9BC02699AC7456A187C2D656C /* SentrySwizzle.h */, + ACA7E600A333DC9CA41B9F1A57E2FF43 /* SentrySwizzle.m */, + 3FEFD4F7AE160D0C6CC1421CDD2E9D9B /* SentryThread.h */, + 17A08497FDFD9BAC2CE30E2E052794D4 /* SentryThread.m */, + 2AB45243DF59C76E7AE9408236184E7A /* SentryUser.h */, + 56C02BAF32C208BCA6258083858B648F /* SentryUser.m */, + ); + name = Core; sourceTree = ""; }; - 226C0D17FD4211468D87B6853A47AF52 /* Pod */ = { + 2237E7AEF0194721B2F021E174C80CA7 /* Pod */ = { isa = PBXGroup; children = ( - 708A49E1F705443E4736E1E37A704C00 /* React-RCTText.podspec */, + A614B050E7E41F891E380A939B3EF1AC /* React-RCTWebSocket.podspec */, ); name = Pod; sourceTree = ""; }; - 23B7709B80FCC1A2AAFB180D4E3DE269 /* RCT */ = { + 223EE20BE3DE3111F6A04B46A395C243 /* Support Files */ = { isa = PBXGroup; children = ( - 3D84C448FA0E64159EAC3A1943326304 /* CameraFocusSquare.h */, - 1954C53BE962D06ECC66AFFFDC066902 /* CameraFocusSquare.m */, - D0EF27C17567ED521EF687A958E148EF /* NSMutableDictionary+ImageMetadata.m */, - 7B425422134891090790153B0D6CCE55 /* RCTCamera.h */, - EDF68EB00E55525BF217F73730C5CCA8 /* RCTCamera.m */, - 811D9C1A56994016D73844BCF1840760 /* RCTCameraManager.h */, - 6CCB0C62718A55F0BAC2927695CBD2C8 /* RCTCameraManager.m */, - E46587B1354F88F58054D6BCA45AC999 /* RCTSensorOrientationChecker.h */, - 68D2A5BCBA04F37E0F1A176367D8CD44 /* RCTSensorOrientationChecker.m */, + 49560E9818FB3605EC7F21BE51C67482 /* RNGestureHandler.xcconfig */, + 5DCDA840F8801FB31CC9119FFD9FEC11 /* RNGestureHandler-dummy.m */, + F945808F7F2D27065691A5FFC28B568B /* RNGestureHandler-prefix.pch */, ); - name = RCT; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + sourceTree = ""; + }; + 2341AFC17B99C47EA65A8952FCBC06C6 /* Base */ = { + isa = PBXGroup; + children = ( + F705F8A09AE3ABEA5041E1B769B7665A /* RCTAssert.h */, + A5E498DCFE6A5C35ACF91A184EACE666 /* RCTAssert.m */, + 3F27ECEEABA2555D0A61D178F63E47FC /* RCTBridge.h */, + 6C3A02D406FAE6B4327515F0947DBF58 /* RCTBridge.m */, + 9D2E0443F5349E68AB4F7B4BC1BFAF25 /* RCTBridge+Private.h */, + 651A0C80E609EF85C88910346D7CD5E3 /* RCTBridgeDelegate.h */, + FC51F716AEA5EEE9393FBC343ABE9FE9 /* RCTBridgeMethod.h */, + F7BDC7B492BF9A73947C688DA03C61BD /* RCTBridgeModule.h */, + 6A73B1C157427008B9E63DDD2FF4CFB4 /* RCTBundleURLProvider.h */, + 38446F4B089315AFF031233DC0C35D6D /* RCTBundleURLProvider.m */, + 642E8764064FF5F0287C2200A1548A65 /* RCTComponentEvent.h */, + 344806143703ED44CB54B453C44030A1 /* RCTComponentEvent.m */, + 1C30A8541D7351A2B0466432EF92171D /* RCTConvert.h */, + 3CE7CBC5FA45D0B5839942F511662C9D /* RCTConvert.m */, + FD64A057049772242D28DB59E563BFEA /* RCTCxxConvert.h */, + 95D3FBD7ABA50F82F71A511BDE32D145 /* RCTCxxConvert.m */, + 6ED41CD76CD96F1EA263736FA18427C4 /* RCTDefines.h */, + A389DADECA55D1F86CB5D205AF3022C7 /* RCTDisplayLink.h */, + 4A38C3DC74C37A94642DD3EE6A7E8488 /* RCTDisplayLink.m */, + 2315005BDA5FF4CD5A113FCD525CEC62 /* RCTErrorCustomizer.h */, + 2B065420FE3314F9C7EA857AA743E410 /* RCTErrorInfo.h */, + FCF3F727CEC6425AD68B857316DFC3FC /* RCTErrorInfo.m */, + 3D3D0D21890175EBF587C877708EFBB6 /* RCTEventDispatcher.h */, + 3035D2694B5837464ADD3F8CD027EBE1 /* RCTEventDispatcher.m */, + 4ECFE5BAE176C9A8B7F0CCD70C6F3710 /* RCTFrameUpdate.h */, + DD43E19A54BF2551BA1A2A62D36BC221 /* RCTFrameUpdate.m */, + 0CD8B4B224D1F650D7C2E14AE4860082 /* RCTImageSource.h */, + 935A469685AE44EBFE2FE3000B0E8014 /* RCTImageSource.m */, + 922CEBD897D33F761AF2ED02F0CD2593 /* RCTInvalidating.h */, + 5F09655378C725847AC45B9690B44BDE /* RCTJavaScriptExecutor.h */, + 438B64ABF674F5E8365F3F26CCD9D07F /* RCTJavaScriptLoader.h */, + AE8F15501F5007A9648687CA1172923D /* RCTJavaScriptLoader.mm */, + BBF7DB2C678522565DAD9850E3DBAAA3 /* RCTJSStackFrame.h */, + E8F9444E5C2AE1A0F19E24EF5A16554F /* RCTJSStackFrame.m */, + 6DD9BC77E8656032BC3BFC51BA9FCAC0 /* RCTKeyCommands.h */, + EAFB5B1B77CFCD2F869BC632E1ADA132 /* RCTKeyCommands.m */, + 8533638769C9C1F3CAF1391CD9AF9EF1 /* RCTLog.h */, + BCBDB4CF1905113B1F496BB37BD2ABB9 /* RCTLog.mm */, + EAB4C4E287350556C18907C1783055C0 /* RCTManagedPointer.h */, + 002CB0F88D9B0352374BC5A256444213 /* RCTManagedPointer.mm */, + 1A199A5D0D88E183C15CBB59E1B39E62 /* RCTModuleData.h */, + F2896B2B261E29D39E6EBB272A1EE82B /* RCTModuleData.mm */, + A124F4B15C8FF9C63A7DB1CF5324249F /* RCTModuleMethod.h */, + 834A169AABC15CD1FC5AC40204DF194C /* RCTModuleMethod.mm */, + 0726FBC613B93E3CC5BE426BF9A2FDFE /* RCTMultipartDataTask.h */, + 2415B2DB02975E7BDC3A2F2879A61C00 /* RCTMultipartDataTask.m */, + 3EE051F5B6BC8132358A850B6C51B785 /* RCTMultipartStreamReader.h */, + 9A73D826CB069AD6A00C6D3AF409AB4C /* RCTMultipartStreamReader.m */, + 5B8FBC39500C8AF66F75033692B286FE /* RCTNullability.h */, + 683E25FA7055050478808A724800CF5F /* RCTParserUtils.h */, + 3B27092CFD6E344017B9541B65C73014 /* RCTParserUtils.m */, + 59C03C4D6F17A3C082FB34A9D6171A6A /* RCTPerformanceLogger.h */, + 8DA0F25663299DC3E4B40C98D7C83DEB /* RCTPerformanceLogger.m */, + 65C4C035C56AF9E01AFD0C238C2540EC /* RCTPlatform.h */, + 9D22C5B61C33C6CD2FE84BA8A4873B2D /* RCTPlatform.m */, + 42805B6B16DE0047188EEC81E61728A7 /* RCTReloadCommand.h */, + 89D6BF825250C3E0F596BF638A0F77B9 /* RCTReloadCommand.m */, + 741D101BFF5AF36082E12A5A37BD2223 /* RCTRootContentView.h */, + F6927574B3939DB8018CFF7F47219F72 /* RCTRootContentView.m */, + 9896CC40D9D3101A98B8861A2C417965 /* RCTRootView.h */, + 0656730265BD8723D8F3DB23E2AA0C55 /* RCTRootView.m */, + 96A736436DD2B34C1138C96F71DDCD0E /* RCTRootViewDelegate.h */, + 7EAA056F8A338487D1C4060F054A5735 /* RCTRootViewInternal.h */, + D3742A022FE4C9FECFC9D308DFA34266 /* RCTTouchEvent.h */, + 0FFF22C9DAB020B51ED1772D13000197 /* RCTTouchEvent.m */, + 28402D8BA051EC02713817ADBE839A30 /* RCTTouchHandler.h */, + F3F52541FE1B563E49C62862ABE93D92 /* RCTTouchHandler.m */, + 4C80424E0E600002C684AD7F7E0D2A98 /* RCTURLRequestDelegate.h */, + 73129502987D5EAC5C73A4E6F1B1E2E4 /* RCTURLRequestHandler.h */, + 1F730CED335DBA998FE1AEB8B78FE821 /* RCTUtils.h */, + D4B9E2B75D77D7D84E6C07C31C87B55E /* RCTUtils.m */, + 3D37C99C76BE5597DC5F58EA189D6F5A /* RCTVersion.h */, + AA1E2E26FB1BD5DDCCE0B616F510DDA3 /* RCTVersion.m */, + 85AC1D94B54E0CB798F8F36174A54602 /* Surface */, + ); + name = Base; + path = Base; sourceTree = ""; }; - 23CC0463914AAA783C1FCFB79F4BE921 /* Products */ = { + 235905954EA31F9C9BE4BF10FEDC9B39 /* RNVectorIcons */ = { isa = PBXGroup; children = ( - 3501832F51E21BCD681DC315B3424B43 /* libBVLinearGradient.a */, - 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, - 4919E5F2B6A6807BB518ABF82953B627 /* libEFQRCode.a */, - 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, - 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, - 735E2521E7D0F8741D0380036E6AE2A8 /* libPods-BlueWallet.a */, - 29A655EC78CFE3C369B2FF1DA8AB4DE3 /* libPods-BlueWalletTests.a */, - 88574881933BDDFD4604D42210E054D6 /* libPods-BlueWalletWatch.a */, - 2C6CA681ACE532FDC4866E79BDF6C043 /* libPods-BlueWalletWatch Extension.a */, - 07A27F29B9BAE5B06E16CB9892658C80 /* libPods-RCTPrivacySnapshot.a */, - 76989E42B44127A7FBCD3EAB84852AB9 /* libPods-RCTQRCodeLocalImage.a */, - 2746659939E420345B521FE182BB120A /* libPods-TcpSockets.a */, - BD71E2539823621820F84384064C253A /* libReact-Core.a */, - 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, - F7167F978EC111B312737A6A072E1951 /* libReact-DevSupport.a */, - F20CB705062073D612BA5CBBB3A86A2E /* libReact-fishhook.a */, - D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, - F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, - 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, - 6C9790F1A25C1E3828E179A8F0850851 /* libreact-native-camera.a */, - BFCB7B1BAEBC31B35EAA2124981DBA60 /* libreact-native-haptic-feedback.a */, - CC9CF62342D0D8A46D8176D06AABE411 /* libreact-native-image-picker.a */, - 68A021577E10AFA0713A0CA31BC560F8 /* libreact-native-randombytes.a */, - 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, - 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, - 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, - FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, - F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, - EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, - 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, - A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, - 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, - E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, - C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, - 843C0BC30FDA629ACCCF52285F8AC849 /* libReact-RCTWebSocket.a */, - 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */, - 9A70011370B46387FBFE517906404002 /* libRNFS.a */, - 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, - 2A06652291DB26EB217E00C0B4D8A07C /* libRNRate.a */, - 90EE8D3C082C157169540FC8F5913DAD /* libRNSVG.a */, - 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, - 82AD6111E3B91E7E07FC58D913B36DCA /* libRNWatch.a */, - 0115C3C00C175D77422084DD0542CE6F /* libSentry.a */, - 67E6685C65F82EFBE6878DE54FBC3828 /* libSentryReactNative.a */, - 300232A457594A2142CCD4EBBEAEEE83 /* libswift_qrcodejs.a */, - D4B268B3F000EE8AE50A90DD7FC78E62 /* libToolTipMenu.a */, - 1FA65622A09E4E5504F80B3610AB78F1 /* libyoga.a */, + 7CA0BD1111E5D417CDEF1D18F51C3743 /* RNVectorIconsManager.h */, + AF32335FE7FA779FAB6BD7990381693D /* RNVectorIconsManager.m */, + 996CB18FC1CA0ED0F2D01E333F71DF66 /* Pod */, + DDA3FD18156D11F89489286AEEDB0FC6 /* Resources */, + 9195AAF76E9F47A07A477DFFFEB3E676 /* Support Files */, ); - name = Products; + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; sourceTree = ""; }; - 268AA83FC41C72460361865B1B2593BD /* Support Files */ = { + 23E06573A302CCC3A5F3214E4D2676D5 /* Drivers */ = { isa = PBXGroup; children = ( - 2D0D49551F55D06C61922A057E9E85AD /* ToolTipMenu.xcconfig */, - 6B6AE6256E06CFF7720CB31769F3C4EF /* ToolTipMenu-dummy.m */, - 7E55EFE7125C2980240406060DB04AF8 /* ToolTipMenu-prefix.pch */, + D8C70FB593F7BA59A4CA9681F1B1ED8C /* RCTAnimationDriver.h */, + 1470C49E07A2819CCF869F87DAB2412B /* RCTDecayAnimation.h */, + 736BD9A1D7D63ECA1AC83C78335A7506 /* RCTDecayAnimation.m */, + 00AF84D0CBB981136A838E503DB9140E /* RCTEventAnimation.h */, + 2A49F575D52589CBBB744EE3A4C41B60 /* RCTEventAnimation.m */, + 907D7442E7E45139E58F107EC3075A45 /* RCTFrameAnimation.h */, + A9AEE8B8270E27CDBBAE6504F99360F3 /* RCTFrameAnimation.m */, + B0DFB5406DB097A7C9F06CD1F70E2696 /* RCTSpringAnimation.h */, + 103CDC595D46DD10CB395052184838C3 /* RCTSpringAnimation.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/ToolTipMenu"; + name = Drivers; + path = Drivers; sourceTree = ""; }; - 26CA936F507D491673433F9B147B1BA5 /* RNCAsyncStorage */ = { + 246A88BE3D92EBA39FFA97505C64E8CE /* ScrollView */ = { isa = PBXGroup; children = ( - E9C96267711B71ABA6EA33954C6EA871 /* RNCAsyncStorage.h */, - BA9362BAB73787C0E92832EB0CA11EE4 /* RNCAsyncStorage.m */, - 00513F2959452C9F01CF0D618A83114E /* RNCAsyncStorageDelegate.h */, - 83F5CF737E16D61AC343FD5921DCCA22 /* Pod */, - 9D06309C2857DF33E2358714C013AEC5 /* Support Files */, + 8D7CC1CDDC0109B8C74245CE96813A40 /* RCTScrollableProtocol.h */, + FE9FE87B7FFA151727B87C560866E46C /* RCTScrollContentShadowView.h */, + D89D28ACF0FC88D1BE2D74587B9E0B38 /* RCTScrollContentShadowView.m */, + AF4FF444D9CB50FAA64A63DC6E17D79B /* RCTScrollContentView.h */, + 2FE8E3DDB28F936EE20A70FC3E3735BA /* RCTScrollContentView.m */, + C079DE66432A17A2DD84917F2E443DA5 /* RCTScrollContentViewManager.h */, + AAA680A99D3FA96FCF682FFD9E8F3728 /* RCTScrollContentViewManager.m */, + 21F134746F88087136C76BFE657B3C1A /* RCTScrollView.h */, + 7576B77946ABAC60F26E622736E5ED51 /* RCTScrollView.m */, + 04F320A8708B1EF22080A8D837CA9670 /* RCTScrollViewManager.h */, + E275935BEC086CD43E604FBA3CA9CA6F /* RCTScrollViewManager.m */, ); - name = RNCAsyncStorage; - path = "../../node_modules/@react-native-community/async-storage"; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - 272212B2C18FCDBFC42298271CCE8D58 /* Support Files */ = { + 27DE65BF099A1CA71D594A9CB608CAA4 /* DevSupport */ = { isa = PBXGroup; children = ( - 3EA39D6D83DB5573071E2E3C8DB34235 /* glog.xcconfig */, - 5F8B32B2E54954B0FB8FC5136635DEA0 /* glog-dummy.m */, - 6D3C86CD6F284FF29FE83C8AF9CEEBC5 /* glog-prefix.pch */, + E09B58C592245EF8A0DF1FFA9A2C3429 /* RCTDevLoadingView.h */, + 6D8DBFDF086F3958853832722571437D /* RCTDevLoadingView.m */, + 5962574347E39883E27600904BD23A9F /* RCTDevMenu.h */, + 088DD60E36977CD4CC0728F040C6CFD6 /* RCTDevMenu.m */, + B1F41B45CF4ADAB83401688D289059BF /* RCTInspectorDevServerHelper.h */, + 51FCAB13B428B3522BA3A3D288D70605 /* RCTInspectorDevServerHelper.mm */, + FA95AD9D0B45DC1C8CD11AC1E0689551 /* RCTPackagerClient.h */, + 6E00ADD759FF65E4DCD859A15361D31E /* RCTPackagerClient.m */, + CFCD9C871FF51E466A86095E2A972207 /* RCTPackagerConnection.h */, + 441428257C9D67B68033F8ED13548409 /* RCTPackagerConnection.mm */, ); - name = "Support Files"; - path = "../Target Support Files/glog"; + name = DevSupport; + path = DevSupport; sourceTree = ""; }; - 29797809F9E37F6B78130DC9AB4E2B1B /* react-native-haptic-feedback */ = { + 2845C8B4ABAA51B31A029E4216472927 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - 5C7D6755ED89BDFEBE39E6434D10017B /* DeviceUtils.h */, - 811EDAE145ED7D3E262B10FF4E1DCF6C /* DeviceUtils.m */, - 7E7D323E5CBF050AFFE22CC734DA9FDE /* RNReactNativeHapticFeedback.h */, - 11B38FBFBD5743468D2008552BFF2246 /* RNReactNativeHapticFeedback.m */, - 6C5C36225DCF9AF6B1EE1730FA577AA9 /* Pod */, - 8BD67EAB1EDF01EA5D413C7419014DE7 /* Support Files */, + 553D7B39EEE4FB6C6B24EB9CC3A15C76 /* RCTAnimationUtils.h */, + 7DABA8C80859BC0CCFB22F44564FBE13 /* RCTAnimationUtils.m */, + 0D06F6F424C83F2F0252DB2325A33B5C /* RCTNativeAnimatedModule.h */, + A826AA5428750AEBC8C2DC271F72CD2E /* RCTNativeAnimatedModule.m */, + E59FE4358BA1016DA6AC148213E5E84F /* RCTNativeAnimatedNodesManager.h */, + 7ABCF48E8AFCC3C8232E4C3EA86133AE /* RCTNativeAnimatedNodesManager.m */, + 23E06573A302CCC3A5F3214E4D2676D5 /* Drivers */, + 0220DA88EED9F9B119763E6BB549E852 /* Nodes */, + 79C7A105D6FCE22F8B19D4645F62CC51 /* Pod */, + 00E71ABDCC0C7927A48E675476C2589E /* Support Files */, ); - name = "react-native-haptic-feedback"; - path = "../../node_modules/react-native-haptic-feedback"; + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; + 2ABE555B91ECB1C7C2716E69214E5590 /* Pod */ = { + isa = PBXGroup; + children = ( + FA1427AE1576286F5BCBA0924D45BF7D /* LICENSE */, + A9A988F07B5BF90B35E758A1C566DD6E /* README.md */, + 26CD65831BE2955DCB27E4C8BA4616A9 /* RNCAsyncStorage.podspec */, + ); + name = Pod; sourceTree = ""; }; 2B14816251AAEEBE2B78CCB06FDFD8C8 /* Pods-RCTPrivacySnapshot */ = { @@ -4770,249 +5421,115 @@ path = "Target Support Files/Pods-RCTPrivacySnapshot"; sourceTree = ""; }; - 2D76EA1C38ABAE74BEB39386ADBE495F /* React-jsiexecutor */ = { + 2B5148F9D034D825846F7CD26E569FB5 /* Pod */ = { isa = PBXGroup; children = ( - 73B8046F0810CE63EC1D112D9A9E493D /* JSIExecutor.cpp */, - 7D84D160459D961AB7C5BC68463CC2B8 /* JSIExecutor.h */, - 9E9BD2592F84BF1C1327BDB1CE54C28F /* JSINativeModules.cpp */, - 709BE2842C04E9BE2AFBF9E188ECC865 /* JSINativeModules.h */, - 5E7494F546764FF9042E4811B56DB94D /* Pod */, - C3258884814951EDCE4A2E4DC15216F6 /* Support Files */, + B2978776DB8A12F9AD50DA26ADE07991 /* yoga.podspec */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = Pod; sourceTree = ""; }; - 2DC3D3284B502E848CED8B95142F78B9 /* Pod */ = { + 2BBD6122A2A58414C0D40CA1A1C94EA4 /* Pod */ = { isa = PBXGroup; children = ( - FEA30B21C939A0A7CF5635C34576F1D2 /* LICENSE */, - 1CE4581A4BA9487952611F5143A9F2A5 /* React.podspec */, - 82C9ACE1B15DEA2522C87FC8CBB6AD4E /* README.md */, + CEB6CFA96CDAD4C50E130973A71C030A /* RNRate.podspec */, ); name = Pod; sourceTree = ""; }; - 2E2DC463D09DEAF537A9D804C9B8F1AF /* yoga */ = { - isa = PBXGroup; - children = ( - 39B2EFB0F1AB406E95D54A1CBDF3CA0E /* CompactValue.h */, - 4D484689E6F06CFCE3535EE955187FC2 /* instrumentation.h */, - F52B908A8BCE77845AEC0A015422DB74 /* log.cpp */, - 8CC7C1F240394F12902EA2F4997A431C /* log.h */, - E2CD91685DBAC88059259E00F2577052 /* Utils.cpp */, - A615EC0C475C7938D8DEDE2BBDDB31BB /* Utils.h */, - 0B2C2003BE93ADEEDAE4892B0DD8A04E /* YGConfig.cpp */, - 9C6F957E6EC97C57A1CAECBD42D6D7C8 /* YGConfig.h */, - 115C2831567B18602CDEDE755A769F02 /* YGEnums.cpp */, - 070E96A34262EA53E3ED88E62BB2689E /* YGEnums.h */, - 4B1B52D83BCCD11F56B65A074AB1BA98 /* YGFloatOptional.h */, - 64CD31795F6E19AA0FAF9599BD1F32EA /* YGLayout.cpp */, - D9DDC4A08A8944505FA45CE6FF8C894C /* YGLayout.h */, - 3DE7D6AEE4029CABFCCA2CE521BA4417 /* YGMacros.h */, - 9BD694BBC6A1C1E46450ED9FFE38A435 /* YGMarker.cpp */, - 0FD8D54CD17A5D6C4947071E2B78AE0C /* YGMarker.h */, - E506066CD3B897134CE2AFAD1851C576 /* YGNode.cpp */, - F5DFB9BC22CFF071D263B9275685F2B5 /* YGNode.h */, - 39F8B2C3D6E5664881832D34783200D9 /* YGNodePrint.cpp */, - FD2BAA415428E273462FABC8E23A38F2 /* YGNodePrint.h */, - 479E68869C44C01ADA74B8BCDCBDC98F /* YGStyle.cpp */, - F80976A851B296BF7A10D4A37AF5E08E /* YGStyle.h */, - 4BC156649B4710E10CDFAC719BCA41B2 /* YGValue.cpp */, - 5605E68B77182FD838FB9062B6552325 /* YGValue.h */, - D1C56FD9D2E73A78A258B8B16DDB18CE /* Yoga.cpp */, - 57112B7092B30C1A3FE1D326D392BA51 /* Yoga.h */, - 195D3A4FC38878255C0710C49E03869B /* Yoga-internal.h */, - 6FF6E1C4F9B8ECB0D0494A6394044E2B /* event */, - 1DE80154CA590742A1BBA463EA6C734A /* Pod */, - 36BF03ADEC8307E2F95C889BD36A7401 /* Support Files */, - ); - name = yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - 2F1FDC2DDFD81356E18301AF37F7A013 /* Support Files */ = { + 2D20EF2354CACCFDB90A29968119EA5E /* Support Files */ = { isa = PBXGroup; children = ( - 8526D77C58E09410F459EFDE015AE36B /* boost-for-react-native.xcconfig */, + B1B3039DE55F31D52BE0894462EC0E22 /* SentryReactNative.xcconfig */, + 82FF2E7597CC3554BAE8B0FEC8CB1311 /* SentryReactNative-dummy.m */, + D0A717D60D72DB47C77F5A41C76C7173 /* SentryReactNative-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/boost-for-react-native"; + path = "../../ios/Pods/Target Support Files/SentryReactNative"; sourceTree = ""; }; - 317D919BB82A0E5FC8EC65370ADA4674 /* Support Files */ = { + 2D4C869A22F10B7DB7C1FC1F186AFACD /* Support Files */ = { isa = PBXGroup; children = ( - 034D4F655D8F935C2CF214A2CE85C985 /* React-DevSupport.xcconfig */, - 150154DEF58FC0A08FE6D83E8A7563C7 /* React-DevSupport-dummy.m */, - AC2EBB898D9F444818D5D2624655A512 /* React-DevSupport-prefix.pch */, + 893AB446DCCE44CA2DCC2E08F48E03A0 /* EFQRCode.modulemap */, + AF0E87A312309B40484BD4E4A7C1A204 /* EFQRCode.xcconfig */, + 9801719E1E310403796E841FCDD64972 /* EFQRCode-dummy.m */, + D3E0AD704C0D7CB2087E2A493FAE6D69 /* EFQRCode-prefix.pch */, + 2518768B27E9F389F3D5A64DE45007BE /* EFQRCode-umbrella.h */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-DevSupport"; - sourceTree = ""; - }; - 32125FAB39AFB0FA59A1CCCCD45AE2E0 /* Modules */ = { - isa = PBXGroup; - children = ( - 2941E5F2BECBCACB1BFF9C23B4F69F82 /* RCTAccessibilityManager.h */, - 0A48196677A88974BFCB338422C40F1B /* RCTAccessibilityManager.m */, - B5DF864F5F2AF69B8A71A2D7291F4A36 /* RCTAlertManager.h */, - 7156CE4D7CDD064BD37C575D217819C9 /* RCTAlertManager.m */, - 4EE50B212EF78CD6F9DB93C0C311A241 /* RCTAppState.h */, - 04254B64EABE702340E2DE39050EC6B7 /* RCTAppState.m */, - 30C72BC01DB3218D7F8C24D56442BDA2 /* RCTAsyncLocalStorage.h */, - 01F215B503E3EB606E0AD9B29CBA3AE7 /* RCTAsyncLocalStorage.m */, - 94CE669E0DEFD31CA2BBACFEA93C68CA /* RCTClipboard.h */, - F86D1875ECBF5B718EBCD55C929263B5 /* RCTClipboard.m */, - 642BB0AEAD1A90C36DEF31AC6A5A0CF6 /* RCTDeviceInfo.h */, - AA511D03763292987AE27BE2C38B5230 /* RCTDeviceInfo.m */, - D6B32717AF7F820923294292D856BA60 /* RCTDevSettings.h */, - 82CA2AD26B8E0FC2D6F98DE49516FB69 /* RCTDevSettings.mm */, - 7495F66BF20C1B6418C73861045F457E /* RCTEventEmitter.h */, - F48E45AD57F1D53AD620C60124A4E020 /* RCTEventEmitter.m */, - 1727855531AE385D3F43C86650DD20F7 /* RCTExceptionsManager.h */, - DEF2E2A5FFB70D6175E676D1EB4E35C2 /* RCTExceptionsManager.m */, - A1B5DD135119E7A7360A6C375C92C66E /* RCTI18nManager.h */, - 50808C6CDB8E4AF33310B7742F517357 /* RCTI18nManager.m */, - 4F664F371C6BCB379D104FD4D8A8CA07 /* RCTI18nUtil.h */, - F9E18E364246064AE167813A261ABA88 /* RCTI18nUtil.m */, - 22FBF63944D4893CC07567E8FA423632 /* RCTKeyboardObserver.h */, - 395569FDC896B0820C5D29BEB96A5BF0 /* RCTKeyboardObserver.m */, - 1D831B4A9AE825303FF082E64A0D37C8 /* RCTLayoutAnimation.h */, - 2C38EACDE6A7A2BC0FDD5CFFA933E919 /* RCTLayoutAnimation.m */, - 16741A01557F96E08B90918C5E382A5E /* RCTLayoutAnimationGroup.h */, - 8F671600A8C3BD92C6B3BDC19E761DB3 /* RCTLayoutAnimationGroup.m */, - 73B144FFD9AB5A54C29B59238F48F66A /* RCTRedBox.h */, - 5B26FA0DED5F996DA26ADBDC8E363BB1 /* RCTRedBox.m */, - DC9EB1FE3434526AE4B4FF22E51444FC /* RCTRedBoxExtraDataViewController.h */, - 2150349F72B612A9EF57CF3DF2D18079 /* RCTRedBoxExtraDataViewController.m */, - 58710E93E77AC39E322E5F8A612DEE05 /* RCTSourceCode.h */, - 0747A743984288D105D6678692A100A2 /* RCTSourceCode.m */, - 6CB9AE88D21B78956EE11B9E74E36BB3 /* RCTStatusBarManager.h */, - E1908A1E9564A92733D5C63E62960B33 /* RCTStatusBarManager.m */, - 81323BCB464770256E6F6110B2ECE925 /* RCTSurfacePresenterStub.h */, - F5299B2A5A087BEADE690BB2B1DE0622 /* RCTSurfacePresenterStub.m */, - D925FD8298CEDC7376637E8A9BED4F43 /* RCTTiming.h */, - 07133674217546473575F409DA4DA7B0 /* RCTTiming.m */, - 48425BEC5DB481CB7C1D90A026EEB26D /* RCTUIManager.h */, - 46F3E6607D5FC6EEA86A8225CEB1B880 /* RCTUIManager.m */, - 921854102CA6725DC1D96F21BCBD6469 /* RCTUIManagerObserverCoordinator.h */, - E3CADC17C6DF39AAED76B455827B31B2 /* RCTUIManagerObserverCoordinator.mm */, - 313780EC1375CA1058A8F35B202CA456 /* RCTUIManagerUtils.h */, - 8D87C02FDD4D2ED6AFCEF47A8B1DC569 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = Modules; + path = "../Target Support Files/EFQRCode"; sourceTree = ""; }; - 33082AC43A7FE3E11FDC54D4F4E89043 /* Sentry */ = { + 33C4615AA1FFFBA18A90A92A6E39AD1C /* react-native-randombytes */ = { isa = PBXGroup; children = ( - 74FB459CFDFD3F8868EB611E7F555A56 /* Core */, - C6542FA2C44045C7ECB000074AD78380 /* Support Files */, + B489829D0E0E3FD3ADD24D74EC73215E /* RNRandomBytes.h */, + C7DE36397CBB16DFBED650A2FB012388 /* RNRandomBytes.m */, + 08DA9171F84318973162811FB96A2824 /* Pod */, + A12E15EE86F80A14FE537E2BDD2842C5 /* Support Files */, ); - name = Sentry; - path = Sentry; + name = "react-native-randombytes"; + path = "../../node_modules/react-native-randombytes"; sourceTree = ""; }; - 346B80F7A09FAD0032182AD179274D4A /* Support Files */ = { + 33F973FB0F7E93A3350941402B1D069F /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 9BB38AE17B306908EC3EFA1E381F5999 /* EFQRCode.modulemap */, - D61D07C5014BE65E0351CF354A16A8AD /* EFQRCode.xcconfig */, - 4FA557710347C7D8CA43ED78D5968D00 /* EFQRCode-dummy.m */, - 4C87EEA72EBD3C6E378FF11EC5472315 /* EFQRCode-prefix.pch */, - A457C233AEEAD80D0955A3B61FE2EF68 /* EFQRCode-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/EFQRCode"; - sourceTree = ""; - }; - 35158CDFCD414EA82C12B48C0485D41D /* Nodes */ = { - isa = PBXGroup; - children = ( - 146E9B2714C30AEA2EC1CAC5E5591C17 /* RCTAdditionAnimatedNode.h */, - 0657CDEB4139A4676E284E7690DE375C /* RCTAdditionAnimatedNode.m */, - B7599813C0D4DCD89F837BCE26D6A219 /* RCTAnimatedNode.h */, - 9F4B01F181802270517CDC44586BDCC7 /* RCTAnimatedNode.m */, - C80D3E49F560770D8B5D16B7E0086190 /* RCTDiffClampAnimatedNode.h */, - FB3EAB787CD12603058121B6AF10BDE8 /* RCTDiffClampAnimatedNode.m */, - AC855D0D0A007425A76E817512369F69 /* RCTDivisionAnimatedNode.h */, - 0AE0E6D3F1D9EF36BA0934A64A210146 /* RCTDivisionAnimatedNode.m */, - 9F0CD22A0D96006463017BA9B5A18BFC /* RCTInterpolationAnimatedNode.h */, - C5CBCC8EEABDCAEA26B8951B2FD4C892 /* RCTInterpolationAnimatedNode.m */, - BB3288D79C6F1EE8189A2BBA6E588B81 /* RCTModuloAnimatedNode.h */, - FAC9132232D15FC14E8E24B876474C4D /* RCTModuloAnimatedNode.m */, - 3E41C832B2D01029991DC7B871DADB89 /* RCTMultiplicationAnimatedNode.h */, - CE42BDAC353CF1D6177FD3970A621D31 /* RCTMultiplicationAnimatedNode.m */, - D84C0F11BF676FFDBCCE0770B9A25E56 /* RCTPropsAnimatedNode.h */, - E79A15345285B4023E9D2228E44CF913 /* RCTPropsAnimatedNode.m */, - 32C3FD531527BBBC28013686FCA49567 /* RCTStyleAnimatedNode.h */, - 22D46EB1467A1C81D0E09801A00882CC /* RCTStyleAnimatedNode.m */, - EC20A66D94ED800419CDF3814E9C8300 /* RCTSubtractionAnimatedNode.h */, - 212D7EF11A5DC3B3EE995705ED55EB33 /* RCTSubtractionAnimatedNode.m */, - EEE05B4A0335E02ACB775A8243672112 /* RCTTrackingAnimatedNode.h */, - F5C48EEBEFA267482EDAC9C415EE7D33 /* RCTTrackingAnimatedNode.m */, - 9FECEE75AFCC627D72CB7D2EC8352164 /* RCTTransformAnimatedNode.h */, - 8294EA2735BBB18317516F0994314033 /* RCTTransformAnimatedNode.m */, - 3F9B1FA4862A4C0D2DEC99EC3289AAD6 /* RCTValueAnimatedNode.h */, - 1B997935F2E9A312FF2C02D607ED1FCB /* RCTValueAnimatedNode.m */, + 8D26110C61B21E6822D462FAECE5FF05 /* RCTSurfaceHostingProxyRootView.h */, + 85C97E63BD10E5BDDAD20A6A7FF2CD67 /* RCTSurfaceHostingProxyRootView.mm */, + B20FB73F127A3D0FCE23D143BBD4AE75 /* RCTSurfaceHostingView.h */, + 23C79358E28A8ACFD74D7E03EA871D1F /* RCTSurfaceHostingView.mm */, + C7B34F127A7646C4108668F9AC3C6060 /* RCTSurfaceSizeMeasureMode.h */, + C33577E0233D6ED7DDA1BF988FD4B8A9 /* RCTSurfaceSizeMeasureMode.mm */, ); - name = Nodes; - path = Nodes; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; - 35B078EDDA7CAEAA6B92A65996C1D6EB /* Multiline */ = { + 351604C748D724BC9EC3CA48F14F9D9E /* RawText */ = { isa = PBXGroup; children = ( - 73CCA2C1FD223B9CD5E171F0FE336094 /* RCTMultilineTextInputView.h */, - 7471355BDCFF372B7A4561E3BE42B5A1 /* RCTMultilineTextInputView.m */, - 1BED788C5E8CC81464A0172168BC69BF /* RCTMultilineTextInputViewManager.h */, - 22004FD68E770E53B070640ED8DA0B5A /* RCTMultilineTextInputViewManager.m */, - 6FA2A53D54D833F80D0AF98D34046221 /* RCTUITextView.h */, - 76A737D18C8C061F32CBB37C8B9E4418 /* RCTUITextView.m */, + 4F012952FCD2814D0A3AAF6BCE221FC1 /* RCTRawTextShadowView.h */, + 07C2CD3FA9260E23AFADC460E50D2001 /* RCTRawTextShadowView.m */, + B168835416C82C978C9606DFAB731581 /* RCTRawTextViewManager.h */, + E410D8C6F9D0F806798CAAA711DD8FE0 /* RCTRawTextViewManager.m */, ); - name = Multiline; - path = Multiline; + name = RawText; + path = RawText; sourceTree = ""; }; - 362C0DB16D584AFD8839669C80193CA2 /* React-jsi */ = { + 358F95ED4F2A528F60FEABA523603A4C /* Support Files */ = { isa = PBXGroup; children = ( - 66E11944ABD6483B2EE596F133320000 /* JSCRuntime.cpp */, - 21A6903A46BE137EA7D3BDE57B7963E6 /* JSCRuntime.h */, - A5C6D567893847C0DE0891D35C1191AC /* jsi */, - 73C3E2BAAC681D7B22CAEBACF3E84955 /* Pod */, - 549323BF920F207BF8389EC769F238FF /* Support Files */, + 0026EA9071CC419BD8FE719676EE7A41 /* React-RCTVibration.xcconfig */, + 4FB58BDBB1E2F2E6ADFB2FF0AFE1BC45 /* React-RCTVibration-dummy.m */, + C4DC94AAC3CDE3254F582CDB1104FEFC /* React-RCTVibration-prefix.pch */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; sourceTree = ""; }; - 36BF03ADEC8307E2F95C889BD36A7401 /* Support Files */ = { + 382A547CA4E5890D04F9C1E029DF0D84 /* Pod */ = { isa = PBXGroup; children = ( - 2F944056D8937A5C199F18715DA038F6 /* yoga.xcconfig */, - C945086AD1AE6D60B85B594B292DBE19 /* yoga-dummy.m */, - 710A7D87A1FE24AD1DB294CA714F8089 /* yoga-prefix.pch */, + 337B217FAEA94AF98071064BC5BA4171 /* LICENSE */, + B4788833B3CD576E6DBED5B64FEF2D88 /* React.podspec */, + 2DF9096B02D039C13035E3ACF968B576 /* README.md */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/yoga"; + name = Pod; sourceTree = ""; }; - 3A608CE9E81AD11994269F5A93146C7A /* react-native-slider */ = { + 3A6F5286BB3AB637D214925AA5432B26 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 4F4494D7107B1463779047A2884B4EBF /* RNCSlider.h */, - 3B5492A199C210CF1284AC5CAAD1A267 /* RNCSlider.m */, - 227CCAC9D12DD457BD01FEF5F0F27AAB /* RNCSliderManager.h */, - 0B082736C4AD9F49E21A84C895103D98 /* RNCSliderManager.m */, - 0640E2473E9527A8A6E912D8CC0D8493 /* Pod */, - 95B773D12406BC2A154986C04D2CD23A /* Support Files */, + 7C90C8FB1AE3B24616D36B7A40F6B7EB /* RCTSettingsManager.h */, + 3796A158BE0C878087DD773BB38B1AF9 /* RCTSettingsManager.m */, + 5CF0D500574EC54D5FF227BC54500910 /* Pod */, + 882FBDADDDCDC645232DC1DCBAAB80CC /* Support Files */, ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; sourceTree = ""; }; 3C400F753E087B794274D2D7D20D4306 /* Pods-BlueWalletWatch */ = { @@ -5028,509 +5545,275 @@ path = "Target Support Files/Pods-BlueWalletWatch"; sourceTree = ""; }; - 3C40A76E711383562765ACB587181D4A /* Elements */ = { - isa = PBXGroup; - children = ( - BC5B624A8720AFCEA2CAD853E7CADBC3 /* RNSVGClipPath.h */, - 8D62E0D2A673C16919AD83939B2F25D1 /* RNSVGClipPath.m */, - 44CA61DAD49B7054DB43EE4218CA73D5 /* RNSVGDefs.h */, - E9AE25B013A1FC128426BBDEE35317F3 /* RNSVGDefs.m */, - 12E1CCA7C5B811121EFD12ACBE9571F3 /* RNSVGGroup.h */, - E3E484AABE0DC3BCCF5AC1F0BA0478DA /* RNSVGGroup.m */, - 4E6604C208825CEB49EC0FC008E81C28 /* RNSVGImage.h */, - AC8F89F196328A86A4F64C04B4D90BCA /* RNSVGImage.m */, - 2357F735881DA8EBC8C77D66DC208B23 /* RNSVGLinearGradient.h */, - DB9A0C795CD7A11F46AFA14411E3200D /* RNSVGLinearGradient.m */, - C51EF672E576F27D54BF55CC2E62BFA9 /* RNSVGMask.h */, - BB26AB9F93B5C762FCEB367E7FDAFEEA /* RNSVGMask.m */, - FB01632BC1DAB249DD21B09CC0648501 /* RNSVGPath.h */, - CF0E438D1ED9ADDAABB5D9AB9EBD6681 /* RNSVGPath.m */, - EF6BF7F5C3F6DBD586EA16C3CBDC34C9 /* RNSVGPattern.m */, - 27DE304658323CE1CF15008285CCFE23 /* RNSVGRadialGradient.h */, - 3B1E2D20E6CF4DA0F345B7140BD2F070 /* RNSVGRadialGradient.m */, - 56BEACC407CC8EEC89EADD57D460D51F /* RNSVGSvgView.h */, - 440281AE1DC3854A91A3D0A0D2EA03EF /* RNSVGSvgView.m */, - 2012EB8D9507BCFF87550C0D36F5E11E /* RNSVGSymbol.h */, - 6BEFDC5D10B4F7692E5FEA678EE40307 /* RNSVGSymbol.m */, - 5DF8CE98455AE6C1B831D265971F4815 /* RNSVGUse.h */, - C10DCABAF190532B44C98F8B1CB61DF7 /* RNSVGUse.m */, + 3D415C4C255F6FA984F0BCD9893F3711 /* Support Files */ = { + isa = PBXGroup; + children = ( + E017C87A868E9A82CEB1548C3CF93606 /* ToolTipMenu.xcconfig */, + B3A4360FBF73258947C16016CA6A6F01 /* ToolTipMenu-dummy.m */, + 5E303538DEFF3480FB22FF5F3396A6AC /* ToolTipMenu-prefix.pch */, ); - name = Elements; - path = ios/Elements; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/ToolTipMenu"; sourceTree = ""; }; - 3E6A0D249301607924D4CE24FEFA68AF /* Pod */ = { + 40835FD45D401528E33668A31FB1C2D4 /* Handlers */ = { isa = PBXGroup; children = ( - 1A92026692A750625A5234C4C9D04E35 /* Install.md */, - E56D00C0BF3729779C928DE9E042D877 /* LICENSE.md */, - A5FB50332D59FC868AD9044047AB3F42 /* react-native-image-picker.podspec */, - 685C6610383B19415E78C1D6E95262C4 /* README.md */, - 43462AE8A9A899B52C8BE4AA7A79E0BB /* Reference.md */, + 941207A5F063B2758BDDD8EAA206D536 /* RNFlingHandler.h */, + F8D81FFCF2B6FF185CCF18EBC8EEB6FF /* RNFlingHandler.m */, + 6C3A94B9865C557E9AB02A874E2F643B /* RNForceTouchHandler.h */, + FAB0CB62384524D011932FCAA2256F85 /* RNForceTouchHandler.m */, + DDEF7130964662CD68B739CCF9EE4872 /* RNLongPressHandler.h */, + D55B5B91BE259FCC08E5FFB34A7AFE79 /* RNLongPressHandler.m */, + 6708D5736E4BEF34715C219477C5E9D0 /* RNNativeViewHandler.h */, + 82A562A70305928A920B5C95CF60C02F /* RNNativeViewHandler.m */, + 03E5633704D308D485035DDC1F40FF9A /* RNPanHandler.h */, + FBDB0F33840B2991036E73FA358A97E1 /* RNPanHandler.m */, + 7CD6A84F97A88DE9FF4EA629753258D5 /* RNPinchHandler.h */, + F6931E0653ECDB7583F75996A5BBD0CB /* RNPinchHandler.m */, + 7C3EC723369E7F258438408605A6220A /* RNRotationHandler.h */, + 4EFA3DBD173A9386D136B94F6F84DCA1 /* RNRotationHandler.m */, + 515765170AB957296AFD993135EDFC30 /* RNTapHandler.h */, + 6379C2BC65C297B71B457228EC2AFA92 /* RNTapHandler.m */, ); - name = Pod; + name = Handlers; + path = ios/Handlers; sourceTree = ""; }; - 4129F75B2476DDD1E16629E056FA7C6C /* Support Files */ = { + 4100F43DBD1365380830004B4F225216 /* Brushes */ = { isa = PBXGroup; children = ( - 658B84A32278524F35D549726CDE0E11 /* React-jsinspector.xcconfig */, - 24AC32890794946EA06B2BF1602D8A83 /* React-jsinspector-dummy.m */, - BECF02CB214D4095DAA15C53554EDF5C /* React-jsinspector-prefix.pch */, + 77F5861014ED54395A46C4E62B5C2EA5 /* RNSVGBrush.h */, + B693C55652CF3D4A8F6C8D0F92B61AD4 /* RNSVGBrush.m */, + 90CCAB8060F90B4AD104EE2DB47148AB /* RNSVGBrushType.h */, + 21ED5AA5E9EB141275CE18B166EFD7E7 /* RNSVGPainter.h */, + B28017A9564A673A7B7647402CE63DDD /* RNSVGPainter.m */, + D7B2AF336C00D39860A35F62A285B20B /* RNSVGPainterBrush.h */, + 6673D4CB68883BF38C9E966A139BB0D2 /* RNSVGPainterBrush.m */, + 26E46C6AF95F86B7D35367A03223D31A /* RNSVGSolidColorBrush.h */, + 5A64B4DACCB4A4EA0C04B3F5A916A7FD /* RNSVGSolidColorBrush.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + name = Brushes; + path = ios/Brushes; sourceTree = ""; }; - 4203D92D42BC82E2D2282B61B1F8046B /* Development Pods */ = { - isa = PBXGroup; - children = ( - 492B3C0DCA2C2CF44D353C7FA5AB7F08 /* BVLinearGradient */, - 1E3DB89F1681AAFC7C0BA6AA4ECB3CBB /* React */, - 170C34263957CE814AAC1B6F7D435A4E /* React-Core */, - C2486DE0CFB23486D402D687ADCB097D /* React-cxxreact */, - 51720DD9F747D8C9CCF5E9AD140141AE /* React-DevSupport */, - 7BC16F7C8F608C52170AAAE6FE3D3BC6 /* React-fishhook */, - 362C0DB16D584AFD8839669C80193CA2 /* React-jsi */, - 2D76EA1C38ABAE74BEB39386ADBE495F /* React-jsiexecutor */, - A7427579B5A3170A5DB0434FEDE49E48 /* React-jsinspector */, - E3B970D4AF73E077CA6569BA22C45D65 /* react-native-camera */, - 29797809F9E37F6B78130DC9AB4E2B1B /* react-native-haptic-feedback */, - 5C57187407AA8EBD6CEDF57406F86B3C /* react-native-image-picker */, - 6E713A8CB299C87F74CD7677158749CB /* react-native-randombytes */, - 3A608CE9E81AD11994269F5A93146C7A /* react-native-slider */, - C57C26ACF6A924E171FD569D57A0988D /* react-native-webview */, - 7141336EFE81544D7B9E365F80EC45AB /* React-RCTActionSheet */, - C451A09D51E61A1EF316778FAB404981 /* React-RCTAnimation */, - 4429DE6FFB093312C73FBC1CAF7100CE /* React-RCTBlob */, - 461498F06E9EF30608038204503F9F4E /* React-RCTImage */, - 8ACCF57578EA03B7D9EEEBD5BF36F55E /* React-RCTLinking */, - FA0EEA395D6C36B648D45E9271C16A8C /* React-RCTNetwork */, - 666ADF2BB2E5E87F6C50A01037B117D4 /* React-RCTSettings */, - 1F55643D0A0EAB1F7E4E8E62909DD5D4 /* React-RCTText */, - 76E996DE71C0F9B3D08127EB5CE71BB4 /* React-RCTVibration */, - 06B9B0318331ECA6030562C608DC110E /* React-RCTWebSocket */, - 26CA936F507D491673433F9B147B1BA5 /* RNCAsyncStorage */, - 4D535A6CD9E6DA728F2C287C9CC849D6 /* RNFS */, - D1209E85892668AB6B4A3BDFF72E84DE /* RNGestureHandler */, - D3B0D753C7307912AA0A303AC8B77FA1 /* RNRate */, - 0D88FBCC0866D93C7A9B13DEFB4D2491 /* RNSVG */, - A16D43049F5A21B669F812B454F3253A /* RNVectorIcons */, - 180693D4D530D3F58AE0A44D24E840F3 /* RNWatch */, - C699340FB68AEF34534A31BDE657B329 /* SentryReactNative */, - 0E698294835B20CE01475D8B35035A0E /* ToolTipMenu */, - 2E2DC463D09DEAF537A9D804C9B8F1AF /* yoga */, + 438888C59123D9A49C7BDEE87CA6DE6F /* RNDeviceInfo */ = { + isa = PBXGroup; + children = ( + 041F216500305518CBEB73961881C214 /* DeviceUID.h */, + 0DC33C0011BAF68BDEEF2B7654756BE2 /* DeviceUID.m */, + 6FEB47C8014FCA22F4D75D25E4798DFF /* RNDeviceInfo.h */, + AA7BDEDC1F7B983F3C7168026B82064F /* RNDeviceInfo.m */, + C7B3C4C2F6A1E3ACEE7F1AC634888801 /* Pod */, + 0F7E0B5F251F145D63C9FAAC9988CC54 /* Support Files */, ); - name = "Development Pods"; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; sourceTree = ""; }; - 440F9FCA242BC1EB5FA3FBC3C65EE305 /* Base */ = { - isa = PBXGroup; - children = ( - 6EC36893FAFDDBB2E107064E930B2DA4 /* RCTAssert.h */, - F1A0A41639179B8E089BFA09A05F36F1 /* RCTAssert.m */, - 1DE8221F237FFC2D542AA3D813040347 /* RCTBridge.h */, - 13A2D6EB6B439C1CD2C7FE1443D49C81 /* RCTBridge.m */, - 506369667E377B890FD651CC7B81A5FA /* RCTBridge+Private.h */, - E59C34F2AF8361A8F905499BE35694FA /* RCTBridgeDelegate.h */, - 2CB23B393FB5B978AE6DB50B4F78FF0E /* RCTBridgeMethod.h */, - 33D49D690826ABAC2439D7EC17751552 /* RCTBridgeModule.h */, - 572471ACFC7304059D2D393B52BDBB06 /* RCTBundleURLProvider.h */, - D5FB7407875161B6A5525A028FDF8A57 /* RCTBundleURLProvider.m */, - C57191B6B506B1320CBC46EBD87E468F /* RCTComponentEvent.h */, - F1359FF60D227F4683640A89F83DC2CC /* RCTComponentEvent.m */, - 5C3EE426C9B6F4ECC9142E14C054DAF6 /* RCTConvert.h */, - 795C7408EED7111075677A18756214CD /* RCTConvert.m */, - AB3A49F16187A5398A5F46340E0EB6E5 /* RCTCxxConvert.h */, - AD9804A561AE3421E873061AD2F054AF /* RCTCxxConvert.m */, - 0A7A61F6C517D6C275A9C24E7A15EB97 /* RCTDefines.h */, - 280FCC5126C01A6A1ADD9DBFB10D9298 /* RCTDisplayLink.h */, - A2ECCB07112F3AF46C74E21BC90CC854 /* RCTDisplayLink.m */, - 752B3083B3A48976B8FB2AFE2C59F4B5 /* RCTErrorCustomizer.h */, - 08AF6684B4F2EC150032D87EC82DE7ED /* RCTErrorInfo.h */, - 3559D26D3313ACBE0587405E778A9B2F /* RCTErrorInfo.m */, - 6BA7FE8CBB352A7A638E5396410F8099 /* RCTEventDispatcher.h */, - BB68016B194B70339F4F85F5BD353246 /* RCTEventDispatcher.m */, - 09B38A78C51013942E48ECC5FDAF58FB /* RCTFrameUpdate.h */, - C761AE308C937770469A22C7A17413D2 /* RCTFrameUpdate.m */, - 4E07739CBE6F0A1F26181ADEEC408645 /* RCTImageSource.h */, - 6255DDE7687C3DFC35C447D910131851 /* RCTImageSource.m */, - CDAD89BA377131946C4DD815C645531A /* RCTInvalidating.h */, - 264F424AE53507B5FD563DCDAAA16883 /* RCTJavaScriptExecutor.h */, - 3D127275C35457B6B4074761FD2EEB11 /* RCTJavaScriptLoader.h */, - A34C51EFB68FFEE8AF41ECF8491BC999 /* RCTJavaScriptLoader.mm */, - 999B718A272A79A1EF2BF35BE8659AF0 /* RCTJSStackFrame.h */, - 7746AAA76468ACC9EF51F15E2EA88A10 /* RCTJSStackFrame.m */, - 1A952FA36C447E1900AC96D1C10A41F6 /* RCTKeyCommands.h */, - 0869DF471BC7866E673DDE5EF13E32BB /* RCTKeyCommands.m */, - E7218802AC15B4F37DCC320A60056065 /* RCTLog.h */, - 24F4E54E22135FF9458BCFD0D9510F3C /* RCTLog.mm */, - D1F7B3FB2C808BFB2282D7E2DC87187D /* RCTManagedPointer.h */, - 324CB51718FB597FABE2DAB2708F619A /* RCTManagedPointer.mm */, - 9175F6DA25F7E01027F10B34466C294C /* RCTModuleData.h */, - ED6B3F6AFBA21A0DC4B2119F067051A2 /* RCTModuleData.mm */, - DFA33E3C40289DEFE17D53D2A0B62357 /* RCTModuleMethod.h */, - 16C3CA128D7F3A9502F9B74F7DFCE37E /* RCTModuleMethod.mm */, - B2398543D104A0F7B69290EB7672251A /* RCTMultipartDataTask.h */, - F1EE41DC73708E9AB558BB85EC28197C /* RCTMultipartDataTask.m */, - D42D39110D0E6658B6A51FB5C8A72818 /* RCTMultipartStreamReader.h */, - 72BD8053726FEA56D3653D5158560DA6 /* RCTMultipartStreamReader.m */, - 942942CCC141F443827F180779453E5F /* RCTNullability.h */, - FADAEC25C831A82498F0522FE7ED583F /* RCTParserUtils.h */, - 609F387DFEC0063C8697E983DBA2CB82 /* RCTParserUtils.m */, - 182ACCD32ABB4BCA019EAC81E128AA3D /* RCTPerformanceLogger.h */, - 1F85891B841AF1030595465AE5F0AAAD /* RCTPerformanceLogger.m */, - E3651DC23859A47F514B24FB165AA32F /* RCTPlatform.h */, - B2EE4C25BA934C8294D5410A28E5D3A1 /* RCTPlatform.m */, - 2D9FB3948E0AE63C1ACF1DD27B43A316 /* RCTReloadCommand.h */, - A5096CCC89FC996ED3C0D5FE4980B432 /* RCTReloadCommand.m */, - 47392CCBB3F32D3808A726F115F5326B /* RCTRootContentView.h */, - 7A89FF8F383F1B37B33FACE20056251D /* RCTRootContentView.m */, - D7A64E8409865CDCAC09ED8A4EEAEBF6 /* RCTRootView.h */, - DF91B23C17C00F84203A1BC50802E3F4 /* RCTRootView.m */, - 85DC9D3AA933DB165F4DFE5DC0FFF5BE /* RCTRootViewDelegate.h */, - 1F1D7E0F1B819C852FBD86E299A5A0E5 /* RCTRootViewInternal.h */, - E1E42CFD6D0753DD8F93FD3D998CA474 /* RCTTouchEvent.h */, - 47D7C7D0708BE237BB1FD5045BED3ACA /* RCTTouchEvent.m */, - 03A5309B5D39B08740B2AB12C6345254 /* RCTTouchHandler.h */, - E32989825CE7FC43466C9967ECE8CBF8 /* RCTTouchHandler.m */, - 9394BE1EFAFC573EBB09DEA7CAB87380 /* RCTURLRequestDelegate.h */, - 7FB9E44A758FF06394218C437C0A36A5 /* RCTURLRequestHandler.h */, - 2DEA98616EF805FCF641410B5F2D9662 /* RCTUtils.h */, - 637D30A35E29C9B020992C61A6CCA5E9 /* RCTUtils.m */, - 4F4D9FA194C97419330A2FDB24A490ED /* RCTVersion.h */, - 8FFFF9AE37B800648470E6E495631E09 /* RCTVersion.m */, - 96A4FA3B89B3AF0545413017FEDC6F69 /* Surface */, + 43FFC57E92740B5618585C296DD369B0 /* Pod */ = { + isa = PBXGroup; + children = ( + 86F31C26571B72556909E642CDFD50A0 /* LICENSE */, + FD763768A449ECDB58DF314373E21F10 /* react-native-haptic-feedback.podspec */, + 0BBBC3B444DEA6CEC9AB81EE72B7FD2B /* README.md */, ); - name = Base; - path = Base; + name = Pod; sourceTree = ""; }; - 4429DE6FFB093312C73FBC1CAF7100CE /* React-RCTBlob */ = { + 45F751AFD519384C72667888F4F28989 /* Frameworks */ = { isa = PBXGroup; children = ( - E9FAA4E401627D98013956F91E6E8B03 /* RCTBlobCollector.h */, - BCC8BA5DAFCD00A6FF4C06B03844B6B0 /* RCTBlobCollector.mm */, - B1907917FB592668D0749EBB0A3F92A8 /* RCTBlobManager.h */, - 8B4A70F7410880076F02E11BB62F92BB /* RCTBlobManager.mm */, - B9263EC81BB3EFD9324870E80747D86C /* RCTFileReaderModule.h */, - D6044F4A7F233A387243ADAEB4BE526A /* RCTFileReaderModule.m */, - F867713CF6F7F174BF205CD3266FCC8D /* Pod */, - BFFF3BE1AEDA2B74EAF58DE6869B43AB /* Support Files */, + BF6788BA6BEED5D313B9AB87ECC88610 /* AppCenterAnalytics.framework */, ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = Frameworks; sourceTree = ""; }; - 461498F06E9EF30608038204503F9F4E /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - 533B8D4E52179C6DE36352E539077302 /* RCTGIFImageDecoder.h */, - 3B2718F49D052B770292DBB8A7009733 /* RCTGIFImageDecoder.m */, - 0896529B1B0DFB9CB8973BF184F871BD /* RCTImageBlurUtils.h */, - 519AD60A4071D042E634040CFFE59896 /* RCTImageBlurUtils.m */, - DA5111C13E09AB0E7D0A6706D49E5676 /* RCTImageCache.h */, - 5490BCB32CD2A18085BAD58BB19EFEA3 /* RCTImageCache.m */, - 96618BEE9BEFF7D1A6D8B4775A4315DF /* RCTImageEditingManager.h */, - 787E552B27CF3ECF3E57B38A58E72151 /* RCTImageEditingManager.m */, - 23A3B28C52377AA55A27B57BE474AAA2 /* RCTImageLoader.h */, - 3750A6E60992C57EF5F3BE1FC1336EE6 /* RCTImageLoader.m */, - EAE4A88ABE6FE42508A75ABAD66D8785 /* RCTImageShadowView.h */, - 487A8F97381BA3D1503AB49C4351A84D /* RCTImageShadowView.m */, - C4FAF4E31968ABB5630CC354C5E84DFB /* RCTImageStoreManager.h */, - 39D4FFF4B480CCC849F6B2E40288017E /* RCTImageStoreManager.m */, - 7A0B42F28A3275AF22A69CFA3CA5DEF1 /* RCTImageUtils.h */, - C89F328F19A3F3FBCACBAD03492D2B98 /* RCTImageUtils.m */, - 49A0D9F4CD850EB7B52567BDFF51D9D0 /* RCTImageView.h */, - 6A4D922175BC1601BB3CDCD68553C0F0 /* RCTImageView.m */, - 0321D7CC23C9AF4F9DEEDFC5F384AD70 /* RCTImageViewManager.h */, - 99304B0D2774F30C325453C559609694 /* RCTImageViewManager.m */, - 1659FEDD9EB130BCD3AB0FC68BA1695D /* RCTLocalAssetImageLoader.h */, - 384CA8E4DFFB4519CF9D32FEE19AF92D /* RCTLocalAssetImageLoader.m */, - B46D08F03AA8CB097E838A6E3CD3ADB1 /* RCTResizeMode.h */, - 5420F369FC12CBD561B7AB8F5101D4F6 /* RCTResizeMode.m */, - 0A389A286C2C0BDBF73D001498DA1041 /* Pod */, - 09E030945DA2B7E92943F3EB041A9B29 /* Support Files */, + 48686EE38B75C023798213AAC7882E1B /* Support Files */ = { + isa = PBXGroup; + children = ( + 60E8BCF9A95A3C28285AE5D3B1AB9754 /* BVLinearGradient.xcconfig */, + 62A5072A50075A82CFBAB2D3FC29F9F1 /* BVLinearGradient-dummy.m */, + 3BE2D57AA7F55DE28682B86E10B9FAC7 /* BVLinearGradient-prefix.pch */, ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BVLinearGradient"; sourceTree = ""; }; - 46DE6386C418CF3CB2E0B4C9EDEED55B /* Pod */ = { + 4C3854D678EFCD6D74E39A1D7A79281E /* Pod */ = { isa = PBXGroup; children = ( - FC276AFCF66940AB0214FC8DD07F9492 /* React-RCTAnimation.podspec */, + 2A5B92C88106AAEA25FEB02493D20198 /* React-Core.podspec */, ); name = Pod; sourceTree = ""; }; - 492B3C0DCA2C2CF44D353C7FA5AB7F08 /* BVLinearGradient */ = { + 4D13947993E9BF25A80AC9E0CAF6FCEF /* Analytics */ = { isa = PBXGroup; children = ( - CE1AAD5861313CA80B6F57CD20304C72 /* BVLinearGradient.h */, - 41518E5080BBB24B7BDB24FF0DB53A88 /* BVLinearGradient.m */, - 91EB4BBABDDD15ABD28E9A0FAC48B7B7 /* BVLinearGradientLayer.h */, - 601D5DDC8E99DF2859F41A7FDAB8DD41 /* BVLinearGradientLayer.m */, - E3D19E54EEFCF1122F10A995E025215F /* BVLinearGradientManager.h */, - 3763C40AE777BB969D7D2E6300B84C91 /* BVLinearGradientManager.m */, - 6652917BF9AF21E72C5C6665AEAC85D8 /* Pod */, - 5FA567DD20E0CB3606D134369621A661 /* Support Files */, + 45F751AFD519384C72667888F4F28989 /* Frameworks */, ); - name = BVLinearGradient; - path = "../../node_modules/react-native-linear-gradient"; + name = Analytics; sourceTree = ""; }; - 4D535A6CD9E6DA728F2C287C9CC849D6 /* RNFS */ = { + 4E558F6E01B7AFCD33F339B069270296 /* RNFS */ = { isa = PBXGroup; children = ( - 9741EBCF77DC39B08887EB0FDF62C70F /* Downloader.h */, - 0A15EB1BD1B08BB99DFA51E3CC50BEB6 /* Downloader.m */, - 5F5315F514F2E85290C9833BD62E3639 /* NSArray+Map.h */, - B3644674717469AE47F3BCD065C50FD7 /* NSArray+Map.m */, - 26C4D68F7F002258F6150AE3C9877A47 /* RNFSManager.h */, - BC5BAEE722D255217AE01C5C3742B6DB /* RNFSManager.m */, - 92AB715F1CFC10C42CB27873D5E9C14A /* Uploader.h */, - AD50EA70A69B39FDDD7858C60DEF8E8E /* Uploader.m */, - F69737AB17DC9788B304A3A75668B35A /* Pod */, - 84145ECD11768F5BEB275EA03BFD346E /* Support Files */, + A9FEBFE15DFB3D4DF4A07839F78A70C0 /* Downloader.h */, + 368F79A953FFC6766529B42887D3F5E8 /* Downloader.m */, + 305358891441BCEABF216654D5E659D2 /* NSArray+Map.h */, + 5884CA869FACA719F125A470B46BAA3E /* NSArray+Map.m */, + A927B2A0DBF72CFD1D8374338948AF68 /* RNFSManager.h */, + 5BBF5BE0556C7C6D542A0F97B6CEED78 /* RNFSManager.m */, + 166649C0A811F01463B1923968116F65 /* Uploader.h */, + 6576D9B545BF33D9A526D6104B9F7DC5 /* Uploader.m */, + 511A1F030D4180A5EC9400051ECF4A19 /* Pod */, + 143F830F7A577109322ADCE8021013A3 /* Support Files */, ); name = RNFS; path = "../../node_modules/react-native-fs"; sourceTree = ""; }; - 4E7CEA83A7B5A6B688D52D7343F7BCAF /* Support Files */ = { + 511A1F030D4180A5EC9400051ECF4A19 /* Pod */ = { isa = PBXGroup; children = ( - 838D37A0351E2C4223C3ADA021629272 /* swift_qrcodejs.modulemap */, - 6D011663312AC193D3F36E2F78323DC1 /* swift_qrcodejs.xcconfig */, - 42D856BB94CBDC48CE928B9E1C33311F /* swift_qrcodejs-dummy.m */, - 231EACFA0C81801F3DAEC44634582BF6 /* swift_qrcodejs-prefix.pch */, - 67F7D3608E4C43BAAF19380ED02F2088 /* swift_qrcodejs-umbrella.h */, + 43979C81148E0E4AB773C6E713F57587 /* LICENSE */, + D04ED81D9A0628CFBD4F6A0E336124CB /* README.md */, + A3E10C93A79DB6551C342220F5C8727E /* RNFS.podspec */, ); - name = "Support Files"; - path = "../Target Support Files/swift_qrcodejs"; + name = Pod; sourceTree = ""; }; - 4F2A52EA891F2C6D9D58956743CB762C /* Support Files */ = { + 538FB4B9A93A6FCF41277F27FDBADCE9 /* Support Files */ = { isa = PBXGroup; children = ( - 42F84ABE3728BC275BFA95578C275C87 /* RNWatch.xcconfig */, - A66D5E1066B26D677B1F922083D29858 /* RNWatch-dummy.m */, - DB5C7003B280262E95C439DA26823615 /* RNWatch-prefix.pch */, + 8056E4878A190DB377B4B9D81F23929D /* react-native-image-picker.xcconfig */, + BEF5A057BCBBDEA233AEF73BA7D04A99 /* react-native-image-picker-dummy.m */, + 1A3209BA6F6AF718AB86C8EE4BFD47E2 /* react-native-image-picker-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNWatch"; - sourceTree = ""; - }; - 50F2905723A07A69643915E66DBBFB2B /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 0CA07A364643174EBBF8A36C13D260D1 /* RNSVGCircleManager.h */, - 3BA528AE15F44E30D3F91136ED7A82EA /* RNSVGCircleManager.m */, - 3F7A1517E812C1FF716F112ACA9B17AC /* RNSVGClipPathManager.h */, - 6F4E7A524BC5B50F229CF3CF7B67B300 /* RNSVGClipPathManager.m */, - AC4F5D1CDB61E7C8B9EC754B190CC2A0 /* RNSVGDefsManager.h */, - 7964FABEEBD5EAA1119966C93E9050CB /* RNSVGDefsManager.m */, - D06CC770C410E180C31645A21CED179A /* RNSVGEllipseManager.h */, - E688E445CF7E0C9936C8DE367111D1F9 /* RNSVGEllipseManager.m */, - 55623A45FA98D09FF126A8B5E6F2637A /* RNSVGGroupManager.h */, - BA2B8A3FAACA0981599D43AF9E7A8364 /* RNSVGGroupManager.m */, - 985A6AE730B8005540B55423328F0975 /* RNSVGImageManager.h */, - B135FA472E04695D37A8C66C4E487725 /* RNSVGImageManager.m */, - 44B32DE73C23DAC9090F256E34577422 /* RNSVGLinearGradientManager.h */, - 54D2CC0673621532F918EB488A1C9073 /* RNSVGLinearGradientManager.m */, - C68A526A11A852FECAE5097E36A64772 /* RNSVGLineManager.h */, - E910F56A99575D27FA6EDE7F20EEA379 /* RNSVGLineManager.m */, - F009BCF9E981BBDB98BCA5B69516ED4E /* RNSVGMaskManager.h */, - 0CD9C07F3CD2A186E609B984AEC562A5 /* RNSVGMaskManager.m */, - 380C0CFE13F01AF67F53C3C737E0FF27 /* RNSVGNodeManager.h */, - 961CA48E45F52823737D4E66C6F5502C /* RNSVGNodeManager.m */, - 04AD61F579AF35D39BA9E4594F36DD48 /* RNSVGPathManager.h */, - B6F58C7BDE6FEB7E459742E2CDC81EBA /* RNSVGPathManager.m */, - B987A84092F44B73C5A6B47CFFC8F5B9 /* RNSVGPatternManager.h */, - 20D8E793C1AF024BE9BA8A03FB6391EB /* RNSVGPatternManager.m */, - E9B82D4BC5078FAE7DBD85B74155B26B /* RNSVGRadialGradientManager.h */, - 8535C4FB8503898A868467F4AA998FD7 /* RNSVGRadialGradientManager.m */, - 13F5992A1D66FB6F7D41B87D3906A171 /* RNSVGRectManager.h */, - CBF10993A152443D446DEE03CC0C86C2 /* RNSVGRectManager.m */, - 3F447FBDCFB834E4206F527D24D4E3DD /* RNSVGRenderableManager.h */, - B3D2908FE694BECDCC223CF861842ECC /* RNSVGRenderableManager.m */, - 9D6498514D579A6BC04331B121D0A224 /* RNSVGSvgViewManager.h */, - 0C53E6B340319AAA6C510AB6FE1CA487 /* RNSVGSvgViewManager.m */, - DEA7CC5E3F12C6E57E0978C3F64F0A0F /* RNSVGSymbolManager.h */, - E073CA84B145CB728C7F1F75898A30C6 /* RNSVGSymbolManager.m */, - F38F443F28F4660080E2FBF5B3A4C200 /* RNSVGTextManager.h */, - C8D399229C7114BB20BD425E1C7DD199 /* RNSVGTextManager.m */, - 900EE19D0D86B473B44DC744F1EC73B2 /* RNSVGTextPathManager.h */, - 773BA53FED1C0E35A4F1CC9E41C9CE82 /* RNSVGTextPathManager.m */, - 8B0419E8273D29DE04D71F512510F084 /* RNSVGTSpanManager.h */, - 867B401B0DA91D1EA9AF2018F724F696 /* RNSVGTSpanManager.m */, - 349231FAF33FC2974E5B503309017785 /* RNSVGUseManager.h */, - B431EA90F220E5F0D365E83A8FB8B4A4 /* RNSVGUseManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - 51720DD9F747D8C9CCF5E9AD140141AE /* React-DevSupport */ = { - isa = PBXGroup; - children = ( - 001F173E3E201419250963DE5B0F4B4C /* DevSupport */, - CE0ADE833456E49D0D54310B7C102BEA /* Inspector */, - E2271761133A777A577466BAD2E077C6 /* Pod */, - 317D919BB82A0E5FC8EC65370ADA4674 /* Support Files */, - ); - name = "React-DevSupport"; - path = "../../node_modules/react-native/React"; + path = "../../ios/Pods/Target Support Files/react-native-image-picker"; sourceTree = ""; }; - 549323BF920F207BF8389EC769F238FF /* Support Files */ = { + 5581272633900CEB75D9224C0837557D /* Pod */ = { isa = PBXGroup; children = ( - 9DE9A68008F84BB617DD3982AE3BEBB2 /* React-jsi.xcconfig */, - 6F0ACD6976436FAFE274627EDADCB8FB /* React-jsi-dummy.m */, - 556BF179973135A19A596D99975277BB /* React-jsi-prefix.pch */, + 88216D087461B876CD25399A0D7FEA99 /* React-jsiexecutor.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + name = Pod; sourceTree = ""; }; - 57EF5C4A331E9BEEAE6563F04170AF1E /* Pod */ = { + 55951E479B11C3CAA00261F0C1ECF2B6 /* Pod */ = { isa = PBXGroup; children = ( - 7BBB595216F4B93C630A4145FEA0F33A /* LICENSE */, - 1F759EBB07A4C50DFB0DBB3194E79483 /* README.md */, - FACD3523511E8C323E9BACEABAE1B489 /* RNSVG.podspec */, + 2C0BE20966EDBBCCA877AD86388FA0A7 /* LICENSE */, + 2209C48D057301B17392D4405B42C4B8 /* README.md */, + E2A1D6DF8C9DAEE1EB57E1204F4D1ADD /* RNSVG.podspec */, ); name = Pod; sourceTree = ""; }; - 580E0270F52CBE696D5F307D41BBA10B /* Support Files */ = { + 57B84713AAB07CB1AD677CD4B0BFC1DF /* Support Files */ = { isa = PBXGroup; children = ( - 41C2D3B3401A78EF1E95E8F3E5E5F7DB /* React-RCTSettings.xcconfig */, - E460E4D2C0EE7DC0C0CDD71501489067 /* React-RCTSettings-dummy.m */, - 2597146A4EB7C0BEB9A5A01960518210 /* React-RCTSettings-prefix.pch */, + DA741ECF22EEC81C314D2E2A0C7032FE /* boost-for-react-native.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - 58538C58431D11C7B2C5E1FFD3589640 /* boost-for-react-native */ = { + 57BEC7F964EEA32BA1C3A733B33C2B8B /* Pod */ = { isa = PBXGroup; children = ( - 2F1FDC2DDFD81356E18301AF37F7A013 /* Support Files */, - ); - name = "boost-for-react-native"; - path = "boost-for-react-native"; - sourceTree = ""; - }; - 58EDD9DBA87B52BFC9DE055B526D6BF2 /* TextInput */ = { - isa = PBXGroup; - children = ( - 38070734BC9895F3645BE0947723FF1C /* RCTBackedTextInputDelegate.h */, - 76140FA7EC5AFA5ADDFFE7BA61CA8392 /* RCTBackedTextInputDelegateAdapter.h */, - BF7565CF92FF103D25F3077CB5EF5DCC /* RCTBackedTextInputDelegateAdapter.m */, - C6FA21845AF6E5EB854B69A20BBBA256 /* RCTBackedTextInputViewProtocol.h */, - B0EA2FC5684004DB206C1D134537FF2D /* RCTBaseTextInputShadowView.h */, - CADDFA6B3BA987873222C9B6AF5BDCCA /* RCTBaseTextInputShadowView.m */, - 2C059F9D72CF6AAF15C67C67A467B2BF /* RCTBaseTextInputView.h */, - 76F3951476D6EAB0A2C01B79AE566A10 /* RCTBaseTextInputView.m */, - 38FC8CEB0A7CA66ED695BDBEDDDEA3F1 /* RCTBaseTextInputViewManager.h */, - 16D14A01389DCC8FEA90833D7888A2E6 /* RCTBaseTextInputViewManager.m */, - 35EB5AB37C23A02DB2D3B5F1DC94B11A /* RCTInputAccessoryShadowView.h */, - 3C5ADF727A860DF2BF7C81845195A922 /* RCTInputAccessoryShadowView.m */, - DF0A7A62A989066ED37E117AF0A0BE14 /* RCTInputAccessoryView.h */, - 61216554FE8C46AB91603C38C6E812DE /* RCTInputAccessoryView.m */, - C651AC60F1BDA41AE5502C12CDBC77C4 /* RCTInputAccessoryViewContent.h */, - 611C8BB167A4D379C1CBD3697B8342F5 /* RCTInputAccessoryViewContent.m */, - A03996EE2C3F59B3FAD15C5C8A0074CA /* RCTInputAccessoryViewManager.h */, - D478336FC96E4D0F64EB64E3F8F69082 /* RCTInputAccessoryViewManager.m */, - 5915D4CECB0E03F61B6F001AD5ACF81D /* RCTTextSelection.h */, - 825136481EB4C9048EA9EC22C2B7D077 /* RCTTextSelection.m */, - 35B078EDDA7CAEAA6B92A65996C1D6EB /* Multiline */, - 76B9F256A00E714F9BC8E3BDDD7FBA1B /* Singleline */, + 272B7ED2990753C7EBB8653EA488F544 /* BVLinearGradient.podspec */, + 5D74B5323AFA09A77B89ADC447C0ADFC /* LICENSE */, + 04DD56B26DB4703AB6E047D8CFF22B11 /* README.md */, ); - name = TextInput; - path = TextInput; + name = Pod; sourceTree = ""; }; - 5A2B80488BCE33A9F8736D13F37EEB25 /* Pod */ = { + 57CFAB2C2D877F23AFDEE19FE97B9487 /* Support Files */ = { isa = PBXGroup; children = ( - 2334F6B00B5EF39EB8ADFE14637899A0 /* React-RCTActionSheet.podspec */, + C0461DDB83A08DBDF6CACF63DC4D4B4C /* React-Core.xcconfig */, + 2AA9A3180EA9D85D026FE1A21C6449DD /* React-Core-dummy.m */, + 7B980949E5D8261AEDD9B218ED1DE643 /* React-Core-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; - 5AD7C1BC9BD282E78D73CA6EDED106B3 /* VirtualText */ = { + 5A979AC58574B936721FC76685A75866 /* Support Files */ = { isa = PBXGroup; children = ( - A267E93E30E6EAB79D357D57DEEE13FC /* RCTVirtualTextShadowView.h */, - B015CD1B890BC0314ABA7030694A128F /* RCTVirtualTextShadowView.m */, - 1C19E3C229A8B90B6F243F9125E92FE4 /* RCTVirtualTextViewManager.h */, - 44C0F4DFBAD68FA5B31D862DEB6ACA1D /* RCTVirtualTextViewManager.m */, + 227F580F463AF8789F003D163BE44FC3 /* appcenter-analytics.xcconfig */, + 1CAB4DE9A4146FB7393B304742D1D1B7 /* appcenter-analytics-dummy.m */, + 750291315934612FDDC2A6712BF3DF8D /* appcenter-analytics-prefix.pch */, ); - name = VirtualText; - path = VirtualText; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/appcenter-analytics"; sourceTree = ""; }; - 5AE0848E204BF8039EDD673D3C9ED4A7 /* SafeAreaView */ = { + 5C282086BF4527A61C3AA165C179319F /* Support Files */ = { isa = PBXGroup; children = ( - 2C069A19EA5078FF977AB540CB83E560 /* RCTSafeAreaShadowView.h */, - 3D44FC4043E5041897F068F6D3363110 /* RCTSafeAreaShadowView.m */, - 7A0EE85892F9329A0C91C4A7F81ADD4A /* RCTSafeAreaView.h */, - D33AEA8E4C63CF9664477FAAD72AF054 /* RCTSafeAreaView.m */, - 16B6584DDC8A7AB3CB6E50A90440B87F /* RCTSafeAreaViewLocalData.h */, - 3939C327FABD2E215C61868D3896C190 /* RCTSafeAreaViewLocalData.m */, - 2E8E9CDF744E22610326180ABCFE4A51 /* RCTSafeAreaViewManager.h */, - C22910456D322ED9FAF3B604F50FD0AC /* RCTSafeAreaViewManager.m */, + 64F8B6B768B8F8C8D66A00CB861DA2F0 /* RNCAsyncStorage.xcconfig */, + 5BA1EFC186DA5C35444DBE4C6F23E947 /* RNCAsyncStorage-dummy.m */, + CD94BC9435338945BC536C3F94C8EA39 /* RNCAsyncStorage-prefix.pch */, ); - name = SafeAreaView; - path = SafeAreaView; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; sourceTree = ""; }; - 5C57187407AA8EBD6CEDF57406F86B3C /* react-native-image-picker */ = { + 5CF0D500574EC54D5FF227BC54500910 /* Pod */ = { isa = PBXGroup; children = ( - 2611A97A1BD936414C9B7856BD971476 /* ImagePickerManager.h */, - 1C28992B28E36A883FDE7DD7A19D3EA4 /* ImagePickerManager.m */, - 3E6A0D249301607924D4CE24FEFA68AF /* Pod */, - 8501C55D111D983D349599D5DADA5A88 /* Support Files */, + D83B791F3218FF1EACB6FD7F6FE81E04 /* React-RCTSettings.podspec */, ); - name = "react-native-image-picker"; - path = "../../node_modules/react-native-image-picker"; + name = Pod; sourceTree = ""; }; - 5CFE8F595DB06D4859E0A7ABA1E30C0B /* Support Files */ = { + 5F8A4233A548A390D0A3CDFDA39EC89E /* Support Files */ = { isa = PBXGroup; children = ( - F27FB752D4BED1A3F20998FBB486216E /* react-native-camera.xcconfig */, - 7AD4DB6E472E95ECF555F39F34B4A85E /* react-native-camera-dummy.m */, - 76A2550614B07F0F99659B9391FCDE13 /* react-native-camera-prefix.pch */, + DECFE6DC8D1FF7B33054CED23EF6859E /* appcenter-crashes.xcconfig */, + 8F5EC7AEEF04FEF973A243BA5019D3FD /* appcenter-crashes-dummy.m */, + B7E8651048F74CEBBF752868F6BE14E4 /* appcenter-crashes-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-camera"; + path = "../../../ios/Pods/Target Support Files/appcenter-crashes"; sourceTree = ""; }; - 5E7494F546764FF9042E4811B56DB94D /* Pod */ = { + 607D191EDD6D8DB4434B1A0179DACA74 /* Pod */ = { isa = PBXGroup; children = ( - 2A74FEDA9DD78E8223575EE6C987C040 /* React-jsiexecutor.podspec */, + 4B427A9677B0653535C26152D1ABD360 /* API.md */, + 338680F88E5C61EA816A9BC2115EC528 /* Contributing.md */, + 797ECEF4F27DAF6E02C5EC16B84AB3F3 /* expo_usage.md */, + B545362F2A3B587885995DB52CF1E6E6 /* GradleUpgradeGuide.md */, + 2DD01380318FC464D74C7A36C5373C58 /* installation.md */, + 92E57361BFB56F03A7073280CD5C18D2 /* LICENSE */, + 5DB7288C9B0EB9753E64FB2D9D525252 /* migration.md */, + E29C07C8BF5E739FA66BE20B9C9F8B61 /* migrationV2.md */, + A465F7FCE75FAA95A09CAF1B6D07F691 /* QA.md */, + 460AC687333D6B2132C762587795CE36 /* react-native-camera.podspec */, + 483C394F11B132B4EDAAE472FE816605 /* react-navigation.md */, + 1F0E29E2C6B5253975C4B58F26BF925C /* README.md */, + 8255CAC2588C7A40B7C992DD7D355913 /* Recipes.md */, + 83A8FC5B3E084E6744DA9F718D934DBA /* RNCamera.md */, + 60AC5F5BCA49CA401D24DD07249817F6 /* tests.md */, ); name = Pod; sourceTree = ""; }; - 5FA567DD20E0CB3606D134369621A661 /* Support Files */ = { + 60C9BFB6D8E7CD61585BC6547D85D9B5 /* AppCenterReactNativeShared */ = { isa = PBXGroup; children = ( - 24830CDDE9D453D1DD73FB9DAB1AF0CB /* BVLinearGradient.xcconfig */, - 06DD8497A8D4C485B90B1EA5283C8DE4 /* BVLinearGradient-dummy.m */, - 5B5C554455AF2407F5AACE8D37BF1FCD /* BVLinearGradient-prefix.pch */, + 08DCAFC1614E4AF910D416B9925FCEA7 /* Frameworks */, + 669EEFBC7844C37467D1B03BE6530D98 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BVLinearGradient"; + name = AppCenterReactNativeShared; + path = AppCenterReactNativeShared; sourceTree = ""; }; 6155CFCF116B9909F62FEA596D2C7CFC /* Pods-TcpSockets */ = { @@ -5547,125 +5830,177 @@ path = "Target Support Files/Pods-TcpSockets"; sourceTree = ""; }; - 617D9F9BCD198DBE4EBDAD2C8CAD3BA0 /* Profiler */ = { - isa = PBXGroup; - children = ( - 8680901B89124A2D48A23C85D1F80C03 /* RCTFPSGraph.h */, - 22499C1E4F1A7A0C7A29F3B64D307607 /* RCTFPSGraph.m */, - FF0925DCC0D7EAA3208F2C789289AE5C /* RCTMacros.h */, - D7608A2D9A883FDA5A87B9052053D7D8 /* RCTPerfMonitor.m */, - 15CB4BBFE052E20250B491DF6C98B1DC /* RCTProfile.h */, - 15E1B081FC97B04B25D47D0FCFD8D047 /* RCTProfile.m */, - 382D24BA76244F8E67FD0CD33EB96D5A /* RCTProfileTrampoline-arm.S */, - F5EF05193FF1162A88FF354D427A8FE9 /* RCTProfileTrampoline-arm64.S */, - E1F3D79853FD7B1B182F3DFA128BD5EE /* RCTProfileTrampoline-i386.S */, - 27D1A94070EEE636EA974024F35C7A77 /* RCTProfileTrampoline-x86_64.S */, + 63634A58D7F400FBE1253AFE61F05D18 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + 7879158046072CD51DD08AE83BC443B3 /* RNGestureHandler.h */, + 339805ECE514528ECD877B361587B97C /* RNGestureHandler.m */, + C5ABAE742633670BF2371FD9DC15ADFB /* RNGestureHandlerButton.h */, + C1EC07D5D89C6C4F4F87347395D737F0 /* RNGestureHandlerButton.m */, + B9DD024EC672A51E3A0678D4DE480167 /* RNGestureHandlerDirection.h */, + 958119D3DD683233A64AFAE1DC87BFD6 /* RNGestureHandlerEvents.h */, + 30E53D34722DAFC2D7F6C6A2B2266AB6 /* RNGestureHandlerEvents.m */, + 4B43F7682E6B0950162423EF306175F1 /* RNGestureHandlerManager.h */, + F041369EAFF5E79038244858B7888865 /* RNGestureHandlerManager.m */, + 7399EEA6067AB71E10C23A14688CEE74 /* RNGestureHandlerModule.h */, + 178AE29E3A5629C5423A93ACCA2E2BE6 /* RNGestureHandlerModule.m */, + 776020466C1C443E6F61FBD9BDE8408C /* RNGestureHandlerRegistry.h */, + 1BC3CFE4EA2EB8795AF3F7A851BE47EF /* RNGestureHandlerRegistry.m */, + 3A2E4FAD228B6992E05A1A1336FA1656 /* RNGestureHandlerState.h */, + 7172D60DCC91539BB70A4E6B927823AB /* RNRootViewGestureRecognizer.h */, + 3677F57F41C5A373D9DC9BB4F451EB39 /* RNRootViewGestureRecognizer.m */, + 40835FD45D401528E33668A31FB1C2D4 /* Handlers */, + BBFB01EF7A24AF016EE5729C9ADB4D93 /* Pod */, + 223EE20BE3DE3111F6A04B46A395C243 /* Support Files */, ); - name = Profiler; - path = Profiler; + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; sourceTree = ""; }; - 646B8210EB019F4BAF05B73E3B4CB65B /* Pod */ = { - isa = PBXGroup; - children = ( - 728EEF60D947FBDD859A92AE431697F4 /* LICENSE */, - 07DD79968B7364FD4A7A8425C5A3EA58 /* React-fishhook.podspec */, - 634444ACC027EEF7D303766DC5F3A210 /* README.md */, + 652D9C97020DA3B64DE6E3DB9C0AFDD8 /* React-RCTImage */ = { + isa = PBXGroup; + children = ( + E533A55098118B0B8A5EBE0C006318E8 /* RCTGIFImageDecoder.h */, + 3536E25BEB6DEC22D79076B7A143A44C /* RCTGIFImageDecoder.m */, + B670BA755F2DB4F58B59540A69B1D010 /* RCTImageBlurUtils.h */, + 6A758197CCAA6CA14C6DF1BD72C3E685 /* RCTImageBlurUtils.m */, + 4AF95D37B288061E0F6090F1822458B2 /* RCTImageCache.h */, + 11D2B11A3E027D74EECCBD9A0DD4DDAC /* RCTImageCache.m */, + 5B5ABE82C9C7A2EA4B17297F736ADC8C /* RCTImageEditingManager.h */, + 7D1828975F59437040006E6F417B622A /* RCTImageEditingManager.m */, + 7185F69E0F3A1BD1BFD2E397EE4461A7 /* RCTImageLoader.h */, + 25BA17478E26716E04AF75BC778F0E2D /* RCTImageLoader.m */, + 1BB6045A4AD9D97E866866630CF43C95 /* RCTImageShadowView.h */, + 236FC7F309AF126027E388253298E185 /* RCTImageShadowView.m */, + 6FADC013C52D345310B8A15F20A6EC76 /* RCTImageStoreManager.h */, + B56B5846CEDA3AB2255A11825218D2C5 /* RCTImageStoreManager.m */, + A6927EBFB0666398C623D6CB528B9EF8 /* RCTImageUtils.h */, + C85976FDAD72026133256D38B73F164C /* RCTImageUtils.m */, + 9FF4BD1B0E7D9878C3E2C1512AECB2AA /* RCTImageView.h */, + DAA6E5F4A00FCA42B7200C6680F7F914 /* RCTImageView.m */, + 7B0837DCE0258FC71A1F47A6061E57EB /* RCTImageViewManager.h */, + 70CEE87F7F4A8A64C2F6F5907D9EABD3 /* RCTImageViewManager.m */, + 41459F8C7105DBBAF8DFACEF795C38E9 /* RCTLocalAssetImageLoader.h */, + FF8FBF328BEC51882A4CDB702306ADD0 /* RCTLocalAssetImageLoader.m */, + 3698F5D53EA76E72DA2AD546758BECBC /* RCTResizeMode.h */, + 623C2E9A284A28CCA06705FBF35546A7 /* RCTResizeMode.m */, + 8FD9E2DCD489A1513853FA12E37F9DBA /* Pod */, + FEBA6A2642DE4D86FC57659109AF6617 /* Support Files */, ); - name = Pod; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - 6652917BF9AF21E72C5C6665AEAC85D8 /* Pod */ = { + 669EEFBC7844C37467D1B03BE6530D98 /* Support Files */ = { isa = PBXGroup; children = ( - 21C18A913FD93F374432C353AA5FD32F /* BVLinearGradient.podspec */, - D9412971C8D9B64FF95F671DD6C09012 /* LICENSE */, - F053CC3141CBC6F25CC3EA081A8A6FB6 /* README.md */, + 14686A8B831EA76890115E8CF3696F3A /* AppCenterReactNativeShared.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/AppCenterReactNativeShared"; sourceTree = ""; }; - 666ADF2BB2E5E87F6C50A01037B117D4 /* React-RCTSettings */ = { + 6844576601ADCCDAC515B450CE3EDE78 /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 3BCACB07F152045A62B8049A4E5607FE /* RCTSettingsManager.h */, - 2DB6F16E49F958424F7971CB5E8EF9B7 /* RCTSettingsManager.m */, - A1C28A9782885F4D6F0A20924546CE32 /* Pod */, - 580E0270F52CBE696D5F307D41BBA10B /* Support Files */, + BF4C8B3A0D9F153AAC3EECD2C6C360FE /* RCTBlobCollector.h */, + C50F22C648235C2CB403892975B8BBC9 /* RCTBlobCollector.mm */, + 66B2F193FE0017CAD8C97C72910F71B3 /* RCTBlobManager.h */, + 2FE829DE0F20B0A2413CE243377CE4CE /* RCTBlobManager.mm */, + F094C8B06FF06AAFCEB71487B2794199 /* RCTFileReaderModule.h */, + 9FCA119A34BE6ECC6A75399EB1D6E647 /* RCTFileReaderModule.m */, + 0649CCBDC53459E14FD5DC8989984E91 /* Pod */, + E5DCB3C500B3CF12DDDD0EB4E7293CAE /* Support Files */, ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - 669F489C63CB83F9D3297BC5B79A777C /* Pod */ = { + 6939522EBDCF3F32EC4EED8B55B2761F /* Pod */ = { isa = PBXGroup; children = ( - AA74BD252C42A8D6444F0B6C3EE09065 /* LICENSE */, - 1C17589365A425ACCE1F9C6FD6680D2B /* react-native-randombytes.podspec */, - 91FCF8C062BE78833FD3F80DA27E97DC /* README.md */, + 4032988161180833C9B16714F09D377D /* LICENSE.md */, + 8A03E313537A0296B1853786F0D1FE99 /* react-native-slider.podspec */, + 67FAB07F3AEB763E8ABE945ECC751749 /* README.md */, ); name = Pod; sourceTree = ""; }; - 682BACD68074E0148D719472C65E2714 /* ScrollView */ = { + 6A2983689109B0D0BED4AD7748A28BE9 /* Support Files */ = { isa = PBXGroup; children = ( - ABE6054F4DB706FDC25B389152EA9751 /* RCTScrollableProtocol.h */, - 77869EDAF7B0D96FF6EFC8541067EDF4 /* RCTScrollContentShadowView.h */, - 3E79ACA9585F008318CAF05EDC9F6CA9 /* RCTScrollContentShadowView.m */, - 0002B27B97415020B9E3E593093B26F8 /* RCTScrollContentView.h */, - E2A01EA2B4AA0693D43A2A080BD41DF2 /* RCTScrollContentView.m */, - FAB01664E1F85BDC7F47A01DF2AA4E74 /* RCTScrollContentViewManager.h */, - E75B59CB98C9759A4B45E71CFCD108D8 /* RCTScrollContentViewManager.m */, - E5621BF09B59F159554CE97EEEE3860B /* RCTScrollView.h */, - CDFE35F39D7280C84D8AC4E8CD8C70C1 /* RCTScrollView.m */, - F452F4964CE5D410190068A827AEB0E5 /* RCTScrollViewManager.h */, - 4955E916810DA8765EAF5DB58A1257F6 /* RCTScrollViewManager.m */, + F05910C03CB7B60F44AEC14475D4900D /* swift_qrcodejs.modulemap */, + BBB6EA74C9187BEDE44B82B7867F4FF3 /* swift_qrcodejs.xcconfig */, + ACD979482871D9434A26E02DEDB8A07C /* swift_qrcodejs-dummy.m */, + 20BEA40731242A45CB1846EB81DA4BC1 /* swift_qrcodejs-prefix.pch */, + 1AE87AD6DE3FE1FE2091D30B93901A22 /* swift_qrcodejs-umbrella.h */, ); - name = ScrollView; - path = ScrollView; + name = "Support Files"; + path = "../Target Support Files/swift_qrcodejs"; sourceTree = ""; }; - 69ACD6CE29EFF4FAA78DB4F0EACF8AD8 /* CxxBridge */ = { - isa = PBXGroup; - children = ( - 9637628F1B34F3DDB6E1A5F18DB4074D /* JSCExecutorFactory.h */, - 25D09621E480D16051E96A096CDDFD3D /* JSCExecutorFactory.mm */, - 2E93655B274394B5F29043AE5767E6F3 /* NSDataBigString.h */, - FCFD18564B84B1B89149A09AFE97A68D /* NSDataBigString.mm */, - CB0390764934B7A74FDD7D5AC3A1FC6E /* RCTCxxBridge.mm */, - B00EFCA96CEF9689D555162E631588D0 /* RCTCxxBridgeDelegate.h */, - 4295784B665EC07842F2AD0049BDE339 /* RCTMessageThread.h */, - 8A7A663B03081592569BA3ACBA9ACA4F /* RCTMessageThread.mm */, - A5052EC114DD92A4897BCAF4C2070D63 /* RCTObjcExecutor.h */, - 453F1C06247611032E0E1FE9C8F2E8D0 /* RCTObjcExecutor.mm */, + 6CE3C14A8DC263CECD98F0108C3682D4 /* Modules */ = { + isa = PBXGroup; + children = ( + 92C8AC915168B3A586502D3423A65E2A /* RCTAccessibilityManager.h */, + 3021847C08AD670811797BC1EF4ABFA8 /* RCTAccessibilityManager.m */, + 937A028196AB378DDEFB97062CB67B93 /* RCTAlertManager.h */, + FCF35061C4C98D7789B7828DD5D42443 /* RCTAlertManager.m */, + 656FB4C0C04643F98CD7923DF3FEB7AE /* RCTAppState.h */, + 3C83707C8698F9C512B1346204BB7986 /* RCTAppState.m */, + 6584239A877C974D7F706BB9B7409F03 /* RCTAsyncLocalStorage.h */, + 5EC4DDD38E9C4014DE7E139691D7E37C /* RCTAsyncLocalStorage.m */, + 922B1FF4DDD6498DB5F414AD10BCE8EC /* RCTClipboard.h */, + A036E6721D9F33191929BF56A455C6A2 /* RCTClipboard.m */, + 18C4035CC215C31EBE7EB2C05EA61A4C /* RCTDeviceInfo.h */, + 2E3C7AB4AD725AB66DCDB4E3A3AB1185 /* RCTDeviceInfo.m */, + 3346C0CB13F172A7156B8A211AB27275 /* RCTDevSettings.h */, + F19E23C3ABF26C74FB9655CA3C7FCEFC /* RCTDevSettings.mm */, + 00828ED37D10F0B1B25B7AB00BB4140C /* RCTEventEmitter.h */, + D083DC87A631A66CFAD93573FD7D1770 /* RCTEventEmitter.m */, + 448AFE0F50F6019226F81E60CD191E24 /* RCTExceptionsManager.h */, + D5076511ACF03382FCD516EEEC9B7961 /* RCTExceptionsManager.m */, + 28A0708BC706975D14C9CCCB5DC16D63 /* RCTI18nManager.h */, + E1FFCFB1C2975197F621D93CBF4E5CBF /* RCTI18nManager.m */, + 81537892EAC9EA08FEB99244D26BAFB8 /* RCTI18nUtil.h */, + FE526408DABD376700A4A300A5B54FD1 /* RCTI18nUtil.m */, + 0CE0318A389350FD6A7232CE79F3D235 /* RCTKeyboardObserver.h */, + 3CAECC111EC0BE64E0AD8AF29B8590A4 /* RCTKeyboardObserver.m */, + B66DA51BE16685CA6E37ACDACE9B8572 /* RCTLayoutAnimation.h */, + 844959CC5FDDAD30FBD2632DE400CCDB /* RCTLayoutAnimation.m */, + C7E202982340BBEC97BC0A4995F2A374 /* RCTLayoutAnimationGroup.h */, + 98920F54EB9B81F6B308EAD5EAC930CD /* RCTLayoutAnimationGroup.m */, + B1029D8A18BB286535B83EA863928817 /* RCTRedBox.h */, + 7C3FF1AE58D324A1FCEFB8DF6CCC3E7A /* RCTRedBox.m */, + 97889EB8BDD09C3305B80387222B1933 /* RCTRedBoxExtraDataViewController.h */, + CB771FCE00591996B0413B6D76BEBE50 /* RCTRedBoxExtraDataViewController.m */, + 2049D0FAACF7478FC9FA9DE199F1B9B4 /* RCTSourceCode.h */, + 346D82202D5D3CE104BE2760B33C9CB7 /* RCTSourceCode.m */, + CC183D9123184770FFAC9B1C573CF44D /* RCTStatusBarManager.h */, + 283211F7E86A64E7F73F158C5D3945D7 /* RCTStatusBarManager.m */, + 7E01257C240CB77FC117BF924327AB8B /* RCTSurfacePresenterStub.h */, + E5E000284BC70791E689FAD6625B8F4A /* RCTSurfacePresenterStub.m */, + 1EDDCE39DE5C8E2D189AB2B1BF9B139E /* RCTTiming.h */, + 58FE62D0CCE8DEEB8E35573CA10B2AC6 /* RCTTiming.m */, + B28590EF9796B533FA2233F2FAE63454 /* RCTUIManager.h */, + AB3857BC46272695D2875DA68A7C9C43 /* RCTUIManager.m */, + EAF3C0787729BC4DFEE6C89C422C00EE /* RCTUIManagerObserverCoordinator.h */, + 834BC6DDCC869BC2880A1EC65BF5E21B /* RCTUIManagerObserverCoordinator.mm */, + 84A137ECE20B61F86B13F91F5C9E5091 /* RCTUIManagerUtils.h */, + FA6DD6EA11F7A551F40859BA3A3DDEA8 /* RCTUIManagerUtils.m */, ); - name = CxxBridge; - path = CxxBridge; + name = Modules; + path = Modules; sourceTree = ""; }; - 6C5C36225DCF9AF6B1EE1730FA577AA9 /* Pod */ = { + 6DF4026E23D7719D402338F08F7499B5 /* Pod */ = { isa = PBXGroup; children = ( - 78FE46F14678D1C6E4B94D2B71B8F08A /* LICENSE */, - 82E8FC93F5F36A98A93EE774DCD8E02F /* react-native-haptic-feedback.podspec */, - 409E3D29FE6883D40BEE2912B1B4F40D /* README.md */, + 10728E0952EAB4A5397392D64F0BE512 /* React-RCTNetwork.podspec */, ); name = Pod; sourceTree = ""; }; - 6E713A8CB299C87F74CD7677158749CB /* react-native-randombytes */ = { - isa = PBXGroup; - children = ( - 3702FA9C0FF517E6D513892A02877C53 /* RNRandomBytes.h */, - 6DCB500E60679453A1076FC8AF647EA0 /* RNRandomBytes.m */, - 669F489C63CB83F9D3297BC5B79A777C /* Pod */, - D7CED2DB3EC9A2DB14E027BF4E3FED95 /* Support Files */, - ); - name = "react-native-randombytes"; - path = "../../node_modules/react-native-randombytes"; - sourceTree = ""; - }; 6F51357DAC93A719CB5E5671DFDB64F3 /* Pods-RCTQRCodeLocalImage */ = { isa = PBXGroup; children = ( @@ -5680,1475 +6015,1723 @@ path = "Target Support Files/Pods-RCTQRCodeLocalImage"; sourceTree = ""; }; - 6FF6E1C4F9B8ECB0D0494A6394044E2B /* event */ = { + 70E960140080DD7600F91C7C66D87AB6 /* Support Files */ = { isa = PBXGroup; children = ( - CB39BFAEBFECC98255862FA878029C46 /* event.cpp */, - 93422915E27290757A441059F55FE6EF /* event.h */, + 0C4BDB2DA831654A6CC6B9045B5BAD25 /* React-RCTNetwork.xcconfig */, + 75CA6D6111558E68BB8DD8B5AE85C4DC /* React-RCTNetwork-dummy.m */, + 4B25A8ADA9195EF434EC9B7F4CA90591 /* React-RCTNetwork-prefix.pch */, ); - name = event; - path = yoga/event; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; - 7141336EFE81544D7B9E365F80EC45AB /* React-RCTActionSheet */ = { + 72AED446E26D3866519CF518D433186F /* Support Files */ = { isa = PBXGroup; children = ( - 58213E4516CA11DD3852C7BA6826671B /* RCTActionSheetManager.h */, - 9B74F2F15EBF8E0476C5144AC1D44A12 /* RCTActionSheetManager.m */, - 5A2B80488BCE33A9F8736D13F37EEB25 /* Pod */, - D9E13AC6CE8581A9E7B4B8AE35416873 /* Support Files */, + D67B2F7FB88DDEA8C07BDD8A773DEB81 /* React-RCTText.xcconfig */, + 29A5B82E193E89F98085D875D6A888D6 /* React-RCTText-dummy.m */, + 8BD13CC4F53FA5A4C14FA3FE01670B78 /* React-RCTText-prefix.pch */, ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; - 721D2CD2E606630A4C4448FFCDFA6548 /* CxxUtils */ = { + 76A420BF978B9BE195C9FCAAE28550EE /* Pod */ = { isa = PBXGroup; children = ( - CC0F46895F53F56B3C739EA6A34FEA1A /* RCTFollyConvert.h */, - 2F0393DA515EFCF5227CA50629098A5C /* RCTFollyConvert.mm */, + 0D226820F774AFC203CABC339B861E03 /* React-DevSupport.podspec */, ); - name = CxxUtils; - path = CxxUtils; + name = Pod; sourceTree = ""; }; - 73C3E2BAAC681D7B22CAEBACF3E84955 /* Pod */ = { + 77060750601A682FA3CD47EEC89453D6 /* Crashes */ = { isa = PBXGroup; children = ( - BE33DCCD6B5866AE32E05646418F7446 /* React-jsi.podspec */, + D68C36BACE81C978828A8FE685C0EBF3 /* Frameworks */, ); - name = Pod; - sourceTree = ""; - }; - 74FB459CFDFD3F8868EB611E7F555A56 /* Core */ = { - isa = PBXGroup; - children = ( - 64D0EC11FAAAEEC97BD69E5DBE585442 /* Container+DeepSearch.h */, - 0522CF2077FA94A6911D22E1D4406A17 /* Container+DeepSearch.m */, - 223F9C1484CCA185F593B82737B97BBD /* NSData+Compression.h */, - 72F0D6EF2A4546BA2E4E2F39C3E44E6F /* NSData+Compression.m */, - 3F59C746E4564B484EAEC8C9392CFCB7 /* NSDate+Extras.h */, - 39D7C0D4625D153AEB5228423F7489A8 /* NSDate+Extras.m */, - 419B25562F92240F964ACFF327678584 /* NSDictionary+Sanitize.h */, - 0785657430D2E5AE5A744C04DBD750E4 /* NSDictionary+Sanitize.m */, - 19ED6AF2B0F0638B6D77B1FAD0C92AC4 /* NSError+SimpleConstructor.h */, - F0F36BA7C0FC2175F4654DB23C2FA788 /* NSError+SimpleConstructor.m */, - 85FB8713D58F62C03D767A00AD58CBC2 /* Sentry.h */, - 795CD00417B1C3A8ECF7FB06E6C76127 /* SentryAsynchronousOperation.h */, - F20633CC10462B58754A61587A23712F /* SentryAsynchronousOperation.m */, - 47C280916CCA399A36E20BC3C117038C /* SentryBreadcrumb.h */, - EBB4E1812C61351A76ABAA0EE0DA770C /* SentryBreadcrumb.m */, - 55F5B5CAFC3683C2FE6FE98B2695AFAF /* SentryBreadcrumbStore.h */, - BF104CF5BB8A21D0A7EACE2617DF9C37 /* SentryBreadcrumbStore.m */, - 618BDC710080F0E3018DB278DA72E65F /* SentryBreadcrumbTracker.h */, - C1C1B5C21875B514EA2E5A1798126358 /* SentryBreadcrumbTracker.m */, - C69E056D4137FDC5D3D2109A729C6A37 /* SentryClient.h */, - 932AD640E3B2A7B5FD905762A7C96AC2 /* SentryClient.m */, - C3AB3FA945B3D8B17ABD6CE3A488D23B /* SentryClient+Internal.h */, - 537801A197BE207DE6E2774677C2F4EA /* SentryContext.h */, - E13307A47A879D53D927E7AA8BDFB15C /* SentryContext.m */, - 36293CC7B167D8421EBC89A419531A3E /* SentryCrash.h */, - B30E214EB4143FF41D764CCF891F415C /* SentryCrash.m */, - 6F4F4F8D3C284B588D1BF99368A3928B /* SentryCrashC.c */, - 00FED58DBC8EF0BB45D09F60FE2DA7B8 /* SentryCrashC.h */, - 291D45BFE9919420C802C145129C63B9 /* SentryCrashCachedData.c */, - BC53F19CDE539570CAB86E3D2FF98ECB /* SentryCrashCachedData.h */, - F57246374EA7BF901F3D3FCBF5CB45CF /* SentryCrashCPU.c */, - 8510813835686C1AC406B4D8E82B41BF /* SentryCrashCPU.h */, - DD364D5D713E3C738BA79C4B236A7FB6 /* SentryCrashCPU_Apple.h */, - C3AA882C2381BE4123C1913FE32B3633 /* SentryCrashCPU_arm.c */, - AF9A8CC7CF508FDAD82581105BF6E97D /* SentryCrashCPU_arm64.c */, - 8C4B947C5775A938D7E01BD7E7F1146C /* SentryCrashCPU_x86_32.c */, - C3BEC11449CC09C24F9A0613D46769CA /* SentryCrashCPU_x86_64.c */, - D090EE35F308AFF4977431072EB18951 /* SentryCrashCString.h */, - F1025AE1C148BD29C4B5076E6292EC7B /* SentryCrashCString.m */, - 0058E5E51FB0D7358EDC25AEAEBBD012 /* SentryCrashDate.c */, - B6952C96F0014561B97E224763F850E1 /* SentryCrashDate.h */, - 2BB7B81D4EE06192DFD3215DDB0CD6E8 /* SentryCrashDebug.c */, - 8BD3A686718648A78025D4BAB12B4953 /* SentryCrashDebug.h */, - A447CD8E9C2AFE1110A68E92D73AFCEA /* SentryCrashDoctor.h */, - 4CF814E760D3D01D6C9591CB0E5A6F33 /* SentryCrashDoctor.m */, - BF2DF12DD89645471DE40A42FEE8CF6F /* SentryCrashDynamicLinker.c */, - 4E462F73CC87A4A665B386135E5F85A2 /* SentryCrashDynamicLinker.h */, - 09180229361C81A8A774EF2AB4B5A558 /* SentryCrashExceptionApplication.h */, - 7E145AA087D9660A4FCA82F5ECDBA334 /* SentryCrashExceptionApplication.m */, - 048A87EC3BE73252C7369DCFD136CDF3 /* SentryCrashFileUtils.c */, - BDC2C977E7B02896DEF4241A92BB40E0 /* SentryCrashFileUtils.h */, - C3EE93BFAC8C7FB0B6BECE58E0982BFA /* SentryCrashID.c */, - 0C1FC0F1609C3C88C46D9A76E0B58A7A /* SentryCrashID.h */, - 8BA7682E140690CAD580288F5E62D76C /* SentryCrashInstallation.h */, - FA08935F438DEFFC6C8899533561DEEC /* SentryCrashInstallation.m */, - CE68EC22D5A55DC1E2421C8F080991AE /* SentryCrashInstallation+Private.h */, - BE54FD782B89A71F3FBD87885910960F /* SentryCrashJSONCodec.c */, - 32F3729E712AD4049D53698CE4BFC3EE /* SentryCrashJSONCodec.h */, - EE1B558966CBCDB8B1B17639A3AC2358 /* SentryCrashJSONCodecObjC.h */, - 0F329E496347CEA5FF7D0C8FB7C56C37 /* SentryCrashJSONCodecObjC.m */, - 1B458851F80261D5C31D7BF0A8B79906 /* SentryCrashLogger.c */, - 44CE8A0544F3C260ACA6C92B1A5DE0B2 /* SentryCrashLogger.h */, - D4F7A5DD8B66BE238C4185D6CD611882 /* SentryCrashMach.c */, - E9A2695EE50A12F6F2A38461C2F71E51 /* SentryCrashMach.h */, - 75A4E0A94CDD445D6B3C3AA7E19CDEEF /* SentryCrashMachineContext.c */, - 3F9A502CDE922444A935BF2752AA2E45 /* SentryCrashMachineContext.h */, - BD48A5A452426AB67D07DCF9214EF4AC /* SentryCrashMachineContext_Apple.h */, - DB400ED63A2424CAE8373115F1529A16 /* SentryCrashMemory.c */, - 338252B21D2A3E5FCABAF72B1406AB07 /* SentryCrashMemory.h */, - BD46F1B628989C47911EEF85CB5161D2 /* SentryCrashMonitor.c */, - 8601AD7458032E955BC0E997D4A95483 /* SentryCrashMonitor.h */, - 6874309B6808BE27F5135443D641E13F /* SentryCrashMonitor_AppState.c */, - 504E5BFCEB9B05B5C73BB2F0184F92C3 /* SentryCrashMonitor_AppState.h */, - ED88ECD813C74FA63D8C04AA53CAB402 /* SentryCrashMonitor_CPPException.cpp */, - 52070BC37669D0491EE1035538C612B2 /* SentryCrashMonitor_CPPException.h */, - EFF05044EF7A6ECF62235F10C8971B56 /* SentryCrashMonitor_Deadlock.h */, - 40B5E2FA885556451078D5B30EFD643C /* SentryCrashMonitor_Deadlock.m */, - 95F216575AA88FE377AF24B498EFE08C /* SentryCrashMonitor_MachException.c */, - 926DB99ECC8B8E4D61F0F9C77D6B5646 /* SentryCrashMonitor_MachException.h */, - 2E303E191CF02D71265C1B3E2BCE72AE /* SentryCrashMonitor_NSException.h */, - 551C8A7C74EBEDB865DC88287189D608 /* SentryCrashMonitor_NSException.m */, - 0975ED21620DA08D50F8A3FE270407E8 /* SentryCrashMonitor_Signal.c */, - 8C4EA02AAC4428F14891730EC78D80AB /* SentryCrashMonitor_Signal.h */, - 30E13984CED79408D49290A480210D55 /* SentryCrashMonitor_System.h */, - DF9C98A91604FD68E21AAC2631D855F0 /* SentryCrashMonitor_System.m */, - 18C6D74F22A56E56F293DF5EA0739400 /* SentryCrashMonitor_User.c */, - 41C07AB0B60A6BEB1D7CB1A63307E1F7 /* SentryCrashMonitor_User.h */, - 721004542F33971491B2CAF04F4F96C0 /* SentryCrashMonitor_Zombie.c */, - B7B28F188529EF8EC0C54B6498076033 /* SentryCrashMonitor_Zombie.h */, - 5A0062348FD72510807FF172146BFAD9 /* SentryCrashMonitorContext.h */, - 1EF9DF737732A1FFD09219BD4E3A362E /* SentryCrashMonitorType.c */, - 77160D195989B4EE37A7489B16584E6B /* SentryCrashMonitorType.h */, - A25B038DC80940AFC446326AA4E366EE /* SentryCrashObjC.c */, - 9ACCC5293A001403D8F2399186EE7076 /* SentryCrashObjC.h */, - 385C96E9A2CC6758B607208563BCB84F /* SentryCrashObjCApple.h */, - 19C81AD38449D7EC6560AA89700A5723 /* SentryCrashReport.c */, - 300E1AD5B5158AD6D80784A1639A5083 /* SentryCrashReport.h */, - 5368769F1C1DC85B52E11A32305EBB53 /* SentryCrashReportConverter.h */, - 75B3F6A960D492812E59E29B18D7BB2E /* SentryCrashReportConverter.m */, - 2F808101B81507FE63191C299473ECB5 /* SentryCrashReportFields.h */, - 1532A824DA9EA4B061DE4F4741347AFD /* SentryCrashReportFilter.h */, - BD2D92E942E30EA283CA639D0E6FF188 /* SentryCrashReportFilterBasic.h */, - D97AD29A4F083E7F40B5C35FDA00E73F /* SentryCrashReportFilterBasic.m */, - 8969CBF8BACEFE234256074FF386E9A4 /* SentryCrashReportFixer.c */, - 474A580BA00788999C99EB3F788E4D80 /* SentryCrashReportFixer.h */, - AF980D41AE9AB40A8A3277B6B9A3C814 /* SentryCrashReportSink.h */, - 043EDD2BED2B77BEAE532C8C8F4B94CB /* SentryCrashReportSink.m */, - 12C1DFF4B815C0762C820F87E45D0C36 /* SentryCrashReportStore.c */, - 27BE1704FEC1DB13EA55DB67B45697AF /* SentryCrashReportStore.h */, - ADDA8D89764914C124760716A17C3A34 /* SentryCrashReportVersion.h */, - 0AF0EC642A8F161EF46B98FA6B1DAC67 /* SentryCrashReportWriter.h */, - 9E11BAD01700A5682537DFCA62BC78C6 /* SentryCrashSignalInfo.c */, - 5FAC3EC5BB18D8E6C894EAA0C23DCA21 /* SentryCrashSignalInfo.h */, - C6CCCC18E19306970E055257995F1524 /* SentryCrashStackCursor.c */, - 9211849C57A884E574BC01B18ED1E312 /* SentryCrashStackCursor.h */, - BB147E4BCD541D77C54589C9890DD08F /* SentryCrashStackCursor_Backtrace.c */, - 6E66C20B5A91CD3B1007685DE43B1909 /* SentryCrashStackCursor_Backtrace.h */, - 32ACF33A17B608BE1AF28B96445937E3 /* SentryCrashStackCursor_MachineContext.c */, - 314A7E6DAD3BFD650FFAA848657ECE32 /* SentryCrashStackCursor_MachineContext.h */, - EF4B32B62579DDB0F1988933E5B6226F /* SentryCrashStackCursor_SelfThread.c */, - AC2ACB736048241D4D872525141D3F21 /* SentryCrashStackCursor_SelfThread.h */, - 0640EC493B3BE2CDFDBDDCDC2696A0D4 /* SentryCrashString.c */, - 04D00184090D26111834C8A9AAC3E08D /* SentryCrashString.h */, - F4EEE3B8EBB82921D1C5B3C617AE40D2 /* SentryCrashSymbolicator.c */, - 1EB2223741CE1AF1D73F5E3FBB4A6B5D /* SentryCrashSymbolicator.h */, - 214219452C2BBDCE224A1178EF141C4A /* SentryCrashSysCtl.c */, - 06947B2046EAD24BB506D091D8DEDA79 /* SentryCrashSysCtl.h */, - B61077E17A372FAD7293B20924E17238 /* SentryCrashSystemCapabilities.h */, - F4973923CDADE0512A90C2509B507885 /* SentryCrashThread.c */, - F4326F4D7E3CD026386613BB33B46ADF /* SentryCrashThread.h */, - 6B7CD24E369D2B0331658F4D4E23712C /* SentryCrashVarArgs.h */, - 33A743FE232FD8D0E1CB8D6E0973A344 /* SentryDebugMeta.h */, - CC2D8073F96F84800529326928165872 /* SentryDebugMeta.m */, - 6E60C78EBA24D10F6B77F0450C77D98B /* SentryDefines.h */, - 1A230B25424F1C9308F790A658027090 /* SentryDsn.h */, - B4A497AF816FAC096FEFCCB6A6F6F514 /* SentryDsn.m */, - 55BECCE71624E235D9D333390BEC722B /* SentryError.h */, - 640C67B6CD2D1197F27066539FA2A3FC /* SentryError.m */, - 6C7C72F2189FCA2EA60608C0922223B3 /* SentryEvent.h */, - 96991AD1CDA18825282A01D13CF533B0 /* SentryEvent.m */, - AEA217B2110F2A51484B6A3AF55E6CAF /* SentryException.h */, - C875D24CE56001BB862896E71658DA1D /* SentryException.m */, - 92CFF9F344FB0A8ED512A52BF6853683 /* SentryFileManager.h */, - 93AC7B296BAA755A95D223404AB1BFDF /* SentryFileManager.m */, - 6156C26797B3E4F76A4A3D76E12A13FA /* SentryFrame.h */, - B5CCB1C293999EB590D022AF15DDAE7A /* SentryFrame.m */, - 12EAA287E9DB1BC037D1E153FDB77426 /* SentryInstallation.h */, - F7656E80084A8044EF244DE6E0651219 /* SentryInstallation.m */, - 25410CB5B01A6E532232CBD1DDEDDEFA /* SentryJavaScriptBridgeHelper.h */, - 704C1B09A2B10335745AE50EFC742C2C /* SentryJavaScriptBridgeHelper.m */, - 9EC1B3AF2A61C7062CAC99E4D191AD63 /* SentryLog.h */, - CD6775882D9E7A0ABD0835F70F7A669D /* SentryLog.m */, - AD0DFC1A140FE5D65F0459E320ED6D3F /* SentryMechanism.h */, - 1A4E2CC74A0409EF78E0C3A9052145E0 /* SentryMechanism.m */, - A0DB4AD9102614525D5B0928721EEAF4 /* SentryNSURLRequest.h */, - 5F89333F800B290F6D777E0D5C01A834 /* SentryNSURLRequest.m */, - 52ABBCBD544FC8507CC7C470E4EF4DE8 /* SentryQueueableRequestManager.h */, - 4D240ACA8DA83E85319B332BDD73D1FA /* SentryQueueableRequestManager.m */, - 1F7B3D0289C44EE25B34AE4044AF717C /* SentryRequestOperation.h */, - 08217097382238CEE8216E34D4B92369 /* SentryRequestOperation.m */, - EEBE916F2ED77A255C222BF823542667 /* SentrySerializable.h */, - 162BAB309E280E0BD0961BCB2DAE6136 /* SentryStacktrace.h */, - E851B3AEC8696F09225EFFB30BAAD38A /* SentryStacktrace.m */, - 249A050AE68B067B76B1497911DC4795 /* SentrySwizzle.h */, - EB7E2AB06515722880CF5D2C110D1E51 /* SentrySwizzle.m */, - 65EE7437DC5AE5D4BBEAFFF732C69022 /* SentryThread.h */, - 97B78E5781868F79AB8140916BA0D2BF /* SentryThread.m */, - EA37A2B69E396D2C8BF163AA575467C1 /* SentryUser.h */, - 8D478CB13596C32D1D70F795424F2878 /* SentryUser.m */, - ); - name = Core; + name = Crashes; sourceTree = ""; }; - 76B9F256A00E714F9BC8E3BDDD7FBA1B /* Singleline */ = { + 7731B8D3E57E240BBD8ABFE597B226BA /* Support Files */ = { isa = PBXGroup; children = ( - 2569C41F9CA34A6C03CA6DA3A55825CC /* RCTSinglelineTextInputView.h */, - 6B372B7EACFED032F798626B7EFB057A /* RCTSinglelineTextInputView.m */, - BA15A841F66FDC5EBFFD40C77811A315 /* RCTSinglelineTextInputViewManager.h */, - 256FC9C060B6AE90144FAF2B58FB024C /* RCTSinglelineTextInputViewManager.m */, - 00179B1A0D46FBBEA23F0C3346EF2012 /* RCTUITextField.h */, - 4A7F1FB72A3CDFF5F8437EC0F285CC12 /* RCTUITextField.m */, + 0CDD9E92983C2C5EF36AA753CFF18B2B /* react-native-camera.xcconfig */, + 021020B9143E5811E3C76120244606A5 /* react-native-camera-dummy.m */, + 480DA52030AB5EF26C6180A3C889DB09 /* react-native-camera-prefix.pch */, ); - name = Singleline; - path = Singleline; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-camera"; sourceTree = ""; }; - 76E996DE71C0F9B3D08127EB5CE71BB4 /* React-RCTVibration */ = { + 79C7A105D6FCE22F8B19D4645F62CC51 /* Pod */ = { isa = PBXGroup; children = ( - C13C121BE42D715C2B9125E2C7A89F48 /* RCTVibration.h */, - 206608A6C8ACF3AC473ACA460581D8E5 /* RCTVibration.m */, - 02F5FFED33421776965BA92402EA1D1B /* Pod */, - 96417045D0531A940C2B69601B882362 /* Support Files */, + 5B37B08939A9F2C47BF20E2407904BC1 /* React-RCTAnimation.podspec */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = Pod; sourceTree = ""; }; - 795A9D9D61CD44E6FA08A22D1A6275DA /* Pod */ = { + 79F2CD5AFBB4D8B0B2B840D109CA24AF /* Shapes */ = { isa = PBXGroup; children = ( - 598A28C5ADCD5D128EB52E0B219A38A4 /* React-jsinspector.podspec */, + CA26AF66C2AFC2936C792E8CEE14D79E /* RNSVGCircle.h */, + 2C5BF1CCEA4F9097FE2B213F512453A2 /* RNSVGCircle.m */, + 8F5C9FFA86698ACA6411B4CAEE476C59 /* RNSVGEllipse.h */, + D13CE20097FAC5E32D6D89AE6473482B /* RNSVGEllipse.m */, + 65D5D233CD4AEDBC0A1965B21B95B44B /* RNSVGLine.h */, + 5258938C6E535B80B05C09AC1033BC47 /* RNSVGLine.m */, + 6FD0BEBBB091AEBED374AE4B1BD9FDE1 /* RNSVGRect.h */, + 2447423E1437FC51C2B825F75B7C18F9 /* RNSVGRect.m */, ); - name = Pod; + name = Shapes; + path = ios/Shapes; sourceTree = ""; }; - 7BC16F7C8F608C52170AAAE6FE3D3BC6 /* React-fishhook */ = { - isa = PBXGroup; - children = ( - A6AB23C33459A8341214965D9E47CD26 /* fishhook.c */, - A6C3577A9CA7EC2707BFB5EA78F4F17D /* fishhook.h */, - 646B8210EB019F4BAF05B73E3B4CB65B /* Pod */, - CAACC83E6DAF84E7D37FA70EBF9D6058 /* Support Files */, + 7C8C8BB327D87568D7065911D92DF64E /* TextInput */ = { + isa = PBXGroup; + children = ( + E825A880605AD7201FE162C6A8D7004D /* RCTBackedTextInputDelegate.h */, + D872BC4ECCE6F1FEDB8A89027A75D22A /* RCTBackedTextInputDelegateAdapter.h */, + 8CE04CB7E9FFB3C5C967E09DA231BFEB /* RCTBackedTextInputDelegateAdapter.m */, + 7F1C8F78CC5180B2F530E8FEB744431E /* RCTBackedTextInputViewProtocol.h */, + DB7E4971BAC31411C726453DF306666F /* RCTBaseTextInputShadowView.h */, + CD19189CF0680D62D91668D423B62269 /* RCTBaseTextInputShadowView.m */, + E44AC44045AF7B8EBEF086E992DFA9F0 /* RCTBaseTextInputView.h */, + C930F22BE097E57585A72B1EC50A9BF5 /* RCTBaseTextInputView.m */, + E617281B107781C0A373B4B7A19074EE /* RCTBaseTextInputViewManager.h */, + 1E4AB968FCAFFD7D7D9A62979C50B2B4 /* RCTBaseTextInputViewManager.m */, + 8B9C0B3BDEACC9C52212FA8892EB564A /* RCTInputAccessoryShadowView.h */, + FF952CAB7816F99525294440F478B80B /* RCTInputAccessoryShadowView.m */, + D7B16BAADAEDE8BB71569E4C516F6D8F /* RCTInputAccessoryView.h */, + 24CF89AF53F6910DFFF561212DC47023 /* RCTInputAccessoryView.m */, + 610F0246AE78180F8702275B7AEB6EB3 /* RCTInputAccessoryViewContent.h */, + D5E547E11C5CDCFB37F741873C864170 /* RCTInputAccessoryViewContent.m */, + E204B4ADFE426646DCFD860BBE41B2EF /* RCTInputAccessoryViewManager.h */, + 17BE496DE024FEAAE48186F55D7226B3 /* RCTInputAccessoryViewManager.m */, + 8B378E6F8CD953A929F914A93D6F771F /* RCTTextSelection.h */, + E224E7576C7B69B83DAC44A3EF44DB20 /* RCTTextSelection.m */, + 7F0EE9B9F73F258FD81CDB1D1A0EEED6 /* Multiline */, + 0AFD672B683BAF5EC464B09ECADF4C95 /* Singleline */, ); - name = "React-fishhook"; - path = "../../node_modules/react-native/Libraries/fishhook"; + name = TextInput; + path = TextInput; sourceTree = ""; }; - 7D307FC5C3AB4458126BDEDD5E33C794 /* Support Files */ = { + 7F0EE9B9F73F258FD81CDB1D1A0EEED6 /* Multiline */ = { isa = PBXGroup; children = ( - 314EC0B27970F2DB586023652C493A1F /* React-RCTAnimation.xcconfig */, - FEE59D7E291DF938174326608F2698F1 /* React-RCTAnimation-dummy.m */, - A6FF2F9340784B48F4096EB073A5B5BB /* React-RCTAnimation-prefix.pch */, + 35590511240FFD2D801D554DAD227159 /* RCTMultilineTextInputView.h */, + D80D15FCC2BB51A7D9B994314C16C1B1 /* RCTMultilineTextInputView.m */, + 78D4DD4D3154BA7EC58DEE9F5CB777B3 /* RCTMultilineTextInputViewManager.h */, + 8098665E7BAC46407DD46EB98346EDDC /* RCTMultilineTextInputViewManager.m */, + 917DBECF412E2B129560EF143CF91654 /* RCTUITextView.h */, + DA099AFF624DB7A105FF376F9338848B /* RCTUITextView.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 7F18CF6872BC7C274C6414E3FB25120F /* Brushes */ = { + 7FCDB62626C9AD5F3D4C54039B4E5D56 /* RNSVG */ = { isa = PBXGroup; children = ( - B0B59B89E0C97FF41B3AD52B94D3359F /* RNSVGBrush.h */, - DEA14DABAA380390494722CD586C2774 /* RNSVGBrush.m */, - 8B7A7AAA9F8C1292D7A364AA14F09DD3 /* RNSVGBrushType.h */, - E277A0E98909318C353E1F4BBDE00974 /* RNSVGPainter.h */, - 7728518A53FBF6C7A0D4BED12F141F3A /* RNSVGPainter.m */, - B432B060F1F26322831B18E9871FE7F1 /* RNSVGPainterBrush.h */, - 54BB28A7C211BEDEB1207A6E5F46A3D1 /* RNSVGPainterBrush.m */, - B9D544893890D8CEC11A891D28EE7DCF /* RNSVGSolidColorBrush.h */, - 3AE52B95782F57C54A75D7DFF5DA37A1 /* RNSVGSolidColorBrush.m */, + A6AB44E33151D608FD2D0BE2B6855127 /* RNSVGContainer.h */, + BF358F8A2B2D74757CD5C839ED770700 /* RNSVGNode.h */, + B368F97FA2CC32622FD47B2564205160 /* RNSVGNode.m */, + ACBBB3169D1944413F7A660687590C4F /* RNSVGPattern.h */, + 314B75E421A836F3356A029FEDE5A56B /* RNSVGRenderable.h */, + AECBDAB464E583BAD51B10F880F62DFA /* RNSVGRenderable.m */, + 4100F43DBD1365380830004B4F225216 /* Brushes */, + B0A2C3DBE15C8F0A15E0FBFE717AE94A /* Elements */, + 55951E479B11C3CAA00261F0C1ECF2B6 /* Pod */, + 79F2CD5AFBB4D8B0B2B840D109CA24AF /* Shapes */, + 9DEEFD9ABBC3566B246113EFCA7C5ECA /* Support Files */, + 9A5DB10DB131225E5E99B0FC75FCE208 /* Text */, + CA87ADEA15F9D029E29A769939038E34 /* Utils */, + DDAC8F92C2E32ADF58F390A4AA8B5D6F /* ViewManagers */, ); - name = Brushes; - path = ios/Brushes; + name = RNSVG; + path = "../../node_modules/react-native-svg"; sourceTree = ""; }; - 7F346AA64D4F8B0B8F03E27D3867E03D /* Support Files */ = { + 8130F7BAABBEC8C73F5E8AA6C21A94C6 /* Support Files */ = { isa = PBXGroup; children = ( - 52977E777EF2B2D99C19EDE083AD6496 /* Folly.xcconfig */, - 74E136CA6DC0E1C4E7CA2AACDBC14558 /* Folly-dummy.m */, - 8D31B3858854191996D8A763FABEE790 /* Folly-prefix.pch */, + F856DCD6C0C0D4E3C871DED08145A8A5 /* Sentry.xcconfig */, + 345D1081A28C81125E2D1F1A92486C04 /* Sentry-dummy.m */, + 02DC1D887D5473BDB092D7A9EB895C16 /* Sentry-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/Folly"; + path = "../Target Support Files/Sentry"; sourceTree = ""; }; - 8306CFA973CAB9B5ECE0493066F2B5B0 /* Handlers */ = { + 8222D81A24397593CDC01A15275EA470 /* React-fishhook */ = { isa = PBXGroup; children = ( - 8EAC06A7A440206CF6917D8C768104AD /* RNFlingHandler.h */, - 514BC8B1EDBB76C6DBEC1C738C0C0241 /* RNFlingHandler.m */, - F5555B406D494FA768DD457DB5B4C8CF /* RNForceTouchHandler.h */, - EF8F2B0D7F126C90921370CCDEF19EDA /* RNForceTouchHandler.m */, - C8A6B32903882C89DF59EA2BA8CF8452 /* RNLongPressHandler.h */, - 0732EB9F20E634AD8E50764C754A638C /* RNLongPressHandler.m */, - 322F6B2BEB377EF02F48C6643FFF1556 /* RNNativeViewHandler.h */, - 7A6D9AA41896F63C5C7739669347E842 /* RNNativeViewHandler.m */, - 3DC929575EB536E5F0B4CBF2A8628BAB /* RNPanHandler.h */, - 104C153564E18CFE621BB3954109742F /* RNPanHandler.m */, - FE1663566F72B94BF700E812F15ED219 /* RNPinchHandler.h */, - 34008C866432690A28536407349ECBC3 /* RNPinchHandler.m */, - 4B8223CB65A4DAB8133132B23205C2A2 /* RNRotationHandler.h */, - 6721BE3C4A3340A6573676660B11014F /* RNRotationHandler.m */, - ADEDE97E4967CEC0423C3024215F8D7E /* RNTapHandler.h */, - 4539E30AC9C3601593A149574E9AB68E /* RNTapHandler.m */, + B04C286571B53321ABC72EFF6AC9617E /* fishhook.c */, + 00B5D21471B58CF830EB60021964ED5B /* fishhook.h */, + D262448C931FA7EB33F85BB25E995BD6 /* Pod */, + B03DA2A542B81C7B5797E1AC39ADFB93 /* Support Files */, ); - name = Handlers; - path = ios/Handlers; + name = "React-fishhook"; + path = "../../node_modules/react-native/Libraries/fishhook"; sourceTree = ""; }; - 83F5CF737E16D61AC343FD5921DCCA22 /* Pod */ = { + 833DAADDF81A972B7C74DC0ABFF2B314 /* Pod */ = { isa = PBXGroup; children = ( - DEC69CE61F310AB58956B7132C504A94 /* LICENSE */, - DF1D55C308886CFD14E4737594BF92D2 /* README.md */, - 87A9F1217308139E6C9E7D19E6FBF619 /* RNCAsyncStorage.podspec */, + 355F2A5F9D0C1C8AA2C02A0F06B06AF7 /* React-RCTText.podspec */, ); name = Pod; sourceTree = ""; }; - 84145ECD11768F5BEB275EA03BFD346E /* Support Files */ = { + 843CB13DA6F2E8737998B4F7ACD17BD9 /* RN */ = { + isa = PBXGroup; + children = ( + 1F8CD89D45FD14BE300CB269E49C7E84 /* BarcodeDetectorManagerMlkit.h */, + 061718679C76696239D8A614663075F1 /* BarcodeDetectorManagerMlkit.m */, + 7CC49B3CBD44144C3AD67EEB12E7E7B2 /* FaceDetectorManagerMlkit.h */, + 4E4A50D871DB40F16CC3D7C657CE9299 /* FaceDetectorManagerMlkit.m */, + A0C7EA7631472A14F6348CB324C208B8 /* RNCamera.h */, + CDFB57CDD2BB96DA432A4C512694D5D4 /* RNCamera.m */, + 955BE4BCF2232E819A250CEC8520CD77 /* RNCameraManager.h */, + F8DCF6F7998658D73EC66248BB4AB1DF /* RNCameraManager.m */, + C9CB98F7BD9526D306B3005E4E325B27 /* RNCameraUtils.h */, + F0E8A28F9F1DF776885D4B66B71688CF /* RNCameraUtils.m */, + D1FD8CE75C9FABDECD879E3B20AEAD9B /* RNFaceDetectorModuleMLKit.h */, + 869CA54931730288153691B4EACFDA79 /* RNFaceDetectorModuleMLKit.m */, + 559A17BA9C519343F7D5EC26A5560C73 /* RNFileSystem.h */, + FAB724F4FB9424F7EB55BB2524EF7FA6 /* RNFileSystem.m */, + F02839BA0627E67FEC0C0BE24CF7292C /* RNImageUtils.h */, + 79F648C8A5C19B53D071B212D10F1E22 /* RNImageUtils.m */, + 8C2099D0660103B20847B6A4799C6ADF /* RNSensorOrientationChecker.h */, + FC684B163A6FD42DFFC73340927C01EE /* RNSensorOrientationChecker.m */, + 183014B19C18F9D465EC4EB8299DA050 /* TextDetectorManager.h */, + B2CCFCDCB1BAC19A3AA390900BBA4891 /* TextDetectorManager.m */, + ); + name = RN; + sourceTree = ""; + }; + 84AA1FDDB492CDBD70EC37C6752B75BF /* Products */ = { isa = PBXGroup; children = ( - 02741A4B07313496EE5403B37D0CE1B8 /* RNFS.xcconfig */, - 176231CA86F00744F78E59B99E838F4E /* RNFS-dummy.m */, - 7E077DE8304C036DBE9C434386A2C441 /* RNFS-prefix.pch */, + 169E917CC1BBBCC7D6639249FF8F5087 /* libappcenter.a */, + F91783AD28315517EB590685D3A72C4E /* libappcenter-analytics.a */, + 3CE42778BE70CC034137D9A5B65316C1 /* libappcenter-crashes.a */, + 3501832F51E21BCD681DC315B3424B43 /* libBVLinearGradient.a */, + 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, + 4919E5F2B6A6807BB518ABF82953B627 /* libEFQRCode.a */, + 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, + 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, + 735E2521E7D0F8741D0380036E6AE2A8 /* libPods-BlueWallet.a */, + 29A655EC78CFE3C369B2FF1DA8AB4DE3 /* libPods-BlueWalletTests.a */, + 88574881933BDDFD4604D42210E054D6 /* libPods-BlueWalletWatch.a */, + 2C6CA681ACE532FDC4866E79BDF6C043 /* libPods-BlueWalletWatch Extension.a */, + 07A27F29B9BAE5B06E16CB9892658C80 /* libPods-RCTPrivacySnapshot.a */, + 76989E42B44127A7FBCD3EAB84852AB9 /* libPods-RCTQRCodeLocalImage.a */, + 2746659939E420345B521FE182BB120A /* libPods-TcpSockets.a */, + BD71E2539823621820F84384064C253A /* libReact-Core.a */, + 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, + F7167F978EC111B312737A6A072E1951 /* libReact-DevSupport.a */, + F20CB705062073D612BA5CBBB3A86A2E /* libReact-fishhook.a */, + D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, + F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, + 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, + 6C9790F1A25C1E3828E179A8F0850851 /* libreact-native-camera.a */, + BFCB7B1BAEBC31B35EAA2124981DBA60 /* libreact-native-haptic-feedback.a */, + CC9CF62342D0D8A46D8176D06AABE411 /* libreact-native-image-picker.a */, + 68A021577E10AFA0713A0CA31BC560F8 /* libreact-native-randombytes.a */, + 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, + 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, + 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, + FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, + F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, + EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, + 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, + A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, + 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, + E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, + C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, + 843C0BC30FDA629ACCCF52285F8AC849 /* libReact-RCTWebSocket.a */, + 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */, + E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, + 9A70011370B46387FBFE517906404002 /* libRNFS.a */, + 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, + 2A06652291DB26EB217E00C0B4D8A07C /* libRNRate.a */, + 90EE8D3C082C157169540FC8F5913DAD /* libRNSVG.a */, + 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, + 82AD6111E3B91E7E07FC58D913B36DCA /* libRNWatch.a */, + 0115C3C00C175D77422084DD0542CE6F /* libSentry.a */, + 67E6685C65F82EFBE6878DE54FBC3828 /* libSentryReactNative.a */, + 300232A457594A2142CCD4EBBEAEEE83 /* libswift_qrcodejs.a */, + D4B268B3F000EE8AE50A90DD7FC78E62 /* libToolTipMenu.a */, + 1FA65622A09E4E5504F80B3610AB78F1 /* libyoga.a */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFS"; + name = Products; sourceTree = ""; }; - 8501C55D111D983D349599D5DADA5A88 /* Support Files */ = { + 85AC1D94B54E0CB798F8F36174A54602 /* Surface */ = { isa = PBXGroup; children = ( - 0A8079A070429A626D64F4D7DB41C346 /* react-native-image-picker.xcconfig */, - F7D123E49E9EF852E848E1B1401C7B16 /* react-native-image-picker-dummy.m */, - AFF169E6575BD95A6C2B01A34C4726C8 /* react-native-image-picker-prefix.pch */, + 9B477834B0B7638032B01409942A2895 /* RCTSurface.h */, + 715D568FD059AEDEE417A1DA70C6971F /* RCTSurface.mm */, + 544073BA4C51D76CB8BAD8B45CB58F0E /* RCTSurfaceDelegate.h */, + D34AC58783120FA3749CDE23D9F0BD81 /* RCTSurfaceRootShadowView.h */, + 7281EA3FA41F77DCEE8CD65E2601A6EF /* RCTSurfaceRootShadowView.m */, + B497602546B744B9F91D1398DFD7A521 /* RCTSurfaceRootShadowViewDelegate.h */, + 3E6384C243A0068D0EC0204987D92535 /* RCTSurfaceRootView.h */, + 1F9220370150CF62B2D7BCB47A656872 /* RCTSurfaceRootView.mm */, + 2485FE56F28D11AA5E41DC55EC2B71A0 /* RCTSurfaceStage.h */, + 946320D2E570402939EB5E7B55FE73EA /* RCTSurfaceStage.m */, + 9E340FFECD222B33BC36D6DBC0F102C9 /* RCTSurfaceView.h */, + 8548991263ECD06D7D9D9DA03A8BF348 /* RCTSurfaceView.mm */, + EB1D787C8BCFCC407E1F77C8EC01EB91 /* RCTSurfaceView+Internal.h */, + 33F973FB0F7E93A3350941402B1D069F /* SurfaceHostingView */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-image-picker"; + name = Surface; + path = Surface; sourceTree = ""; }; - 899DC0B0C089671730A5157082F9A8F5 /* Support Files */ = { + 86DEA8C883DC374D3653BC51EBDDC086 /* Support Files */ = { isa = PBXGroup; children = ( - E283BC395D8FB90FC48D9B50C1D723CB /* react-native-webview.xcconfig */, - 87A59D9082C8C0E5AA76C73AF540B36D /* react-native-webview-dummy.m */, - 0C51E18196F4DF42C3FE0AEF248CC2DE /* react-native-webview-prefix.pch */, + 12EB8780544946563AED5F363E980DE9 /* DoubleConversion.xcconfig */, + B33D500B54D13B64390ADAD76BEBACE9 /* DoubleConversion-dummy.m */, + 055AF53357045A4A16DA94194D421D02 /* DoubleConversion-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 8ACCF57578EA03B7D9EEEBD5BF36F55E /* React-RCTLinking */ = { + 882FBDADDDCDC645232DC1DCBAAB80CC /* Support Files */ = { isa = PBXGroup; children = ( - 7742054EFC508EE582590EB6119BAC8C /* RCTLinkingManager.h */, - EE33E67D6C1141800F2996CF49A009E2 /* RCTLinkingManager.m */, - F5909B4A7C41D5CDCDA312481928B58C /* Pod */, - A49135E0C8BCED9599C45085B7ECDFF1 /* Support Files */, + 0DCA7FA7D8030BFAADABA042ABF6B284 /* React-RCTSettings.xcconfig */, + A4D9648FD2C101ED691DF0B1B74E2052 /* React-RCTSettings-dummy.m */, + 54351231EC8873FD1AAECAE22EA780D7 /* React-RCTSettings-prefix.pch */, ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 8BD67EAB1EDF01EA5D413C7419014DE7 /* Support Files */ = { + 8A373A5C2284976470B8F0C04B1A426F /* Support Files */ = { isa = PBXGroup; children = ( - EDF296C90C14EA5392964F2C7816156E /* react-native-haptic-feedback.xcconfig */, - 63095F82389ED6F058876891E76E64F4 /* react-native-haptic-feedback-dummy.m */, - C257E68DBEDD88FB26FD91C080104635 /* react-native-haptic-feedback-prefix.pch */, + 51CCF01A7A792341A0B42E3E8C89F9FF /* RNWatch.xcconfig */, + D5AE8233DD575E5E6217F5A42FF3E8D0 /* RNWatch-dummy.m */, + B32A07E90E9ACF196A1B441754DD2346 /* RNWatch-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-haptic-feedback"; + path = "../../ios/Pods/Target Support Files/RNWatch"; sourceTree = ""; }; - 8C5BB0F8E7F3BD6123D71219DE40F008 /* Support Files */ = { + 8B7DFD5DA0191ECA10002EBBC5A50EDF /* react-native-webview */ = { isa = PBXGroup; children = ( - 269EC1607C6683B67E16B786B998BE33 /* React-RCTText.xcconfig */, - 667C0EE344AFBA611A24D5F53B8F3F09 /* React-RCTText-dummy.m */, - 46A69E0F2A53FBCBB21FF4440561CF8C /* React-RCTText-prefix.pch */, + BCA3EBC06D090C3B5E11CD7F274F1966 /* RNCUIWebView.h */, + 5211E5DE20387085E9F3ED12A2211688 /* RNCUIWebView.m */, + F5805C7664D58265D0D9BE7E939CD91C /* RNCUIWebViewManager.h */, + 7C8A1641154449301EE0A183B5CDCE56 /* RNCUIWebViewManager.m */, + B22D626C412ECF21D3825DB9C5DDD85A /* RNCWKProcessPoolManager.h */, + 5573C850F83DBC0668693EEC801023B2 /* RNCWKProcessPoolManager.m */, + 498A066E45D39C0D8B6C0D229026DCA7 /* RNCWKWebView.h */, + 89BA40586E4BB7F2688F2FF524534F13 /* RNCWKWebView.m */, + BE3D7C990F1E8925CA334D7A6A8FE4EE /* RNCWKWebViewManager.h */, + 153DF4AEC2AC24DB508AA7306F7D2E92 /* RNCWKWebViewManager.m */, + 8B9AD1C8AE039543658A0D5B742ABD3F /* Pod */, + A4C4CC3C78057D886B6986372728A251 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; - 8D5C2642BD05605BEA76DDB2EE35241D /* Pod */ = { + 8B9AD1C8AE039543658A0D5B742ABD3F /* Pod */ = { isa = PBXGroup; children = ( - 3BCB20FC5BA0E77717AF5AF6F303357A /* README.md */, - BFF7DE38306F76B0D267C95D5E43F750 /* RNWatch.podspec */, + F88D9855E572543A630D44ABA5C94590 /* LICENSE */, + F17EA362A17EAF86EC6FC64F31D0AC1C /* react-native-webview.podspec */, + 08461B2F5222E00B424F8B7AAC476491 /* README.md */, ); name = Pod; sourceTree = ""; }; - 95B773D12406BC2A154986C04D2CD23A /* Support Files */ = { + 8BF0199DBEBFE4D9E8FC6DA0689211A1 /* Pod */ = { isa = PBXGroup; children = ( - D55EB5F5AD3A8C5EFE9F41A96A8B19FB /* react-native-slider.xcconfig */, - 9C0399CCC5E0019595286B69ECAC4A3C /* react-native-slider-dummy.m */, - 10FD54A6889BD6C74FC50E9B9F749944 /* react-native-slider-prefix.pch */, + F987DE1E33785085101A93A4F2C907A1 /* appcenter-analytics.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; + name = Pod; sourceTree = ""; }; - 96417045D0531A940C2B69601B882362 /* Support Files */ = { + 8D08678C5A68E812437894624205FD91 /* Folly */ = { isa = PBXGroup; children = ( - 991C0CD7C81320BBF6F511FBA40ACAC8 /* React-RCTVibration.xcconfig */, - 214A935D15CA7738D9725EC62FAB1F6E /* React-RCTVibration-dummy.m */, - 96779C7CA5410DC28078925352962F41 /* React-RCTVibration-prefix.pch */, + 03143F8A9FDA69F3FAF5F2D508BBC7C9 /* Assume.cpp */, + 3FA0FA67EF8EDB3E443EFD138CF43A11 /* ColdClass.cpp */, + 3154B365055E22C5020801CFED1DC9B7 /* Conv.cpp */, + 98594C1E496B7356AD88CD9D15345BC2 /* Demangle.cpp */, + E5FD6F2DCBF29B4746E3F74EC3E145E5 /* Demangle.cpp */, + 808A1AA4269DBFB811BEC9881FAA74C8 /* dynamic.cpp */, + A216FA5D997A53F1CCD44DDB3970DC56 /* F14Table.cpp */, + D87396AE40266E8CBF61876F2FCB7728 /* Format.cpp */, + 14774C7C78C78C8B0B801D0EE689DAFE /* json.cpp */, + 53BE697B68C2C89D03A1D2E9FE76CAF9 /* json_pointer.cpp */, + F8863C69C5EDD41E0466E0F5299236BA /* MallocImpl.cpp */, + 9144D7DD4A92C7B7F04014C02FF95020 /* ScopeGuard.cpp */, + 0204AC92D494B6E55560AB97BEB93BAF /* SpookyHashV2.cpp */, + A1F5335C0458A41DFC3B9BA241B887B1 /* String.cpp */, + F13639DB137F0B21D8495B7C5EAED66C /* Unicode.cpp */, + 00729D788CD52B4DE2490185CCE11034 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + name = Folly; + path = Folly; sourceTree = ""; }; - 96A490563BCF088CC41F259A0DE5AB70 /* glog */ = { + 8E60DB6F29F3587DBD5F464F1B041C22 /* Pod */ = { isa = PBXGroup; children = ( - CD6915260B2F8309C7C8AA46E017015D /* demangle.cc */, - 4DF611E1C62D3F3ECE150E428B97BC72 /* log_severity.h */, - 4DBEDF58CDC62DD6A8A18C61AEC95133 /* logging.cc */, - 6917B378E2AF6B64222FA0D1A7CC08C9 /* logging.h */, - 390A57711135A02F989E95A4593E2C00 /* raw_logging.cc */, - 7FD4BD4488F0FFCBD3C4BF6CAF07D906 /* raw_logging.h */, - 0B39247BE3E2F1380081A8CCC11C82EF /* signalhandler.cc */, - 2A653F66253218D17BE5BB0E70A24D44 /* stl_logging.h */, - 8FDE122D6D930403B0F5510C031808FA /* symbolize.cc */, - BA63922D411CE8EDF2A2FFC4D796C9EE /* utilities.cc */, - 069C9837A8F4D449E1F0B356618361F1 /* vlog_is_on.cc */, - 02541D3678C1B42969B09A981652F8AB /* vlog_is_on.h */, - 272212B2C18FCDBFC42298271CCE8D58 /* Support Files */, + 8D1F9E8CE0712B28EEB56D29A3811095 /* React-jsi.podspec */, ); - name = glog; - path = glog; + name = Pod; sourceTree = ""; }; - 96A4FA3B89B3AF0545413017FEDC6F69 /* Surface */ = { + 8FD9E2DCD489A1513853FA12E37F9DBA /* Pod */ = { isa = PBXGroup; children = ( - A17FA79C6817C2ADD4A5AAC8BBE2499D /* RCTSurface.h */, - 4A8FB5996C9101EEE3A979269C3D9CAF /* RCTSurface.mm */, - ECFF2181ADFF86BDDBAD5B526F9595F9 /* RCTSurfaceDelegate.h */, - 58A160052FC9E9F9465D352D522AB1AA /* RCTSurfaceRootShadowView.h */, - 7BFEF82125428BC40FDF8E224013D6E6 /* RCTSurfaceRootShadowView.m */, - 8871D5DA4F6981A7F8DC7C407F5B65F5 /* RCTSurfaceRootShadowViewDelegate.h */, - D59694B7DD8DA2A94B451647EF884CFF /* RCTSurfaceRootView.h */, - E7FD790C3B43E1B344FA42A90F9DB1D0 /* RCTSurfaceRootView.mm */, - DAFE5BA5E23D8EC5D4A24E52E3CA5B21 /* RCTSurfaceStage.h */, - 55B880CB5F4B85A30ED33044BC6D6062 /* RCTSurfaceStage.m */, - 221D272E35FA802308B39FE8CCF674E3 /* RCTSurfaceView.h */, - DF05B2403D3C305C28B4F5E74FF2A029 /* RCTSurfaceView.mm */, - 5D0FE54A315C09E24E7A147AB0F954FD /* RCTSurfaceView+Internal.h */, - BE267F8E9A6003B755DED8FD9D7F921F /* SurfaceHostingView */, + 31A0DD3BF7EEDA0E5DE4A968EC27335C /* React-RCTImage.podspec */, ); - name = Surface; - path = Surface; + name = Pod; sourceTree = ""; }; - 96F8AF98833EAE317C06822292050643 /* Support Files */ = { + 905004F6C32711C779690F987CF53624 /* RNWatch */ = { isa = PBXGroup; children = ( - D9D1A0CCCC53B54ED7F31076935A246F /* SentryReactNative.xcconfig */, - DA5341116286CB7E4D871CCD023A443E /* SentryReactNative-dummy.m */, - 71F19C8AFB93F2629504231C1D0F5848 /* SentryReactNative-prefix.pch */, + 579E91559D13E5D4EC4F549145F1D89F /* WatchBridge.h */, + BC261698FA5964711C5955EF05A23EDE /* WatchBridge.m */, + 9E603856BCA261DF880554796A865C10 /* Pod */, + 8A373A5C2284976470B8F0C04B1A426F /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/SentryReactNative"; + name = RNWatch; + path = "../../node_modules/react-native-watch-connectivity"; sourceTree = ""; }; - 99E9039D3132D920B2E69CC3659CE64A /* swift_qrcodejs */ = { + 9195AAF76E9F47A07A477DFFFEB3E676 /* Support Files */ = { isa = PBXGroup; children = ( - 0FC9AFA1F62530A2BA65AD65C3C3E282 /* AnError.swift */, - 83AE618413B44EC90BB3DCD50002F1A9 /* BCHUtil.swift */, - 21585BC7EF4A20E046FA203DDC279009 /* QR8bitByte.swift */, - 99877FF154D848B512B04D8DBB7EDCA9 /* QRBitBuffer.swift */, - EAB6320841AE4470825415EEC6D5963E /* QRCode.swift */, - 9B55C3EB6C78D2A29A3780FB258ED1EB /* QRCodeModel.swift */, - 5867C4BA2AC74461F97DA08F1A24BAD5 /* QRCodeType.swift */, - D809EA3480D5D3B54788023231ABF22C /* QRErrorCorrectLevel.swift */, - EA382915C27B900E0BD67CF14C131271 /* QRMaskPattern.swift */, - 1A81F0833B5B43DDAC1DCA19A60ADA90 /* QRMath.swift */, - A87A2A47CFC93D1A0994A8E677DF719D /* QRMode.swift */, - 2B53682F4BA04D1FF789D4F317CF9B53 /* QRPatternLocator.swift */, - A606BA423862BAF05799F3DC510D655E /* QRPolynomial.swift */, - 6CF7930F308C377A6CC2C58D9F3F95F5 /* QRRSBlock.swift */, - B02CF246ECB063872903E8D4848F665F /* swift_qrcodejs.h */, - 4E7CEA83A7B5A6B688D52D7343F7BCAF /* Support Files */, + BE15F1B7F97C6F904E5997B8D0BE801F /* RNVectorIcons.xcconfig */, + 955F9B02B0A73B3F6901E2D7FAF0E2FB /* RNVectorIcons-dummy.m */, + 49901B981FC08350F41DA861C612A46C /* RNVectorIcons-prefix.pch */, ); - name = swift_qrcodejs; - path = swift_qrcodejs; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 9A80E31305BE50F2A5819DD9B20483D2 /* Pods-BlueWalletWatch Extension */ = { + 9221398A537D3549BEDCB0115A3A4AC6 /* CxxBridge */ = { isa = PBXGroup; children = ( - 64A6705555A0A86F187809BE0EE01B92 /* Pods-BlueWalletWatch Extension.modulemap */, - 0485939EC3AA2AE22D5EB8F17F5BA48D /* Pods-BlueWalletWatch Extension-acknowledgements.markdown */, - 6B049024B4155BDFDE84C80B9CA81F1F /* Pods-BlueWalletWatch Extension-acknowledgements.plist */, - 2E44E5BAA0F4F3401376A701C5DBD3CE /* Pods-BlueWalletWatch Extension-dummy.m */, - B3E8681C50567084E2226B3F94F511D4 /* Pods-BlueWalletWatch Extension-umbrella.h */, - 4C85DD73262D3208B05622C3151F029F /* Pods-BlueWalletWatch Extension.debug.xcconfig */, - BD829500C04EBF41F03896BEFD0530D2 /* Pods-BlueWalletWatch Extension.release.xcconfig */, + AEFF0CEA768A3842CDBDB2E49A34395B /* JSCExecutorFactory.h */, + 2F843D085A82DC380F9185560BC5DD78 /* JSCExecutorFactory.mm */, + A8793C023A4F1F41C010D707802F95A9 /* NSDataBigString.h */, + 8F59699F5908CF6651EE9393FCF82DFA /* NSDataBigString.mm */, + 9E06FCF8278E4E88D1B32A951A37823B /* RCTCxxBridge.mm */, + AFC9EF218FF62137B3CCEE37B130F79A /* RCTCxxBridgeDelegate.h */, + D29AF166D94CD0EBC7425480D2287C54 /* RCTMessageThread.h */, + AE340840B8A1BF7C4E1AF4C77FE9B507 /* RCTMessageThread.mm */, + DC14D2C2125F3E0ECEF7E4FA471D152A /* RCTObjcExecutor.h */, + 89AD4422FFC799E20984EB5639AA7815 /* RCTObjcExecutor.mm */, ); - name = "Pods-BlueWalletWatch Extension"; - path = "Target Support Files/Pods-BlueWalletWatch Extension"; + name = CxxBridge; + path = CxxBridge; sourceTree = ""; }; - 9B1C6BC7BDB08ACD8B576E49F2ECAF64 /* Support Files */ = { + 96B38696D49D295A73C34DAC3004C2A6 /* event */ = { isa = PBXGroup; children = ( - B59BBA6654FEABE39DF9686FBC37C33D /* RNRate.xcconfig */, - 7532C30062188A454904709E51E9322D /* RNRate-dummy.m */, - B18B1DD298890FC67D437B5EB65909B4 /* RNRate-prefix.pch */, + 5571C1C7C6B7291C074F843695019068 /* event.cpp */, + E1218195BB5C1E295B77E1F9160468C0 /* event.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNRate"; + name = event; + path = yoga/event; sourceTree = ""; }; - 9D06309C2857DF33E2358714C013AEC5 /* Support Files */ = { + 97430A2A28044F67F3F41CDDE51F80EA /* React */ = { isa = PBXGroup; children = ( - 333E5836F09ACA5C6C1AE9E454E89184 /* RNCAsyncStorage.xcconfig */, - 6B09744B6D8816379A53B556AE0E6183 /* RNCAsyncStorage-dummy.m */, - A4930D88D09A61D899134D899D03D3EC /* RNCAsyncStorage-prefix.pch */, + 382A547CA4E5890D04F9C1E029DF0D84 /* Pod */, + 0AA2BBB6C08333AD32292E56642B62FD /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 9D1B0C0BBFC097A61AF2E852068AB00E /* RawText */ = { + 97F82A930E0774ED1CB33093E4ABBB9D /* Pod */ = { isa = PBXGroup; children = ( - 0BEC5611EF6AC24455160EC9676DE6C7 /* RCTRawTextShadowView.h */, - A374A791AB1D83C3B48563600C1D5C35 /* RCTRawTextShadowView.m */, - C310B381790DDBCB27C66F5ED0A20964 /* RCTRawTextViewManager.h */, - 50BCD607D24606A656841AD05DCD8ABF /* RCTRawTextViewManager.m */, + FAF13E3E4B4ABDE16DC2F14BCA82C8B6 /* LICENSE.md */, + 960EFFA5766EDC4FCBD88A8FDBBF2AE5 /* README.md */, + 4EE22D3B14EDBA98A859458C23309F10 /* SentryReactNative.podspec */, ); - name = RawText; - path = RawText; + name = Pod; sourceTree = ""; }; - 9D32A93906624BB52117953DB8A0BD9A /* Utils */ = { + 996CB18FC1CA0ED0F2D01E333F71DF66 /* Pod */ = { isa = PBXGroup; children = ( - 28E77B897515DDD0E98C5D3CFCC41C9E /* RCTConvert+RNSVG.h */, - 99260F4CB6DB42597F44BE66A921F33C /* RCTConvert+RNSVG.m */, - BB5840AD38F2F4BBFB3577B815E423C5 /* RNSVGBezierElement.h */, - 2DD821B06B146FFC71768928C5E8E38F /* RNSVGBezierElement.m */, - 31D1A4A2AC4520F6FC9EEF3C665781D2 /* RNSVGCGFCRule.h */, - 7664F131A60959B9523DD56068584BA0 /* RNSVGLength.h */, - 7508AB5EB6CFB359AFDFE9C17A4F518D /* RNSVGLength.m */, - 3353CCC8DF01B8061DACBBE2B79C83EE /* RNSVGPathParser.h */, - AB5CE87DDC11416D510D06D4381D21DE /* RNSVGPathParser.m */, - 9DC704F53EAF1D93532A800E2B46333F /* RNSVGPercentageConverter.h */, - 75227373626263705F9A8C68182C3709 /* RNSVGPercentageConverter.m */, - 2A487FE4F83E9361EC51D7864C938525 /* RNSVGUnits.h */, - 1C843C43A80FBE0A0807EF3C3462C94B /* RNSVGVBMOS.h */, - 1355B89083EC0993CE03FD79D45F9214 /* RNSVGVectorEffect.h */, - 7822F58AA24F3E084643B4868F8EB42B /* RNSVGViewBox.h */, - 69243EFCBD1146D766127A6AF0129E10 /* RNSVGViewBox.m */, + 6403ECB0C18432AB6CD84154E2C68D91 /* LICENSE */, + F031EC8880F3374D70077EF05C1890A5 /* README.md */, + E8007AEDBEDEA7E12EABE121036E63F7 /* RNVectorIcons.podspec */, ); - name = Utils; - path = ios/Utils; + name = Pod; sourceTree = ""; }; - A09F48B66493B68E9C522D2A1003A701 /* UIUtils */ = { + 9980088F15486A1B9016A1DEBCCFA8D5 /* Pod */ = { isa = PBXGroup; children = ( - C8B313B0260CE0DAB19DAB38D15502C6 /* RCTUIUtils.h */, - 52F59B635D885FEF8161BEB5899A5815 /* RCTUIUtils.m */, + 204630C13C3EFC9074EA9F4F7CD01B7C /* React-RCTLinking.podspec */, ); - name = UIUtils; - path = UIUtils; + name = Pod; sourceTree = ""; }; - A16D43049F5A21B669F812B454F3253A /* RNVectorIcons */ = { + 9A5A992EDD19E36A196D4302CCB96E0F /* glog */ = { isa = PBXGroup; children = ( - 95B787E90E4028BDE5620303F5AB30D1 /* RNVectorIconsManager.h */, - 2A0F9D3034A102030A8F0255C05C489B /* RNVectorIconsManager.m */, - D5C9E8498FDF89A74D00AB20F262B3F2 /* Pod */, - C2A6CAEBD3EFEB316C04EE0AF6ED2579 /* Resources */, - E61A981AF72532FCE3D952C835492F3D /* Support Files */, + FFC9281539BA09B346B479050435F15B /* demangle.cc */, + BA83E12C7ACE5630E182C32D377EF80B /* log_severity.h */, + A7C243D2CD5A780AF2C5A8E8C47C9130 /* logging.cc */, + 42380F3C2E50C8015CCDCB5DEA337F4A /* logging.h */, + 3C283F4BA319FAAC4A8C094C06D7696D /* raw_logging.cc */, + 5E09E3571B6C51CF3BCD7D2D20D0DEAE /* raw_logging.h */, + D5A71FACA1545AFE4B802E8005AC319E /* signalhandler.cc */, + 13B5F1E3E886E707B120D7BD69B14F4D /* stl_logging.h */, + D0CC3E6993BB4F1B9789FFFBE1A7909D /* symbolize.cc */, + 00F18980F21354A68DF5A306714B900B /* utilities.cc */, + 975BCD4BDAF1497081284F5B1AA86CB0 /* vlog_is_on.cc */, + EFE5ED1D41A5510A4F90ADE24EB5AC1A /* vlog_is_on.h */, + D353DCECE481A1E30652AB48155149DF /* Support Files */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = glog; + path = glog; sourceTree = ""; }; - A1C28A9782885F4D6F0A20924546CE32 /* Pod */ = { + 9A5DB10DB131225E5E99B0FC75FCE208 /* Text */ = { isa = PBXGroup; children = ( - B757913A310BEFF39C1903DB0A8A9D58 /* React-RCTSettings.podspec */, + D1D97AF251046AC06FF440A3C2AA4094 /* RNSVGFontData.h */, + D054681A2C338F67C192103F953520FF /* RNSVGFontData.m */, + CB33C877138B8324A7486443061A9CC3 /* RNSVGGlyphContext.h */, + E1EC175F173A8939B8AB079C802046BB /* RNSVGGlyphContext.m */, + 49E7611107004A68B2FE15E39964433A /* RNSVGPropHelper.h */, + 24BDA533FB53F987E885D5E9B31ACAD0 /* RNSVGPropHelper.m */, + 97B7A4427269AEA9A3AC2D00F1B11BF8 /* RNSVGText.h */, + 89FA44EA4999DD26F840BFED15EEBE4B /* RNSVGText.m */, + ABF9B2FD5385CA7E2E94F32663078A77 /* RNSVGTextPath.h */, + 412D50AA86A7D3D5F27CF3EDB67FF5DE /* RNSVGTextPath.m */, + 0EFF3D4A2D59DED0F2E5614FDD35D9D8 /* RNSVGTextProperties.h */, + 2683C8B66A71F57448C0741712CDD771 /* RNSVGTextProperties.m */, + 43A8869D95BA02226BA1670389825DFD /* RNSVGTSpan.h */, + 8F1448C7C814351C9064C95F8A36F57E /* RNSVGTSpan.m */, ); - name = Pod; + name = Text; + path = ios/Text; sourceTree = ""; }; - A1FF6893932D6144E0909F106C02913A /* Folly */ = { + 9A80E31305BE50F2A5819DD9B20483D2 /* Pods-BlueWalletWatch Extension */ = { isa = PBXGroup; children = ( - F832B0FA268AB95F736B015FC26D6CAA /* Assume.cpp */, - 80FC54CBA2EAAFA907C2427690EF82D9 /* ColdClass.cpp */, - 2D7D46B913A23FA0D6B8C0702617C231 /* Conv.cpp */, - F35F92A6DAFF6916C73CD3EB78E7F699 /* Demangle.cpp */, - 19E5409035E8CA7B59062D3E76EAFD79 /* Demangle.cpp */, - 07664EE8D7DA437692E82AF8DDAE684A /* dynamic.cpp */, - EC25987BB370177974743066D5321138 /* F14Table.cpp */, - 39F8511BE9A655238CE28680B5D7778A /* Format.cpp */, - AB57E2A844E7F36B01578FF8E076E00B /* json.cpp */, - 3552FFB8388991988B7EDCB4E1CA3D77 /* json_pointer.cpp */, - 62FDB52795B90839CE56E63ADBF1316E /* MallocImpl.cpp */, - 5112BBE280E7AEB3F7241B60AF6E2732 /* ScopeGuard.cpp */, - EB1F9580E7432683B3E8D2F0ABF82D4B /* SpookyHashV2.cpp */, - 401E2416EBD9CE65D9C9BC95CFF60E06 /* String.cpp */, - 4D8F7BB0A2D356CEE50311E0267B5088 /* Unicode.cpp */, - 7F346AA64D4F8B0B8F03E27D3867E03D /* Support Files */, + 64A6705555A0A86F187809BE0EE01B92 /* Pods-BlueWalletWatch Extension.modulemap */, + 0485939EC3AA2AE22D5EB8F17F5BA48D /* Pods-BlueWalletWatch Extension-acknowledgements.markdown */, + 6B049024B4155BDFDE84C80B9CA81F1F /* Pods-BlueWalletWatch Extension-acknowledgements.plist */, + 2E44E5BAA0F4F3401376A701C5DBD3CE /* Pods-BlueWalletWatch Extension-dummy.m */, + B3E8681C50567084E2226B3F94F511D4 /* Pods-BlueWalletWatch Extension-umbrella.h */, + 4C85DD73262D3208B05622C3151F029F /* Pods-BlueWalletWatch Extension.debug.xcconfig */, + BD829500C04EBF41F03896BEFD0530D2 /* Pods-BlueWalletWatch Extension.release.xcconfig */, ); - name = Folly; - path = Folly; + name = "Pods-BlueWalletWatch Extension"; + path = "Target Support Files/Pods-BlueWalletWatch Extension"; + sourceTree = ""; + }; + 9AD91EAAF409E56EDA47B801722FB8A5 /* ToolTipMenu */ = { + isa = PBXGroup; + children = ( + C61DFBCC4F8CB6C5FA9BAF846552C3CD /* RCTToolTipText.h */, + 2A30CEE5FAE392DAB653C9D4988A4B4D /* RCTToolTipText.m */, + C0656C48DF78A6B9D689A91466A99E94 /* RCTToolTipTextManager.h */, + 7A5B982ECE84233EAE9A0DC64F1C4705 /* RCTToolTipTextManager.m */, + 1568CE6C882982022FAE16FD3CCD0471 /* ToolTipMenu.h */, + 6E3C8F5BBA58167A9F113B3F58B8BEE1 /* ToolTipMenu.m */, + 03B87BDDDDC03BF964EC54934DD8FE3D /* Pod */, + 3D415C4C255F6FA984F0BCD9893F3711 /* Support Files */, + ); + name = ToolTipMenu; + path = "../../node_modules/react-native-tooltip"; + sourceTree = ""; + }; + 9C2188685079C9935709CCAF6ABEDCB4 /* Pod */ = { + isa = PBXGroup; + children = ( + 7055A9003CC0B223204103845D48ABB6 /* appcenter-crashes.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9CA837EE352EA2F7423DD43D345CF055 /* Pod */ = { + isa = PBXGroup; + children = ( + FBEEC22F71999EA5EA7B84BECD6CFCBE /* React-RCTActionSheet.podspec */, + ); + name = Pod; sourceTree = ""; }; - A3EAD763C4B74EED556186985F186015 /* Support Files */ = { + 9DEEFD9ABBC3566B246113EFCA7C5ECA /* Support Files */ = { isa = PBXGroup; children = ( - CC60136D615872DF1431A9D1FBECAD3B /* RNSVG.xcconfig */, - B14E36017CD58A9FB0CDDC9A13F398D7 /* RNSVG-dummy.m */, - 5A928DACF80A8A918C7A7085F30B30C2 /* RNSVG-prefix.pch */, + 57988B8717BAE70D2596FB295410170B /* RNSVG.xcconfig */, + CF2CDBB6703D3C345E5507FADA9CF80D /* RNSVG-dummy.m */, + A3799A2C7F88F2090BE2E0C7475C515C /* RNSVG-prefix.pch */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/RNSVG"; sourceTree = ""; }; - A403C81C635A3BE77CF99C999EBB8B1B /* Pods */ = { + 9E300963BB4BF27442EF2CC8BE28106F /* Support Files */ = { isa = PBXGroup; children = ( - 58538C58431D11C7B2C5E1FFD3589640 /* boost-for-react-native */, - D60B06753A003D44E0630B8ADFB6D6A8 /* DoubleConversion */, - F35F75F5060BE714C88A07553A48F6BF /* EFQRCode */, - A1FF6893932D6144E0909F106C02913A /* Folly */, - 96A490563BCF088CC41F259A0DE5AB70 /* glog */, - 33082AC43A7FE3E11FDC54D4F4E89043 /* Sentry */, - 99E9039D3132D920B2E69CC3659CE64A /* swift_qrcodejs */, + 7E9658524CD53C3A79D7D4852EC788EA /* RNRate.xcconfig */, + 00FA40C0D4AF862645153E515BEA85AA /* RNRate-dummy.m */, + F8CE69D65A0AEB5CDD95762B708E8373 /* RNRate-prefix.pch */, ); - name = Pods; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNRate"; + sourceTree = ""; + }; + 9E603856BCA261DF880554796A865C10 /* Pod */ = { + isa = PBXGroup; + children = ( + 51FF6AFC0F0A359A83E14D1E292D8F35 /* README.md */, + FF757672C91B26AFC21D36DB72E2CDF4 /* RNWatch.podspec */, + ); + name = Pod; sourceTree = ""; }; - A49135E0C8BCED9599C45085B7ECDFF1 /* Support Files */ = { + A12E15EE86F80A14FE537E2BDD2842C5 /* Support Files */ = { isa = PBXGroup; children = ( - E8AD3DE32FA7FDCFF3C7DCEB7146295C /* React-RCTLinking.xcconfig */, - C70199FD32F1D2DCB163E3EAC662D0D2 /* React-RCTLinking-dummy.m */, - 022124B5782F330E1AEE77024A5CA8C2 /* React-RCTLinking-prefix.pch */, + A6E88E96D97BE9A72154B5E16D39919B /* react-native-randombytes.xcconfig */, + 49E51C69189A731BD58BD84A2D59824A /* react-native-randombytes-dummy.m */, + 527DC7DCE9812AA135BBD658444CB400 /* react-native-randombytes-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + path = "../../ios/Pods/Target Support Files/react-native-randombytes"; sourceTree = ""; }; - A5C6D567893847C0DE0891D35C1191AC /* jsi */ = { + A2101679514BEED456343F62BDB1FD6C /* Pods */ = { isa = PBXGroup; children = ( - 496B7A8AABAA8D6E2A66421091E2BAFD /* decorator.h */, - E850431C74277083BEAFC473FFB4B466 /* instrumentation.h */, - 138A1027D2AED386565943DF28DEBF4E /* jsi.cpp */, - 3798C5BAEB9DA2F07B206FF6379D9DE5 /* jsi.h */, - CB1A06FB7661A60B33F9E273790D7679 /* jsi-inl.h */, - 2680A4502C21DC85F97FB699CFAA397C /* JSIDynamic.cpp */, - 321C255360DC77984CDF0242595B1EA7 /* JSIDynamic.h */, - 0020617CA111896F79E0ED69A070ADE1 /* jsilib.h */, - 558D3A6678D712E3205662E47266E53C /* jsilib-posix.cpp */, - D7C8729D0765115535008086FABA734A /* jsilib-windows.cpp */, - A66C73AB57F8588E5CDAF500EB65C9A0 /* threadsafe.h */, + AD783E1F47716C761D44BB70ACA5B3D4 /* AppCenter */, + 60C9BFB6D8E7CD61585BC6547D85D9B5 /* AppCenterReactNativeShared */, + F027FCAF3F59C36E3A33CE8078666FA6 /* boost-for-react-native */, + CE4430BAF836CC903353287BD9B31473 /* DoubleConversion */, + 164D8F2C932A3EE9F7860C2990BEAB13 /* EFQRCode */, + 8D08678C5A68E812437894624205FD91 /* Folly */, + 9A5A992EDD19E36A196D4302CCB96E0F /* glog */, + 0BC47DCFBEC190EA2EA9553E501C4035 /* Sentry */, + E6C3542E5047237327C2BC157FA3DAFE /* swift_qrcodejs */, ); - name = jsi; - path = jsi; + name = Pods; sourceTree = ""; }; - A7427579B5A3170A5DB0434FEDE49E48 /* React-jsinspector */ = { + A3171AC6F0B15BE92A4EA7CEEED98804 /* UIUtils */ = { isa = PBXGroup; children = ( - 630731720884770D8EE5FF310F496C45 /* InspectorInterfaces.cpp */, - 8E2EA8F83F92CE57F6970681B068EE75 /* InspectorInterfaces.h */, - 795A9D9D61CD44E6FA08A22D1A6275DA /* Pod */, - 4129F75B2476DDD1E16629E056FA7C6C /* Support Files */, + AA15E29CDA62440389AFE08BDED7E374 /* RCTUIUtils.h */, + DA33CF7650085AC0F9370E03D17A2F38 /* RCTUIUtils.m */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = UIUtils; + path = UIUtils; sourceTree = ""; }; - AC0A41734CD0D4159DB0F6ED509ED370 /* Pod */ = { + A3FFAD27D3251F24E67138355C9EFE3E /* Support Files */ = { isa = PBXGroup; children = ( - EDCF0DED90B751CB59F9652DDAE184CC /* RNRate.podspec */, + 0B09BF0E0C8DF0C27C7CE9A16F86A210 /* react-native-slider.xcconfig */, + 28DDF2824F66B577893DD4E9230BD143 /* react-native-slider-dummy.m */, + 96AE26E88DD3B60CA3A1C887EEFAD662 /* react-native-slider-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; sourceTree = ""; }; - AF0535CD0D90B85EE94BC846D62FD002 /* Drivers */ = { + A4AE490B49D13B6F4E87F4F8DDDF1054 /* Support Files */ = { isa = PBXGroup; children = ( - 8FBBBDB1D9EAA16F7E18BA3F2F5E1C5D /* RCTAnimationDriver.h */, - C99551463E4FBEA2411791699BD8269F /* RCTDecayAnimation.h */, - E336CB424CCC2C15650BD55CBCF85763 /* RCTDecayAnimation.m */, - 7D8D2AA4FDBF25B8831CCCB29417B450 /* RCTEventAnimation.h */, - 2B9D35E91C155455356BD95ACF29A018 /* RCTEventAnimation.m */, - 09EDF1CF51D5D4EBF8FE4AB41FFBEE68 /* RCTFrameAnimation.h */, - 48E20E92302A21DF96EF83A0FDD4D771 /* RCTFrameAnimation.m */, - 9EEF2FE8F7DE2B50311E124C35190971 /* RCTSpringAnimation.h */, - 6FC21E89605A6B8B1EDB689D8062BA0F /* RCTSpringAnimation.m */, + 7A32FFCD5D477EA2F3F2A84761E3EF74 /* React-RCTActionSheet.xcconfig */, + 42E1CD33DA47B8511CA8B089669EF840 /* React-RCTActionSheet-dummy.m */, + 3452B5EB8CFE814F696CEC7AD5F52E3C /* React-RCTActionSheet-prefix.pch */, ); - name = Drivers; - path = Drivers; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; - B1336E564627812953528D6A4E1D1086 /* CxxModule */ = { + A4C4CC3C78057D886B6986372728A251 /* Support Files */ = { isa = PBXGroup; children = ( - ED500566664AC0DF6DF513AFE39B04BC /* DispatchMessageQueueThread.h */, - 0C07E16019DCA085D197CEB8E976D037 /* RCTCxxMethod.h */, - 527496DE96A5EE70DDA9E73EDAA619A5 /* RCTCxxMethod.mm */, - D5D8BCEFA154EF64A6B144A638C613D6 /* RCTCxxModule.h */, - A07B1D5F0282644DC32DD34AC7D3CCEB /* RCTCxxModule.mm */, - 63347EC8AF0D5879F9EAC63BD7DC8D65 /* RCTCxxUtils.h */, - 2CB85F2846E08575B37F5173BCE7FCD8 /* RCTCxxUtils.mm */, - 1D6E3F1AAB0BB4B938D8A28817A68978 /* RCTNativeModule.h */, - 0E146CE402487CCF283746D80C6B8DAE /* RCTNativeModule.mm */, + 2C2211C335AE3E8F940DEE1A1B467607 /* react-native-webview.xcconfig */, + 4519929E1E34CCFD0F9016C433BEE847 /* react-native-webview-dummy.m */, + 875C60CD954BD04642E60AEDF9D7BDC4 /* react-native-webview-prefix.pch */, ); - name = CxxModule; - path = CxxModule; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - B2A8117C88DB8279E630FEB6C28A8C3A /* Pods-BlueWallet */ = { + A6A70BD06E1966A3527FEA7637C06ADA /* Support Files */ = { isa = PBXGroup; children = ( - 07FF5363D652CF5F4456A82959A223D4 /* Pods-BlueWallet-acknowledgements.markdown */, - 34349C9AB98883E7C470D80A56A5A561 /* Pods-BlueWallet-acknowledgements.plist */, - F26830D5809B4A447697028D34A7D95F /* Pods-BlueWallet-dummy.m */, - 5B717333C59362EE18AE4A96505631AD /* Pods-BlueWallet-resources.sh */, - B1577B01652B1F3134D8652BA559F458 /* Pods-BlueWallet.debug.xcconfig */, - 5BC7EE2838230BE42054CCB4B3A5A8CB /* Pods-BlueWallet.release.xcconfig */, + 2B5E2B6ACEE32360B3751C5D8DF26D6E /* appcenter.xcconfig */, + 3C95D99DD4FBDD83F1A35D8DBC3D4EE7 /* appcenter-dummy.m */, + 7F20436D2B784D372D9567FBED50B04B /* appcenter-prefix.pch */, ); - name = "Pods-BlueWallet"; - path = "Target Support Files/Pods-BlueWallet"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/appcenter"; sourceTree = ""; }; - B455FD791F27DCE95B91C2531047D1E9 /* Pod */ = { + AB2F0EA51AB9F3EBE4FA04B8CB593249 /* CxxUtils */ = { isa = PBXGroup; children = ( - 9CD996035B2AE8AD09E283E23F2C3C36 /* React-RCTNetwork.podspec */, + FCD0C88F2A3C19E17CB592DBBC3BF1CC /* RCTFollyConvert.h */, + E689C403878B0F38D6E48A8F50B53CE3 /* RCTFollyConvert.mm */, ); - name = Pod; + name = CxxUtils; + path = CxxUtils; sourceTree = ""; }; - B57788FAC1DCE89C57F882D0F73F90BC /* Pod */ = { + AB5B53BDFC664B7881639628101177C9 /* appcenter-analytics */ = { isa = PBXGroup; children = ( - 1C47FA9B349EF1BB4B1D812792F1C589 /* React-RCTWebSocket.podspec */, + 5C16A75BB0F6251ECAB321182C82142B /* AppCenterReactNativeAnalytics.h */, + 16F13A4858F12C4F42BFA009B8ACF617 /* AppCenterReactNativeAnalytics.m */, + 8BF0199DBEBFE4D9E8FC6DA0689211A1 /* Pod */, + 5A979AC58574B936721FC76685A75866 /* Support Files */, ); - name = Pod; + name = "appcenter-analytics"; + path = "../../node_modules/appcenter-analytics/ios"; sourceTree = ""; }; - BA77D1BE1DDF7BE7E8FA5152A4BFAB3F /* Support Files */ = { + AC6A48C7759B640CD7CC1677B4F55B3E /* Support Files */ = { isa = PBXGroup; children = ( - 2694F8FCF9152E2D0D95980CF2ED7C6B /* React-RCTWebSocket.xcconfig */, - 8C9F4A404D55D052AFE8E3CED6C1CA31 /* React-RCTWebSocket-dummy.m */, - AA5AC24C76518C995503B388415ECB64 /* React-RCTWebSocket-prefix.pch */, + D7567E5665D8B239C77FA595D98CDCBD /* React-jsiexecutor.xcconfig */, + 19866797811166FDCE800A47BD24C52A /* React-jsiexecutor-dummy.m */, + D97DF4097A4365DAE56C7D83BDF7A66A /* React-jsiexecutor-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; sourceTree = ""; }; - BE267F8E9A6003B755DED8FD9D7F921F /* SurfaceHostingView */ = { + AD783E1F47716C761D44BB70ACA5B3D4 /* AppCenter */ = { isa = PBXGroup; children = ( - 13E98560BF51CAF381BB809360276195 /* RCTSurfaceHostingProxyRootView.h */, - 2E66B1E9D242E1F861AA1B5982484152 /* RCTSurfaceHostingProxyRootView.mm */, - B726E5BBF54EF242A173C0A8E950086D /* RCTSurfaceHostingView.h */, - B471A49A02318C74068FD933FACCC769 /* RCTSurfaceHostingView.mm */, - D601A3CB26B2E2BBD1A1925CDFB8834A /* RCTSurfaceSizeMeasureMode.h */, - 2246E7EA3184939DD5BF46DD040BF172 /* RCTSurfaceSizeMeasureMode.mm */, + 4D13947993E9BF25A80AC9E0CAF6FCEF /* Analytics */, + DCC14655E5B28DADAAC4B27F7B26B348 /* Core */, + 77060750601A682FA3CD47EEC89453D6 /* Crashes */, + B4BCD4570BFC1C6E8491B16D5A24C6D1 /* Support Files */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = AppCenter; + path = AppCenter; sourceTree = ""; }; - BFFF3BE1AEDA2B74EAF58DE6869B43AB /* Support Files */ = { + AFB64871FD2783007DE0A50BFD469CF5 /* SentryReactNative */ = { isa = PBXGroup; children = ( - E644773935E7222030F7C8B7096DE724 /* React-RCTBlob.xcconfig */, - C1681FBEF07933036FB49BA1C076424A /* React-RCTBlob-dummy.m */, - 136332A6A480A944EC831562EE13AEDC /* React-RCTBlob-prefix.pch */, + 8A79E3F5619DE8E3040898A8412A589D /* RNSentry.h */, + 8EE2C971253B55D9987C00DECD74B871 /* RNSentry.m */, + 5BA9FB9A7A53B67173EA4B06A702B039 /* RNSentryEventEmitter.h */, + A768198934CE4764195EA828FF63A083 /* RNSentryEventEmitter.m */, + 97F82A930E0774ED1CB33093E4ABBB9D /* Pod */, + 2D20EF2354CACCFDB90A29968119EA5E /* Support Files */, + ); + name = SentryReactNative; + path = "../../node_modules/react-native-sentry"; + sourceTree = ""; + }; + B03DA2A542B81C7B5797E1AC39ADFB93 /* Support Files */ = { + isa = PBXGroup; + children = ( + 784AF3F4483DF27F069FF13788BA9B29 /* React-fishhook.xcconfig */, + 12BE85458DA5129BEAA575C9F58C8A3A /* React-fishhook-dummy.m */, + 9996649423B5C77A81B455E844FD2438 /* React-fishhook-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + sourceTree = ""; + }; + B0A2C3DBE15C8F0A15E0FBFE717AE94A /* Elements */ = { + isa = PBXGroup; + children = ( + 6D71F8997E294B79828C4BD4E7D2C7B2 /* RNSVGClipPath.h */, + 60CA3103EC78CD52F04C3BD1CE32D43B /* RNSVGClipPath.m */, + B4339AFEE4B3076A03B36E392741C597 /* RNSVGDefs.h */, + 0421EBD600116B63B254BA639DA48093 /* RNSVGDefs.m */, + EFE0AC81E71DBA0D64D195DA35A0457C /* RNSVGGroup.h */, + C573AA454EF685BC423237F544EB0E3E /* RNSVGGroup.m */, + EAED1355CCBFF73283202645F83E354D /* RNSVGImage.h */, + 32F914C2DE6E42929C9DE50DA8EC1BDC /* RNSVGImage.m */, + 295B0E59681A32D362F47C940796A930 /* RNSVGLinearGradient.h */, + 23C6C1EE867507E8FC86CC6FAB450E7A /* RNSVGLinearGradient.m */, + B0F568AAB9041717607CBC9F18471A7F /* RNSVGMask.h */, + E63E56C48AAFD10299A4BCD40B45B8B7 /* RNSVGMask.m */, + 9F41341C02BD1A6DA57CCC17C2A61D9E /* RNSVGPath.h */, + 52863E8B82BC0650820AC76446A23461 /* RNSVGPath.m */, + 60B796101876F8FF953A504F1D1C460A /* RNSVGPattern.m */, + 36879022A718CD33C400E32A41C8975F /* RNSVGRadialGradient.h */, + 9E458605967B565112490D35A5299D3A /* RNSVGRadialGradient.m */, + DAB051CC8BBEB0F4D4227C06CB3C48F1 /* RNSVGSvgView.h */, + 8C581FE20E13C320F2CA393764860CAC /* RNSVGSvgView.m */, + 7A9DC30B40C12A7BB92291CB49D446E4 /* RNSVGSymbol.h */, + 76177543B8C2AB6402E7123E7D0CEFD7 /* RNSVGSymbol.m */, + 803908614C1C7B7E8C4F18019662E71B /* RNSVGUse.h */, + 67C1116C05C5F55F0F2DC793F6802517 /* RNSVGUse.m */, + ); + name = Elements; + path = ios/Elements; sourceTree = ""; }; - C2486DE0CFB23486D402D687ADCB097D /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - 8FC3EDEF843B5F0D719B939427AF8E81 /* CxxModule.h */, - DB3D3975CFA8474687A3C1BEED6729FD /* CxxNativeModule.cpp */, - 87CB0690CCF2941121A81E77AFAF4F05 /* CxxNativeModule.h */, - 915CA101C966E269977D2C8154E52C45 /* Instance.cpp */, - 5CFEF2D6E72B8ED4DA88CD2A92AF1F31 /* Instance.h */, - F0973664DC172A26372B869BDCA2217F /* JsArgumentHelpers.h */, - F9057F92D0E792BEFAB280B63A5E2AEF /* JsArgumentHelpers-inl.h */, - 44D4C470870351EBAE4B1F608D19F098 /* JSBigString.cpp */, - D8B7EF27758950E6BD836554B9A44038 /* JSBigString.h */, - 5E104683CFCE2AD599FDC53605F84ADE /* JSBundleType.cpp */, - 0782989D6607793CA1702762AE3D9BBB /* JSBundleType.h */, - 2A1FB7C28ED16E057A6998F6CB9E26FD /* JSDeltaBundleClient.cpp */, - EB9C0ED548F4DAFF6F77EDCCA4F088C8 /* JSDeltaBundleClient.h */, - F21A7710B6EE7E526F7361F46089485F /* JSExecutor.cpp */, - 21646EB567586EE7D6FD8C8B61860C80 /* JSExecutor.h */, - ABC2A54558C80381BD8FFCB2A936AB39 /* JSIndexedRAMBundle.cpp */, - 4BE6F744A406D5C9A3BC2E9648F2E97A /* JSIndexedRAMBundle.h */, - AAF7354C44B47AF5FC120904A336C493 /* JSModulesUnbundle.h */, - BB4B6BF277B3FCF5DF439AA571DBBD34 /* MessageQueueThread.h */, - 177A19F2C9C0EB4AA95B1381F44F004F /* MethodCall.cpp */, - 4439215A3AC39ADEF81CDADE1B63B9CC /* MethodCall.h */, - 358FEAE1B39DAA93D421656C7EA9D343 /* ModuleRegistry.cpp */, - EF7E380E5C16744BF4029E1D7CAF281E /* ModuleRegistry.h */, - 70D7A5CAD5A2D3F9C68A257F9A8ACB70 /* NativeModule.h */, - 5C76C10679F2D27602F7266121AA1CFA /* NativeToJsBridge.cpp */, - 54E4525FD1F0154A0AF7B0F6D44605CF /* NativeToJsBridge.h */, - 11B8FFBB0750AB69E8CF5FDA72A6C440 /* RAMBundleRegistry.cpp */, - 169BC2BAE59D877ABFF5750C47FB66EC /* RAMBundleRegistry.h */, - CCECDAF3C9AF033927AC937C73A4564B /* ReactMarker.cpp */, - A2113E7F6C156167EA43D4DEE2184F2A /* ReactMarker.h */, - F31277635E5811971FDDC0B1087E2727 /* RecoverableError.h */, - 22E29D7751B51A9E79710A73268C982C /* SharedProxyCxxModule.h */, - 4FFB150407CE16A07A9EFFD531ADD86C /* SystraceSection.h */, - F4DF22415C9ACA615244892EB0F68FBE /* Pod */, - E50AB6C74EF882EA6AA6694A4F8F2335 /* Support Files */, + B0CB14103C72189E16C8630404F57C68 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + EB26937193F1452202A12B28D8124F73 /* CxxModule.h */, + B57716FFCF39706C590D0D6D470B0DD0 /* CxxNativeModule.cpp */, + F4E7B1C43851377AAC0576C1281F2AD2 /* CxxNativeModule.h */, + CB847740818CCB5F07065B710E0540C6 /* Instance.cpp */, + 6ACC2BAA3D460BB5E6311B5CB87240BA /* Instance.h */, + 91E73C05F4478963D3A2C032BE50F0E8 /* JsArgumentHelpers.h */, + 6C631B19C5BC87816FC229931B0B8865 /* JsArgumentHelpers-inl.h */, + B291E3815C9F9425628AD4C3E547FFB4 /* JSBigString.cpp */, + 48F5D3CBFB4660EF9D20625D0E3E7058 /* JSBigString.h */, + BF133094E1B1DCE349463DD7DCA43E39 /* JSBundleType.cpp */, + C9BDF3D6D08CB27FF29B41765730B2EE /* JSBundleType.h */, + 1CE20998D9A2DFF6F3A2501A70E0EC54 /* JSDeltaBundleClient.cpp */, + 6445BD18A3A8C679B31DA04FBC364C13 /* JSDeltaBundleClient.h */, + 527B04AA3B9CAD30721F91CD5429B3B6 /* JSExecutor.cpp */, + 085AC3228FB72148E83108C39805FA70 /* JSExecutor.h */, + FB6577588C763D23C7A8C4868EE567B1 /* JSIndexedRAMBundle.cpp */, + 01143D741D8440394A96C84D7F16CD48 /* JSIndexedRAMBundle.h */, + 6D0031E2AEB0D00F2C4480839E2AF1FD /* JSModulesUnbundle.h */, + FECB275ECF2F6DD9A023858CDE525941 /* MessageQueueThread.h */, + AFCC73C083C94B61EF001424EAD7EF2D /* MethodCall.cpp */, + 41CE930D43CA9AA63C03552DC030D101 /* MethodCall.h */, + D2E0C12787215C718BCE410AE9B4C7AB /* ModuleRegistry.cpp */, + 9556CD8E6055DCA6C8BB63114C29CEAF /* ModuleRegistry.h */, + 5196F142FB3DF5B77287A9166B2A7BEE /* NativeModule.h */, + 8D0AFA1F040EBE8B6064822342DA8A31 /* NativeToJsBridge.cpp */, + D3E0CABA30315CF0CF0AB3126C3CD4E1 /* NativeToJsBridge.h */, + 5CCBC37C7B0D2ED9D02D09B67A5ABB2C /* RAMBundleRegistry.cpp */, + 3EAAA952BF45C594E2A0F3AF722BAE0A /* RAMBundleRegistry.h */, + 5337BB37E83836DA40104B1E9C3443B6 /* ReactMarker.cpp */, + B109B3FD53A8FD83F32990F0EFE889B8 /* ReactMarker.h */, + 1C7C3434EA1C3E25391DC82A79862E75 /* RecoverableError.h */, + 90759AC332F82E273774A81CA095877C /* SharedProxyCxxModule.h */, + BCB4ADA98E9EDEEEFFF5004C2EFCCE73 /* SystraceSection.h */, + 01A97352FAC6F778CD08C39FFCB3B78B /* Pod */, + E04CFF8D053605EDD9AB9C89B7EEF159 /* Support Files */, ); name = "React-cxxreact"; path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - C2A6CAEBD3EFEB316C04EE0AF6ED2579 /* Resources */ = { + B1E4D361419BA9C364DC59D97E469045 /* react-native-slider */ = { isa = PBXGroup; children = ( - A9CB4A816B4E5B92F9E7F19BEB41A1A7 /* AntDesign.ttf */, - DFA0040B312BB4623AF907568127B441 /* Entypo.ttf */, - EAF1D24964F5478471638C20AEE7C134 /* EvilIcons.ttf */, - AF1C2553120928F81FEA92BAC18E6907 /* Feather.ttf */, - AD518020010993D995A29D74236A6A5F /* FontAwesome.ttf */, - 1988DB008F337F52C70837BB63A7C23D /* FontAwesome5_Brands.ttf */, - 018881773FD3AA5CE8F897D5B1FD8460 /* FontAwesome5_Regular.ttf */, - F7971B77E01881344F5B9B6410F3A085 /* FontAwesome5_Solid.ttf */, - 01F3316490114A582E7859A5BD961340 /* Fontisto.ttf */, - 6E83F6E8070E5CFF613BF55D34D7C8AD /* Foundation.ttf */, - D5AD609D65DA81A71F7EC54D321AF834 /* Ionicons.ttf */, - 4F3AEF66F1CF67C9E667E3F8E5171D4A /* MaterialCommunityIcons.ttf */, - 6DB8153ADB91F714DE3819CB0E4C765B /* MaterialIcons.ttf */, - AA4A32DD7600179A2F064706EE770B2B /* Octicons.ttf */, - 15ABA625E7C2E3CAB5417BA9BC2D5B60 /* SimpleLineIcons.ttf */, - 2280113F4306FE1B958E1BC2B6AD2A4A /* Zocial.ttf */, + DBDC167205D6A829548393C3F0F8E931 /* RNCSlider.h */, + 898D6A3B58C1B122D415B43EFCBF9244 /* RNCSlider.m */, + E667AB9A7C03517EFA5E37E7E8BB1B88 /* RNCSliderManager.h */, + 73CB951A8922C150B71B12E9B96198CB /* RNCSliderManager.m */, + 6939522EBDCF3F32EC4EED8B55B2761F /* Pod */, + A3FFAD27D3251F24E67138355C9EFE3E /* Support Files */, ); - name = Resources; + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; sourceTree = ""; }; - C3258884814951EDCE4A2E4DC15216F6 /* Support Files */ = { + B2A8117C88DB8279E630FEB6C28A8C3A /* Pods-BlueWallet */ = { isa = PBXGroup; children = ( - 75DC2B46E96F2F2F17807AF7268CB508 /* React-jsiexecutor.xcconfig */, - A3462A6B94D836ECE39D7828912F9741 /* React-jsiexecutor-dummy.m */, - 69A6E4BA3E3AB18962E94B108654D8C5 /* React-jsiexecutor-prefix.pch */, + 07FF5363D652CF5F4456A82959A223D4 /* Pods-BlueWallet-acknowledgements.markdown */, + 34349C9AB98883E7C470D80A56A5A561 /* Pods-BlueWallet-acknowledgements.plist */, + F26830D5809B4A447697028D34A7D95F /* Pods-BlueWallet-dummy.m */, + 5B717333C59362EE18AE4A96505631AD /* Pods-BlueWallet-resources.sh */, + B1577B01652B1F3134D8652BA559F458 /* Pods-BlueWallet.debug.xcconfig */, + 5BC7EE2838230BE42054CCB4B3A5A8CB /* Pods-BlueWallet.release.xcconfig */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + name = "Pods-BlueWallet"; + path = "Target Support Files/Pods-BlueWallet"; sourceTree = ""; }; - C3FA85DECAAB60F32F486E93A98DD1A9 /* Pod */ = { + B4BCD4570BFC1C6E8491B16D5A24C6D1 /* Support Files */ = { isa = PBXGroup; children = ( - 76AEC5E05CFE90493380C26A3B1AEB18 /* API.md */, - EA54DEC911F576327348F32668A5FC17 /* Contributing.md */, - B400AE03354DFA7F5F1DA8D2238452F3 /* expo_usage.md */, - 74DBB8314B871E160B7DE6B9D505E278 /* GradleUpgradeGuide.md */, - FE92D18C55EBC559188B767C7A1779F6 /* installation.md */, - A4366C06F510E1A6E7617783839D3586 /* LICENSE */, - AC544427525CC00B1B3D9C5829FC699B /* migration.md */, - EA36217225BAADD2B8D68D8E603C1B36 /* migrationV2.md */, - BFAF01AE3ACCF7DE98E38DC71C19F608 /* QA.md */, - 9F303B3A06CE4BC279BDB25913322EFA /* react-native-camera.podspec */, - E330BC844281A51121C955166E391126 /* react-navigation.md */, - A8973A22D4550C92D4479B61FEE86A88 /* README.md */, - 384DCA5F8912FAA82800F86CFF8DE362 /* Recipes.md */, - B6823A938C0BF5F53CC87343FAA66498 /* RNCamera.md */, - 8A323ED5C99CC6FB0DAF83E4DC2F3D30 /* tests.md */, + 30BD75E19D0927270AE3560D76527AB2 /* AppCenter.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/AppCenter"; sourceTree = ""; }; - C451A09D51E61A1EF316778FAB404981 /* React-RCTAnimation */ = { + B86089439B4B34E36C79E1456A6F6C90 /* BVLinearGradient */ = { isa = PBXGroup; children = ( - DE2188291CDE4FFEE6097EDE2A698D19 /* RCTAnimationUtils.h */, - 0584F00498A224EE0E446173018C3329 /* RCTAnimationUtils.m */, - 3944F6C0079801709FA1B254D155A5F1 /* RCTNativeAnimatedModule.h */, - 4B6581CA7E44A1E50FE0B2D7FE4895FC /* RCTNativeAnimatedModule.m */, - 34EDF33927B88EE621AE2F8B7B1CBD00 /* RCTNativeAnimatedNodesManager.h */, - 2AD64D480D9F26220D8CE688791B7EC6 /* RCTNativeAnimatedNodesManager.m */, - AF0535CD0D90B85EE94BC846D62FD002 /* Drivers */, - 35158CDFCD414EA82C12B48C0485D41D /* Nodes */, - 46DE6386C418CF3CB2E0B4C9EDEED55B /* Pod */, - 7D307FC5C3AB4458126BDEDD5E33C794 /* Support Files */, + B72050DE079EC6379C050330AFB70325 /* BVLinearGradient.h */, + D60F0CCCC02B662786B2450A5783392B /* BVLinearGradient.m */, + 53A2C12B3927EA102EB5E46B94B84875 /* BVLinearGradientLayer.h */, + F766F0901FB036AA25E497B6FB6D6B89 /* BVLinearGradientLayer.m */, + 21C8BCC56B026E62E52014EB5E958AA8 /* BVLinearGradientManager.h */, + 834F0161CBE98A967CAAC5E11FCCC584 /* BVLinearGradientManager.m */, + 57BEC7F964EEA32BA1C3A733B33C2B8B /* Pod */, + 48686EE38B75C023798213AAC7882E1B /* Support Files */, ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; + name = BVLinearGradient; + path = "../../node_modules/react-native-linear-gradient"; sourceTree = ""; }; - C57C26ACF6A924E171FD569D57A0988D /* react-native-webview */ = { + B87DCD8B08F9865530B7208838D580DC /* RCT */ = { isa = PBXGroup; children = ( - B47A15AE5DE088A0C64DF862CBB4E82A /* RNCUIWebView.h */, - 224B43AA1126DBB1F2E4EC0F1FBD5262 /* RNCUIWebView.m */, - B5BCBBA75F7BA8C418D77BEF53123284 /* RNCUIWebViewManager.h */, - 4EDB6A247794C49263799295983C4C8C /* RNCUIWebViewManager.m */, - 90BEBECB7F50D41E6A959F6DC3DC964C /* RNCWKProcessPoolManager.h */, - 82AF5D60F30885E8E5A2A9DA407B91E1 /* RNCWKProcessPoolManager.m */, - 4F06B4AA8C5CE0DBDF3CDD0E0F3BC350 /* RNCWKWebView.h */, - C03E9F05DDFDA289816FA9A9623CE5D4 /* RNCWKWebView.m */, - 1F61A36AA0E34D82113977EBB45927F0 /* RNCWKWebViewManager.h */, - 500D8D740B1C1E319A17826E90436264 /* RNCWKWebViewManager.m */, - CDDDC7342D9CF7E8061F59AF1C964C5E /* Pod */, - 899DC0B0C089671730A5157082F9A8F5 /* Support Files */, + B162AA55E72DB107073B81B9C2299458 /* CameraFocusSquare.h */, + 1A1B21114709236620D23EFD82C0DB58 /* CameraFocusSquare.m */, + 9C0FB79CE9C8823CEAC1EB2B12575F86 /* NSMutableDictionary+ImageMetadata.m */, + 5BABF9DA5D032A0376F62C4FBFCAD6A8 /* RCTCamera.h */, + A6DC6228F6D114A4B4FF95D2D7F88269 /* RCTCamera.m */, + D5B61EA4D4656D6F10C31432C8F8B1AF /* RCTCameraManager.h */, + B1D3B18A56FE1EBA4F07081A1E46D298 /* RCTCameraManager.m */, + 42266C8BE0ADBDFCA48CD11052F8D657 /* RCTSensorOrientationChecker.h */, + 7FB13BB52A01BB5152E811593AB84CB6 /* RCTSensorOrientationChecker.m */, ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; + name = RCT; sourceTree = ""; }; - C6542FA2C44045C7ECB000074AD78380 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0C00F817D2A6404B94F4EDA0E1E42F4C /* Sentry.xcconfig */, - A7E6897CAE2CFD7233AE336AD0DE48FE /* Sentry-dummy.m */, - 2DD4C3E33790C8946DA5F83FCF418CB0 /* Sentry-prefix.pch */, + BB3CBF8BC680376E4A4EB4FF001DEFB6 /* Views */ = { + isa = PBXGroup; + children = ( + 73F38E90614D38BDF007E158B272BC0A /* RCTActivityIndicatorView.h */, + B0D1ECBACA021A78AE70E13409EF1DF3 /* RCTActivityIndicatorView.m */, + 05F8E5F9D33AEEE88B8DF2EADC211C06 /* RCTActivityIndicatorViewManager.h */, + AA4AF32D02180EC84FDA2D065B934166 /* RCTActivityIndicatorViewManager.m */, + 857FF571996B3065260E58559AB67008 /* RCTAnimationType.h */, + 33743146132FED514399A53EEBB92F86 /* RCTAutoInsetsProtocol.h */, + B739210A3790BA3DB1267A36C2EB5B2F /* RCTBorderDrawing.h */, + 1FCDFC919E145FF5406601574FF0916C /* RCTBorderDrawing.m */, + F6BE0B59B77E43766ED031F8AC845AE6 /* RCTBorderStyle.h */, + C35CD55353D6EA9C6C2E80B296D4F441 /* RCTComponent.h */, + 489C31602E47551F52F4305E504C529A /* RCTComponentData.h */, + 3ADC16517C7CED57C18C8C7F3D6B36E5 /* RCTComponentData.m */, + BF34A2D6485111D581F1A1A9A5B7A712 /* RCTConvert+CoreLocation.h */, + BE7C39BF0948130DBC01505544F4EB3B /* RCTConvert+CoreLocation.m */, + AB05E87B001140E8A0B7DA714D425525 /* RCTConvert+Transform.h */, + F13534A586E53D0B7D8C39EFCBEC3809 /* RCTConvert+Transform.m */, + 97D911BE0BF72CA9C7D6D9E10D7EF7C8 /* RCTDatePicker.h */, + 79C169F8258796C9CE0770830B47460D /* RCTDatePicker.m */, + 13F5983B84E012ED8E553642D06A9EF1 /* RCTDatePickerManager.h */, + 28DD3CA438DC24CD0B0A8B73408CEE97 /* RCTDatePickerManager.m */, + C2FC8CEE7515F5710635FE7FCE0DFEAA /* RCTFont.h */, + 54EC4A201486B26FF1638E6B34798B5C /* RCTFont.mm */, + 897FDEB0075422B276834201575911D2 /* RCTLayout.h */, + 547162ACAF4B28BE53C803EA2BBF738F /* RCTLayout.m */, + 81F8D195CCC17D8638DE8051A63F91D7 /* RCTMaskedView.h */, + A884D5DAAF4659F4AC0F1894EAC17F5A /* RCTMaskedView.m */, + 64560FDC43A291775CBC57B4088877B1 /* RCTMaskedViewManager.h */, + 6944285357B471175336E4A4B57C6D2F /* RCTMaskedViewManager.m */, + 0A392094A45AC0F4B883A1A08921B855 /* RCTModalHostView.h */, + 0EFF100F280588661C30D8AE9049BDE1 /* RCTModalHostView.m */, + 361CB12BE7CD3CE6756199D05C2B7A30 /* RCTModalHostViewController.h */, + 05DD1333AE0D826F7E04E200F96DCD0A /* RCTModalHostViewController.m */, + 865D2D8FEA2D1280A362A09CD6B62E23 /* RCTModalHostViewManager.h */, + 0F3CDD038A34ECA651E90297FF968E78 /* RCTModalHostViewManager.m */, + 674DF815ADF3E729921A5BEE170E7CD5 /* RCTModalManager.h */, + 3D3FC4FBE7F2E46D21F0A896B140ECE0 /* RCTModalManager.m */, + 2A26542738B8521BC9EC924738B1BC21 /* RCTPicker.h */, + 0812E250D2442DF757352125385CC6A8 /* RCTPicker.m */, + 011764638B53100C6B4AC5B1BBC09353 /* RCTPickerManager.h */, + 87C4B2B9A4E210DCA6FA76231EF8AC54 /* RCTPickerManager.m */, + 0BA8ACCD631B70ADCE221864BEFD28CD /* RCTPointerEvents.h */, + D7D7E0293A8D0A36A558833150CE7331 /* RCTProgressViewManager.h */, + 5D691B7789D09BDD3F0E871DCA761719 /* RCTProgressViewManager.m */, + 5895E7F719BC0E87CF2F479C5891D4EE /* RCTRefreshControl.h */, + DFDD2FB12C1FF51AFBD384EF8864661D /* RCTRefreshControl.m */, + 1885861C823C7F29432A94AC92F6DDCE /* RCTRefreshControlManager.h */, + 6EE16988BA2DE03A595966331221E0DC /* RCTRefreshControlManager.m */, + 832C3894C6D237364EB506B811ECE421 /* RCTRootShadowView.h */, + 52FD8C339E85EC99859FF7895CAD5F42 /* RCTRootShadowView.m */, + 2FB0B25C416156497D51C1A9AC156059 /* RCTSegmentedControl.h */, + 871CABA4CE6D6DFB516CF76476B73038 /* RCTSegmentedControl.m */, + 7E2E925E0E7329F4819002E28B66E475 /* RCTSegmentedControlManager.h */, + AFFAE058FD535A0E516C56ED1C219F21 /* RCTSegmentedControlManager.m */, + 6826DE4B89C2736246446D834D6DB95D /* RCTShadowView.h */, + 4F8DCFC8B7D7A747376373CF322789B4 /* RCTShadowView.m */, + 345A9B2FACB98FD15033CE5F91069B46 /* RCTShadowView+Internal.h */, + 9602E1E2DB29DF6441A5FFCE7B5B4A1C /* RCTShadowView+Internal.m */, + 20C3BD60D0304333811F9E73D039BCF6 /* RCTShadowView+Layout.h */, + 77346AECF3D4C8AE69A9C5B1A512E7CF /* RCTShadowView+Layout.m */, + FF6DEF1BD4A11D323F627A0271BF8BB7 /* RCTSlider.h */, + 9BE957CC5BE42C1E0AD9682CC990724A /* RCTSlider.m */, + 7EECE6397138AC7E0C8ED6F2613D8842 /* RCTSliderManager.h */, + FFD28FE8E69CD27D291123D3713FEA84 /* RCTSliderManager.m */, + D19C3578DA23BD0F6336712730DAE410 /* RCTSwitch.h */, + 936AC6D2C540B405A82EB7A97D9B995F /* RCTSwitch.m */, + 393D0C8CAF7519BFB459FE83D66F0D79 /* RCTSwitchManager.h */, + 6FB94C54E62664C3C6288D5618EF339A /* RCTSwitchManager.m */, + 302CC6A35889A762E962B6C7133C6568 /* RCTTextDecorationLineType.h */, + 0F60B0AD355DA2F2BC82CF02EA031DA1 /* RCTView.h */, + B380A06F98D31C5A75E0AE9EEA397E23 /* RCTView.m */, + 5FDE576FFC86920D071A323E455A92CC /* RCTViewManager.h */, + 7C5D3A62AA260334D94FB6DEA355C714 /* RCTViewManager.m */, + B93415F2002007334F57DC333AFCA572 /* RCTWrapperViewController.h */, + A999DF623F3644B7D70DA9F276F185DE /* RCTWrapperViewController.m */, + D2DB54CE9651CB1B37EF58AC3903B9A4 /* UIView+Private.h */, + 99DEB818DD8B60FF5E6C0F4A132B00E5 /* UIView+React.h */, + 8F3E20A089DCDDF14F86541FC0A09D0C /* UIView+React.m */, + D95C34DFF78696F2EBBCF7476EB5F10D /* SafeAreaView */, + 246A88BE3D92EBA39FFA97505C64E8CE /* ScrollView */, ); - name = "Support Files"; - path = "../Target Support Files/Sentry"; + name = Views; + path = Views; sourceTree = ""; }; - C699340FB68AEF34534A31BDE657B329 /* SentryReactNative */ = { + BBFB01EF7A24AF016EE5729C9ADB4D93 /* Pod */ = { isa = PBXGroup; children = ( - 73B5E284FC497E9E79F0942AEF813005 /* RNSentry.h */, - E9019D3673D09141BDCFD47674791926 /* RNSentry.m */, - E6B68F294FABE3E1BB5FB267AE7F1406 /* RNSentryEventEmitter.h */, - 86CA673A30F5358834C76C46143E4EB9 /* RNSentryEventEmitter.m */, - F67106307241BDC119C6CBF594822A7B /* Pod */, - 96F8AF98833EAE317C06822292050643 /* Support Files */, + 9AFC00FD4DC0F19BFCEAACD9E3593804 /* LICENSE */, + 09CEF2CDC25005777C1120EC6BCF8E39 /* README.md */, + 974FDD3207BAF6E0B64DC50CD1A40D26 /* RNGestureHandler.podspec */, ); - name = SentryReactNative; - path = "../../node_modules/react-native-sentry"; + name = Pod; + sourceTree = ""; + }; + BD0D568380B74B0C85610E97DACA10EA /* yoga */ = { + isa = PBXGroup; + children = ( + 1C0AF5E37FD32AC25C374F3705E9F709 /* CompactValue.h */, + 4E6805ED44764319CA78DDBDEDA04A46 /* instrumentation.h */, + D07F1930426C92CA5F8E8379F6F577E3 /* log.cpp */, + D6B346F17087C9936CC40A8428DA2C8C /* log.h */, + A44303BFCD47BE4BE5319B687279A68F /* Utils.cpp */, + 2072246A1C4837CC693586388043B623 /* Utils.h */, + CCB9F644C15764C6A05A06C2A3274895 /* YGConfig.cpp */, + 5B693491A33257DC77D11B27CC984A5C /* YGConfig.h */, + AD605D96DE70BA3E3BFDF5C4B4975920 /* YGEnums.cpp */, + 49E892021A74E3994336A5B96BE5E8E2 /* YGEnums.h */, + 5E4B0C96553962567B371C2A8B91C2CE /* YGFloatOptional.h */, + 640F0DFD17F1254D890AE84D324C1A8A /* YGLayout.cpp */, + 41DEF2B3EA5D06362F42F7201CDFE91D /* YGLayout.h */, + E42976366849F9BC73B52A235AE6AB97 /* YGMacros.h */, + 240FD49902F433254A4C338F8CCABBAD /* YGMarker.cpp */, + 78D96DEFFFA5BF3154D41B4DE3D42A47 /* YGMarker.h */, + 7685F9917B5C4429DA5287AD7BE03BF4 /* YGNode.cpp */, + CFBBD20364530A0B3BE66643053C6FBD /* YGNode.h */, + B772BF8B792E4AE124C1E2CE48E99827 /* YGNodePrint.cpp */, + D4B371368694F685CC79A613E1A601E2 /* YGNodePrint.h */, + 9EB9C51B13AB80A1BF35023D4FACEB4B /* YGStyle.cpp */, + 8FD8F34BE7F5FE0E3A8B7487B62CDF21 /* YGStyle.h */, + F493D2E704FC154F45654D4B7823D3AA /* YGValue.cpp */, + 89C715691ABC90FF57FE4BC7DFC75525 /* YGValue.h */, + 10827133B4A8AC578416C631268282BF /* Yoga.cpp */, + 7431619A937E0F6D0738210662E7E9F5 /* Yoga.h */, + 1F72425191B42E52EF79D9156486445A /* Yoga-internal.h */, + 96B38696D49D295A73C34DAC3004C2A6 /* event */, + 2B5148F9D034D825846F7CD26E569FB5 /* Pod */, + D1EC07DAD0661EEF01CE8EFCFCB590C3 /* Support Files */, + ); + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; - CAACC83E6DAF84E7D37FA70EBF9D6058 /* Support Files */ = { + BD434B616542D4EBB719EE398CD1EE15 /* React-RCTWebSocket */ = { isa = PBXGroup; children = ( - F3EA4ADF9091647113E024E08D0C338C /* React-fishhook.xcconfig */, - 535A05821DC19A4DBA109720546061C1 /* React-fishhook-dummy.m */, - 0269F55B29513708C085D9D91E9627FB /* React-fishhook-prefix.pch */, + E8CEE0A8ABDBD9002B291696DB27CB2F /* RCTReconnectingWebSocket.h */, + 4119ED026DBDE72160E66C132B909CC4 /* RCTReconnectingWebSocket.m */, + 8769A711B0CD90A2848A4E41C44D6E3D /* RCTSRWebSocket.h */, + 744920123C401A4FC5C9C83F8075D16C /* RCTSRWebSocket.m */, + 9EF24D38FCF539E2EB57319E7AFAB761 /* RCTWebSocketExecutor.h */, + B650EEC90DFCEC293D05145415B0187C /* RCTWebSocketExecutor.m */, + 2DB24C73E59EC53554D3BF392A36C82E /* RCTWebSocketModule.h */, + DAF13D91BF4D016AC4B52C309C139F8E /* RCTWebSocketModule.m */, + 2237E7AEF0194721B2F021E174C80CA7 /* Pod */, + E51954B74588D834204F00EFC251096A /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-fishhook"; + name = "React-RCTWebSocket"; + path = "../../node_modules/react-native/Libraries/WebSocket"; sourceTree = ""; }; - CDDDC7342D9CF7E8061F59AF1C964C5E /* Pod */ = { + BDD089D96F38F9C411E9E6603B6305EC /* Pod */ = { isa = PBXGroup; children = ( - 1011AE4CC6849D3C52EE6C7240D918F8 /* LICENSE */, - 5C4BF716CBD1379EAEB40AC7BC206BAA /* react-native-webview.podspec */, - 702939D23DEA69A6C67D3F8FBB385ACC /* README.md */, + 5F8CABA6DD1FE6397E340E566D76A0FB /* appcenter.podspec */, ); name = Pod; sourceTree = ""; }; - CE0ADE833456E49D0D54310B7C102BEA /* Inspector */ = { + BEB6D6896CD4C44DDC981A472C7905A4 /* Development Pods */ = { + isa = PBXGroup; + children = ( + D2E09DBC30124093577D0426D54F5D18 /* appcenter */, + AB5B53BDFC664B7881639628101177C9 /* appcenter-analytics */, + EC0B9577123482C23208FDED6048EC04 /* appcenter-crashes */, + B86089439B4B34E36C79E1456A6F6C90 /* BVLinearGradient */, + 97430A2A28044F67F3F41CDDE51F80EA /* React */, + F7280D4FC6DB2473C121DBDE8B5A8317 /* React-Core */, + B0CB14103C72189E16C8630404F57C68 /* React-cxxreact */, + FE092B0935D7195CC569937D66BFB083 /* React-DevSupport */, + 8222D81A24397593CDC01A15275EA470 /* React-fishhook */, + C01F2FF911B8E709D3901E223BB8DA54 /* React-jsi */, + 0167BF041B784AF405005C79FFE59977 /* React-jsiexecutor */, + FB047EBA7772343DD87AB7144548BD98 /* React-jsinspector */, + DA5DF269FE442C6712127CCD4C53C383 /* react-native-camera */, + D7E5EA1C1901F1797E01728D78722C85 /* react-native-haptic-feedback */, + CD59265A112718E1D78EDA916CB91BB8 /* react-native-image-picker */, + 33C4615AA1FFFBA18A90A92A6E39AD1C /* react-native-randombytes */, + B1E4D361419BA9C364DC59D97E469045 /* react-native-slider */, + 8B7DFD5DA0191ECA10002EBBC5A50EDF /* react-native-webview */, + 0E39FB131C681D4807EC7940902B6D0F /* React-RCTActionSheet */, + 2845C8B4ABAA51B31A029E4216472927 /* React-RCTAnimation */, + 6844576601ADCCDAC515B450CE3EDE78 /* React-RCTBlob */, + 652D9C97020DA3B64DE6E3DB9C0AFDD8 /* React-RCTImage */, + EDAC75936B37A58795B7BB55836BCED3 /* React-RCTLinking */, + FC478EA9774F6DDFBDA2422A96619577 /* React-RCTNetwork */, + 3A6F5286BB3AB637D214925AA5432B26 /* React-RCTSettings */, + F67B79FB4DF2D19A60491E0D1F02F578 /* React-RCTText */, + 0E07AB2E22BDC94496C7BD56CA3A49FE /* React-RCTVibration */, + BD434B616542D4EBB719EE398CD1EE15 /* React-RCTWebSocket */, + 113DF4AB4EBB9F51B05E4DE14D723ABF /* RNCAsyncStorage */, + 438888C59123D9A49C7BDEE87CA6DE6F /* RNDeviceInfo */, + 4E558F6E01B7AFCD33F339B069270296 /* RNFS */, + 63634A58D7F400FBE1253AFE61F05D18 /* RNGestureHandler */, + 1161288EB7765354EA72CEC2DBE0CDF9 /* RNRate */, + 7FCDB62626C9AD5F3D4C54039B4E5D56 /* RNSVG */, + 235905954EA31F9C9BE4BF10FEDC9B39 /* RNVectorIcons */, + 905004F6C32711C779690F987CF53624 /* RNWatch */, + AFB64871FD2783007DE0A50BFD469CF5 /* SentryReactNative */, + 9AD91EAAF409E56EDA47B801722FB8A5 /* ToolTipMenu */, + BD0D568380B74B0C85610E97DACA10EA /* yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + C01F2FF911B8E709D3901E223BB8DA54 /* React-jsi */ = { isa = PBXGroup; children = ( - C21C9D03C94BAC6BA36319868D6036C1 /* RCTInspector.h */, - D2B4134C7715C057C99DD2C90D323985 /* RCTInspector.mm */, - B5C234A87813598EC4B4FCF6F9831985 /* RCTInspectorPackagerConnection.h */, - 47E45B46E61572B717857C87F9AA6848 /* RCTInspectorPackagerConnection.m */, + 9145EBEDD800D925EAE8A66B6826798B /* JSCRuntime.cpp */, + FAEC2132881A657C81740A566BDB01B1 /* JSCRuntime.h */, + 11E31D5762439458E651C93491D06424 /* jsi */, + 8E60DB6F29F3587DBD5F464F1B041C22 /* Pod */, + FBB3924665C4659FDC2DBEB23C081332 /* Support Files */, ); - name = Inspector; - path = Inspector; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + C2339E3DEEE0D7F52CE85A84F72CAD99 /* Support Files */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 4203D92D42BC82E2D2282B61B1F8046B /* Development Pods */, - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - A403C81C635A3BE77CF99C999EBB8B1B /* Pods */, - 23CC0463914AAA783C1FCFB79F4BE921 /* Products */, - 039BBA43252C8C62E6E400838B9DA682 /* Targets Support Files */, + 16A9AE374A98C20EEEF27B9E3DDAE8FF /* react-native-haptic-feedback.xcconfig */, + 9DA26F2CD14D625F81FE7FE09830625D /* react-native-haptic-feedback-dummy.m */, + 72F39F5FC09D5107B9FF1517CDE56840 /* react-native-haptic-feedback-prefix.pch */, ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-haptic-feedback"; sourceTree = ""; }; - CF69A807848DB63040BA665D9AC43C4D /* Support Files */ = { + C6F6B9C7AB6430A135DC9D25DFBA4FA5 /* Support Files */ = { isa = PBXGroup; children = ( - D6D341DB5D5021CAB5B65F30742054AA /* React.xcconfig */, + 7A16CD9E33DF9B2FA1EE4617B76739C3 /* React-DevSupport.xcconfig */, + 2BD989F5CF7303A65966A0AC3E86D435 /* React-DevSupport-dummy.m */, + 18081CD394E370315D04B64AA48C2EA5 /* React-DevSupport-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; + path = "../../../ios/Pods/Target Support Files/React-DevSupport"; sourceTree = ""; }; - D0A6D8CA681C8C2EDCE02B2881BD8DE4 /* Support Files */ = { + C7B3C4C2F6A1E3ACEE7F1AC634888801 /* Pod */ = { isa = PBXGroup; children = ( - DE1E734DBF7914B27773D0ACDA6E7031 /* React-Core.xcconfig */, - 5DE55EDB0F8FAF8DA6EF3E7EB0E5A8A6 /* React-Core-dummy.m */, - 8FA45E00CB59254F916465BE0B159346 /* React-Core-prefix.pch */, + 162DC1F3E189DC63BB49D1B789DF92CA /* LICENSE */, + 4222D6038AA67D2BE46A2AFB30E3290A /* README.md */, + 75A540D60AF4011AF1A890FD4DC6CC6A /* RNDeviceInfo.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/React-Core"; + name = Pod; sourceTree = ""; }; - D1209E85892668AB6B4A3BDFF72E84DE /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - 77E9946BB3E860369516CD25F2383AF6 /* RNGestureHandler.h */, - 608B638826DA9EDECE4CBE93CE16818C /* RNGestureHandler.m */, - E2704E4E2195A13D75FB4B1559961283 /* RNGestureHandlerButton.h */, - 7F37F57FD2D4BFC77EEC41CD4F7D091E /* RNGestureHandlerButton.m */, - 3FDE94D83E9FBCF07E8C4C87826B65DA /* RNGestureHandlerDirection.h */, - 6FCCAD11964678441273DC41EA3D6825 /* RNGestureHandlerEvents.h */, - 6621E5FCFE666FF80A0357216B066556 /* RNGestureHandlerEvents.m */, - BE1F5EA1D3FA54C8C742334F48249BC4 /* RNGestureHandlerManager.h */, - 845AB4FE21B26F9AAC89F2D32A661E37 /* RNGestureHandlerManager.m */, - 9373DC340D8DE978EBEBAF2B1B7F5F30 /* RNGestureHandlerModule.h */, - A24BE67305ED0488273706DDA7431725 /* RNGestureHandlerModule.m */, - 633839ADCFAE102691646150C3A8638A /* RNGestureHandlerRegistry.h */, - C38CAA17C706D4F9FE496450A58E63A1 /* RNGestureHandlerRegistry.m */, - FD73C63A03FDE8DE5C78F453A40E7FA3 /* RNGestureHandlerState.h */, - 3FE6289F4BC5FA8CFF07D80DD91A91B1 /* RNRootViewGestureRecognizer.h */, - 9E20BB72E185A7A90C687C5C7CEC6EBB /* RNRootViewGestureRecognizer.m */, - 8306CFA973CAB9B5ECE0493066F2B5B0 /* Handlers */, - FC7C124488EE14277CF68CE8DBC3B2F8 /* Pod */, - FCBA65B19DDDB4292395D03408754B52 /* Support Files */, + CA87ADEA15F9D029E29A769939038E34 /* Utils */ = { + isa = PBXGroup; + children = ( + 246D8719D48D2DEFCAA40BB58578B70F /* RCTConvert+RNSVG.h */, + D504987D4816B7C500632879EC9E2518 /* RCTConvert+RNSVG.m */, + BA225BDABAA1B5B99467EBEC84CE75A1 /* RNSVGBezierElement.h */, + 204430216C5FC51A57CE69A29CC6C7F6 /* RNSVGBezierElement.m */, + 00BA1B287738A1C8B5C3A396557E71DB /* RNSVGCGFCRule.h */, + 488ED1252558AAED378A8BF5B2396973 /* RNSVGLength.h */, + B8C9255F71F9C3447278B0D7763823C5 /* RNSVGLength.m */, + A729F44E821A012431FBD4E32B596C1D /* RNSVGPathParser.h */, + 3330618CC02B94A9C10C9D7633AA1474 /* RNSVGPathParser.m */, + 3C119C01332AEF55F34A22BDF3B0ECC7 /* RNSVGPercentageConverter.h */, + 7411233F6AF3AA5031785F7F79ABF6C5 /* RNSVGPercentageConverter.m */, + 1C6A3FC082B5BA9523205204C219EE77 /* RNSVGUnits.h */, + BBF0C68AF4F4C9DC13047B0E24410CFA /* RNSVGVBMOS.h */, + 4890E9632028E769CDE3E6425466D687 /* RNSVGVectorEffect.h */, + D7A96162205EA5986019374D2A31A212 /* RNSVGViewBox.h */, + 81CFA7A58A3A1C11BE11B7254F8E9F77 /* RNSVGViewBox.m */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = Utils; + path = ios/Utils; sourceTree = ""; }; - D3B0D753C7307912AA0A303AC8B77FA1 /* RNRate */ = { + CB45291B9DFE6EEBEAD88B32E31C793B /* Support Files */ = { isa = PBXGroup; children = ( - 424E51530BDE7C1628F92F99CF6E60D7 /* RNRate.h */, - D96F73FDFEBD1A0C4EBD08193508FC49 /* RNRate.m */, - AC0A41734CD0D4159DB0F6ED509ED370 /* Pod */, - 9B1C6BC7BDB08ACD8B576E49F2ECAF64 /* Support Files */, + 6C7F167A45EFF6BFE56D81F7EAA20E07 /* React-jsinspector.xcconfig */, + 98F733FD7E711FD1B15C74ECD7D33F91 /* React-jsinspector-dummy.m */, + 1567A67F7B74ADF946FE43F1E48956D4 /* React-jsinspector-prefix.pch */, ); - name = RNRate; - path = "../../node_modules/react-native-rate/ios"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; - D5C9E8498FDF89A74D00AB20F262B3F2 /* Pod */ = { + CD59265A112718E1D78EDA916CB91BB8 /* react-native-image-picker */ = { isa = PBXGroup; children = ( - 6074332C05A61435B4D65687DAF8C44F /* LICENSE */, - 58954EB910E5F722D2E3F205CC0FB198 /* README.md */, - CF58DBDC371B65ED37CA6C4203EE75D7 /* RNVectorIcons.podspec */, + 85FCB57CEF442B6CA598D84C842D2497 /* ImagePickerManager.h */, + 5E95437B54DDB7FC9121C434669F70FD /* ImagePickerManager.m */, + 0AEB856AC31864AD3B90EC7A93CFECDB /* Pod */, + 538FB4B9A93A6FCF41277F27FDBADCE9 /* Support Files */, ); - name = Pod; + name = "react-native-image-picker"; + path = "../../node_modules/react-native-image-picker"; sourceTree = ""; }; - D60B06753A003D44E0630B8ADFB6D6A8 /* DoubleConversion */ = { - isa = PBXGroup; - children = ( - 1ED112C22FB10CBF1AB2F1B8A839B230 /* bignum.cc */, - 3CC6AB018E6FEB90AEBE3928C35522DB /* bignum.h */, - C0B49676C9BA577AF9170BEE06D0DD21 /* bignum-dtoa.cc */, - 53D6103BD516321A595BBFC3A109D273 /* bignum-dtoa.h */, - 431E53937411FFF9177AE54F75857502 /* cached-powers.cc */, - 0CE439D975E14E50D788333677BBDED5 /* cached-powers.h */, - 2164D6009E0872052E460E80B045CF7B /* diy-fp.cc */, - 2494932080A1B0E090767784C7013680 /* diy-fp.h */, - 8B5CE403971C99A4143414F9D9D9C003 /* double-conversion.cc */, - 8FBE03D2A70F6C27ABF0FAA2DDAEF401 /* double-conversion.h */, - C24C7AEDB40B66CCBDCCC3CAFFB71979 /* fast-dtoa.cc */, - 68B031A28172493B622901BF7D6F820D /* fast-dtoa.h */, - 127BF6527F7F4973A0EC54194FA491A6 /* fixed-dtoa.cc */, - 5B64E33E463B6C7B4C272945B2EE8479 /* fixed-dtoa.h */, - EB0932CB3EE002DB993EB8413A8741D3 /* ieee.h */, - B65FA2D9A6E26B20F55BE13DF335F174 /* strtod.cc */, - E908122880E3BBD03B74B0F2AC97CFE3 /* strtod.h */, - 0FE4EB1E4CC2450F8A8D9540A3565BD2 /* utils.h */, - 0723B09CFDF7B359CBDFF0CC11FCA617 /* Support Files */, + CE4430BAF836CC903353287BD9B31473 /* DoubleConversion */ = { + isa = PBXGroup; + children = ( + 0FC3161B68215AAE32BE363FDC43F02D /* bignum.cc */, + 54DF2174FFCDD0672DEEFFA97D4CCDBD /* bignum.h */, + E5A89A59ECB947A26FE8AB0B9579E75E /* bignum-dtoa.cc */, + 6A313A9E3DA481E75EED843B5E83E8F1 /* bignum-dtoa.h */, + 5444AC218AFDAB20F88CB5D2DB0D06EB /* cached-powers.cc */, + 43E958073AC6CBD2701DFBC633F8C462 /* cached-powers.h */, + 30499643ABA8569510FBC4222BF4F685 /* diy-fp.cc */, + 103263AE883FC4B33FC5F08FF8C4A6F9 /* diy-fp.h */, + F3B75CFAFC8BD3FD64ED3907E2BBB703 /* double-conversion.cc */, + 33183D8B1906A4457FD0E5F2B4067D53 /* double-conversion.h */, + 59A426B64916BBED75C4464756B1BA3E /* fast-dtoa.cc */, + 1AE16CE33A573D70B0DDF28C67D3F2BA /* fast-dtoa.h */, + 0FC236220B9EB4EA7176CA09059CD26B /* fixed-dtoa.cc */, + 80A16168B0E0D91AF91E9BD264F73176 /* fixed-dtoa.h */, + 35496C3DCEB215C36B107C526F0082D0 /* ieee.h */, + 87C968FCC7A0A595FDB0268E631470A3 /* strtod.cc */, + B9A041585C99AF7C4F147B6CC9E0EA16 /* strtod.h */, + 7007A5439FACD80A713F9F359BC05BAB /* utils.h */, + 86DEA8C883DC374D3653BC51EBDDC086 /* Support Files */, ); name = DoubleConversion; path = DoubleConversion; sourceTree = ""; }; - D7CED2DB3EC9A2DB14E027BF4E3FED95 /* Support Files */ = { + CEC9AE7EDAE9D52A5A77B7C12947B063 /* Pod */ = { isa = PBXGroup; children = ( - E5C9588A211CA72C0C20EF216A318300 /* react-native-randombytes.xcconfig */, - 25557227A4463A0F7F1C347C2EAF2D20 /* react-native-randombytes-dummy.m */, - 77421129C8FF99E796402E5F2963CA54 /* react-native-randombytes-prefix.pch */, + E473017818D8F2BFBD0C330892BC5A9E /* React-RCTVibration.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-randombytes"; + name = Pod; sourceTree = ""; }; - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + BEB6D6896CD4C44DDC981A472C7905A4 /* Development Pods */, + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, + A2101679514BEED456343F62BDB1FD6C /* Pods */, + 84AA1FDDB492CDBD70EC37C6752B75BF /* Products */, + 039BBA43252C8C62E6E400838B9DA682 /* Targets Support Files */, ); - name = Frameworks; sourceTree = ""; }; - D9E13AC6CE8581A9E7B4B8AE35416873 /* Support Files */ = { + D1EC07DAD0661EEF01CE8EFCFCB590C3 /* Support Files */ = { isa = PBXGroup; children = ( - 56F46DEE04CA21BBE5315B0BC20C5CC6 /* React-RCTActionSheet.xcconfig */, - DF5202B29E8A86D5CD7F246461AF8C28 /* React-RCTActionSheet-dummy.m */, - C306BB77A24947F70D164F60E31C30E7 /* React-RCTActionSheet-prefix.pch */, + EF9795876234E6EB68B7E0886477A43D /* yoga.xcconfig */, + B2231B821E5DB180377F3725A70850EA /* yoga-dummy.m */, + 1AAF0EF9AC263E03303EE36514BF4C8E /* yoga-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + path = "../../../../ios/Pods/Target Support Files/yoga"; sourceTree = ""; }; - E2271761133A777A577466BAD2E077C6 /* Pod */ = { + D262448C931FA7EB33F85BB25E995BD6 /* Pod */ = { isa = PBXGroup; children = ( - 31A0F4857600E04AAA3463430BFED8D0 /* React-DevSupport.podspec */, + 049890577072D43357D18C3C12BE96D9 /* LICENSE */, + C1236FC5BAC487A17261453EB34E87BD /* React-fishhook.podspec */, + AA80B273BEF39878EBF67602208E0DE0 /* README.md */, ); name = Pod; sourceTree = ""; }; - E3B970D4AF73E077CA6569BA22C45D65 /* react-native-camera */ = { + D2E09DBC30124093577D0426D54F5D18 /* appcenter */ = { isa = PBXGroup; children = ( - C3FA85DECAAB60F32F486E93A98DD1A9 /* Pod */, - 23B7709B80FCC1A2AAFB180D4E3DE269 /* RCT */, - E79F2D159C242DE5384F946E5F4DE6DF /* RN */, - 5CFE8F595DB06D4859E0A7ABA1E30C0B /* Support Files */, + C7E8003E4D2B311834ED5F1E31DC2AA0 /* AppCenterReactNative.h */, + B3BADED2F2BCA36B37849F47CCBEF421 /* AppCenterReactNative.m */, + BDD089D96F38F9C411E9E6603B6305EC /* Pod */, + A6A70BD06E1966A3527FEA7637C06ADA /* Support Files */, ); - name = "react-native-camera"; - path = "../../node_modules/react-native-camera"; + name = appcenter; + path = ../../node_modules/appcenter/ios; sourceTree = ""; }; - E50AB6C74EF882EA6AA6694A4F8F2335 /* Support Files */ = { + D353DCECE481A1E30652AB48155149DF /* Support Files */ = { isa = PBXGroup; children = ( - 075A4EC5C8748DE3D4EFBAFA250D9C71 /* React-cxxreact.xcconfig */, - 85A26C1453BC6C69C0ACD36CCFA95679 /* React-cxxreact-dummy.m */, - 3E2B15DEE23AD7725E242CD6B6072085 /* React-cxxreact-prefix.pch */, + 34DC4B3807A44ECA4E477D83A1A8A990 /* glog.xcconfig */, + 655190B5250E0F3D7A69FC19B38C9E31 /* glog-dummy.m */, + 7CC09DB6F24E7ECBDDF8C47D69DF0118 /* glog-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + path = "../Target Support Files/glog"; sourceTree = ""; }; - E61A981AF72532FCE3D952C835492F3D /* Support Files */ = { + D68C36BACE81C978828A8FE685C0EBF3 /* Frameworks */ = { isa = PBXGroup; children = ( - 62E7990A297AA8BBEFE2362A873B6AC8 /* RNVectorIcons.xcconfig */, - 71089DAB910E8CB655DFA73A210F10C4 /* RNVectorIcons-dummy.m */, - 40BFAEAD8D3B6AAC9EB70444ADC96A20 /* RNVectorIcons-prefix.pch */, + 31F25541006CAABDD080DA2888E1885C /* AppCenterCrashes.framework */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + name = Frameworks; sourceTree = ""; }; - E79F2D159C242DE5384F946E5F4DE6DF /* RN */ = { - isa = PBXGroup; - children = ( - F4352D19A5F51864F6903BCD81E20679 /* BarcodeDetectorManagerMlkit.h */, - 8655F2EE000FAA3FE3E9CFF316D669DE /* BarcodeDetectorManagerMlkit.m */, - BA48F8135C04B09065E5F3FDCDA2538D /* FaceDetectorManagerMlkit.h */, - AEE8CA7D365CAAE045EFB752AB4ACC75 /* FaceDetectorManagerMlkit.m */, - 8E5248E7F30B94131062A1A65F42FB39 /* RNCamera.h */, - ED3374D62635311E93656C8D97E811DE /* RNCamera.m */, - 5401D5515ABBD7757F2EF8F49AE86A9C /* RNCameraManager.h */, - 5EF815A20C86DEE148D1EBBF723AF4E6 /* RNCameraManager.m */, - E11294548BE35F2EB597D4C8378B4997 /* RNCameraUtils.h */, - D7134AE544B1DB263DF087324874D886 /* RNCameraUtils.m */, - EC9CEFC1496093895E8B9493F65D8EFB /* RNFaceDetectorModuleMLKit.h */, - 4EB62F2C7E641AC7EBD2F43D48E145AF /* RNFaceDetectorModuleMLKit.m */, - B3368C33067561B14E7C32F20CEAFCDC /* RNFileSystem.h */, - D1B7019D4952E6E93462ECD0B63EAF37 /* RNFileSystem.m */, - BBC081187B04A673540639C67839192D /* RNImageUtils.h */, - 6E74914F54353426FC45E66DDDC7B2D3 /* RNImageUtils.m */, - 97AEAAF428DA374C2F4F46AAAFB099DA /* RNSensorOrientationChecker.h */, - 126630C374964029A18FD3D02013F9B9 /* RNSensorOrientationChecker.m */, - 2C16C634AC85DE43DD06A854804B5016 /* TextDetectorManager.h */, - 82CB31C75E1BA14DF4DD742A8229FF36 /* TextDetectorManager.m */, + D7E5EA1C1901F1797E01728D78722C85 /* react-native-haptic-feedback */ = { + isa = PBXGroup; + children = ( + 0A5EC2C44B5B9D8FF6269212A1E85639 /* DeviceUtils.h */, + A6EA710AD914CF9BC9D8034EA9394CDB /* DeviceUtils.m */, + 41068F2A262D51E5EDB2228640CDF057 /* RNReactNativeHapticFeedback.h */, + 7D8604BB3C9464AC334DAC95CE0E7113 /* RNReactNativeHapticFeedback.m */, + 43FFC57E92740B5618585C296DD369B0 /* Pod */, + C2339E3DEEE0D7F52CE85A84F72CAD99 /* Support Files */, ); - name = RN; + name = "react-native-haptic-feedback"; + path = "../../node_modules/react-native-haptic-feedback"; sourceTree = ""; }; - EAD081667A2B70F65EE4054970A0CBB6 /* Text */ = { + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( - 34106A6487F9070092BBCD03194EEBE7 /* NSTextStorage+FontScaling.h */, - 25D86B5F2DCF431926732DAF327173A9 /* NSTextStorage+FontScaling.m */, - 398BEAC6792C5781F76C2A0DF5B10F2E /* RCTTextRenderer.h */, - 6E0914C41293BBAABFDE96D24757D10D /* RCTTextRenderer.m */, - E9E7DAEA06E709AB2DB8DE25E97030DB /* RCTTextShadowView.h */, - 1F06AAB9F65BB87D9DB251CF96FBE448 /* RCTTextShadowView.m */, - CB646426B6CCE0821F117B5312F50324 /* RCTTextView.h */, - 5511811CD48EE5BA04E1F2DE98A25736 /* RCTTextView.m */, - 692A0A18BDE53E06899114B796F6B044 /* RCTTextViewManager.h */, - 862E9A54BB14C838E5F7DD57E9F61B41 /* RCTTextViewManager.m */, ); - name = Text; - path = Text; + name = Frameworks; sourceTree = ""; }; - F35F75F5060BE714C88A07553A48F6BF /* EFQRCode */ = { - isa = PBXGroup; - children = ( - C82D2CA978ADC4F6AF276E642E15CB7B /* CGColor+.swift */, - 0691E10A6D21EBCF5CA39CF43BFACF99 /* CGImage+.swift */, - 053AADB371E3862E040139709D041F5D /* CGSize+.swift */, - 0BD47D11B55D7005CF7C8BC8AB56D63F /* CIColor+.swift */, - 9DBD36BCDBEF15BFB4D9AF782E1FC292 /* CIImage+.swift */, - 3224BC2BC1314776EB93EEA7D4AD552C /* EFInputCorrectionLevel.swift */, - 340E5C0FFE36ADA6309BD9447C724A9A /* EFIntSize.swift */, - 18220936C7A7237A002C49E56D8191C8 /* EFPointShape.swift */, - 68EABF105846A9EADA673235E6899791 /* EFQRCode.h */, - 2828221E779C288380EA456B10B30DA1 /* EFQRCode.swift */, - 10AD7DCEC27202D67B05408FBE12D327 /* EFQRCode+GIF.swift */, - EC5857311D4AFA8A74C54C09F3A72BF4 /* EFQRCodeGenerator.swift */, - 3AC23E418CA596ACEE76188D74E60430 /* EFQRCodeMode.swift */, - 5ED7A6DC2DC97555AE72744914F00571 /* EFQRCodeRecognizer.swift */, - 694C8C7EA265FF8E71EDAC01B23390DF /* EFUIntPixel.swift */, - 916846284A4D0063F1B8AA95C2804AE6 /* EFWatermarkMode.swift */, - 1EDA68CA6318BD22F0454AEBACA24ACC /* NSColor+.swift */, - 8D33B2722A01C1D0CFB29B7C4B671610 /* NSImage+.swift */, - FABF56C2566335C36998269BDC0902B4 /* UIColor+.swift */, - 2390709D8B5238882DD57115C100F4AB /* UIImage+.swift */, - 346B80F7A09FAD0032182AD179274D4A /* Support Files */, + D95C34DFF78696F2EBBCF7476EB5F10D /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 93E191BE9AAFF95E42D6BB509DE29C6D /* RCTSafeAreaShadowView.h */, + 5713F1A2BE2DCCF2A9B008D7FBC6EB3E /* RCTSafeAreaShadowView.m */, + B31674E4FBF9A71B11219392B80CC0EC /* RCTSafeAreaView.h */, + 385E5E9282513FCB25A4AEFE029BA122 /* RCTSafeAreaView.m */, + 4B430D0289F816DF7EBCCC0737AE0401 /* RCTSafeAreaViewLocalData.h */, + 4C5F8E5E14DE4658A9159B18DFC9F9D8 /* RCTSafeAreaViewLocalData.m */, + A88BF6E423F2054FB7E16A10C917A123 /* RCTSafeAreaViewManager.h */, + 04AA520574793E4F3C07A5F96F8A7D37 /* RCTSafeAreaViewManager.m */, ); - name = EFQRCode; - path = EFQRCode; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - F476419107A1B009A47815F8590785B1 /* Pods-BlueWalletTests */ = { + DA5DF269FE442C6712127CCD4C53C383 /* react-native-camera */ = { isa = PBXGroup; children = ( - 5DDC2816D0EE958249BE41817545D30A /* Pods-BlueWalletTests-acknowledgements.markdown */, - E3FA89CC71EC8B55A4CC97A79229B3B8 /* Pods-BlueWalletTests-acknowledgements.plist */, - 9017CCAEC5F906C0B5544F5A4C939BCF /* Pods-BlueWalletTests-dummy.m */, - 0D70A72A63AF64328583198A674D2B8C /* Pods-BlueWalletTests.debug.xcconfig */, - 6ACF9FEC842E0926135B5C9C50E5C357 /* Pods-BlueWalletTests.release.xcconfig */, + 607D191EDD6D8DB4434B1A0179DACA74 /* Pod */, + B87DCD8B08F9865530B7208838D580DC /* RCT */, + 843CB13DA6F2E8737998B4F7ACD17BD9 /* RN */, + 7731B8D3E57E240BBD8ABFE597B226BA /* Support Files */, ); - name = "Pods-BlueWalletTests"; - path = "Target Support Files/Pods-BlueWalletTests"; + name = "react-native-camera"; + path = "../../node_modules/react-native-camera"; sourceTree = ""; }; - F47B1317250059FAF3231F3C70AFAAE1 /* Support Files */ = { + DCC14655E5B28DADAAC4B27F7B26B348 /* Core */ = { isa = PBXGroup; children = ( - D85970AA0528BA0F869CFF594AF64FD0 /* React-RCTNetwork.xcconfig */, - 709162584A2A0BAB835805E6E2811CF3 /* React-RCTNetwork-dummy.m */, - D53B0A0380A4304E2A253AE6DD47D379 /* React-RCTNetwork-prefix.pch */, + FC39225AC9FC6DF8706DB5B09AF0812D /* Frameworks */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + name = Core; sourceTree = ""; }; - F488227ED50B2BD1B449C46A17B87F40 /* Views */ = { - isa = PBXGroup; - children = ( - E2ACB62ED8D9F976603AF2C917F2E922 /* RCTActivityIndicatorView.h */, - 38BC5F94984DE20C8E2B9351FF4AFA2E /* RCTActivityIndicatorView.m */, - 9C3154FA8A7210956F0D2D7AF0435BF9 /* RCTActivityIndicatorViewManager.h */, - F4805846A1F7AEC64922817ED3B19327 /* RCTActivityIndicatorViewManager.m */, - B6EEBACB6C1E3DB4619688D849708750 /* RCTAnimationType.h */, - 8A968FD71E90E346D467F4AE23B87C9C /* RCTAutoInsetsProtocol.h */, - B5EBB5445E3D3134271A9F4DEA004D74 /* RCTBorderDrawing.h */, - 4106AFE7AD9C4827D5982BE4CBEDCBCF /* RCTBorderDrawing.m */, - 2CD0246B7245E43DE3BFD3122AB37E1B /* RCTBorderStyle.h */, - 238904FE7C5293B287807B838A9D0EFF /* RCTComponent.h */, - FAC8B19078663CD17A62C1649E1418B1 /* RCTComponentData.h */, - A2BF869516AFC3D5A139B3202BEC0566 /* RCTComponentData.m */, - 1ABE8BFA0A268120EF947C9A6C66FAEA /* RCTConvert+CoreLocation.h */, - 571EA7DF56B46B59C7504B349FCF3CF3 /* RCTConvert+CoreLocation.m */, - E4A993AE62023B93002CBA72AEC60511 /* RCTConvert+Transform.h */, - 71265FC35170DEAFCCE8EF4E7673F5A1 /* RCTConvert+Transform.m */, - 3978BE7A639834A212C6B89B444DB1D1 /* RCTDatePicker.h */, - 822736F3875735C29E7194B74BEEA994 /* RCTDatePicker.m */, - F377C8F624A3335894A8B5727EFE7E54 /* RCTDatePickerManager.h */, - 195059B564E692AE855ABFB5E5E24250 /* RCTDatePickerManager.m */, - 7B2EE87E59ECC7400A8E4F6F296C5C27 /* RCTFont.h */, - CE0BD9830B6C322A54FE7F02B1595DFA /* RCTFont.mm */, - B2B10FE0E505EB654931F9B7D612604D /* RCTLayout.h */, - F49AB4E973028DA16289FF2E03DED536 /* RCTLayout.m */, - 4636D626F75DD81EB5AB3D6622FAAB07 /* RCTMaskedView.h */, - 84C5CD887271D1CCF33BD15E79236F16 /* RCTMaskedView.m */, - 253194C757400A24357E8EB59CD5E053 /* RCTMaskedViewManager.h */, - 0430D75E363F5F0D9A12AF1921617862 /* RCTMaskedViewManager.m */, - 402E9910295E0621414C637DB292E98B /* RCTModalHostView.h */, - 6BA0EC7625038783FF7E06EF9EA1CDE0 /* RCTModalHostView.m */, - BDCDBD211B26A53B1B5BACC0C2474756 /* RCTModalHostViewController.h */, - DD554C1199A074FB5F529F9164F17827 /* RCTModalHostViewController.m */, - 352008A8EC7CF775969C211F34715C21 /* RCTModalHostViewManager.h */, - 26907759DDCC71AA6A8C7D689BD3A074 /* RCTModalHostViewManager.m */, - 1018ACDEA3A02A278560D6966B12907C /* RCTModalManager.h */, - E15C4EC4F9C0E1C9C111822998A58260 /* RCTModalManager.m */, - CF1ED519860E63DAF43F587B6F326783 /* RCTPicker.h */, - 8E8C7875FA8560959FE6958CF2ECB48F /* RCTPicker.m */, - E5FD97B5E44F43FCF1407AA759E82DEE /* RCTPickerManager.h */, - 2EBFD74C740BD86B7F9E819CBDA08493 /* RCTPickerManager.m */, - BE6B72EBFF03312B61F744B9E9488A92 /* RCTPointerEvents.h */, - EE72BE833479929A6E2B5EFE13891D71 /* RCTProgressViewManager.h */, - EB4EC9A6033B84150409E4EE5FE5B345 /* RCTProgressViewManager.m */, - CDAC461F3B60A77BFD5C89A190AEB6E5 /* RCTRefreshControl.h */, - D5B379EBE1E882A655C25B51852F2F6C /* RCTRefreshControl.m */, - C1C8709412D010219C3260A46FC5C737 /* RCTRefreshControlManager.h */, - 054659D1DF508C260DFD1B1C7042287A /* RCTRefreshControlManager.m */, - D08140EC733C94105F2216007B8C0EF5 /* RCTRootShadowView.h */, - E5F344C836E717CF8F8FB3588A91C7E5 /* RCTRootShadowView.m */, - ECB75B3CC6BB50A23F9598C52D71DBC1 /* RCTSegmentedControl.h */, - 31561C5A29E3F9818415164C53E050EF /* RCTSegmentedControl.m */, - AA0C0D69425A2BB387765F12E4F6A3D2 /* RCTSegmentedControlManager.h */, - D9B0F7E33718A1EBA2CC81C6A7429B45 /* RCTSegmentedControlManager.m */, - CBBBE55A1DFD68B69F2FAF2B3682B470 /* RCTShadowView.h */, - 618FA73A8DE1C80FA3F48C3455F93B9D /* RCTShadowView.m */, - 662E3F5565E14A1E57FC0E7292BC43FB /* RCTShadowView+Internal.h */, - 8E2FE35845D538C08C14EB148741C656 /* RCTShadowView+Internal.m */, - AE9DC23E27C75B8CD68FBBDE8CB4ADF4 /* RCTShadowView+Layout.h */, - 2E3B05F4D34BC605F914553345365774 /* RCTShadowView+Layout.m */, - A5EDA203EF94A0A211DCE53470CAE404 /* RCTSlider.h */, - F55BC93B124B5BCD9E670892E46FE693 /* RCTSlider.m */, - 93C9401CC35A993F7E39E2D6C4D831B9 /* RCTSliderManager.h */, - F5A4583F003F024CE0AEFD85B2ECDD0F /* RCTSliderManager.m */, - FDCF43D1F12835576D0C3F0B0D3C0608 /* RCTSwitch.h */, - 5AA1D483C8C549C0A1E7C893C2EB21B3 /* RCTSwitch.m */, - 27502F171195B2D635A028D26FDCBE59 /* RCTSwitchManager.h */, - A46E7CC70A4C14DDA4D47E3B0B982C21 /* RCTSwitchManager.m */, - 9D17530D89D892274EF414D6C90C16EC /* RCTTextDecorationLineType.h */, - 482EAAED882D939C9715D58FCC0E5AB2 /* RCTView.h */, - 141AC64FB43478155729E88A0F8F69B1 /* RCTView.m */, - 9E67CA37447FE6EEAF74D8D91FFAAAD9 /* RCTViewManager.h */, - BB2C3473F447E79DE1316BBCA3961FFD /* RCTViewManager.m */, - 53E3CD6D7E8BEFA8DC5C678A06AFCEF2 /* RCTWrapperViewController.h */, - EF5A11184EB08A1CF08597E94568E413 /* RCTWrapperViewController.m */, - D4A863F73E0AF6A050435DFE848CE7DA /* UIView+Private.h */, - F1152FE6028173426568D63C913C5C7C /* UIView+React.h */, - F6DCA707132D8D48E11B8ADAA24F52AA /* UIView+React.m */, - 5AE0848E204BF8039EDD673D3C9ED4A7 /* SafeAreaView */, - 682BACD68074E0148D719472C65E2714 /* ScrollView */, + DDA3FD18156D11F89489286AEEDB0FC6 /* Resources */ = { + isa = PBXGroup; + children = ( + 55D21E05EB72B4288EC9FDBB423F59C7 /* AntDesign.ttf */, + 4C7ABBD4BF1F17016D3C67FCEA55CF71 /* Entypo.ttf */, + F4A0D5A02777BCB77271884A166C4EF2 /* EvilIcons.ttf */, + BAD796C1EF2EBB91C0DC1EF4D54D9933 /* Feather.ttf */, + 900250B0202F5B979244A2D2A262AA4A /* FontAwesome.ttf */, + 659EDB13FB5A48482293A3B17912878F /* FontAwesome5_Brands.ttf */, + 1ECEC09F716450307608D8A88939B009 /* FontAwesome5_Regular.ttf */, + A250BFAE4990ED7099824D5DB7AF0063 /* FontAwesome5_Solid.ttf */, + 55A4E96F5E5080110F10602B0B196509 /* Fontisto.ttf */, + 148C4FA59C12867BED3ECE609CC2773C /* Foundation.ttf */, + 069234CEA2B501C03B274BB48F76C9A6 /* Ionicons.ttf */, + B56D4266E0B5A905FBCEC91D88540AA0 /* MaterialCommunityIcons.ttf */, + 2CF702011774B418647639678EC660E2 /* MaterialIcons.ttf */, + 4030C1E87D7B1B45B11060B79F2E486C /* Octicons.ttf */, + 157B76EBC8112D06C000D0430F699E8C /* SimpleLineIcons.ttf */, + 97CEFD0009C26722E1203F0D74942D83 /* Zocial.ttf */, ); - name = Views; - path = Views; + name = Resources; + sourceTree = ""; + }; + DDAC8F92C2E32ADF58F390A4AA8B5D6F /* ViewManagers */ = { + isa = PBXGroup; + children = ( + 1540E47E9C207389A0C38F61BFC114B5 /* RNSVGCircleManager.h */, + 76C8767ACD66B321D1734ABC9F530B2D /* RNSVGCircleManager.m */, + 7214C1FD05D7FBD95E4BB2A117CD9714 /* RNSVGClipPathManager.h */, + 26F08B01697114676ACF3D59F8E09620 /* RNSVGClipPathManager.m */, + AED5A04C008C5FF9B99DB46B744ED47D /* RNSVGDefsManager.h */, + 2D349A9AA16968183608B0480B944C92 /* RNSVGDefsManager.m */, + 89FD664362A374596CBA5E3F9AA33CC1 /* RNSVGEllipseManager.h */, + 92F60FD718B54F464FDE2B8C7C7FE134 /* RNSVGEllipseManager.m */, + F35F6EBA7B7A039510BCBABE3116EC31 /* RNSVGGroupManager.h */, + 314CCF5EE68DB48ACBC4167E3CCA2808 /* RNSVGGroupManager.m */, + 6AAC0F42738C598020D0CCE58FDC3F24 /* RNSVGImageManager.h */, + 07F1F6321E93712ECE63340A5C9775D1 /* RNSVGImageManager.m */, + 70A6C18E8BADF6D52069C3B5F6AC1D19 /* RNSVGLinearGradientManager.h */, + 84A917ACF567EDD4B1DD1D09C58B4E4F /* RNSVGLinearGradientManager.m */, + 7A02BC7369BD129A03B391788905FFC8 /* RNSVGLineManager.h */, + EFDB243504724D9BBD67E1DB0DEE288A /* RNSVGLineManager.m */, + 036218D36E16C935AD18BD691995B813 /* RNSVGMaskManager.h */, + 83AAFA0CA4ED584E568093D97A0078C6 /* RNSVGMaskManager.m */, + 8565355A67D240D07ECE0D70ED24AE32 /* RNSVGNodeManager.h */, + 55A834DE71E81810A1A8501DBAF6B2E6 /* RNSVGNodeManager.m */, + 7CA96B5C7229813582287DEDBF0B9482 /* RNSVGPathManager.h */, + AF4FE3F697E979F41192FBEA7F57E824 /* RNSVGPathManager.m */, + DE84CCEE1478A86349751578E8B33A05 /* RNSVGPatternManager.h */, + 1ABFF39C66840BF747FE62CF9C67233C /* RNSVGPatternManager.m */, + E0ED6148103AD5237E87C25C7A7FCAE6 /* RNSVGRadialGradientManager.h */, + 4B9ACA823308D3F31EF14800F48CF383 /* RNSVGRadialGradientManager.m */, + 30C51CCAB3B319CEB62D16D34C8FC79E /* RNSVGRectManager.h */, + 4834A9B325EF1CBB66F0DFDB0FA36094 /* RNSVGRectManager.m */, + FE6BE4C29FE3FFAE2C8FC4FBCCD8D789 /* RNSVGRenderableManager.h */, + 1AD8081CB082D028F4DDD2AED77AF206 /* RNSVGRenderableManager.m */, + 8270370FD7421C58998F58CEBA499C59 /* RNSVGSvgViewManager.h */, + F7F13E3B1AD32B2CFF166EF8A880C3D3 /* RNSVGSvgViewManager.m */, + E12E9827CA3BEE81F5EEA0462FDB1009 /* RNSVGSymbolManager.h */, + 71B4EB337DE4D90405580B8E0B6B3A53 /* RNSVGSymbolManager.m */, + 56C8B1A96B1B8375ED1E79C96AA29056 /* RNSVGTextManager.h */, + 10D733B4E579F63A72F793CAAE2750EC /* RNSVGTextManager.m */, + B03FC454B0E1AD29EFF316EE474D8C5F /* RNSVGTextPathManager.h */, + 7462AB444213A54AC4069C695755288A /* RNSVGTextPathManager.m */, + 4874BCB3F56964DD62DE7BDD8AC41A50 /* RNSVGTSpanManager.h */, + 352ED3951BAD605BC7961B7070970E0D /* RNSVGTSpanManager.m */, + BA2BB49695868A648D81B5456C0437D6 /* RNSVGUseManager.h */, + 02DBC6A6465357D739AE344663E680D4 /* RNSVGUseManager.m */, + ); + name = ViewManagers; + path = ios/ViewManagers; sourceTree = ""; }; - F4DF22415C9ACA615244892EB0F68FBE /* Pod */ = { + DDC798561BE2EB1D3181CDFE1E67460E /* VirtualText */ = { isa = PBXGroup; children = ( - 9FC39358E6126B110852492FE932778D /* React-cxxreact.podspec */, + F0B627A691B4B7D2515C59F4659F6570 /* RCTVirtualTextShadowView.h */, + C81AE4C0FAE047594C2EF16A5F8AC04F /* RCTVirtualTextShadowView.m */, + 7C5116E8BFA5B91CAE8B9F5AE4833520 /* RCTVirtualTextViewManager.h */, + 2EED4FCB9651FBB833F2B74025B00E7B /* RCTVirtualTextViewManager.m */, ); - name = Pod; + name = VirtualText; + path = VirtualText; sourceTree = ""; }; - F5909B4A7C41D5CDCDA312481928B58C /* Pod */ = { + DFE1E6D94F416AB249DEBBBDEEF30C1E /* Text */ = { isa = PBXGroup; children = ( - 5347653D75F0C9902A8EDE8BAF11D14F /* React-RCTLinking.podspec */, + 18D0AB2A394B4452CBF0307FA494AD9A /* NSTextStorage+FontScaling.h */, + 2B96C3BF2A09FC43387FC9591C19543D /* NSTextStorage+FontScaling.m */, + 770AEC66846C0FD71C96560AA7D63B52 /* RCTTextRenderer.h */, + 3BA271A168A9AFB274CFE5E874BF4BA5 /* RCTTextRenderer.m */, + 208343BFBDBA25524DA39D3495ABB514 /* RCTTextShadowView.h */, + B59D3299F90314F2078703AB03F41086 /* RCTTextShadowView.m */, + 69CFF7090805F6FC5131A0F92D0C1957 /* RCTTextView.h */, + A49882087EAC8CB9DAC70D00FB186DFD /* RCTTextView.m */, + FC9CA8E20ACE28300D1D54B0BC7E9840 /* RCTTextViewManager.h */, + 3D69D27281FDAECE20ED6BCEAEA5813F /* RCTTextViewManager.m */, ); - name = Pod; + name = Text; + path = Text; sourceTree = ""; }; - F67106307241BDC119C6CBF594822A7B /* Pod */ = { + E04CFF8D053605EDD9AB9C89B7EEF159 /* Support Files */ = { isa = PBXGroup; children = ( - 0AAC5EF55FF9D89C6DC476918828D5C7 /* LICENSE.md */, - FA6DC70905167F3EFC9CBEC3C9F13F28 /* README.md */, - E6DB57FEBAF1E9D9D184CA0EDCAB4846 /* SentryReactNative.podspec */, + 9E6C8F1EBE7BE36FECA0722107DF4D70 /* React-cxxreact.xcconfig */, + 6CF3A564111549C0A811B742339868DF /* React-cxxreact-dummy.m */, + C79ACB6229D5EBFF6685182EE549911E /* React-cxxreact-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - F69737AB17DC9788B304A3A75668B35A /* Pod */ = { + E3FF30CFEAE1C0E3224B640071C61A45 /* CxxModule */ = { isa = PBXGroup; children = ( - 57C18275356949D1261E7BC2FBC07311 /* LICENSE */, - C9B041402CDA8B8044DB7D9B40F235AD /* README.md */, - 310036B56FC7CBCA1579D6F0ED6DE7AB /* RNFS.podspec */, + 29E0870F9242641B0D7D1CC650A13498 /* DispatchMessageQueueThread.h */, + 7155A602B7D084CF9659885E2E58DD4C /* RCTCxxMethod.h */, + 17AB0249BFC6A31FA73B70FAB1FC8617 /* RCTCxxMethod.mm */, + 1D4D78D7227CF5DF3770A90204D1C239 /* RCTCxxModule.h */, + 79B51D9813B8D6F9196C295FADFAB5AA /* RCTCxxModule.mm */, + D3183F308FA1C627953893DFF728D64C /* RCTCxxUtils.h */, + 83AC5654036822165E4BAFE937F2C137 /* RCTCxxUtils.mm */, + F672218A29E08D3A9B8C7C6DA0EEBCB8 /* RCTNativeModule.h */, + 8CB32499ABB41A317F95A4FDA8883BCE /* RCTNativeModule.mm */, ); - name = Pod; + name = CxxModule; + path = CxxModule; sourceTree = ""; }; - F867713CF6F7F174BF205CD3266FCC8D /* Pod */ = { + E51954B74588D834204F00EFC251096A /* Support Files */ = { isa = PBXGroup; children = ( - 7BB8F03E19DF8F86941B0EF2FC7A93DE /* React-RCTBlob.podspec */, + 1F39801C5463C6025886A0EAEDA62F2B /* React-RCTWebSocket.xcconfig */, + A51CD7CB86440DBCB2265CB624A93EF2 /* React-RCTWebSocket-dummy.m */, + 9D16FA831378933E21D902AF9B4B65ED /* React-RCTWebSocket-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTWebSocket"; sourceTree = ""; }; - FA0EEA395D6C36B648D45E9271C16A8C /* React-RCTNetwork */ = { + E5DCB3C500B3CF12DDDD0EB4E7293CAE /* Support Files */ = { isa = PBXGroup; children = ( - AC59F074E27C999FDB6E9DF5FB753174 /* RCTDataRequestHandler.h */, - 3827B1F98662CA7F08D591A565A4693A /* RCTDataRequestHandler.m */, - D291E88A96159AB01FDD3C511178E683 /* RCTFileRequestHandler.h */, - 6A82C4AB3B127EBEAA704185513B25A6 /* RCTFileRequestHandler.m */, - 9D3CF61B3AD2670B3AC3BE72EE06929D /* RCTHTTPRequestHandler.h */, - C65D00DE0E43E9A5F76B460BFA04C611 /* RCTHTTPRequestHandler.mm */, - 7D6821956A3664B1A76617A645C1275E /* RCTNetInfo.h */, - 0680C846590E36E3F9EF48796E3D87B0 /* RCTNetInfo.m */, - ED18E7AC1F2B9567DDC103EAC58221C7 /* RCTNetworking.h */, - 9C63843C81E430121CDB22A2D3E6653A /* RCTNetworking.mm */, - 033F9F9C2CD0B249EC17E5617AEDFD09 /* RCTNetworkTask.h */, - 418E09372496786316C6D7A705C989EF /* RCTNetworkTask.m */, - B455FD791F27DCE95B91C2531047D1E9 /* Pod */, - F47B1317250059FAF3231F3C70AFAAE1 /* Support Files */, + AB8EC9AA4B31BD7B48CD380D597A19B2 /* React-RCTBlob.xcconfig */, + FF7321812F7EB01A41D02F4A864FA19F /* React-RCTBlob-dummy.m */, + 459BC0FAF13952435B52EFCD905A5808 /* React-RCTBlob-prefix.pch */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - FC7C124488EE14277CF68CE8DBC3B2F8 /* Pod */ = { + E6C3542E5047237327C2BC157FA3DAFE /* swift_qrcodejs */ = { isa = PBXGroup; children = ( - F2837FB9ED32D6F2F358146F92E18101 /* LICENSE */, - A9E1AFEF5242B2D93F99CEE5ACCC6DE2 /* README.md */, - F09CD3B03506404239FB5E18D78DDA71 /* RNGestureHandler.podspec */, + 967E4CA72EA0B09D5DA8CCDDA1C4D8A3 /* AnError.swift */, + E0CB30B911284052A90B1246275EA5EC /* BCHUtil.swift */, + 2319CE89637C148DC80E2BDEF5EF01DB /* QR8bitByte.swift */, + 606E4D4B86D0A6440987790CBFE8ABED /* QRBitBuffer.swift */, + 1D7DC5B79264EBBBA9D498A74F21BA54 /* QRCode.swift */, + CACA90C92B9EF68AD12708E07930D416 /* QRCodeModel.swift */, + 7A170158B9F59430EDA39BD0B28DC262 /* QRCodeType.swift */, + 16B9B9D9E081A6129530DFD2F4EAD331 /* QRErrorCorrectLevel.swift */, + 61E3777D06CA11751866D6E567AB7630 /* QRMaskPattern.swift */, + 4AB96DF7FE0204404E5B5D63FD9C807F /* QRMath.swift */, + 99483E888A0A7D8B3D8B7FDE53C0295F /* QRMode.swift */, + 2751FB4F76043AEDA45B8BA14BA7D74F /* QRPatternLocator.swift */, + 172ACFCAEDB28DA8BD9946B7F1335195 /* QRPolynomial.swift */, + F712E733620012737409C9475FE0DF48 /* QRRSBlock.swift */, + 25AE99B94BD1CF746D90EC43B9335FFF /* swift_qrcodejs.h */, + 6A2983689109B0D0BED4AD7748A28BE9 /* Support Files */, ); - name = Pod; + name = swift_qrcodejs; + path = swift_qrcodejs; sourceTree = ""; }; - FCBA65B19DDDB4292395D03408754B52 /* Support Files */ = { + EC0B9577123482C23208FDED6048EC04 /* appcenter-crashes */ = { isa = PBXGroup; children = ( - 40788397A39552EF7A2EEF36B03C606F /* RNGestureHandler.xcconfig */, - 849C952543DA4D06E1A06B6DA0CA506F /* RNGestureHandler-dummy.m */, - AC96DDB88A8827C700CCF4057DA92384 /* RNGestureHandler-prefix.pch */, + 3891BD56AB107B8EAA8CC08A09705257 /* AppCenterReactNativeCrashes.h */, + 9F146BBF2497BC1D01FBFB962764F379 /* AppCenterReactNativeCrashes.m */, + 2C9BF4B73F6A2F81F03490E3CC9B7B77 /* AppCenterReactNativeCrashesDelegate.h */, + 79899F2D38C3C33C42F76AF63A85AB79 /* AppCenterReactNativeCrashesDelegate.m */, + 454D2F2E2152D9F31FEBEAE564D134E4 /* AppCenterReactNativeCrashesUtils.h */, + B6918C009BE140A7D8A4C223508BB845 /* AppCenterReactNativeCrashesUtils.m */, + 9C2188685079C9935709CCAF6ABEDCB4 /* Pod */, + 5F8A4233A548A390D0A3CDFDA39EC89E /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + name = "appcenter-crashes"; + path = "../../node_modules/appcenter-crashes/ios"; sourceTree = ""; }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 025F1880FC69AF84D41D8C0549F6A12A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 12281E6555D9F4F0D0D6E2564B861849 /* EFQRCode-umbrella.h in Headers */, - 03A628D7EFDEE5E83FC3AEC2F82D3DB4 /* EFQRCode.h in Headers */, + EDAC75936B37A58795B7BB55836BCED3 /* React-RCTLinking */ = { + isa = PBXGroup; + children = ( + B6E3CD0E837C0B20C0B29E163C882E26 /* RCTLinkingManager.h */, + CFE28A5AE6779C5CE88BEFE0B0FDB2D3 /* RCTLinkingManager.m */, + 9980088F15486A1B9016A1DEBCCFA8D5 /* Pod */, + 027EED87E11C22CF02E2FD8D34BE4C83 /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; + sourceTree = ""; + }; + EF704129913917674FC30BF4C871B582 /* Pod */ = { + isa = PBXGroup; + children = ( + 9FCFBDD3500666BCC29E68B4EE48BEB7 /* React-jsinspector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F027FCAF3F59C36E3A33CE8078666FA6 /* boost-for-react-native */ = { + isa = PBXGroup; + children = ( + 57B84713AAB07CB1AD677CD4B0BFC1DF /* Support Files */, + ); + name = "boost-for-react-native"; + path = "boost-for-react-native"; + sourceTree = ""; + }; + F476419107A1B009A47815F8590785B1 /* Pods-BlueWalletTests */ = { + isa = PBXGroup; + children = ( + 5DDC2816D0EE958249BE41817545D30A /* Pods-BlueWalletTests-acknowledgements.markdown */, + E3FA89CC71EC8B55A4CC97A79229B3B8 /* Pods-BlueWalletTests-acknowledgements.plist */, + 9017CCAEC5F906C0B5544F5A4C939BCF /* Pods-BlueWalletTests-dummy.m */, + 0D70A72A63AF64328583198A674D2B8C /* Pods-BlueWalletTests.debug.xcconfig */, + 6ACF9FEC842E0926135B5C9C50E5C357 /* Pods-BlueWalletTests.release.xcconfig */, + ); + name = "Pods-BlueWalletTests"; + path = "Target Support Files/Pods-BlueWalletTests"; + sourceTree = ""; + }; + F67B79FB4DF2D19A60491E0D1F02F578 /* React-RCTText */ = { + isa = PBXGroup; + children = ( + A334AD5C57A34CD17600F3CAD9179E0D /* RCTConvert+Text.h */, + D61C19EA6867737EE58E43ECC1202C69 /* RCTConvert+Text.m */, + 0F664A0D0639D1D4B3D649A597B7B8F2 /* RCTTextAttributes.h */, + 503C042BA65C385315CA80DD3BFAE650 /* RCTTextAttributes.m */, + C9C0571956FFF307083B3B18E9A35752 /* RCTTextTransform.h */, + FDB97CA5EBB506CA7E48A9CE2CA77AC1 /* BaseText */, + 833DAADDF81A972B7C74DC0ABFF2B314 /* Pod */, + 351604C748D724BC9EC3CA48F14F9D9E /* RawText */, + 72AED446E26D3866519CF518D433186F /* Support Files */, + DFE1E6D94F416AB249DEBBBDEEF30C1E /* Text */, + 7C8C8BB327D87568D7065911D92DF64E /* TextInput */, + DDC798561BE2EB1D3181CDFE1E67460E /* VirtualText */, + ); + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + F7280D4FC6DB2473C121DBDE8B5A8317 /* React-Core */ = { + isa = PBXGroup; + children = ( + 2341AFC17B99C47EA65A8952FCBC06C6 /* Base */, + 9221398A537D3549BEDCB0115A3A4AC6 /* CxxBridge */, + E3FF30CFEAE1C0E3224B640071C61A45 /* CxxModule */, + AB2F0EA51AB9F3EBE4FA04B8CB593249 /* CxxUtils */, + 6CE3C14A8DC263CECD98F0108C3682D4 /* Modules */, + 4C3854D678EFCD6D74E39A1D7A79281E /* Pod */, + 0F1AEE1C7206E04174C2BFC478B9C66B /* Profiler */, + 57CFAB2C2D877F23AFDEE19FE97B9487 /* Support Files */, + A3171AC6F0B15BE92A4EA7CEEED98804 /* UIUtils */, + BB3CBF8BC680376E4A4EB4FF001DEFB6 /* Views */, + ); + name = "React-Core"; + path = "../../node_modules/react-native/React"; + sourceTree = ""; + }; + FB047EBA7772343DD87AB7144548BD98 /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + 627010BE6F70300DA6FDB877DD07CF7A /* InspectorInterfaces.cpp */, + A48E7C559D5714DE8E7CC6B9B7A3932A /* InspectorInterfaces.h */, + EF704129913917674FC30BF4C871B582 /* Pod */, + CB45291B9DFE6EEBEAD88B32E31C793B /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + FBB3924665C4659FDC2DBEB23C081332 /* Support Files */ = { + isa = PBXGroup; + children = ( + 230168A2D3E272691B213302D685CB77 /* React-jsi.xcconfig */, + 95818390406024A5A914FF1CBC8F413D /* React-jsi-dummy.m */, + BA01FC0B07EC57B1CFE7278AE3039279 /* React-jsi-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + FC39225AC9FC6DF8706DB5B09AF0812D /* Frameworks */ = { + isa = PBXGroup; + children = ( + F1C58E0368AA0CE23EC6B7321C643E0D /* AppCenter.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + FC478EA9774F6DDFBDA2422A96619577 /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + ADBE6EA58A3452A0C8EDDCA6682E5CB6 /* RCTDataRequestHandler.h */, + 752BA8FA44AF08E1397723E438F7AFA7 /* RCTDataRequestHandler.m */, + CCEBC220841818DD8A3CC60E0F903599 /* RCTFileRequestHandler.h */, + B09CE0F7791537F32F1C9509243258ED /* RCTFileRequestHandler.m */, + B4627970E6F58668AF4B2228EA64EEE9 /* RCTHTTPRequestHandler.h */, + 998E7079AD5FF8FAFA826523F0DD0D35 /* RCTHTTPRequestHandler.mm */, + 6DFE788A4E8736E9829309E2840594A1 /* RCTNetInfo.h */, + AC499E0156F8902C89B64CC0A68CF256 /* RCTNetInfo.m */, + B6EC27CA282869E46E3737DCFD2FC7F3 /* RCTNetworking.h */, + 63A7DC4885414C20ED01F9FBD4C8C203 /* RCTNetworking.mm */, + 6393D207F85F71A859DA79F87038695E /* RCTNetworkTask.h */, + E60B6A318DDA22CEFAD3B3E0C6131B0C /* RCTNetworkTask.m */, + 6DF4026E23D7719D402338F08F7499B5 /* Pod */, + 70E960140080DD7600F91C7C66D87AB6 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + FDB97CA5EBB506CA7E48A9CE2CA77AC1 /* BaseText */ = { + isa = PBXGroup; + children = ( + 5CF318E55CCB539B95DDD35F67375840 /* RCTBaseTextShadowView.h */, + AF72035FAFFEDD04ACF1A9F4370A2584 /* RCTBaseTextShadowView.m */, + CA270850352FDFA8E39D26E4967D312C /* RCTBaseTextViewManager.h */, + C1D3CF73CF3D7A916821062D63DA45C3 /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + FE092B0935D7195CC569937D66BFB083 /* React-DevSupport */ = { + isa = PBXGroup; + children = ( + 27DE65BF099A1CA71D594A9CB608CAA4 /* DevSupport */, + 186C2DE88793EA0CCDCCBCCE6D5FE2A5 /* Inspector */, + 76A420BF978B9BE195C9FCAAE28550EE /* Pod */, + C6F6B9C7AB6430A135DC9D25DFBA4FA5 /* Support Files */, + ); + name = "React-DevSupport"; + path = "../../node_modules/react-native/React"; + sourceTree = ""; + }; + FEBA6A2642DE4D86FC57659109AF6617 /* Support Files */ = { + isa = PBXGroup; + children = ( + B91A27BFD88874883E5F774B461CB875 /* React-RCTImage.xcconfig */, + 9A3A8DE363AFA2F87031B5AD3718536F /* React-RCTImage-dummy.m */, + 6CAFF5916042E24F7D708CD8DEAF354D /* React-RCTImage-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 025F1880FC69AF84D41D8C0549F6A12A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 12281E6555D9F4F0D0D6E2564B861849 /* EFQRCode-umbrella.h in Headers */, + 03A628D7EFDEE5E83FC3AEC2F82D3DB4 /* EFQRCode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7335,6 +7918,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 126E6301AD9AB55689290F44882D8730 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 12CE166E85D294C7E6871B5D8428CE2D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 18156099E9172E1025720C36A921DEF2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7447,6 +8044,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44E38E41F6CF34C546AA76D231A0455C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 305C3655779542D574C7C8B91EC669DA /* AppCenterReactNativeCrashes.h in Headers */, + E62407A7B5A75BCB4314E0F2C8235FE4 /* AppCenterReactNativeCrashesDelegate.h in Headers */, + 00FB77A51EEB88A68706F7E89B09943B /* AppCenterReactNativeCrashesUtils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 48BF94627A4DB1E906DA00B1554F0148 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7500,7 +8107,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4A1BCB5BF282F971346C957BEDDABF21 /* Headers */ = { + 4E618AB206A63F800B0C6CB6A8399E73 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -7621,20 +8228,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7FF310CB5DA61C030EEFD8A30471784B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8397038E9B04CDF5075D0103260BF30B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8874100ADB6B66162977700FD0AF9196 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7645,27 +8238,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8D11441F472EA417B4551850AA6F5B64 /* Headers */ = { + 909CE47FF88A36B06A84C38CD11876BB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 067B456E5EBBE230916F10F7BC52E1C0 /* Pods-BlueWalletWatch Extension-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 909CE47FF88A36B06A84C38CD11876BB /* Headers */ = { + 91C905476E089D97C8BC091310F7D07D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 067B456E5EBBE230916F10F7BC52E1C0 /* Pods-BlueWalletWatch Extension-umbrella.h in Headers */, + A932DF383D9FD51FA7B34B107A851091 /* JSIExecutor.h in Headers */, + BC3D2F7AE8EE679444D3365BB38E40A0 /* JSINativeModules.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 91C905476E089D97C8BC091310F7D07D /* Headers */ = { + 932DBA0D128195C6DCCBA27C88E0E344 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A932DF383D9FD51FA7B34B107A851091 /* JSIExecutor.h in Headers */, - BC3D2F7AE8EE679444D3365BB38E40A0 /* JSINativeModules.h in Headers */, + 53C9D0F876C91B09AB3DD6E8D4B8C4FF /* AppCenterReactNative.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7766,6 +8360,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9963F724988F55F0861B9DBA357EDA66 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */, + 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9C153FEE960DB8ECB96245CFE10F92B1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7869,6 +8472,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D369DC29150B457E30B54A68AA019228 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; DDE7B1102EC8E066D4A523D972BF1F49 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7950,6 +8560,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F441C93C343FAC2F209A126B05540518 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + BABE9C72F56404AAB329D0E51AB426E1 /* AppCenterReactNativeAnalytics.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FBCBD17E67699E40BA5CE958085C666A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -8060,55 +8678,61 @@ }; 32AE96CC4C723CFBF48C4C6C86626E25 /* Pods-RCTQRCodeLocalImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 057022A2B3C3D867471BCF56353A5FC5 /* Build configuration list for PBXNativeTarget "Pods-RCTQRCodeLocalImage" */; + buildConfigurationList = 671241A08A474A9D1747EA8B72836FBB /* Build configuration list for PBXNativeTarget "Pods-RCTQRCodeLocalImage" */; buildPhases = ( - 4A1BCB5BF282F971346C957BEDDABF21 /* Headers */, - D7E4F66CC7A7966E4544C2D4746B2D3A /* Sources */, - 25C707C5D5DB73FE88A1A11E3ADD7A1F /* Frameworks */, + 12CE166E85D294C7E6871B5D8428CE2D /* Headers */, + ABEB78BC9C1114CB505E466B97B578D2 /* Sources */, + A7CF34B27F6C27922FC1FDA20CB6FA07 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 30358220B9F9DEF75B5F0B2A1931D6B7 /* PBXTargetDependency */, - F7F46F183E93C0B0249A8822A6116925 /* PBXTargetDependency */, - 80B29407E47EE2E700E84A1EC7590FD7 /* PBXTargetDependency */, - 9DD1EEFF28B686DF49FC2271E95D241A /* PBXTargetDependency */, - DE38C5F9AF53ECA7B17FB4ED3BCDC02A /* PBXTargetDependency */, - 3D5C56CD87FB0E918124DA460FB4C044 /* PBXTargetDependency */, - DE80FFFDE51BA91F53B02A41B875587D /* PBXTargetDependency */, - 38BC33F955FC732A83DEB242D76A1AAF /* PBXTargetDependency */, - FC4F374449FFB324DA4169C87F82CDE0 /* PBXTargetDependency */, - 89D4B4C213E95D514CC57DBC07B06218 /* PBXTargetDependency */, - 6BCEEB5CC87E8272FBDAFE4F97985CD8 /* PBXTargetDependency */, - 67A73F691B5BD0E3EFE03176AEA5A4AD /* PBXTargetDependency */, - 1E21EDDACFC6463DC2AB56DB7562C032 /* PBXTargetDependency */, - D7A52955C49EF6D97AA871F7004CA13C /* PBXTargetDependency */, - 7EA87616998D40E362C3A0D0051B2C3F /* PBXTargetDependency */, - CBE5511B0491383E8467EF92B346551E /* PBXTargetDependency */, - C15C7A6B0D63504CE3C22ACBA1F70130 /* PBXTargetDependency */, - 2B182C90742A4E945E474E3563CE34E8 /* PBXTargetDependency */, - D1E507B0793A88AE1E172C2C072988A3 /* PBXTargetDependency */, - A15A915A16AE45C54F1A369E556B4511 /* PBXTargetDependency */, - AFD4F2319E160F5CDF9F832F54E8E756 /* PBXTargetDependency */, - 2286FAC570AED953191AF3A3F3DE8047 /* PBXTargetDependency */, - 229C63577C5F7B692FF7027E883BE95E /* PBXTargetDependency */, - 183661730EEEE287FB513971D29D9572 /* PBXTargetDependency */, - 9F362BE616396D6911F99FB9E810A57F /* PBXTargetDependency */, - 5918D560DCAFE81F47C99C287BBB90B9 /* PBXTargetDependency */, - 5B279F3CBF40EA88AB9B934F3B86A2EA /* PBXTargetDependency */, - 850EA3CDC493DC82D0B39B63B405F0E4 /* PBXTargetDependency */, - 38B90D266E62013DFB5539AAF87BE12E /* PBXTargetDependency */, - 85AD91D7107850B3CEB573A13AA167CE /* PBXTargetDependency */, - 4318A07CC34947E3AD4E57E615FD63A4 /* PBXTargetDependency */, - 49800D9531AF6D8B4C9A6C9D4CC0D88E /* PBXTargetDependency */, - 8225D6EE3CB4ED9716B36AA0D09E219C /* PBXTargetDependency */, - E3BA3BCE2D0CCC9F55E9559A841273B4 /* PBXTargetDependency */, - 9781D3A954529E7035AD55B4196F2A36 /* PBXTargetDependency */, - 3E64342710D945D6C689A07A5068CE80 /* PBXTargetDependency */, - 917708FC9B1DED596C5940A160A8F6DD /* PBXTargetDependency */, - 5DCFA706473D716A6EDFB99697C71CD5 /* PBXTargetDependency */, - EFC5C6380A24CAFEE85940C44A7287A9 /* PBXTargetDependency */, - C61A03D5F7878FB5892428EB4D28072C /* PBXTargetDependency */, + 4F4936D94444D450CC10C497532B9507 /* PBXTargetDependency */, + A34348996EA1F3975B63F2435E7CFCAC /* PBXTargetDependency */, + 0B2774644F5AFBF32B6C3820C7A06FAD /* PBXTargetDependency */, + F1547D8F8096657456E6E9FE3BC40351 /* PBXTargetDependency */, + FA54CF042378975496FA44CEEBD66E60 /* PBXTargetDependency */, + 36354FD16B78DD3B0F86BCD13D6CC663 /* PBXTargetDependency */, + B07033B45DC45796C2CC249BD464B3FC /* PBXTargetDependency */, + 1129375789632B5E59D070A902AD7D5C /* PBXTargetDependency */, + 3FEAF17B467B1322FFBDC42051078A35 /* PBXTargetDependency */, + 3C9A46485578B751890D6E66E8BC1CD9 /* PBXTargetDependency */, + EF5BE746DF33DE49A305366AE426CB5F /* PBXTargetDependency */, + D520032D7466B889EC1DB70F50DEBC74 /* PBXTargetDependency */, + FD64CE9FD7A7E889E6A8E4A1188176A7 /* PBXTargetDependency */, + FE76494400868D1030A075CCC8853855 /* PBXTargetDependency */, + D84274A6E79E498EBE1F3F03E746983B /* PBXTargetDependency */, + C3D501EA495E37DA19879DEF5A2291B7 /* PBXTargetDependency */, + 729A7C4DC2F1EE296DC93F66C9C89B45 /* PBXTargetDependency */, + 6E0CF6F3C58A529CA7D71FC017CDF175 /* PBXTargetDependency */, + 10D170F0F4D1CE673D3901C2E6B3A1FC /* PBXTargetDependency */, + B9D4AB593F90AD0BF33F14A0A6A5BBEC /* PBXTargetDependency */, + E7598A5AD208A0BD442D0DEFB076486C /* PBXTargetDependency */, + 44502F5AAC8684E5DA31FE4BC9CD0989 /* PBXTargetDependency */, + 84E656C29BCD6BAF8CCAA4C7D4063958 /* PBXTargetDependency */, + 20E9C541BC5BD8F2947401123077A6E4 /* PBXTargetDependency */, + EE72CE9160D188B9AA78E9B6173ED994 /* PBXTargetDependency */, + 26E5B2E6E910B371F1FA97A45DE2CEEE /* PBXTargetDependency */, + F909BE4E5B4BBA6E23157E15870C48D7 /* PBXTargetDependency */, + 272BE3350F486B9087B1ECF17070ABB0 /* PBXTargetDependency */, + A327387B2DD90979993319F43C9C42A0 /* PBXTargetDependency */, + D0F207F14F005161F0816B9C226D3DCA /* PBXTargetDependency */, + E2199FA0396C3294819E0187872BB02A /* PBXTargetDependency */, + 6F16C7ACB7466369FE185A44F094C65D /* PBXTargetDependency */, + AB45EBDE3FCE5A1799963ADA46FE8913 /* PBXTargetDependency */, + C700B66A4B6861EE488BF772EE761D7F /* PBXTargetDependency */, + 390A4F9A293A247C986E5B49C443C876 /* PBXTargetDependency */, + AD47C4C8DF8FEC8BD9218F3F262EC7AA /* PBXTargetDependency */, + 4A90A737100EFCC7D52726A2EE6CF628 /* PBXTargetDependency */, + 0B1F5333CD6C09D8D85AAD834EAC765F /* PBXTargetDependency */, + E9F43C3AA3CF09A52EC273B69DF8BC0D /* PBXTargetDependency */, + D9689FA088D9031C4828DB943031FCAE /* PBXTargetDependency */, + DDD79213EA435B291F51E77ACBB342C7 /* PBXTargetDependency */, + A746C102BA8C6AB464C84FA65B93989A /* PBXTargetDependency */, + A92FD18FDB7D30A744188CA68E7822B7 /* PBXTargetDependency */, + C2B6AFA087129AB5425F04B07D96828A /* PBXTargetDependency */, + 9C3C8EB6597371197ABD1DBEBA3647B8 /* PBXTargetDependency */, + 7EBE454C8C183791CF64162469202B99 /* PBXTargetDependency */, ); name = "Pods-RCTQRCodeLocalImage"; productName = "Pods-RCTQRCodeLocalImage"; @@ -8133,6 +8757,26 @@ productReference = 300232A457594A2142CCD4EBBEAEEE83 /* libswift_qrcodejs.a */; productType = "com.apple.product-type.library.static"; }; + 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1F0D297BD30020CAC07C7812951806E4 /* Build configuration list for PBXNativeTarget "appcenter-crashes" */; + buildPhases = ( + 44E38E41F6CF34C546AA76D231A0455C /* Headers */, + C3BA43A34EA61AF3BFD866895CB9C0A8 /* Sources */, + 8A4B46FEF9A9CE6EB5EB64A8234BEEFF /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1D58DE12C04B6335F582839EA3130AD6 /* PBXTargetDependency */, + 65CB262B15C901AD2FC30FA50F8F6B36 /* PBXTargetDependency */, + 7F00C77CB2EB62C075C393CE5E7CCDD2 /* PBXTargetDependency */, + ); + name = "appcenter-crashes"; + productName = "appcenter-crashes"; + productReference = 3CE42778BE70CC034137D9A5B65316C1 /* libappcenter-crashes.a */; + productType = "com.apple.product-type.library.static"; + }; 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */ = { isa = PBXNativeTarget; buildConfigurationList = B247E0332EEE7CB26B063FA63F69D455 /* Build configuration list for PBXNativeTarget "RNFS" */; @@ -8340,55 +8984,61 @@ }; 6781100D92A4FED4866C4D1CA83DE4B9 /* Pods-RCTPrivacySnapshot */ = { isa = PBXNativeTarget; - buildConfigurationList = DBE3180EB81B8808471BFF79653B96A8 /* Build configuration list for PBXNativeTarget "Pods-RCTPrivacySnapshot" */; + buildConfigurationList = 2E2B8D82D570F3666D85D2F854185CF3 /* Build configuration list for PBXNativeTarget "Pods-RCTPrivacySnapshot" */; buildPhases = ( - 7FF310CB5DA61C030EEFD8A30471784B /* Headers */, - BEF44CE1CAEE273083B71C29ED686948 /* Sources */, - BD73C4F331FDD16B750C031DE506F852 /* Frameworks */, + 4E618AB206A63F800B0C6CB6A8399E73 /* Headers */, + 3AFC6335F1B7A01E9D00944065B43C1E /* Sources */, + 6D193E834CBCE5D30149B5C7398DED0E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1C63AE6A6BB70C96ECE5D8E8E992546F /* PBXTargetDependency */, - D7CDDEBB0C1BE560C32DA8101916C016 /* PBXTargetDependency */, - 574A41095B17B34736A5EAE4A1E89FAA /* PBXTargetDependency */, - 21382DBBC12F614A50BF1DC6D90DF764 /* PBXTargetDependency */, - 3CA0C5A9AE3FDA564403E139D2BFB071 /* PBXTargetDependency */, - 6E9055D515ECE18026E80318FDF9D834 /* PBXTargetDependency */, - 4AE439C7420E058D63D8E1B204E46C30 /* PBXTargetDependency */, - E03D9D7AFE29C9C5356036B9B1F66470 /* PBXTargetDependency */, - 39C02FCF0280DEBCD5DCB913F226396B /* PBXTargetDependency */, - 04FDE2248A9878FE85FCE182102F27B3 /* PBXTargetDependency */, - A1D93546954A6515570E3DFC43C64C87 /* PBXTargetDependency */, - C89CCC7FD155446E54A0590770C51E74 /* PBXTargetDependency */, - 4EF28D18CFE05D1747EA8610BF0E4913 /* PBXTargetDependency */, - 13E5ADA3FD1DD5C08FB91A9D5A8F7544 /* PBXTargetDependency */, - A2D702BC499ABBB7BAED220FF943EBDA /* PBXTargetDependency */, - 98FD7F638ADBB5ED4D88E4E6841AB64C /* PBXTargetDependency */, - 8397D14179B5DCA25463CE8AE81C0EFA /* PBXTargetDependency */, - 33DFF0EA3D77C7C18AFDE34A7A86B39D /* PBXTargetDependency */, - 8C29FCCF7591D7EDE45A0CF443D13B8B /* PBXTargetDependency */, - 21F04709659904A17E36F7D0B98F90E2 /* PBXTargetDependency */, - 4508FC858F3E2E7E9AB9408FE8C5B58B /* PBXTargetDependency */, - A32D03F46B21961985B4B3B8F99F0B7F /* PBXTargetDependency */, - F627291ED73B3DFAB829AB1E5584D839 /* PBXTargetDependency */, - AA6B31902460B737FC4603EC323A00DC /* PBXTargetDependency */, - CCA5AE7BEB9659307E731CD06BACC434 /* PBXTargetDependency */, - C482380148DFEC95E7E9D1B835DF9FC3 /* PBXTargetDependency */, - 0C3F86073C0F7125AFBA611DE0E9238A /* PBXTargetDependency */, - 02629B81A8585F5212ACEFDABEDE80B4 /* PBXTargetDependency */, - 4E5F8100419C72A15C1B3C12751D603E /* PBXTargetDependency */, - C717568AA8889A55EA45BBD59EA55160 /* PBXTargetDependency */, - 8D57F3FBFDE9B5BB6AE90FA9EA9D0D6B /* PBXTargetDependency */, - 5AF7E82FD60E8B0B772BBF547471B081 /* PBXTargetDependency */, - E46AD50887FE8F9107CE17B6174A791F /* PBXTargetDependency */, - 8D654D7476311436C48C14E4063193A3 /* PBXTargetDependency */, - 3E32571AF3F4713615877F9E834B90FC /* PBXTargetDependency */, - C8C8EC189131F0C7EDDC0DFE9ECF7196 /* PBXTargetDependency */, - 0F599D9BBAEB975D5A2C619481C03D7A /* PBXTargetDependency */, - 67F74FA9ECA5071C2405BA6FCD021E43 /* PBXTargetDependency */, - 32FB12CD037D81FC0792FB0489A21D3F /* PBXTargetDependency */, - E355E81605FB747535CCD02E609E3B5F /* PBXTargetDependency */, + B603E6A3A0902885378C308AF509ED67 /* PBXTargetDependency */, + 978C4C60014055CC263C2A1E4EC501A1 /* PBXTargetDependency */, + 059BDBE081A2C219272974CA579A6E7C /* PBXTargetDependency */, + D6E1683E8F1E61747ECF9497C20D20E7 /* PBXTargetDependency */, + E3A31D6C99695AB437A0C2D0D6730789 /* PBXTargetDependency */, + A4D09AB6E1A5F44C174310D8665D33B9 /* PBXTargetDependency */, + 5E72D3083184B5D469C3AB298D6915CA /* PBXTargetDependency */, + 447CF20C5762DDBB0EFB8D6264C0AEAC /* PBXTargetDependency */, + 20C7D508C7596D0EC5DBD1CB36296BCD /* PBXTargetDependency */, + 96358A143F2DC4E715E33289284CED2F /* PBXTargetDependency */, + E600C6C6D2E989CB58C1C05C8F2FF95C /* PBXTargetDependency */, + 27313DEFBAD7E9A03BC6352FC882B241 /* PBXTargetDependency */, + 535FA8EA2998E282F5546BF9C7A6B2FF /* PBXTargetDependency */, + 2F7D746DEF359AD18785BC90C71CBAB0 /* PBXTargetDependency */, + A86CAA8A9858A4D356011BBE5F89A727 /* PBXTargetDependency */, + 1007C6EF775C0FB1992C2A9F67CEFCF4 /* PBXTargetDependency */, + 75F39F921E9C8A8B28A1604460032776 /* PBXTargetDependency */, + 5171DDDB64712ED3782935418FE8A0AF /* PBXTargetDependency */, + CD348ED738AABB25FED72A4F4118DDBA /* PBXTargetDependency */, + 60BF52B9DA8C356CA6CAF2743BE018E5 /* PBXTargetDependency */, + 75FA6D366012475DC2A384F17162B40E /* PBXTargetDependency */, + DBDA610A7F79C22D4D0DAE086EA9DF24 /* PBXTargetDependency */, + B821C01348CDBB0EA2B689F2ADDC0FDE /* PBXTargetDependency */, + 7C747790DCFBA7B275EF40F95782A9EF /* PBXTargetDependency */, + 63F38BA70481B53D4E2AB9F682E9A8C7 /* PBXTargetDependency */, + C731F1C9B1CB73BB4E72138366A5D537 /* PBXTargetDependency */, + 527F92A9A8081DD8E35C14C8CBDBB3FD /* PBXTargetDependency */, + FF9A7543B6B0893633659316CE39EC4C /* PBXTargetDependency */, + 379A2305BE16BE09C6AA017F48FB6CB4 /* PBXTargetDependency */, + A9438D35F239C373F99193F5F1DCCAC3 /* PBXTargetDependency */, + CFC9DCBD43D1FD06A4CCFFAFB28F4A88 /* PBXTargetDependency */, + 678908C1237C0679F34A0933AE1265B4 /* PBXTargetDependency */, + 86A53C336D6ED459CC9DE175901E53B2 /* PBXTargetDependency */, + 9E80C4B08AAD2742FB020B4E121782BD /* PBXTargetDependency */, + 07B8AA111D668A153879EDA79E135F7C /* PBXTargetDependency */, + 51AE64CB2070014B3D2AD81E610B3B0E /* PBXTargetDependency */, + A45E4C86A2271AE231080828BB9CA19B /* PBXTargetDependency */, + D81EBE7123B98D89C7D6B236FC0DD52D /* PBXTargetDependency */, + 3F3B83A246CBC7591B4182167106D503 /* PBXTargetDependency */, + 8F72C40C8D058391089D1504C652EF7D /* PBXTargetDependency */, + FD2DBB320FFD2DFE970290589FEDDDF8 /* PBXTargetDependency */, + 4BD82562715EA7495AB130D06ED1D9B8 /* PBXTargetDependency */, + 9E7A30C2C3BE33A866A2C14B21E01E8E /* PBXTargetDependency */, + BA66A80D46190E052809E449F78C38D2 /* PBXTargetDependency */, + 717507D69DD571EC29143392D5ABD1B2 /* PBXTargetDependency */, + E36321EC8A968701A3585259353B5411 /* PBXTargetDependency */, ); name = "Pods-RCTPrivacySnapshot"; productName = "Pods-RCTPrivacySnapshot"; @@ -8470,6 +9120,24 @@ productReference = BD71E2539823621820F84384064C253A /* libReact-Core.a */; productType = "com.apple.product-type.library.static"; }; + 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2B6428FFF38416BBA79908FC75D55142 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; + buildPhases = ( + 9963F724988F55F0861B9DBA357EDA66 /* Headers */, + E72AD69C3DB0940CEAA9DDF3C0EC47BD /* Sources */, + 2C7B01CA2ED3B101B8694F7CC71C8DA4 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 41FF68034D509FCE39317463A46EE39D /* PBXTargetDependency */, + ); + name = RNDeviceInfo; + productName = RNDeviceInfo; + productReference = E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */; + productType = "com.apple.product-type.library.static"; + }; 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */ = { isa = PBXNativeTarget; buildConfigurationList = 327F6541D079AAD82263FB8FB829FC61 /* Build configuration list for PBXNativeTarget "react-native-image-picker" */; @@ -8637,55 +9305,61 @@ }; A603311E07847DE95BEBE0973142FE6C /* Pods-BlueWallet */ = { isa = PBXNativeTarget; - buildConfigurationList = 505B20231198E1045B804D4E16E9E1F8 /* Build configuration list for PBXNativeTarget "Pods-BlueWallet" */; + buildConfigurationList = A70695B41EAB455DD5267099D4DC14B2 /* Build configuration list for PBXNativeTarget "Pods-BlueWallet" */; buildPhases = ( - 8D11441F472EA417B4551850AA6F5B64 /* Headers */, - 0D2A1085590665080DD7627A52EF9A43 /* Sources */, - D226C1A655C178FEA2293D479E97A8E7 /* Frameworks */, + 126E6301AD9AB55689290F44882D8730 /* Headers */, + 38E69FA97C2C5CBAE44E1BE65F803635 /* Sources */, + 40EB2272BA5655FAA47E5E60B4FB60EB /* Frameworks */, ); buildRules = ( ); dependencies = ( - B0EAA00BDA0DF86F62AE10F8AF62AC88 /* PBXTargetDependency */, - 7B1FFE8A6B043893294F91A6855461DE /* PBXTargetDependency */, - 28E719723858FF2FC5A5736CC0B70DB4 /* PBXTargetDependency */, - B0E762E85FC055E7AC80EBD291B2FD0C /* PBXTargetDependency */, - 0426327D5B25EE7EB49AC086A2D3576E /* PBXTargetDependency */, - D3C215E5962F0CD76D0D58185B28C630 /* PBXTargetDependency */, - 862EDB69EAFAAB33D2095AD56C88924A /* PBXTargetDependency */, - F9B0A6889B69EC25637E0F874816C83F /* PBXTargetDependency */, - BA2714E4AFC5447778A9A4C742744B55 /* PBXTargetDependency */, - 19DDE5394F27CF280F6DF50D98B308B6 /* PBXTargetDependency */, - 9C63743B2EF4C64D129E551A478D7E0A /* PBXTargetDependency */, - 4EA077BFDBBF74BBF57891D01E2C082B /* PBXTargetDependency */, - D68C5AB4683B62ED267817575A1E46B2 /* PBXTargetDependency */, - D64931621FC761613746C25A8BC6E519 /* PBXTargetDependency */, - 1B635E95F1B5B81F2D0B5C6568D438B6 /* PBXTargetDependency */, - 8C8F653ECC85A61F809011D4F5518C4F /* PBXTargetDependency */, - 5507CBCE9E933EC18AE5020286BFA3AD /* PBXTargetDependency */, - 6DD13B842D5C604453574DD46342A676 /* PBXTargetDependency */, - 471F28EDA681F6CA4B62AE5B434888EA /* PBXTargetDependency */, - A9C72263835F47BECB5B89013F7B0EC5 /* PBXTargetDependency */, - C3E4BD4E508D8C6E5EC7BAAA27121B0F /* PBXTargetDependency */, - 6A254F6260F9BB84F4097F6227B7F984 /* PBXTargetDependency */, - F13564D4E68CFB2CA9E2CFD0AFC28048 /* PBXTargetDependency */, - 56C36EEDD475508D1C01BC5EB9F460F2 /* PBXTargetDependency */, - 739C46D9F62D2AD3DC8C057538B50D50 /* PBXTargetDependency */, - 655BC443DBFEE040CBA50E291D5AA3E6 /* PBXTargetDependency */, - 07CAA70D229B15026099306EE84C7173 /* PBXTargetDependency */, - 94CECB6726ED030789984BDCC64301EF /* PBXTargetDependency */, - DB56A0F06D23C1E7A07DB3CAD5151AA7 /* PBXTargetDependency */, - 6F39C8C490B09C07C46A56349FF226BD /* PBXTargetDependency */, - B1ADD1132F7D4C6288911626B803B69D /* PBXTargetDependency */, - 192D30F9E7C3B67C140495076DA21AA6 /* PBXTargetDependency */, - 1D6CDE6BFEAE6318A959C91A3785CB5E /* PBXTargetDependency */, - A186B0AF33FB2457C4AAA31880E93D6D /* PBXTargetDependency */, - 017E63E3B2F5EB7743BF9E07CB2A698F /* PBXTargetDependency */, - 8EEDD0201AB5EEF7348B202557A5E06A /* PBXTargetDependency */, - D0EE1636E2C32FA3C106DE43121A9EA5 /* PBXTargetDependency */, - E3DA8F640E2DBFB8A4FF5C0908928B1B /* PBXTargetDependency */, - 703745B292F223F2672B0BD5658846E8 /* PBXTargetDependency */, - 36EEF5BE045C90C91BCEF5A10E96DED6 /* PBXTargetDependency */, + F5F51519774CDB8BE52A2F9EA3E3AB0E /* PBXTargetDependency */, + 20AD3A567EC42FBB905A9DD66B1D47E2 /* PBXTargetDependency */, + 0F9BA86A5CD8B801A0FB24BD6A92DAF7 /* PBXTargetDependency */, + C5814E9926C07E2347D4FE451C3C329E /* PBXTargetDependency */, + 641C6766BC5CB4B3756AC21FA7603967 /* PBXTargetDependency */, + 790E3D15D7DE26CE69C3E5EC084B1E79 /* PBXTargetDependency */, + 0E4867425DD4544E07C9F0D966FFB0A9 /* PBXTargetDependency */, + 5626CDD741F42CE93221D2B434B8D916 /* PBXTargetDependency */, + 54DFF93930C873D3A7DC4CC7D551FCCB /* PBXTargetDependency */, + A508D8A37AFA8D6464C4F0EEEE3A70B9 /* PBXTargetDependency */, + 29E524EB045E47F3478DA3A4260550AA /* PBXTargetDependency */, + E70912DDA96FCE8A709416DBA34F7F44 /* PBXTargetDependency */, + 7E072D492821949A450A59B18B3135AE /* PBXTargetDependency */, + 13306350ACACADE8B3D097B487A1F206 /* PBXTargetDependency */, + B89A6A985B0AEDDC1EA2E6EEE5C07FD9 /* PBXTargetDependency */, + 97E0EE8F665FBBC0A7D324DA335988B7 /* PBXTargetDependency */, + 1662A6AF9D884D64EA98733570BE796D /* PBXTargetDependency */, + 21D569CDCBBBAE5E372679A4AE1FDF0A /* PBXTargetDependency */, + 2BB5AA45B243F1032E7FDE4C1DD831D9 /* PBXTargetDependency */, + EC0FDCB8E04FEEE6C3EA33015EF9C7DB /* PBXTargetDependency */, + EC0EFDF50BF6CB324DC999EB3980ED6C /* PBXTargetDependency */, + CE1F2F4B00C6FF7E7A28B73036C82143 /* PBXTargetDependency */, + FF0B759811638E95BA652D4C0A03B1F4 /* PBXTargetDependency */, + 78C488688614F81C73FB168F69494195 /* PBXTargetDependency */, + 3582122DE14546515A3835B8BF951404 /* PBXTargetDependency */, + 1184266916B6B1DA86416F59BDD7F992 /* PBXTargetDependency */, + 942F91AC11241DBF7F26E85907AAD52C /* PBXTargetDependency */, + 77AEC02D63F4DE016A710F80CA019CB1 /* PBXTargetDependency */, + E2F61E18A3BC4750AD3D69FDC742FDA2 /* PBXTargetDependency */, + 85A5C82BA69ED2246A3BE8BD8D565E24 /* PBXTargetDependency */, + 25F71068A7EB10991CBA56EA375B8EF3 /* PBXTargetDependency */, + C72419BD68F20EC0052B1F09C0705032 /* PBXTargetDependency */, + 826CFCFAAC1AAA75059F508A63A9FAEA /* PBXTargetDependency */, + 5D2922D8574351D1C033F372CCB0553B /* PBXTargetDependency */, + 689C25E69A8B85FE2A98783BB58B2931 /* PBXTargetDependency */, + 66A6326760C043F15E32C0AA2D391C9D /* PBXTargetDependency */, + 95E58B67E77FAC70CEB4B366AD0A4284 /* PBXTargetDependency */, + 4505C23778204A57BA7D86F0563E3A99 /* PBXTargetDependency */, + B048D722755EEB8DC93785DA75051FE0 /* PBXTargetDependency */, + 6C35BF6082A88B142C2F20004681BA61 /* PBXTargetDependency */, + B059B1CA6C4F8871B99BD88E9849A6D8 /* PBXTargetDependency */, + A58E517BB15BE3B33F450902BA40E740 /* PBXTargetDependency */, + E3986D7FD37E0F0B283C4D4ACE9B19F3 /* PBXTargetDependency */, + CAC3CB5D8CDDA38284F60F56A9118318 /* PBXTargetDependency */, + CDBB673F083DACEDDF38F19E3C58EA22 /* PBXTargetDependency */, + 5A8051F32A67D11495FCAFED5A7CDC57 /* PBXTargetDependency */, ); name = "Pods-BlueWallet"; productName = "Pods-BlueWallet"; @@ -8765,6 +9439,45 @@ productReference = F7167F978EC111B312737A6A072E1951 /* libReact-DevSupport.a */; productType = "com.apple.product-type.library.static"; }; + CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0E4B449FA18C1B653900C0B887BC0A89 /* Build configuration list for PBXNativeTarget "appcenter" */; + buildPhases = ( + 932DBA0D128195C6DCCBA27C88E0E344 /* Headers */, + 86D9B1DA35A4439AF300F32045EF638B /* Sources */, + C1B27FBD07CB28715BBA965FE5D6CC99 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 5B8A150ADA38058BE506E65C755FDE4C /* PBXTargetDependency */, + AEBD8171F977AFDBC0D77D5668F7852D /* PBXTargetDependency */, + ); + name = appcenter; + productName = appcenter; + productReference = 169E917CC1BBBCC7D6639249FF8F5087 /* libappcenter.a */; + productType = "com.apple.product-type.library.static"; + }; + CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */ = { + isa = PBXNativeTarget; + buildConfigurationList = 99E9EC5F7AC2785166341EF347093FFE /* Build configuration list for PBXNativeTarget "appcenter-analytics" */; + buildPhases = ( + F441C93C343FAC2F209A126B05540518 /* Headers */, + EB09D9F7EACC1C3B8714EB5F3B775E98 /* Sources */, + B6CDD9A2EE686C1A75E5F2DA21029D92 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + BEE9956B1D3554A654169066A5F97670 /* PBXTargetDependency */, + A3EE75E6777C50454FD521B44EA2D2CE /* PBXTargetDependency */, + 97A51DBFB2087BEBB1B34C3BE6992B9D /* PBXTargetDependency */, + ); + name = "appcenter-analytics"; + productName = "appcenter-analytics"; + productReference = F91783AD28315517EB590685D3A72C4E /* libappcenter-analytics.a */; + productType = "com.apple.product-type.library.static"; + }; D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */ = { isa = PBXNativeTarget; buildConfigurationList = C8C73575DEDB4408DAA7D15DDE2B315E /* Build configuration list for PBXNativeTarget "yoga" */; @@ -8859,55 +9572,61 @@ }; E590764DCE621F43CC52D45BCBC6C8FB /* Pods-TcpSockets */ = { isa = PBXNativeTarget; - buildConfigurationList = 85A9A9693E731F32931EAB5B70615F45 /* Build configuration list for PBXNativeTarget "Pods-TcpSockets" */; + buildConfigurationList = 6F609CC79BD150EA0C409E6CB0269DF3 /* Build configuration list for PBXNativeTarget "Pods-TcpSockets" */; buildPhases = ( - 8397038E9B04CDF5075D0103260BF30B /* Headers */, - B0F7FE1F26A75D53A9C292464F50D65F /* Sources */, - 970ECF45F5CB97458318CABB2F753C91 /* Frameworks */, + D369DC29150B457E30B54A68AA019228 /* Headers */, + BC469418AC68460D9FFFB245AE36CC01 /* Sources */, + 8840EA5E7A3FF2352205AFF76D2C9C9D /* Frameworks */, ); buildRules = ( ); dependencies = ( - C4225F503B010E559A02517C2EB3D4A8 /* PBXTargetDependency */, - 3BF9CB2EA30469FCCB5044CFA41A2363 /* PBXTargetDependency */, - FC3A47DAF99B4B4D0710FE911BB1BDD0 /* PBXTargetDependency */, - DD08262A4368245C6A774CD7F7187AEE /* PBXTargetDependency */, - CA10D25E611A766EF50B5D42AF678A85 /* PBXTargetDependency */, - 57B0BBEBA32E7FAFD95F45F791BF612C /* PBXTargetDependency */, - 90A69FE28545AC8149D4668DD78E8668 /* PBXTargetDependency */, - 152F7DD424EC050BE547D7732FDDE2E8 /* PBXTargetDependency */, - D778C1D65622053E829D0B2305380BA5 /* PBXTargetDependency */, - E0D92202463A32811621F089E202996D /* PBXTargetDependency */, - DFE010EA9791293309F2A36890F85E9B /* PBXTargetDependency */, - 49A7B183ED9AF4297B3C50D8E08B643D /* PBXTargetDependency */, - 8B6904148763058CE78206885F10F0FF /* PBXTargetDependency */, - B81E7A966B40F76388DA5D4745227E2A /* PBXTargetDependency */, - 0D9E201B9B7BEA1DFDD478A01DA4B70B /* PBXTargetDependency */, - 87A0ED5E1770ED027D4EF50C38FFC28D /* PBXTargetDependency */, - 704390E6D0F00F5DFE260D39D1B2C712 /* PBXTargetDependency */, - 92D11A37268C5D5423474183F05590C0 /* PBXTargetDependency */, - 27EDB2F446903AAD7B8C09EDDE692DF6 /* PBXTargetDependency */, - 8EA6F36E70A277F666E3756D256DF5A5 /* PBXTargetDependency */, - 3BBE9C56757A0A78A4E147323CDDB4E0 /* PBXTargetDependency */, - D7626236EAC497B45EA63058D1287F8B /* PBXTargetDependency */, - 46C579FA0BB462198BCCA431F022B087 /* PBXTargetDependency */, - 0D5C3F262E980E5011B8686945F7BEFB /* PBXTargetDependency */, - E2F7F786C3686FBD62396E2C279A9F2E /* PBXTargetDependency */, - 3E35CC4311C5D5684EA926C1D8B925C6 /* PBXTargetDependency */, - 1687CD0B62015160B0C6149AF48C43F8 /* PBXTargetDependency */, - 5F80BD2D2299E25565B90FF7317D941D /* PBXTargetDependency */, - 2A72EEF4A708BD8E61C14117598E8D89 /* PBXTargetDependency */, - 09DED1DEB48106E77FE789177A0F6ED7 /* PBXTargetDependency */, - 0B09F0BF3EA966E0F80C7D7E62249457 /* PBXTargetDependency */, - 848408C7261722FEF462A92774AD0723 /* PBXTargetDependency */, - 3F423C2EC406633A6729F7D13A7FB34A /* PBXTargetDependency */, - 3E2F1A0459CE6B1CC48010470BBB98B9 /* PBXTargetDependency */, - 299C4B54CCFE454ACAFE6FE5A703A128 /* PBXTargetDependency */, - F003FA6ADC7E7420FD307077480B51D0 /* PBXTargetDependency */, - 5ECA2CE8B02D5BC4E6F07F593E3620DD /* PBXTargetDependency */, - 799AFB9A0D3C219C3CC26485A08FA821 /* PBXTargetDependency */, - 8F687D15807222FAC1F960469048B3FD /* PBXTargetDependency */, - DC22B433268D6E3FC5B07857928F79A6 /* PBXTargetDependency */, + 3E042D94A1AE772BC0EBD7E251F9CAF9 /* PBXTargetDependency */, + 1A125026FBBEA94D5585B7A78A55B32B /* PBXTargetDependency */, + 1FE81E07F14FE0A2EB4CFB2C3345BF3B /* PBXTargetDependency */, + 704651337B64FA9934812A1B305334DE /* PBXTargetDependency */, + 0DC61AAF4745363C95C27974E90052B2 /* PBXTargetDependency */, + 961724405D821AF8E467BAF50CF2EC8A /* PBXTargetDependency */, + BD04FB75BA755A503D2C53E8117BB199 /* PBXTargetDependency */, + CE7816D1693B0E247EC8075F6B6931D9 /* PBXTargetDependency */, + D5000C11F4D8440F21FAE5133417EE49 /* PBXTargetDependency */, + 4C46A214DF20CB66DCC8DB00AA8720C5 /* PBXTargetDependency */, + 01A07307CF6FF6C9E823892FD7A8A50B /* PBXTargetDependency */, + 405AF2A3C6F0A840CEE679FA1CE502C8 /* PBXTargetDependency */, + D0AAE78E76A961AF791B832C42298A9B /* PBXTargetDependency */, + DA76738876E1FB2CB807BF1A1995F6AB /* PBXTargetDependency */, + A7F8A257354308EDD2EAA9BFF6006F50 /* PBXTargetDependency */, + 5E7390A3722C7862770A649B0C4336D0 /* PBXTargetDependency */, + 0008FD13CAB5CDB8777D94ABDEB26D15 /* PBXTargetDependency */, + ED21B8E13E55D6CB9A1EAA32F2F13257 /* PBXTargetDependency */, + EE7E4A7BFBABD60A467D0A5A3613D5BF /* PBXTargetDependency */, + 271121C2F0034B77DC2AA12513C6FFA2 /* PBXTargetDependency */, + 6DCDF6BA30BAC44B8CF639E562EC75F4 /* PBXTargetDependency */, + 1E6E11139DD8A8586D95DC574B0DBF9D /* PBXTargetDependency */, + B00D82AA179BFEEA25068CFBADEB71B5 /* PBXTargetDependency */, + 9E5CD80CBDC1DBD8B17A5EE53B9E4BCC /* PBXTargetDependency */, + FE0AFCD18BB9DF0C1AF4A4E8E11D082F /* PBXTargetDependency */, + C86D5D4E4CFFD1306CDE98DFF254EE96 /* PBXTargetDependency */, + 14BFE1ED3D577EC940605B4D4B1C9324 /* PBXTargetDependency */, + 39838847FD48BF185AA17022DA4AD2BF /* PBXTargetDependency */, + 1932EF884067FEA968C30E797F8F7EBF /* PBXTargetDependency */, + B1285BB87AA0F53854560890D9834EEB /* PBXTargetDependency */, + F61CB9402FA1620F755200494E0AD755 /* PBXTargetDependency */, + 3E3B60A99802F9692C83ED9D7CBAE17D /* PBXTargetDependency */, + 0A091C93FE663860CA3CED069888B8E7 /* PBXTargetDependency */, + 263EDDFE8995130428A1879AD6BC4EBD /* PBXTargetDependency */, + BD36E03AB3DC9E2DC1480B9E8A3A8289 /* PBXTargetDependency */, + 05E672134C6CC47973D28B6D973E4B7F /* PBXTargetDependency */, + 096A55AF465F29BDFACA796A6EF86726 /* PBXTargetDependency */, + 03EC13ADF4A00301231637917B0188F8 /* PBXTargetDependency */, + D3C8E2C241983FD967F516E882E9B58C /* PBXTargetDependency */, + E15ABB612FA6C5E641792B968435631C /* PBXTargetDependency */, + 97857EF3FF1E898520F6B232856FE143 /* PBXTargetDependency */, + 2868193B3E539846BDE3D323204AA1DB /* PBXTargetDependency */, + 355269D0715A4B0A48BFB135C3D874F3 /* PBXTargetDependency */, + 50749289EFB4DCEA3FEE1591474B67B1 /* PBXTargetDependency */, + 2B7B8EB8817A338F8DBE93FC5CC692C8 /* PBXTargetDependency */, + 6B6A0FE680F897BB59210E1AB21C0A5B /* PBXTargetDependency */, ); name = "Pods-TcpSockets"; productName = "Pods-TcpSockets"; @@ -9023,10 +9742,15 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 23CC0463914AAA783C1FCFB79F4BE921 /* Products */; + productRefGroup = 84AA1FDDB492CDBD70EC37C6752B75BF /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( + A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */, + CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */, + CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */, + 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */, + 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */, ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */, EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */, 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */, @@ -9065,6 +9789,7 @@ 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */, 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */, 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */, + 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */, 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */, B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */, 01902010C275AA793ECF6F87A82AE992 /* RNRate */, @@ -9155,14 +9880,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0D2A1085590665080DD7627A52EF9A43 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3CDD2C2984A0FC29FF52C16BE1291647 /* Pods-BlueWallet-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1D4CC3D0C139813C0C35E33781B6738D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9294,6 +10011,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38E69FA97C2C5CBAE44E1BE65F803635 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4D719AA9E8979F06CF4B5B778F1C97D1 /* Pods-BlueWallet-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3AFC6335F1B7A01E9D00944065B43C1E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D06902CE19976CA67DFA5516A9B6D361 /* Pods-RCTPrivacySnapshot-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3C5106B5CB62C3DBB4210672783182E7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9421,6 +10154,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 86D9B1DA35A4439AF300F32045EF638B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 89716CBF27D3C34A6321167A44B7FCD5 /* appcenter-dummy.m in Sources */, + A3055080F5BAA489995CCD6555CD8056 /* AppCenterReactNative.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 91F9D7827F6477C043AFBF0AF441C550 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9590,6 +10332,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + ABEB78BC9C1114CB505E466B97B578D2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5749A01DCC9DC9857C5715DD35ACE9C5 /* Pods-RCTQRCodeLocalImage-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AD1E1B71B7F085CAB08230145A1B3104 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9619,19 +10369,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B0F7FE1F26A75D53A9C292464F50D65F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4F0BFA896E44CAB30DE86E954BBA8B32 /* Pods-TcpSockets-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BEF44CE1CAEE273083B71C29ED686948 /* Sources */ = { + BC469418AC68460D9FFFB245AE36CC01 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2566F72FA382A4AEAFA11E90F0FFC2E3 /* Pods-RCTPrivacySnapshot-dummy.m in Sources */, + F4CCDF8D76D015BD9A70C91FC021D0C7 /* Pods-TcpSockets-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9686,6 +10428,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C3BA43A34EA61AF3BFD866895CB9C0A8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A3E41BDFCC0AF1B63C925EEE527ECCE5 /* appcenter-crashes-dummy.m in Sources */, + D787667C2D2409644E765FDAD4F77759 /* AppCenterReactNativeCrashes.m in Sources */, + 6B57A9F00EFE20BD39B158309216DE92 /* AppCenterReactNativeCrashesDelegate.m in Sources */, + B53C9DE56F98C73C72A632D85D05C5B4 /* AppCenterReactNativeCrashesUtils.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CE422A7BBB6331428F871E43E5185FCC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9835,14 +10588,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D7E4F66CC7A7966E4544C2D4746B2D3A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 75A022598E9404FAE585A7B9C7C45B59 /* Pods-RCTQRCodeLocalImage-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DBDB7D2BFB2C72AFDB56AE175D571354 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9867,27 +10612,46 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EBCC03E7F185605FBA74F2721298E7AD /* Sources */ = { + E72AD69C3DB0940CEAA9DDF3C0EC47BD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B865CB34418BF7670DA357FC4CCB1E75 /* JSIExecutor.cpp in Sources */, - 7033F400E293CA831759B20EEF81216E /* JSINativeModules.cpp in Sources */, - 5400BD1B616D02F4559332E699C15283 /* React-jsiexecutor-dummy.m in Sources */, + B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */, + E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */, + FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F4EE4B3D90848BE12C27081FFF25D5E8 /* Sources */ = { + EB09D9F7EACC1C3B8714EB5F3B775E98 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1EC2F26FDB3EF31E73FE36976CD7FA25 /* RNSentry.m in Sources */, - 95917CC50B50AF5F65FDE902A18843C8 /* RNSentryEventEmitter.m in Sources */, - 578B10F814E03C9469269CABCB3DAB83 /* SentryReactNative-dummy.m in Sources */, + BA595E62CAACFADD25CF96443616A3AD /* appcenter-analytics-dummy.m in Sources */, + F9F4AE2BF7D050D92F332218D9AD9402 /* AppCenterReactNativeAnalytics.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F5393438D0E003ADABE96032FC64B199 /* Sources */ = { + EBCC03E7F185605FBA74F2721298E7AD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B865CB34418BF7670DA357FC4CCB1E75 /* JSIExecutor.cpp in Sources */, + 7033F400E293CA831759B20EEF81216E /* JSINativeModules.cpp in Sources */, + 5400BD1B616D02F4559332E699C15283 /* React-jsiexecutor-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F4EE4B3D90848BE12C27081FFF25D5E8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1EC2F26FDB3EF31E73FE36976CD7FA25 /* RNSentry.m in Sources */, + 95917CC50B50AF5F65FDE902A18843C8 /* RNSentryEventEmitter.m in Sources */, + 578B10F814E03C9469269CABCB3DAB83 /* SentryReactNative-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F5393438D0E003ADABE96032FC64B199 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -10006,29 +10770,41 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 017E63E3B2F5EB7743BF9E07CB2A698F /* PBXTargetDependency */ = { + 0008FD13CAB5CDB8777D94ABDEB26D15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-haptic-feedback"; - target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; - targetProxy = 6E2E6360AD4EB2C105D02C123A6AB407 /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 68D4565E66DF8A0BE294167169C0C691 /* PBXContainerItemProxy */; }; - 02629B81A8585F5212ACEFDABEDE80B4 /* PBXTargetDependency */ = { + 0051E4214884EF5346A2A55966EC832B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 306EB641F25C6271BC9DC233C75BD1D2 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = D96B09CB6F7CDF72F3099DD83AD5AB87 /* PBXContainerItemProxy */; }; - 0426327D5B25EE7EB49AC086A2D3576E /* PBXTargetDependency */ = { + 01A07307CF6FF6C9E823892FD7A8A50B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFS; - target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; - targetProxy = F64064E2B7E93F7CAEB792329A045A69 /* PBXContainerItemProxy */; + name = RNSVG; + target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; + targetProxy = 0B5BC39B9F3A29A994F32956C611BF52 /* PBXContainerItemProxy */; }; - 04FDE2248A9878FE85FCE182102F27B3 /* PBXTargetDependency */ = { + 03EC13ADF4A00301231637917B0188F8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNWatch; - target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; - targetProxy = 3B4E4CC1DFB0FCF2DC4757319B2CD6AC /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 873093B7E412C3033B1A76D99C88E340 /* PBXContainerItemProxy */; + }; + 059BDBE081A2C219272974CA579A6E7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BVLinearGradient; + target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; + targetProxy = C4F7A3F25F5C6B34F0144604389392A3 /* PBXContainerItemProxy */; + }; + 05E672134C6CC47973D28B6D973E4B7F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "appcenter-analytics"; + target = CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */; + targetProxy = AF5ECBF3CE14538147CAA85C43B880A8 /* PBXContainerItemProxy */; }; 070630B51BCDD346BD1094BF113E654E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10036,17 +10812,17 @@ target = 345DDF896F8EC59B0A489DED760BA579 /* swift_qrcodejs */; targetProxy = 0BC529359D78A0289F24CE49F4AD481E /* PBXContainerItemProxy */; }; - 07CAA70D229B15026099306EE84C7173 /* PBXTargetDependency */ = { + 07B8AA111D668A153879EDA79E135F7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 5B0BF9B16DA91667A7B4D3CABD8AB35B /* PBXContainerItemProxy */; + name = appcenter; + target = CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */; + targetProxy = D374A5DC3E1EF5A758D476DD42B3D4AE /* PBXContainerItemProxy */; }; - 09DED1DEB48106E77FE789177A0F6ED7 /* PBXTargetDependency */ = { + 096A55AF465F29BDFACA796A6EF86726 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SentryReactNative; - target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; - targetProxy = EC52514FE11CB28CBBA543A5A8E7AA57 /* PBXContainerItemProxy */; + name = "appcenter-crashes"; + target = 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */; + targetProxy = 0C46322C6C7CFF2A6280C685C8F31CF8 /* PBXContainerItemProxy */; }; 09E7D22E68ACD034C09A2ABAFA85B0FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10054,59 +10830,89 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = 6E341C70054F6421256E8CB9CF9866E7 /* PBXContainerItemProxy */; }; + 0A091C93FE663860CA3CED069888B8E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SentryReactNative; + target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; + targetProxy = 9A1A53FAA6D09FE02E2FBB70DBF868F4 /* PBXContainerItemProxy */; + }; 0A2516BED47FA0DF7D5151ECB3B06940 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 69672957D5EAEE474B53FE33515FBF2A /* PBXContainerItemProxy */; }; - 0B09F0BF3EA966E0F80C7D7E62249457 /* PBXTargetDependency */ = { + 0B1F5333CD6C09D8D85AAD834EAC765F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ToolTipMenu; - target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; - targetProxy = D1717C4722648D508CE073C82D77DF23 /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 1CEC968B400264B8BE6B56BA51975713 /* PBXContainerItemProxy */; }; - 0C3F86073C0F7125AFBA611DE0E9238A /* PBXTargetDependency */ = { + 0B2774644F5AFBF32B6C3820C7A06FAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = F9138F0442769B650EC0E2EFF23A3A9E /* PBXContainerItemProxy */; + name = BVLinearGradient; + target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; + targetProxy = 29D90A737E4AD6F8C853A1FA26AE3D91 /* PBXContainerItemProxy */; }; - 0D5C3F262E980E5011B8686945F7BEFB /* PBXTargetDependency */ = { + 0DC61AAF4745363C95C27974E90052B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = A35722A4327212932608078A83A40B42 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = A2853B5F162136F683A6C17904956DE0 /* PBXContainerItemProxy */; }; - 0D9E201B9B7BEA1DFDD478A01DA4B70B /* PBXTargetDependency */ = { + 0E4867425DD4544E07C9F0D966FFB0A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 9BF4DB54246A6F99F12DE36F76E77EFF /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 8A4E3F59B5EEA07F5C471711D734A1F1 /* PBXContainerItemProxy */; }; - 0F599D9BBAEB975D5A2C619481C03D7A /* PBXTargetDependency */ = { + 0F9BA86A5CD8B801A0FB24BD6A92DAF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-randombytes"; - target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; - targetProxy = 1D3668C4D91871EC0B759AA0973BAC0C /* PBXContainerItemProxy */; + name = BVLinearGradient; + target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; + targetProxy = 0F074E8B44A6ABE1412BE348FB88BEA8 /* PBXContainerItemProxy */; }; - 13E5ADA3FD1DD5C08FB91A9D5A8F7544 /* PBXTargetDependency */ = { + 1007C6EF775C0FB1992C2A9F67CEFCF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 595FBBAE5A57E254E2A1D0949BF54954 /* PBXContainerItemProxy */; + name = "React-DevSupport"; + target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; + targetProxy = DD4AFF55F3D66EAFD1E79080B2E51C3C /* PBXContainerItemProxy */; }; - 152F7DD424EC050BE547D7732FDDE2E8 /* PBXTargetDependency */ = { + 10D170F0F4D1CE673D3901C2E6B3A1FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNSVG; - target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; - targetProxy = 5F4D1AF88DF019D79AA0680B8C232B75 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 45D3664D13EB4E9F2B2E4978E34114F2 /* PBXContainerItemProxy */; }; - 1687CD0B62015160B0C6149AF48C43F8 /* PBXTargetDependency */ = { + 1129375789632B5E59D070A902AD7D5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 68F00B1F8530BC9F1C3CE3BF4B9793CB /* PBXContainerItemProxy */; + name = RNFS; + target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; + targetProxy = 8E0174D80ADE18A571BC4B3948BE0D49 /* PBXContainerItemProxy */; + }; + 1184266916B6B1DA86416F59BDD7F992 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTWebSocket"; + target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; + targetProxy = 8200096D0D1B505025AB3CD7CBF31426 /* PBXContainerItemProxy */; + }; + 13306350ACACADE8B3D097B487A1F206 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 68983F0D1343E07597B2ADEF412BCF4F /* PBXContainerItemProxy */; + }; + 14BFE1ED3D577EC940605B4D4B1C9324 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 0632337AF911306C25C7C1444A862F73 /* PBXContainerItemProxy */; + }; + 1662A6AF9D884D64EA98733570BE796D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 855717880952070931FDACD6C128274F /* PBXContainerItemProxy */; }; 16DBDA22BC7D1A9B7C99C707DEE57BCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10120,23 +10926,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = B32B3F5DA4ABCEB4BDD8A1A5CD85433A /* PBXContainerItemProxy */; }; - 183661730EEEE287FB513971D29D9572 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = BD83E429DB96D08022DA09226554B99A /* PBXContainerItemProxy */; - }; - 192D30F9E7C3B67C140495076DA21AA6 /* PBXTargetDependency */ = { + 1932EF884067FEA968C30E797F8F7EBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = F30EBBD9C155A9C95C01FE2ED3BCA09C /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = B29CA5DDAE17C1167A9CBBD9AB013B63 /* PBXContainerItemProxy */; }; - 19DDE5394F27CF280F6DF50D98B308B6 /* PBXTargetDependency */ = { + 1A125026FBBEA94D5585B7A78A55B32B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNWatch; - target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; - targetProxy = 499C5142418E92DC8D35A83A0B9B5933 /* PBXContainerItemProxy */; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = F57BCB28AE39A48027412E9701D85A4F /* PBXContainerItemProxy */; }; 1AA09D23351484533AECFC9FB58371E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10144,35 +10944,29 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = 8B585C86603C9770F606EA77DD37CDA5 /* PBXContainerItemProxy */; }; - 1B635E95F1B5B81F2D0B5C6568D438B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = CB2A139C057455E2143A4A2E364A9727 /* PBXContainerItemProxy */; - }; 1B987D205CFB2E09B22EEBC9B49F2522 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B37E8860BB25B667CE02274F338ABEA0 /* PBXContainerItemProxy */; }; - 1C63AE6A6BB70C96ECE5D8E8E992546F /* PBXTargetDependency */ = { + 1D58DE12C04B6335F582839EA3130AD6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BVLinearGradient; - target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; - targetProxy = 0E582758246685E967C53B5DFB497C64 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 891B2710CA17095C35FA3AC27A38F8E3 /* PBXContainerItemProxy */; }; - 1D6CDE6BFEAE6318A959C91A3785CB5E /* PBXTargetDependency */ = { + 1E6E11139DD8A8586D95DC574B0DBF9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = FF018A28689A1CBB6831F26D432257F2 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = E068875AA28F8B6BAFDDCD8C2DDFF2F9 /* PBXContainerItemProxy */; }; - 1E21EDDACFC6463DC2AB56DB7562C032 /* PBXTargetDependency */ = { + 1FE81E07F14FE0A2EB4CFB2C3345BF3B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-DevSupport"; - target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; - targetProxy = 7EF06204244421F8CE2FBB57CF20BEB3 /* PBXContainerItemProxy */; + name = BVLinearGradient; + target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; + targetProxy = DA03C861C63B0C1200DDD9502F9667A3 /* PBXContainerItemProxy */; }; 2023F7F4CF4716B33FB364138B19A5E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10180,35 +10974,35 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 7FF03204B6129FD1E745C07F8541BDEB /* PBXContainerItemProxy */; }; - 21382DBBC12F614A50BF1DC6D90DF764 /* PBXTargetDependency */ = { + 20AD3A567EC42FBB905A9DD66B1D47E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 4C9F33B5F682F7F92A36C7CF1D2B3CCB /* PBXContainerItemProxy */; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = A7BAB25809E3D60D66CDA0F7CD7E0605 /* PBXContainerItemProxy */; }; - 2160D938873F5170509819859BA01953 /* PBXTargetDependency */ = { + 20C7D508C7596D0EC5DBD1CB36296BCD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 7C2DB6141117D32B99021BEACAC3A440 /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = F01B698B09D70440E354D10C69C99461 /* PBXContainerItemProxy */; }; - 21F04709659904A17E36F7D0B98F90E2 /* PBXTargetDependency */ = { + 20E9C541BC5BD8F2947401123077A6E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 2DBE67DBBDFD17A26AB406B2B77A146C /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = C810AB2DF3AEC37B0C423C375AA487F6 /* PBXContainerItemProxy */; }; - 2286FAC570AED953191AF3A3F3DE8047 /* PBXTargetDependency */ = { + 2160D938873F5170509819859BA01953 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = B34C395E3AF2757204F934A588553D9B /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 7C2DB6141117D32B99021BEACAC3A440 /* PBXContainerItemProxy */; }; - 229C63577C5F7B692FF7027E883BE95E /* PBXTargetDependency */ = { + 21D569CDCBBBAE5E372679A4AE1FDF0A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; - targetProxy = DE0D93543AE057072A16DF8438472348 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 00A36AC20A827EF4FEC908441EFDAECE /* PBXContainerItemProxy */; }; 2328F995A56FABB76616F3F221E73611 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10216,17 +11010,47 @@ target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; targetProxy = 7690CEDBF96E07E217232B7C3C2D0F97 /* PBXContainerItemProxy */; }; + 25F71068A7EB10991CBA56EA375B8EF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = C819518704D3FACC08B7E87142AA1191 /* PBXContainerItemProxy */; + }; + 263EDDFE8995130428A1879AD6BC4EBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ToolTipMenu; + target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; + targetProxy = 50F5FE8F581953382DA3E71C49888F3A /* PBXContainerItemProxy */; + }; 264BE9EEE9F1EB8DA271C2C6773F709E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 1DE2D5645BE926C04286ABEE228C8483 /* PBXContainerItemProxy */; }; - 27EDB2F446903AAD7B8C09EDDE692DF6 /* PBXTargetDependency */ = { + 26E5B2E6E910B371F1FA97A45DE2CEEE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 47407D6A569753FF622168D6CF9B55F3 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; + targetProxy = 22774AAD85F2BA105CB3D68CF7D1BA16 /* PBXContainerItemProxy */; + }; + 271121C2F0034B77DC2AA12513C6FFA2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 92AADEA63A1AD5A4D3470129E444C588 /* PBXContainerItemProxy */; + }; + 272BE3350F486B9087B1ECF17070ABB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-fishhook"; + target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; + targetProxy = 4EFD49A69256CDBBFD16241D8765A622 /* PBXContainerItemProxy */; + }; + 27313DEFBAD7E9A03BC6352FC882B241 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = DE3EF2B5F16EFB084970BF973B55E45E /* PBXContainerItemProxy */; }; 282C6228BD62FCC18D3C5FC3E00C76F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10234,17 +11058,17 @@ target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = 9C3A204D7B63F44CF36DBE693BA03880 /* PBXContainerItemProxy */; }; - 28E719723858FF2FC5A5736CC0B70DB4 /* PBXTargetDependency */ = { + 2868193B3E539846BDE3D323204AA1DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = B8F7D0071FB2F94A956703BC83FAD808 /* PBXContainerItemProxy */; + name = "react-native-image-picker"; + target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; + targetProxy = A8356726FEA898C5F28562F1D3EB404E /* PBXContainerItemProxy */; }; - 299C4B54CCFE454ACAFE6FE5A703A128 /* PBXTargetDependency */ = { + 29E524EB045E47F3478DA3A4260550AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-haptic-feedback"; - target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; - targetProxy = 1176A6CDE1770C1FDB3E23713CFC4642 /* PBXContainerItemProxy */; + name = RNSVG; + target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; + targetProxy = 3BD8D31E34AF339CB8FB3FBF748BA32B /* PBXContainerItemProxy */; }; 2A0A6FA2893743CED9D29A984C426AF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10252,35 +11076,29 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = D6D1EC9BD2FDEEB54A08A93A3F27D4AF /* PBXContainerItemProxy */; }; - 2A72EEF4A708BD8E61C14117598E8D89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Sentry; - target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; - targetProxy = 9562127AA9E41A341364B9D1902B1981 /* PBXContainerItemProxy */; - }; - 2B182C90742A4E945E474E3563CE34E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 796FA0695B8E3580AB3BFAC04C08145D /* PBXContainerItemProxy */; - }; 2B6E51ED7F7C1598390379E277CACD6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = ABF13DAC0EEC19782059F9DEC51EBE81 /* PBXContainerItemProxy */; }; - 30358220B9F9DEF75B5F0B2A1931D6B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BVLinearGradient; - target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; - targetProxy = BF25B99F3625CB1CF79E14BE01A08A2A /* PBXContainerItemProxy */; - }; - 32FB12CD037D81FC0792FB0489A21D3F /* PBXTargetDependency */ = { + 2B7B8EB8817A338F8DBE93FC5CC692C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-webview"; target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 4F3DB4C0E040EB63328BB7AB822F6792 /* PBXContainerItemProxy */; + targetProxy = 0BC18B6EE6010EDED5281E6CA552DA96 /* PBXContainerItemProxy */; + }; + 2BB5AA45B243F1032E7FDE4C1DD831D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = A45749B7AA9C76CC45E4C052A9155A83 /* PBXContainerItemProxy */; + }; + 2F7D746DEF359AD18785BC90C71CBAB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 7BB2E4128383B28DFDFEE74946ED2E7B /* PBXContainerItemProxy */; }; 3325A948CA587F6CEF29FA09DAE68D8D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10288,11 +11106,23 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = A4D52DA07970E306A134078038326388 /* PBXContainerItemProxy */; }; - 33DFF0EA3D77C7C18AFDE34A7A86B39D /* PBXTargetDependency */ = { + 355269D0715A4B0A48BFB135C3D874F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 4E9220E8EB713F7F67A4FE3468C9EFA4 /* PBXContainerItemProxy */; + name = "react-native-randombytes"; + target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; + targetProxy = D067052C35677854D3998B433A853CD5 /* PBXContainerItemProxy */; + }; + 3582122DE14546515A3835B8BF951404 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 94A1777ECA96BF62C6CCBBEC4E8C9F44 /* PBXContainerItemProxy */; + }; + 36354FD16B78DD3B0F86BCD13D6CC663 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = F35281D37F28F8CF8CA633A62D125EDC /* PBXContainerItemProxy */; }; 365D988C26180720B516A7BEC2D96898 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10306,23 +11136,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 2473E6F7BF2CC2F40C1F20CEC64D44DA /* PBXContainerItemProxy */; }; - 36EEF5BE045C90C91BCEF5A10E96DED6 /* PBXTargetDependency */ = { + 379A2305BE16BE09C6AA017F48FB6CB4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; - targetProxy = 9A012D9FE3BFCE5F5F5E8EBC3F7D1CE1 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 7E0FCC7A52942AF0FC9C264453930387 /* PBXContainerItemProxy */; }; - 38B90D266E62013DFB5539AAF87BE12E /* PBXTargetDependency */ = { + 390A4F9A293A247C986E5B49C443C876 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Sentry; - target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; - targetProxy = 6BDAC3EE165D1CBE9C6755FBBD22E9DD /* PBXContainerItemProxy */; + name = appcenter; + target = CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */; + targetProxy = 5BD92A707149F5517BD3E587A11E411A /* PBXContainerItemProxy */; }; - 38BC33F955FC732A83DEB242D76A1AAF /* PBXTargetDependency */ = { + 39838847FD48BF185AA17022DA4AD2BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNSVG; - target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; - targetProxy = 861F7EF45171EF3CE256F3CD750C983F /* PBXContainerItemProxy */; + name = "React-fishhook"; + target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; + targetProxy = 48C33A258163933DF46A27B34F49262B /* PBXContainerItemProxy */; }; 39A4F57A5AC2C0282B1A89B299F1BB41 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10330,29 +11160,11 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 46C17A4CE643C72C75BFC8D62D199E20 /* PBXContainerItemProxy */; }; - 39C02FCF0280DEBCD5DCB913F226396B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 5A4C844FB9A972D8513078EB4110694B /* PBXContainerItemProxy */; - }; - 3BBE9C56757A0A78A4E147323CDDB4E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = C3623549E212C15EBCB7AD0A5054B1C0 /* PBXContainerItemProxy */; - }; - 3BF9CB2EA30469FCCB5044CFA41A2363 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = D9DEED988E6D6929D09A8F8C937BBC1B /* PBXContainerItemProxy */; - }; - 3CA0C5A9AE3FDA564403E139D2BFB071 /* PBXTargetDependency */ = { + 3C9A46485578B751890D6E66E8BC1CD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFS; - target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; - targetProxy = 8029A7AD662022329EBA247B6F942843 /* PBXContainerItemProxy */; + name = RNRate; + target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; + targetProxy = B65F88789244B21331808960449C9DD7 /* PBXContainerItemProxy */; }; 3CEB48CF6F58BFD50810AC849270F53A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10360,35 +11172,17 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 026CC9D7D438873823142B6E1C8A2224 /* PBXContainerItemProxy */; }; - 3D5C56CD87FB0E918124DA460FB4C044 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 38AA1A83CFEDF39CFD95CCEA84D826B7 /* PBXContainerItemProxy */; - }; - 3E2F1A0459CE6B1CC48010470BBB98B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-camera"; - target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; - targetProxy = F6014103ECE7B0FA4392CE7F407A0604 /* PBXContainerItemProxy */; - }; - 3E32571AF3F4713615877F9E834B90FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-haptic-feedback"; - target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; - targetProxy = C4D2E4200D63B2AF9E9ECF375A719A88 /* PBXContainerItemProxy */; - }; - 3E35CC4311C5D5684EA926C1D8B925C6 /* PBXTargetDependency */ = { + 3E042D94A1AE772BC0EBD7E251F9CAF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = BC7214116E7904E57843FAB8E8A87120 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 06A2F5E668D21756D19F035F7CD6BE2E /* PBXContainerItemProxy */; }; - 3E64342710D945D6C689A07A5068CE80 /* PBXTargetDependency */ = { + 3E3B60A99802F9692C83ED9D7CBAE17D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-image-picker"; - target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; - targetProxy = FDE322488B579F4D00EA6D1E115079D9 /* PBXContainerItemProxy */; + name = Sentry; + target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; + targetProxy = 9011EBCAB4E7A34BB1B665E0E8F7F611 /* PBXContainerItemProxy */; }; 3F28F23490D3D082A0FFADAA5A08A16E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10396,11 +11190,23 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = E5A25227D3D7651AE998B65C40B0C6E2 /* PBXContainerItemProxy */; }; - 3F423C2EC406633A6729F7D13A7FB34A /* PBXTargetDependency */ = { + 3F3B83A246CBC7591B4182167106D503 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 77234EC8EE7CD0CA562F4994DF12253D /* PBXContainerItemProxy */; + targetProxy = C07449496D1BACDB6D1E2368AD6A441E /* PBXContainerItemProxy */; + }; + 3FEAF17B467B1322FFBDC42051078A35 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = D69A0F46CAC97E336DD98A3E6883C15D /* PBXContainerItemProxy */; + }; + 405AF2A3C6F0A840CEE679FA1CE502C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = AB2C6947505007EFF6BFD40A970385C8 /* PBXContainerItemProxy */; }; 4163F10DCF567246A4DA7D839D624B04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10408,59 +11214,47 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = EBAD2DD53CF2E65F2EF7E5FB06AF79C5 /* PBXContainerItemProxy */; }; - 4318A07CC34947E3AD4E57E615FD63A4 /* PBXTargetDependency */ = { + 41FF68034D509FCE39317463A46EE39D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ToolTipMenu; - target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; - targetProxy = 20F67E0670EF042C90F23F038E75DE56 /* PBXContainerItemProxy */; - }; - 4508FC858F3E2E7E9AB9408FE8C5B58B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 2A18C0749C4A2B6AEB0F4F0592F80ECC /* PBXContainerItemProxy */; - }; - 46C579FA0BB462198BCCA431F022B087 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; - targetProxy = A72FB5368674AACDC899E2E91059EF70 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */; }; - 471F28EDA681F6CA4B62AE5B434888EA /* PBXTargetDependency */ = { + 44502F5AAC8684E5DA31FE4BC9CD0989 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 0C5A6A2FC93880224BE19D9473993FCD /* PBXContainerItemProxy */; + targetProxy = 4CE988761313E6432A90CE40AA6B869C /* PBXContainerItemProxy */; }; - 49800D9531AF6D8B4C9A6C9D4CC0D88E /* PBXTargetDependency */ = { + 447CF20C5762DDBB0EFB8D6264C0AEAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = ABCC2602607FF571CF71CDDF8013ACF3 /* PBXContainerItemProxy */; + name = RNFS; + target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; + targetProxy = 41A5CD82E801B9F4B0D87742C779F9C5 /* PBXContainerItemProxy */; }; - 49A7B183ED9AF4297B3C50D8E08B643D /* PBXTargetDependency */ = { + 4505C23778204A57BA7D86F0563E3A99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F24749706E24A39564D5F23AF8F81046 /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 5F968529FD928EF9CC160206846CBEB1 /* PBXContainerItemProxy */; }; - 4AE439C7420E058D63D8E1B204E46C30 /* PBXTargetDependency */ = { + 4A90A737100EFCC7D52726A2EE6CF628 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRate; - target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; - targetProxy = 407AA5F6609DA768F87C2BD07E814573 /* PBXContainerItemProxy */; + name = "appcenter-crashes"; + target = 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */; + targetProxy = 604F4B0CEFF5E6933156E46D0AD18F79 /* PBXContainerItemProxy */; }; - 4E5F8100419C72A15C1B3C12751D603E /* PBXTargetDependency */ = { + 4BD82562715EA7495AB130D06ED1D9B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Sentry; - target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; - targetProxy = 4E81DB97F28DCDAABC674BA48BBDD051 /* PBXContainerItemProxy */; + name = "react-native-image-picker"; + target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; + targetProxy = 4FC16753F525CBBE0534955973818FF7 /* PBXContainerItemProxy */; }; - 4EA077BFDBBF74BBF57891D01E2C082B /* PBXTargetDependency */ = { + 4C46A214DF20CB66DCC8DB00AA8720C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 08BFCDA1C1AD0A34BB1D6BF5D31A497A /* PBXContainerItemProxy */; + name = RNRate; + target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; + targetProxy = 8A3B4116289FE02E089FA85E6FB905DD /* PBXContainerItemProxy */; }; 4EC719C8038940918379BB82BE6B05A3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10468,41 +11262,59 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 11820B8689A232129CFD587011DC264B /* PBXContainerItemProxy */; }; - 4EF28D18CFE05D1747EA8610BF0E4913 /* PBXTargetDependency */ = { + 4F4936D94444D450CC10C497532B9507 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-DevSupport"; - target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; - targetProxy = 95BA9EDDA736CE7CCD211B70D474A517 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 8B0386BBD167F2766883B60288C9B418 /* PBXContainerItemProxy */; }; - 5342C9AE589B9E967DCDF6380AB13D51 /* PBXTargetDependency */ = { + 50749289EFB4DCEA3FEE1591474B67B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = BECF1E3E14C46A38B2A1BBD41F8138E6 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 8E614C5A02A63EFC0AE6DCABEF65A325 /* PBXContainerItemProxy */; }; - 5507CBCE9E933EC18AE5020286BFA3AD /* PBXTargetDependency */ = { + 5171DDDB64712ED3782935418FE8A0AF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = D19EDD93F5874D36149F9C210440FDD9 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 5B52145268F71C2D56311E3F8F33249C /* PBXContainerItemProxy */; }; - 56C36EEDD475508D1C01BC5EB9F460F2 /* PBXTargetDependency */ = { + 51AE64CB2070014B3D2AD81E610B3B0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "appcenter-analytics"; + target = CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */; + targetProxy = BE1CF3A3CE0153260B6744CBF8E46CA7 /* PBXContainerItemProxy */; + }; + 527F92A9A8081DD8E35C14C8CBDBB3FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 4CF14C94424A8ADE8CA5FA3D9C8EBEB8 /* PBXContainerItemProxy */; + targetProxy = 989B6A078EA99181CA8CF6473AE09C27 /* PBXContainerItemProxy */; }; - 574A41095B17B34736A5EAE4A1E89FAA /* PBXTargetDependency */ = { + 5342C9AE589B9E967DCDF6380AB13D51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 82F376D7F1B18815147FC10AE7BEA79D /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = BECF1E3E14C46A38B2A1BBD41F8138E6 /* PBXContainerItemProxy */; + }; + 535FA8EA2998E282F5546BF9C7A6B2FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNWatch; + target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; + targetProxy = 1814836D042F2E269C7DAFC8A57DA3A9 /* PBXContainerItemProxy */; }; - 57B0BBEBA32E7FAFD95F45F791BF612C /* PBXTargetDependency */ = { + 54DFF93930C873D3A7DC4CC7D551FCCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNGestureHandler; target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 15361849E26287F97F55436CF35459EF /* PBXContainerItemProxy */; + targetProxy = A4CA42E8214920FD24227B36EE4ACFE2 /* PBXContainerItemProxy */; + }; + 5626CDD741F42CE93221D2B434B8D916 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFS; + target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; + targetProxy = 7A62E720FEAAC8662B33B36A7D0E47D7 /* PBXContainerItemProxy */; }; 57FC762D027345CD3CDC72D0B2C56491 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10510,47 +11322,41 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 583A8B8F46101957C4AD875BC34CDCEA /* PBXContainerItemProxy */; }; - 5918D560DCAFE81F47C99C287BBB90B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 40B56D42C05A874AAA7B7E2991816C61 /* PBXContainerItemProxy */; - }; 5A7C47303EDAEAA0DD97F5403B95AA2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-DevSupport"; target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; targetProxy = 6E74BE2252BE366CF9096D7B514B2273 /* PBXContainerItemProxy */; }; - 5AF7E82FD60E8B0B772BBF547471B081 /* PBXTargetDependency */ = { + 5A8051F32A67D11495FCAFED5A7CDC57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = C0B3CAEA82ED4D456D602F9082E80223 /* PBXContainerItemProxy */; + name = yoga; + target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; + targetProxy = 3D7643DAAC7D9A20106B9C9BB2511F3A /* PBXContainerItemProxy */; }; - 5B279F3CBF40EA88AB9B934F3B86A2EA /* PBXTargetDependency */ = { + 5B8A150ADA38058BE506E65C755FDE4C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = E28A61D7ED8FBEB4BE7AF8BF5A70364B /* PBXContainerItemProxy */; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = 6951F43D272FCFC8F8B189E667892F07 /* PBXContainerItemProxy */; }; - 5DCFA706473D716A6EDFB99697C71CD5 /* PBXTargetDependency */ = { + 5D2922D8574351D1C033F372CCB0553B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = F57CBE670B502EB31130E941E40DB08A /* PBXContainerItemProxy */; + name = ToolTipMenu; + target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; + targetProxy = 8D5C20F184DB882E392B3CAD0FF500BA /* PBXContainerItemProxy */; }; - 5ECA2CE8B02D5BC4E6F07F593E3620DD /* PBXTargetDependency */ = { + 5E72D3083184B5D469C3AB298D6915CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-randombytes"; - target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; - targetProxy = 91D299D50526FF949C80ECA9313A5F96 /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = AA2069FAE72581706248DA08F93F1765 /* PBXContainerItemProxy */; }; - 5F80BD2D2299E25565B90FF7317D941D /* PBXTargetDependency */ = { + 5E7390A3722C7862770A649B0C4336D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 9DD5F13F363F94C0A51BF4EA2D5D7D0A /* PBXContainerItemProxy */; + name = "React-DevSupport"; + target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; + targetProxy = DC847540882A18D00964FE605C57B726 /* PBXContainerItemProxy */; }; 601041B2C3B9317625746870195DE269 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10558,6 +11364,12 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = E7AE294FA5B12C7032210FBF3142F04E /* PBXContainerItemProxy */; }; + 60BF52B9DA8C356CA6CAF2743BE018E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 81D83E57B16C4797F3AFFB22C16C0400 /* PBXContainerItemProxy */; + }; 60F1BE869D23FEEC6994614CCB4F4DCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -10570,11 +11382,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 6E6914E9C3DFCB79E68D11A852D89CFD /* PBXContainerItemProxy */; }; - 655BC443DBFEE040CBA50E291D5AA3E6 /* PBXTargetDependency */ = { + 63F38BA70481B53D4E2AB9F682E9A8C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 5DE373D5312800D7CC778615E5342A43 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 3321CDD3EEF3C09B7BC823A8D11A94D6 /* PBXContainerItemProxy */; + }; + 641C6766BC5CB4B3756AC21FA7603967 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 4CB0DE52232ED5809B26930B715A7A54 /* PBXContainerItemProxy */; + }; + 65CB262B15C901AD2FC30FA50F8F6B36 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = 3543ABDA65EEB566213CB2202AD60823 /* PBXContainerItemProxy */; }; 65CF21DB0B7A9C01F7C6C8B7F23E0015 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10582,35 +11406,35 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 31A7D1815E80B7127D9CA00D46C29152 /* PBXContainerItemProxy */; }; + 66A6326760C043F15E32C0AA2D391C9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "appcenter-analytics"; + target = CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */; + targetProxy = 47247A0F8560484EC9A8ECAF8FB6F67B /* PBXContainerItemProxy */; + }; 678701B7CEA06F15E0C793253485F480 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F681E26154D4C9F3E9D9DE060DB56A06 /* PBXContainerItemProxy */; }; - 67A73F691B5BD0E3EFE03176AEA5A4AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = CF7B71F7A4C73ACB46C4A1A4B74FF168 /* PBXContainerItemProxy */; - }; - 67F74FA9ECA5071C2405BA6FCD021E43 /* PBXTargetDependency */ = { + 678908C1237C0679F34A0933AE1265B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 3D35E1F835BB884DF3A6771D6E5D4B31 /* PBXContainerItemProxy */; + name = Sentry; + target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; + targetProxy = B9DD921C7AAB5011363208813B9C2CF8 /* PBXContainerItemProxy */; }; - 6A254F6260F9BB84F4097F6227B7F984 /* PBXTargetDependency */ = { + 689C25E69A8B85FE2A98783BB58B2931 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 8DE0A185CA6EBED29A4AC37E7B4D6705 /* PBXContainerItemProxy */; + name = appcenter; + target = CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */; + targetProxy = 76201C243D458E6610AAAF5DB0E22600 /* PBXContainerItemProxy */; }; - 6BCEEB5CC87E8272FBDAFE4F97985CD8 /* PBXTargetDependency */ = { + 6B6A0FE680F897BB59210E1AB21C0A5B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D11254456AB9C240BC5EC49669777364 /* PBXContainerItemProxy */; + name = yoga; + target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; + targetProxy = 72C4A50323D73275F34535210E8BDD64 /* PBXContainerItemProxy */; }; 6C1C7F619A4CAC485819486D41C92CCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10618,17 +11442,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 5DD54D1880FC31A29A930F7B9F60C14A /* PBXContainerItemProxy */; }; + 6C35BF6082A88B142C2F20004681BA61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-camera"; + target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; + targetProxy = 6E1A95CADDAB1A5F9BEFBE6F55EBD7EF /* PBXContainerItemProxy */; + }; 6D3D98FCB2D04D22401ACB48610AD122 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 16176FD7E5CCBCA9ADCC978C97CD5547 /* PBXContainerItemProxy */; }; - 6DD13B842D5C604453574DD46342A676 /* PBXTargetDependency */ = { + 6DCDF6BA30BAC44B8CF639E562EC75F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTLinking"; target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = BC3B95FC17AEA7CE3EDF51FCC66E1AB8 /* PBXContainerItemProxy */; + targetProxy = F71B586C7BA633AB20D9EC81B32C5A90 /* PBXContainerItemProxy */; }; 6DECBC78F8FAD07D2103DF3B19306ADB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10636,11 +11466,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 65810A03565E0FE492E895FE41027BA6 /* PBXContainerItemProxy */; }; - 6E9055D515ECE18026E80318FDF9D834 /* PBXTargetDependency */ = { + 6E0CF6F3C58A529CA7D71FC017CDF175 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 115ABA25916C3A3378CFD84785BC340D /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 4D68ED2545FDA951CC797E220989477B /* PBXContainerItemProxy */; }; 6ED401518B7CFC2D1AEEA3EE2F638A27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10648,23 +11478,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 8D7AA44826586379A009FFD5C1EDA10A /* PBXContainerItemProxy */; }; - 6F39C8C490B09C07C46A56349FF226BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SentryReactNative; - target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; - targetProxy = AA6110A0471281F704388ADFEC66A9D6 /* PBXContainerItemProxy */; - }; - 703745B292F223F2672B0BD5658846E8 /* PBXTargetDependency */ = { + 6F16C7ACB7466369FE185A44F094C65D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 7A5B8142457D35B77175D2DA0D7E6DA1 /* PBXContainerItemProxy */; + name = Sentry; + target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; + targetProxy = 56924F196821758B3D0CC8521E960DCC /* PBXContainerItemProxy */; }; - 704390E6D0F00F5DFE260D39D1B2C712 /* PBXTargetDependency */ = { + 704651337B64FA9934812A1B305334DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 2F27A4576A27206C6C55077B29855ADD /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = F1B3CCED580CD005411153BF91C6D54E /* PBXContainerItemProxy */; }; 705577984A551131F3016F2A9933B01B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10672,29 +11496,53 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 007D47934D48FF635B5F84EB8017E997 /* PBXContainerItemProxy */; }; + 717507D69DD571EC29143392D5ABD1B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = CEED2837949AD65A2454192FECE92144 /* PBXContainerItemProxy */; + }; 71F7254C3534B1313F2D1309A556F63C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = AC8426A573FBC88DBE62961BE9464F18 /* PBXContainerItemProxy */; }; - 739C46D9F62D2AD3DC8C057538B50D50 /* PBXTargetDependency */ = { + 729A7C4DC2F1EE296DC93F66C9C89B45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 71CBFEB8EC9C836BE9680EF0B504D6CB /* PBXContainerItemProxy */; + }; + 75F39F921E9C8A8B28A1604460032776 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = AD6D144127AE10713E8909F88F6E5429 /* PBXContainerItemProxy */; + }; + 75FA6D366012475DC2A384F17162B40E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 1DB005AF1D6600C9CC2123D284969C9D /* PBXContainerItemProxy */; + }; + 77AEC02D63F4DE016A710F80CA019CB1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-fishhook"; target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; - targetProxy = C0C3926E476A92B7D622008657898663 /* PBXContainerItemProxy */; + targetProxy = C10B42C7282606C5F4E7D9C014B732D2 /* PBXContainerItemProxy */; }; - 799AFB9A0D3C219C3CC26485A08FA821 /* PBXTargetDependency */ = { + 78C488688614F81C73FB168F69494195 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = D5D3B48F14624DD636BC9F61675F038F /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 067E8646BA55B698503B460BE244E64A /* PBXContainerItemProxy */; }; - 7B1FFE8A6B043893294F91A6855461DE /* PBXTargetDependency */ = { + 790E3D15D7DE26CE69C3E5EC084B1E79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 68A6F86594751FF02644C6DD29CAE72C /* PBXContainerItemProxy */; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 124FFDF1023D31107864673062625EE1 /* PBXContainerItemProxy */; }; 7C423B509BDF020DCDA89A01C53E1217 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10702,29 +11550,41 @@ target = 4B97B69C9C0EFA8C1D26B782223AE6EE /* EFQRCode */; targetProxy = 4CE9A46FA4BAC9C63B2F58ED76D69876 /* PBXContainerItemProxy */; }; + 7C747790DCFBA7B275EF40F95782A9EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 8E5AA6FB199F02206B8026F165F99C98 /* PBXContainerItemProxy */; + }; 7D231A779F5CD7CC8C007938090B65FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = B98820A9C964D3B6F601906E2EA51B5A /* PBXContainerItemProxy */; }; - 7EA87616998D40E362C3A0D0051B2C3F /* PBXTargetDependency */ = { + 7E072D492821949A450A59B18B3135AE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 4169B352F4048F45931005BC84C21E61 /* PBXContainerItemProxy */; + name = RNWatch; + target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; + targetProxy = 70C1C3C17B379D45252F7971414902B4 /* PBXContainerItemProxy */; }; - 80B29407E47EE2E700E84A1EC7590FD7 /* PBXTargetDependency */ = { + 7EBE454C8C183791CF64162469202B99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = E27B7C166607752D560FA536A986FDE2 /* PBXContainerItemProxy */; + name = yoga; + target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; + targetProxy = F05596008972F30F9CA5C4AF3C3F4197 /* PBXContainerItemProxy */; }; - 8225D6EE3CB4ED9716B36AA0D09E219C /* PBXTargetDependency */ = { + 7F00C77CB2EB62C075C393CE5E7CCDD2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 706EBF7922F90D58C26B3EB7BBC46A2C /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 0A893E018259D9B6C8C66F2BCC914F8A /* PBXContainerItemProxy */; + }; + 826CFCFAAC1AAA75059F508A63A9FAEA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SentryReactNative; + target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; + targetProxy = 3553672898B6EA70263E47AE24FC4EBF /* PBXContainerItemProxy */; }; 827AE1C19F45E0A3A37E93CA0B4D24F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10732,29 +11592,17 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = D2579BA041C0EC81090F18D45D27AD7A /* PBXContainerItemProxy */; }; - 8397D14179B5DCA25463CE8AE81C0EFA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = D4F768918A37771638790B001F66138D /* PBXContainerItemProxy */; - }; - 848408C7261722FEF462A92774AD0723 /* PBXTargetDependency */ = { + 84E656C29BCD6BAF8CCAA4C7D4063958 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 770673E8007BE8621B2AA1AB54DC3D98 /* PBXContainerItemProxy */; - }; - 850EA3CDC493DC82D0B39B63B405F0E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 1C2C50C4F53E27DC77BC946EE7EF9E29 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 5DF404A66B05940AAE7711C56400A3E8 /* PBXContainerItemProxy */; }; - 85AD91D7107850B3CEB573A13AA167CE /* PBXTargetDependency */ = { + 85A5C82BA69ED2246A3BE8BD8D565E24 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SentryReactNative; - target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; - targetProxy = 39A6DA3C25DD5BDE15F609C9CAC8813A /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = BE16ADBA697BBFE005787637F66A6BDA /* PBXContainerItemProxy */; }; 860B56CCF15EBDBDBFB5464DAD976F75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10762,17 +11610,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = AAE156940C2BFD61AF0129A155031810 /* PBXContainerItemProxy */; }; - 862EDB69EAFAAB33D2095AD56C88924A /* PBXTargetDependency */ = { + 86A53C336D6ED459CC9DE175901E53B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRate; - target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; - targetProxy = 5494748758578D93A7F6597C3833E16A /* PBXContainerItemProxy */; - }; - 87A0ED5E1770ED027D4EF50C38FFC28D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 09A90FF5971235D7ECFD8627A9E19437 /* PBXContainerItemProxy */; + name = SentryReactNative; + target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; + targetProxy = 1801298719B9674C7726B3A764DCF2AB /* PBXContainerItemProxy */; }; 88A757F09C3B35375ADB6BBEBF958558 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10780,65 +11622,11 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 1C40D4C4EEEDCB446324416F8108EEC0 /* PBXContainerItemProxy */; }; - 89D4B4C213E95D514CC57DBC07B06218 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNWatch; - target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; - targetProxy = 50835BB82D758EFCE0424991E74523FC /* PBXContainerItemProxy */; - }; - 8B6904148763058CE78206885F10F0FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-DevSupport"; - target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; - targetProxy = 1C7A299CF3DC359B4B8B1EC785561B02 /* PBXContainerItemProxy */; - }; - 8C29FCCF7591D7EDE45A0CF443D13B8B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 9A5B3DDE14F6243B0EBBAA25D96DFC0F /* PBXContainerItemProxy */; - }; - 8C8F653ECC85A61F809011D4F5518C4F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = F49C41E907F9035D8D0DD928E33E599F /* PBXContainerItemProxy */; - }; - 8D57F3FBFDE9B5BB6AE90FA9EA9D0D6B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ToolTipMenu; - target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; - targetProxy = 7371FFF1B0AB23E2767CD1ADEFC4CCFA /* PBXContainerItemProxy */; - }; - 8D654D7476311436C48C14E4063193A3 /* PBXTargetDependency */ = { + 8F72C40C8D058391089D1504C652EF7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-camera"; target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; - targetProxy = 7709903CA89A603B97B276BD1BBD21D7 /* PBXContainerItemProxy */; - }; - 8EA6F36E70A277F666E3756D256DF5A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 8E1605D37AEBD108CDBAF481A4DE9B37 /* PBXContainerItemProxy */; - }; - 8EEDD0201AB5EEF7348B202557A5E06A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-image-picker"; - target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; - targetProxy = A4D17AAE21ECD7C76F5821686CC34273 /* PBXContainerItemProxy */; - }; - 8F687D15807222FAC1F960469048B3FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = B5BAFCFE8CF7D13A6FD0256BFE795A57 /* PBXContainerItemProxy */; - }; - 90A69FE28545AC8149D4668DD78E8668 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRate; - target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; - targetProxy = C6482653DD203A6AB3A090CF8EC356E2 /* PBXContainerItemProxy */; + targetProxy = 5FE6A932430736BB454924356DAF0935 /* PBXContainerItemProxy */; }; 914BD8C769F9314A979E19A90E0B2CE2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10846,47 +11634,65 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = BCE4FA2BB071F151EB8EE7867513269C /* PBXContainerItemProxy */; }; - 917708FC9B1DED596C5940A160A8F6DD /* PBXTargetDependency */ = { + 942F91AC11241DBF7F26E85907AAD52C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-randombytes"; - target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; - targetProxy = BBC25A5F561D57E2D4568D9545FCA9FD /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 39AA537BE9EAE66331F2F35CF106C320 /* PBXContainerItemProxy */; }; - 92D11A37268C5D5423474183F05590C0 /* PBXTargetDependency */ = { + 95E58B67E77FAC70CEB4B366AD0A4284 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 171550B569D3D1288EC3CF17405199E0 /* PBXContainerItemProxy */; + name = "appcenter-crashes"; + target = 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */; + targetProxy = 70A35288714A1B4D8E0DE4F626304234 /* PBXContainerItemProxy */; }; - 94CECB6726ED030789984BDCC64301EF /* PBXTargetDependency */ = { + 961724405D821AF8E467BAF50CF2EC8A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = C6C209C65AE89D2F9C2622E13232D208 /* PBXContainerItemProxy */; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = EE95EE829151F75E7D63587892E1C8F4 /* PBXContainerItemProxy */; + }; + 96358A143F2DC4E715E33289284CED2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRate; + target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; + targetProxy = 8075FDF18741903D3EED900A17DA4FDA /* PBXContainerItemProxy */; }; - 9781D3A954529E7035AD55B4196F2A36 /* PBXTargetDependency */ = { + 97857EF3FF1E898520F6B232856FE143 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-haptic-feedback"; target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; - targetProxy = 76A36576B5B19232155DCB95EE12CFEF /* PBXContainerItemProxy */; + targetProxy = 3A491D007A51F83A3DA20CE61A43ED8F /* PBXContainerItemProxy */; }; - 98FD7F638ADBB5ED4D88E4E6841AB64C /* PBXTargetDependency */ = { + 978C4C60014055CC263C2A1E4EC501A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 8A1AE57B749D91F6040623140519F291 /* PBXContainerItemProxy */; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = FE3DC17F39828F2120C9D680F78A8B79 /* PBXContainerItemProxy */; }; - 9AADACA7D5049AB83B440C6E181D006B /* PBXTargetDependency */ = { + 97A51DBFB2087BEBB1B34C3BE6992B9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 12E159DD8730CF7E15ED01DC06E7D378 /* PBXContainerItemProxy */; + targetProxy = 6B4E207916437C1DD1A7B1CEF37EC241 /* PBXContainerItemProxy */; }; - 9C63743B2EF4C64D129E551A478D7E0A /* PBXTargetDependency */ = { + 97E0EE8F665FBBC0A7D324DA335988B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; + targetProxy = 267A016B487B65E6F9A32965BE7E77F5 /* PBXContainerItemProxy */; + }; + 9AADACA7D5049AB83B440C6E181D006B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 8FFEDDF7D83AA623AF861560FFC48DC5 /* PBXContainerItemProxy */; + targetProxy = 12E159DD8730CF7E15ED01DC06E7D378 /* PBXContainerItemProxy */; + }; + 9C3C8EB6597371197ABD1DBEBA3647B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 63301CE447D1373BDD02B5E158E0A83C /* PBXContainerItemProxy */; }; 9C91AA3ABD3B0E1D8FA2EC2EB14C6C16 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10894,11 +11700,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = BDC109C07A1C7E5213C436FE8070F948 /* PBXContainerItemProxy */; }; - 9DD1EEFF28B686DF49FC2271E95D241A /* PBXTargetDependency */ = { + 9E5CD80CBDC1DBD8B17A5EE53B9E4BCC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 910A93AC38AD2F90F4AA42AF098B3881 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 43CBBA2DB340259EF56ED3CAF828E2A9 /* PBXContainerItemProxy */; }; 9E792CD3101957F9E2ECDEC2490F7AE0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10906,11 +11712,17 @@ target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; targetProxy = 5C4BDB175A75F482CACB1CAFB77D9083 /* PBXContainerItemProxy */; }; - 9F362BE616396D6911F99FB9E810A57F /* PBXTargetDependency */ = { + 9E7A30C2C3BE33A866A2C14B21E01E8E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-fishhook"; - target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; - targetProxy = DC2B388E3F0110DBEFD4671454BE1343 /* PBXContainerItemProxy */; + name = "react-native-randombytes"; + target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; + targetProxy = 92E8D5AB1BD54DFC267A02AAB8DA6059 /* PBXContainerItemProxy */; + }; + 9E80C4B08AAD2742FB020B4E121782BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ToolTipMenu; + target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; + targetProxy = E6F29B723342DD8F3DE483C47E46C439 /* PBXContainerItemProxy */; }; 9FFDFB2CA21147B51EC49C2210157310 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10918,41 +11730,29 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 41B411603584E34BCCE714A533C911BD /* PBXContainerItemProxy */; }; - A15A915A16AE45C54F1A369E556B4511 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 152A416299842BBBD6B16C01E5F30C13 /* PBXContainerItemProxy */; - }; - A186B0AF33FB2457C4AAA31880E93D6D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-camera"; - target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; - targetProxy = 13FFE340357A3142947C05CE6DA1FDA6 /* PBXContainerItemProxy */; - }; - A1D93546954A6515570E3DFC43C64C87 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 1798F20452299894236193E6118C97E1 /* PBXContainerItemProxy */; - }; A21AF9951731917469AEE4B45DA48EEE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTWebSocket"; target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; targetProxy = 0208C021F875B0DD561FFE8D59E9C27A /* PBXContainerItemProxy */; }; - A2D702BC499ABBB7BAED220FF943EBDA /* PBXTargetDependency */ = { + A327387B2DD90979993319F43C9C42A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 5221C2E991CB3BA0233CE1F1AD5F8D14 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 2FD3C482BFED8666FC8A9A4F5130CCAD /* PBXContainerItemProxy */; }; - A32D03F46B21961985B4B3B8F99F0B7F /* PBXTargetDependency */ = { + A34348996EA1F3975B63F2435E7CFCAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = F80F20EA41B80D41FFCC053F4FB3A194 /* PBXContainerItemProxy */; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = 83DEAA0D4F543EE9469A7B6C94485C63 /* PBXContainerItemProxy */; + }; + A3EE75E6777C50454FD521B44EA2D2CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppCenterReactNativeShared; + target = 2CD32458A161AF8E4BA58B4310701AB3 /* AppCenterReactNativeShared */; + targetProxy = 524D89628E8721253577986A5DB8F410 /* PBXContainerItemProxy */; }; A3F4258D4EA27D6C88C15BCDA4CDEDA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10960,29 +11760,77 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */; }; + A45E4C86A2271AE231080828BB9CA19B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "appcenter-crashes"; + target = 381D3FF7291671603AED3955D4DC897C /* appcenter-crashes */; + targetProxy = 81E924950E5139F701ECF0DF9582FA2B /* PBXContainerItemProxy */; + }; + A4D09AB6E1A5F44C174310D8665D33B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = E13ACF3FC9B7C6E627EB401300E5BAB9 /* PBXContainerItemProxy */; + }; + A508D8A37AFA8D6464C4F0EEEE3A70B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRate; + target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; + targetProxy = 6ECA7D9DE4A98488590EB5177969FCB7 /* PBXContainerItemProxy */; + }; + A58E517BB15BE3B33F450902BA40E740 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-image-picker"; + target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; + targetProxy = 94ED00B5BA04122B1C4CE7E804194D63 /* PBXContainerItemProxy */; + }; + A746C102BA8C6AB464C84FA65B93989A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-image-picker"; + target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; + targetProxy = 591BC98E29F9570EC07C19D965A54766 /* PBXContainerItemProxy */; + }; + A7F8A257354308EDD2EAA9BFF6006F50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = CC09B75BC63661994C4ED6CF8765A1A4 /* PBXContainerItemProxy */; + }; A814E04B4AD70069C41EB289102E15DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 14BBB8EF50B2EF998FCB5914D8D89980 /* PBXContainerItemProxy */; }; + A86CAA8A9858A4D356011BBE5F89A727 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3A23D462EF636BB4B94C105AF00D3BB8 /* PBXContainerItemProxy */; + }; + A92FD18FDB7D30A744188CA68E7822B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-randombytes"; + target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; + targetProxy = 5EE846EAC0003C020A2A05C66BBDC84C /* PBXContainerItemProxy */; + }; + A9438D35F239C373F99193F5F1DCCAC3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 4EA38AAE5ADE674DCBA667A29FA40F28 /* PBXContainerItemProxy */; + }; A94E7D66C2EB0A20224053FA3416CB91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = ACA63E1493A27677584C8EE8D1A73A45 /* PBXContainerItemProxy */; }; - A9C72263835F47BECB5B89013F7B0EC5 /* PBXTargetDependency */ = { + AB45EBDE3FCE5A1799963ADA46FE8913 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 85C997368184C2C71F4DE458791AAEBB /* PBXContainerItemProxy */; - }; - AA6B31902460B737FC4603EC323A00DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = D348633F1C4ED3F622D47BF7ED84D654 /* PBXContainerItemProxy */; + name = SentryReactNative; + target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; + targetProxy = 06FFABAD35504C84E675F921030EBAC6 /* PBXContainerItemProxy */; }; AC4351020A9202BCC2C84D26D0AE5FC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -10990,23 +11838,41 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 435E4EF185BEF201003F70251AEF33A9 /* PBXContainerItemProxy */; }; - AFD4F2319E160F5CDF9F832F54E8E756 /* PBXTargetDependency */ = { + AD47C4C8DF8FEC8BD9218F3F262EC7AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = C95353EC195924B480CB312D47968493 /* PBXContainerItemProxy */; + name = "appcenter-analytics"; + target = CE48BB29E46F9AD69809DDA4EBA58279 /* appcenter-analytics */; + targetProxy = BF3B82F7CD7CC39EF1C752779028CC84 /* PBXContainerItemProxy */; }; - B0E762E85FC055E7AC80EBD291B2FD0C /* PBXTargetDependency */ = { + AEBD8171F977AFDBC0D77D5668F7852D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = CC8500B05B842CFD1280F792F97709C1 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = A8F06EE94EE6C664C7F306DF9D7CDDF1 /* PBXContainerItemProxy */; }; - B0EAA00BDA0DF86F62AE10F8AF62AC88 /* PBXTargetDependency */ = { + B00D82AA179BFEEA25068CFBADEB71B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BVLinearGradient; - target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; - targetProxy = 5EC6878CCBE0F83DC05E4B014CFB05F2 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 6EB46032B044BF1521282DB0B1C63A09 /* PBXContainerItemProxy */; + }; + B048D722755EEB8DC93785DA75051FE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = F7E864F550E9BA234F7CE8703C9312D1 /* PBXContainerItemProxy */; + }; + B059B1CA6C4F8871B99BD88E9849A6D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-haptic-feedback"; + target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; + targetProxy = 8C46AFBF64449683F399693162BA1693 /* PBXContainerItemProxy */; + }; + B07033B45DC45796C2CC249BD464B3FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 9EB60A39AE03F108EC542BC072F4F906 /* PBXContainerItemProxy */; }; B121C21509DAC9605BC512FB117C2655 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11014,11 +11880,11 @@ target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; targetProxy = 587E8D25AD8E4CBE1F14E04AF618E0E3 /* PBXContainerItemProxy */; }; - B1ADD1132F7D4C6288911626B803B69D /* PBXTargetDependency */ = { + B1285BB87AA0F53854560890D9834EEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ToolTipMenu; - target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; - targetProxy = 751D7211344CF5582E1F2AA39AEE6EAD /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 0B5AF7B70227FEC986F2CE8A879A17C6 /* PBXContainerItemProxy */; }; B59729FFB539249D3CD64457E638F0D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11026,23 +11892,41 @@ target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; targetProxy = 5A5D5A1C1F9F3AE219FFCD821A7410D1 /* PBXContainerItemProxy */; }; + B603E6A3A0902885378C308AF509ED67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 80D5A7A7EFB5D454F1C568B4D2CA62BF /* PBXContainerItemProxy */; + }; B7130142E2657678BE32C70B9CE04AF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTVibration"; target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 2FAC08189BCF3956DA21FD6897092573 /* PBXContainerItemProxy */; }; - B81E7A966B40F76388DA5D4745227E2A /* PBXTargetDependency */ = { + B821C01348CDBB0EA2B689F2ADDC0FDE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 0B342DA76A42C6D4C5C4FF73FF3C2AE1 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = F8D2F01397BD3014BE6A8E6957457436 /* PBXContainerItemProxy */; }; - BA2714E4AFC5447778A9A4C742744B55 /* PBXTargetDependency */ = { + B89A6A985B0AEDDC1EA2E6EEE5C07FD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = A40C8560BFEC7477297C6034ACA29D75 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 09335222F2DC28F18EB6424CED7F29D6 /* PBXContainerItemProxy */; + }; + B9D4AB593F90AD0BF33F14A0A6A5BBEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 6C7336B1D8DFA2EFA8891C864D60A455 /* PBXContainerItemProxy */; + }; + BA66A80D46190E052809E449F78C38D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 2759268AAD8478A22D45A69C44AE83D5 /* PBXContainerItemProxy */; }; BCE59D5C73AFAD179E7AE69E2E22732C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11056,29 +11940,41 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = 29411A4CDB06E8E7A6A40BB608906151 /* PBXContainerItemProxy */; }; - C15C7A6B0D63504CE3C22ACBA1F70130 /* PBXTargetDependency */ = { + BD04FB75BA755A503D2C53E8117BB199 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 801D466D6851965037371F9A8F67256F /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = C97E13C51BCBFBA80D98CC1340E80387 /* PBXContainerItemProxy */; }; - C3E4BD4E508D8C6E5EC7BAAA27121B0F /* PBXTargetDependency */ = { + BD36E03AB3DC9E2DC1480B9E8A3A8289 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 857A6911D3150C8BC57429846092E17B /* PBXContainerItemProxy */; + name = appcenter; + target = CCAFCDBA3C5E0DEB28ED2F04E87FF92F /* appcenter */; + targetProxy = B718900B351C9B4F58E8903DFDCF67B4 /* PBXContainerItemProxy */; }; - C4225F503B010E559A02517C2EB3D4A8 /* PBXTargetDependency */ = { + BEE9956B1D3554A654169066A5F97670 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BVLinearGradient; - target = EB28C63AFB5F6569AA780E440F9927E8 /* BVLinearGradient */; - targetProxy = E8B7D82003D6F58505B68D47E9D7D726 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 86AE3E226CB4913E80B7F9B0D70CCDB9 /* PBXContainerItemProxy */; }; - C482380148DFEC95E7E9D1B835DF9FC3 /* PBXTargetDependency */ = { + C2B6AFA087129AB5425F04B07D96828A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 72BB031569720B4BBDE6707577C8CF2C /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 60D0BB74EDB0B54242009169848E4D6F /* PBXContainerItemProxy */; + }; + C3D501EA495E37DA19879DEF5A2291B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-DevSupport"; + target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; + targetProxy = 9206110455FA26A5660D019498E3087F /* PBXContainerItemProxy */; + }; + C5814E9926C07E2347D4FE451C3C329E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 2D626761831DAA75D36EB2827274483D /* PBXContainerItemProxy */; }; C5A0E011AD4DDD3DB47BE2A057285067 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11086,41 +11982,35 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 1B209875BE1A2519F69D4DFF0948FFAC /* PBXContainerItemProxy */; }; - C61A03D5F7878FB5892428EB4D28072C /* PBXTargetDependency */ = { + C700B66A4B6861EE488BF772EE761D7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; - targetProxy = D4D94D3AC06DC2357158A9323E9CE8F7 /* PBXContainerItemProxy */; - }; - C717568AA8889A55EA45BBD59EA55160 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SentryReactNative; - target = EC9CD94C6A4446251F0F612B76A4B9B3 /* SentryReactNative */; - targetProxy = AD6DBBC9BA8B3C179319541E125A0D40 /* PBXContainerItemProxy */; + name = ToolTipMenu; + target = 5FB02E8F38F6DF0AC15511DDAFDDB10D /* ToolTipMenu */; + targetProxy = 7FA4C510382C0B89A756CB46C068599E /* PBXContainerItemProxy */; }; - C89CCC7FD155446E54A0590770C51E74 /* PBXTargetDependency */ = { + C72419BD68F20EC0052B1F09C0705032 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 3B8430F708715668E209375A4216A648 /* PBXContainerItemProxy */; + name = Sentry; + target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; + targetProxy = D9DA7217A2DDFC27B9B7EAE692357DFE /* PBXContainerItemProxy */; }; - C8C8EC189131F0C7EDDC0DFE9ECF7196 /* PBXTargetDependency */ = { + C731F1C9B1CB73BB4E72138366A5D537 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-image-picker"; - target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; - targetProxy = 6FDCB893DEEA3C90C45A06944C2ACB92 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; + targetProxy = 35022F6B1DEABC55914FB795E946F52A /* PBXContainerItemProxy */; }; - CA10D25E611A766EF50B5D42AF678A85 /* PBXTargetDependency */ = { + C86D5D4E4CFFD1306CDE98DFF254EE96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFS; - target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; - targetProxy = FAB7E52B7582448B8161046292525D76 /* PBXContainerItemProxy */; + name = "React-RCTWebSocket"; + target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; + targetProxy = B966F9BAAE46FD1353CDF2793C0A677A /* PBXContainerItemProxy */; }; - CBE5511B0491383E8467EF92B346551E /* PBXTargetDependency */ = { + CAC3CB5D8CDDA38284F60F56A9118318 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 427DC7F82909539F09B07D2A848BCE42 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 047085A6D2C5FA4DA079D26DAFC088F3 /* PBXContainerItemProxy */; }; CC03AF63216CA4E8592F7B2D98A7E913 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11128,149 +12018,155 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = D912D856341EB53A0DCAC37AA2C59189 /* PBXContainerItemProxy */; }; - CCA5AE7BEB9659307E731CD06BACC434 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-fishhook"; - target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; - targetProxy = F57AFD5123FACE5FBF923BCCE3CD6E98 /* PBXContainerItemProxy */; - }; CCE62F289CB74E59A77A0692551722D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 7A816B01B3BF12CF8F7510AF8BBFE597 /* PBXContainerItemProxy */; }; + CD348ED738AABB25FED72A4F4118DDBA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 4A41F82521A3A2ABC0CCA4AA43958F84 /* PBXContainerItemProxy */; + }; CD9573B56BDF59C9B6436D3C709FD735 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 7A52C272DBA9C45914470497BF17E40A /* PBXContainerItemProxy */; }; - D0EE1636E2C32FA3C106DE43121A9EA5 /* PBXTargetDependency */ = { + CDBB673F083DACEDDF38F19E3C58EA22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-randombytes"; - target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; - targetProxy = 019ADA514F07143C30CF5CF28DC52ABC /* PBXContainerItemProxy */; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 98D02E417AF32108DA24598AD5B4E819 /* PBXContainerItemProxy */; }; - D1E507B0793A88AE1E172C2C072988A3 /* PBXTargetDependency */ = { + CE1F2F4B00C6FF7E7A28B73036C82143 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 104C979F477F4D8A647CCC02A7E76171 /* PBXContainerItemProxy */; + targetProxy = FC93A6FFF51B24C13AC22185988B9078 /* PBXContainerItemProxy */; }; - D2A3B1828EEDBF104026166216FF5169 /* PBXTargetDependency */ = { + CE7816D1693B0E247EC8075F6B6931D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 213C7F92A4272371DAAE30DB968129DC /* PBXContainerItemProxy */; + name = RNFS; + target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; + targetProxy = BABC3751BE756E4A52C5B3EF465034CC /* PBXContainerItemProxy */; }; - D3C215E5962F0CD76D0D58185B28C630 /* PBXTargetDependency */ = { + CFC9DCBD43D1FD06A4CCFFAFB28F4A88 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 46586E8882BB33F949EA56F447FBE216 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 79FF644B9E88D62C2CD1C0734FC5AAFB /* PBXContainerItemProxy */; }; - D64931621FC761613746C25A8BC6E519 /* PBXTargetDependency */ = { + D0AAE78E76A961AF791B832C42298A9B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 6B8724347720480F8E4B0C613491A417 /* PBXContainerItemProxy */; + name = RNWatch; + target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; + targetProxy = 333A7E9F22710C7B26152599608BF154 /* PBXContainerItemProxy */; }; - D68C5AB4683B62ED267817575A1E46B2 /* PBXTargetDependency */ = { + D0F207F14F005161F0816B9C226D3DCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-DevSupport"; - target = C02D89A91A2AFD76B2CB4B93C22E5B8C /* React-DevSupport */; - targetProxy = BFCCFACB00A1B3C39792A44110ECCEFB /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 1DE6B9D47323C3637E28F3E173155622 /* PBXContainerItemProxy */; }; - D7626236EAC497B45EA63058D1287F8B /* PBXTargetDependency */ = { + D2A3B1828EEDBF104026166216FF5169 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 06F6C4F8B57A6603815984AF326B723C /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 213C7F92A4272371DAAE30DB968129DC /* PBXContainerItemProxy */; }; - D778C1D65622053E829D0B2305380BA5 /* PBXTargetDependency */ = { + D3C8E2C241983FD967F516E882E9B58C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 43FD94D85C19085C9B237259408DE0C8 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 21753668AF3666F71D8ACC31E732D228 /* PBXContainerItemProxy */; }; - D7A52955C49EF6D97AA871F7004CA13C /* PBXTargetDependency */ = { + D5000C11F4D8440F21FAE5133417EE49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 345E0114AF82AC27DBA471542EABD512 /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = 35AFD99FD7A385DDF623741B80F2902B /* PBXContainerItemProxy */; + }; + D520032D7466B889EC1DB70F50DEBC74 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 50AB62E6064CB9CB2DCFDB8E9D675F14 /* PBXContainerItemProxy */; }; - D7CDDEBB0C1BE560C32DA8101916C016 /* PBXTargetDependency */ = { + D6E1683E8F1E61747ECF9497C20D20E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 495BE717EC5A8B71958B798C4EF6B74A /* PBXContainerItemProxy */; + targetProxy = 6947010ECAA2B235F2DA589AE32EED66 /* PBXContainerItemProxy */; }; - DB56A0F06D23C1E7A07DB3CAD5151AA7 /* PBXTargetDependency */ = { + D81EBE7123B98D89C7D6B236FC0DD52D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Sentry; - target = 94BDCD90B52278D1FB244A66E8B95A4A /* Sentry */; - targetProxy = 133B4EFA1ABACA9C4A0E4657730BDC85 /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = FBF47C85903741C28BC3340B28BA839A /* PBXContainerItemProxy */; }; - DC22B433268D6E3FC5B07857928F79A6 /* PBXTargetDependency */ = { + D84274A6E79E498EBE1F3F03E746983B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; - targetProxy = 8ABF29FCA9A12A040C54060BBD21551F /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 152A5A29F00B9D62C7A751A2805C5B77 /* PBXContainerItemProxy */; }; - DD08262A4368245C6A774CD7F7187AEE /* PBXTargetDependency */ = { + D9689FA088D9031C4828DB943031FCAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 39CC355B6ED123C2321D8D5379AC7510 /* PBXContainerItemProxy */; + name = "react-native-camera"; + target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; + targetProxy = 29C1150B2E7E0C4FA15822D34EF4F868 /* PBXContainerItemProxy */; }; - DDEA8ED3FACB3C3C0097E562FDC84A7A /* PBXTargetDependency */ = { + DA76738876E1FB2CB807BF1A1995F6AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 905409C9D382E1E33BA80F3B7514079F /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = D64359D38B6A2B9B971358FCF6D1B920 /* PBXContainerItemProxy */; }; - DE38C5F9AF53ECA7B17FB4ED3BCDC02A /* PBXTargetDependency */ = { + DBDA610A7F79C22D4D0DAE086EA9DF24 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFS; - target = 430D7C4A9EC9AB29B0505AFA151AABBF /* RNFS */; - targetProxy = 89D651FDDB7266454FE2FFBE6E9D1624 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = E39E5BCDABF9AFC14E90D186F2586259 /* PBXContainerItemProxy */; }; - DE80FFFDE51BA91F53B02A41B875587D /* PBXTargetDependency */ = { + DDD79213EA435B291F51E77ACBB342C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRate; - target = 01902010C275AA793ECF6F87A82AE992 /* RNRate */; - targetProxy = 21FDC9463418D7C13B6EF341CDB8B06A /* PBXContainerItemProxy */; + name = "react-native-haptic-feedback"; + target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; + targetProxy = 0620E0B2E3967770CB56CF50A0A525BE /* PBXContainerItemProxy */; }; - DFE010EA9791293309F2A36890F85E9B /* PBXTargetDependency */ = { + DDEA8ED3FACB3C3C0097E562FDC84A7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 898743317A095D4ABE5C8508D5B28AD9 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 905409C9D382E1E33BA80F3B7514079F /* PBXContainerItemProxy */; }; - E03D9D7AFE29C9C5356036B9B1F66470 /* PBXTargetDependency */ = { + E15ABB612FA6C5E641792B968435631C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNSVG; - target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; - targetProxy = 920C47864E203AA6C45942D79340E8DA /* PBXContainerItemProxy */; + name = "react-native-camera"; + target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; + targetProxy = 7D148EC4A5698BAAF4B8EBD3059F016E /* PBXContainerItemProxy */; }; - E0D92202463A32811621F089E202996D /* PBXTargetDependency */ = { + E2199FA0396C3294819E0187872BB02A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNWatch; - target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; - targetProxy = 57C560EF5A1A591FD7B54813B5ADF8D1 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = C4FF4C5BEA9BE2D81E9D4B63CA7700E4 /* PBXContainerItemProxy */; }; - E2F7F786C3686FBD62396E2C279A9F2E /* PBXTargetDependency */ = { + E2F61E18A3BC4750AD3D69FDC742FDA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-fishhook"; - target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; - targetProxy = 5FB6F20E8AF71295237AF9145E2D3430 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = CAF516693E94CEEA10E27DDEBC47BF3B /* PBXContainerItemProxy */; }; - E355E81605FB747535CCD02E609E3B5F /* PBXTargetDependency */ = { + E36321EC8A968701A3585259353B5411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = yoga; target = D0B273D56D6C8A0C770E79BE693CE2EE /* yoga */; - targetProxy = EBC6268B71A77F0A52DF1B55F997D796 /* PBXContainerItemProxy */; + targetProxy = 4C82760166B5F14C71A8DC716CEA71AB /* PBXContainerItemProxy */; }; E364FC183F2618C9D12C99E67143417F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11278,23 +12174,35 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 0FD6A4ED78388214475895E97458EB68 /* PBXContainerItemProxy */; }; - E3BA3BCE2D0CCC9F55E9559A841273B4 /* PBXTargetDependency */ = { + E3986D7FD37E0F0B283C4D4ACE9B19F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-camera"; - target = 730404A8DD175FF6B60B6A43DC6E554B /* react-native-camera */; - targetProxy = E3E256A08D675B401B42379633E0DF31 /* PBXContainerItemProxy */; + name = "react-native-randombytes"; + target = 5FFD5B0A9F194A28928B41601CEEEF72 /* react-native-randombytes */; + targetProxy = 9F0DBD8A9AF3EFC72F289E2159DF8C20 /* PBXContainerItemProxy */; }; - E3DA8F640E2DBFB8A4FF5C0908928B1B /* PBXTargetDependency */ = { + E3A31D6C99695AB437A0C2D0D6730789 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 63B7E76FB3E618EA4DA83D8361599D1F /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 65F84732AEEE57D8BFDC54B414D1E1F1 /* PBXContainerItemProxy */; }; - E46AD50887FE8F9107CE17B6174A791F /* PBXTargetDependency */ = { + E600C6C6D2E989CB58C1C05C8F2FF95C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 3385CA3DF2521B3A3E424480ED83DCF1 /* PBXContainerItemProxy */; + name = RNSVG; + target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; + targetProxy = 9E9C847C1A3D26F03C8536987AFC65B1 /* PBXContainerItemProxy */; + }; + E70912DDA96FCE8A709416DBA34F7F44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 9F18B3A972A54A4C0506B6BA97DFA34E /* PBXContainerItemProxy */; + }; + E7598A5AD208A0BD442D0DEFB076486C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = A9C330A694B3EB96757A7DB989D7F22E /* PBXContainerItemProxy */; }; E98950B4F6B2BD8BDC75507BB645039D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11302,35 +12210,65 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 3F65FA075E2A822DEE8CEA585F3BF580 /* PBXContainerItemProxy */; }; + E9F43C3AA3CF09A52EC273B69DF8BC0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = E59287B006266CC5A530A3CD90E8FFB1 /* PBXContainerItemProxy */; + }; EA9A737B157273DA563910CAEB388BB8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = swift_qrcodejs; target = 345DDF896F8EC59B0A489DED760BA579 /* swift_qrcodejs */; targetProxy = D658D146C973F00EEB045D0B18AD5C5C /* PBXContainerItemProxy */; }; + EC0EFDF50BF6CB324DC999EB3980ED6C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 02CDEBEDD97F208047F401A9F635ABD2 /* PBXContainerItemProxy */; + }; + EC0FDCB8E04FEEE6C3EA33015EF9C7DB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = A6FAB401121076E03B1E57B381E4E284 /* PBXContainerItemProxy */; + }; + ED21B8E13E55D6CB9A1EAA32F2F13257 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 6C0511782CCF57BF24C84168E484621A /* PBXContainerItemProxy */; + }; EDE4622A231D7E4C637C51459B075FDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */; }; - EFC5C6380A24CAFEE85940C44A7287A9 /* PBXTargetDependency */ = { + EE72CE9160D188B9AA78E9B6173ED994 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 3DED13FADA6BA14C4D8D2F0E5C93596F /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = F4F947EFAE0D32378ABC872EFDA797E3 /* PBXContainerItemProxy */; }; - F003FA6ADC7E7420FD307077480B51D0 /* PBXTargetDependency */ = { + EE7E4A7BFBABD60A467D0A5A3613D5BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-image-picker"; - target = 81C5C2512295143722B55D1C7F58FEAE /* react-native-image-picker */; - targetProxy = 2E61C593A1F61E22593803F6E5A74EE0 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = EF7B0EE159593701316DBD4FE5C6F91B /* PBXContainerItemProxy */; }; - F13564D4E68CFB2CA9E2CFD0AFC28048 /* PBXTargetDependency */ = { + EF5BE746DF33DE49A305366AE426CB5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; - targetProxy = E5ADC87562F8E535464D09FA5C08B298 /* PBXContainerItemProxy */; + name = RNSVG; + target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; + targetProxy = 712065E4C2BFE11441C33865B982FA10 /* PBXContainerItemProxy */; + }; + F1547D8F8096657456E6E9FE3BC40351 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 43C4FECF23C771D61BB823144A35E6C3 /* PBXContainerItemProxy */; }; F35CF4351445F7685D20A0B2200D1DC2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11338,35 +12276,29 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 030602C0FD34219AA41865539D32166E /* PBXContainerItemProxy */; }; - F627291ED73B3DFAB829AB1E5584D839 /* PBXTargetDependency */ = { + F5F51519774CDB8BE52A2F9EA3E3AB0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTWebSocket"; - target = 50B5F54828271A224AD0CBF92D95F9D7 /* React-RCTWebSocket */; - targetProxy = 5B4CBCD0414C5CA2374E77A5BC31A1A8 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 5329411717C4DDCFE2AB3E14D513476F /* PBXContainerItemProxy */; }; - F7F46F183E93C0B0249A8822A6116925 /* PBXTargetDependency */ = { + F61CB9402FA1620F755200494E0AD755 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 3018FEDCF2ECE162112AF3E59E887062 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = E8AA77E5C8C10906798F7BCA03D8103C /* PBXContainerItemProxy */; }; - F9B0A6889B69EC25637E0F874816C83F /* PBXTargetDependency */ = { + F909BE4E5B4BBA6E23157E15870C48D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNSVG; - target = DE32677FA772BFFD0172EB7EE9E4E7E9 /* RNSVG */; - targetProxy = 305E6500047B4B08C287A509BD198120 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = E2A98BD1E2B459DE4E68D115CE28CE6A /* PBXContainerItemProxy */; }; - FC3A47DAF99B4B4D0710FE911BB1BDD0 /* PBXTargetDependency */ = { + FA54CF042378975496FA44CEEBD66E60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 54AF9CDB56753666A7BD881605B2292E /* PBXContainerItemProxy */; - }; - FC4F374449FFB324DA4169C87F82CDE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 78A63810E8868E0A421D12D09E45FE10 /* PBXContainerItemProxy */; + targetProxy = 0E78C6FD9245EFA4F6C0EBD69B050F9D /* PBXContainerItemProxy */; }; FCAD8059796A1CC06F8E1CE49664C651 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -11374,18 +12306,54 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = 599E4FC0AB28E4C3E3B6271D94B776D0 /* PBXContainerItemProxy */; }; + FD2DBB320FFD2DFE970290589FEDDDF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-haptic-feedback"; + target = 4711B008849749FE444C6D31FAC61C3C /* react-native-haptic-feedback */; + targetProxy = 93D04235AC74452ACEEEACAD477E4752 /* PBXContainerItemProxy */; + }; + FD64CE9FD7A7E889E6A8E4A1188176A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNWatch; + target = 67480ABD6E8C8DF91CE22CB12F156E5B /* RNWatch */; + targetProxy = EEEAC23B2A26CAFF2FC949F41A6E2774 /* PBXContainerItemProxy */; + }; FDBC823F44A95DF2B104D3010D8C18EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = D33CD3C6E00FAEF82B4998B3423FD9D9 /* PBXContainerItemProxy */; }; + FE0AFCD18BB9DF0C1AF4A4E8E11D082F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = FEE998DC5C69BF35FC961ADA2E374AAF /* PBXContainerItemProxy */; + }; + FE76494400868D1030A075CCC8853855 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 43712DEBD1875DBDA0B9347251830C13 /* PBXContainerItemProxy */; + }; + FF0B759811638E95BA652D4C0A03B1F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = AF0F171B1280218F5B8BF03D6E2CDED4 /* PBXContainerItemProxy */; + }; + FF9A7543B6B0893633659316CE39EC4C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-fishhook"; + target = B6D13FB711B105C1ECF9D7FB8EB70284 /* React-fishhook */; + targetProxy = F7D3B15F58C74A169ECAD5BC7D45F2F8 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 016AA5F0A5EFDD38B6CE171532BE8DC0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D85970AA0528BA0F869CFF594AF64FD0 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 0C4BDB2DA831654A6CC6B9045B5BAD25 /* React-RCTNetwork.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11409,7 +12377,7 @@ }; 08BC6E6A38526ADA29274A9EE70E6581 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 02741A4B07313496EE5403B37D0CE1B8 /* RNFS.xcconfig */; + baseConfigurationReference = 39ADF4C01E437952EA334D711EDF3BEA /* RNFS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11458,7 +12426,7 @@ }; 0E3A554B35DA5C3A1BBB75B7BB3F684C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3EA39D6D83DB5573071E2E3C8DB34235 /* glog.xcconfig */; + baseConfigurationReference = 34DC4B3807A44ECA4E477D83A1A8A990 /* glog.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11481,9 +12449,32 @@ }; name = Release; }; + 0E72E9B93C780FE9394782690837D936 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B4060800D61BBEBE8EFD0897ACE5F535 /* Pods-TcpSockets.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 11E8D5AE7EA167FC5A9C3709BBCA03FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F944056D8937A5C199F18715DA038F6 /* yoga.xcconfig */; + baseConfigurationReference = EF9795876234E6EB68B7E0886477A43D /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11507,7 +12498,7 @@ }; 14F82C927285E7F9DC6AE7A5100B7A69 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3EA4ADF9091647113E024E08D0C338C /* React-fishhook.xcconfig */; + baseConfigurationReference = 784AF3F4483DF27F069FF13788BA9B29 /* React-fishhook.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11531,7 +12522,7 @@ }; 1660C8A5CA3BECDC918F2A4B74A706C5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 075A4EC5C8748DE3D4EFBAFA250D9C71 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 9E6C8F1EBE7BE36FECA0722107DF4D70 /* React-cxxreact.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11555,7 +12546,7 @@ }; 16F10070F5E14BD4B59244242BDCFB9B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 75DC2B46E96F2F2F17807AF7268CB508 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = D7567E5665D8B239C77FA595D98CDCBD /* React-jsiexecutor.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11579,7 +12570,7 @@ }; 1A161BF93932FE77B41953D482254C61 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F27FB752D4BED1A3F20998FBB486216E /* react-native-camera.xcconfig */; + baseConfigurationReference = 0CDD9E92983C2C5EF36AA753CFF18B2B /* react-native-camera.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11601,9 +12592,32 @@ }; name = Debug; }; + 1E64852E84BCFAB22A97181C57639558 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 97B793906A3719C1CA3A331755AABF2C /* Pods-RCTQRCodeLocalImage.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 20EA17DB688912B265C05ADC1625EAE9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E644773935E7222030F7C8B7096DE724 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = AB8EC9AA4B31BD7B48CD380D597A19B2 /* React-RCTBlob.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11625,9 +12639,33 @@ }; name = Debug; }; + 2952534C0E31DE832330726F2B487372 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5BC7EE2838230BE42054CCB4B3A5A8CB /* Pods-BlueWallet.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 2C22123A9CA5FC8AFB06D51D7E90C030 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 658B84A32278524F35D549726CDE0E11 /* React-jsinspector.xcconfig */; + baseConfigurationReference = 6C7F167A45EFF6BFE56D81F7EAA20E07 /* React-jsinspector.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11651,7 +12689,7 @@ }; 2DDA627531ED8267CD042D0CC87F2FC3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9DE9A68008F84BB617DD3982AE3BEBB2 /* React-jsi.xcconfig */; + baseConfigurationReference = 230168A2D3E272691B213302D685CB77 /* React-jsi.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11736,7 +12774,7 @@ }; 322D216CD2F8304BF891D6D9C6996E87 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 41C2D3B3401A78EF1E95E8F3E5E5F7DB /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 0DCA7FA7D8030BFAADABA042ABF6B284 /* React-RCTSettings.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11760,7 +12798,7 @@ }; 3427C1F113793AD0C099522A55AA0337 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56F46DEE04CA21BBE5315B0BC20C5CC6 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 7A32FFCD5D477EA2F3F2A84761E3EF74 /* React-RCTActionSheet.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11785,7 +12823,7 @@ }; 36362F3BEDC11EA6D40E7D69B83A092A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDF296C90C14EA5392964F2C7816156E /* react-native-haptic-feedback.xcconfig */; + baseConfigurationReference = 16A9AE374A98C20EEEF27B9E3DDAE8FF /* react-native-haptic-feedback.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11810,7 +12848,7 @@ }; 3679AA5304EE70C03BAD236855F527BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3EA39D6D83DB5573071E2E3C8DB34235 /* glog.xcconfig */; + baseConfigurationReference = 34DC4B3807A44ECA4E477D83A1A8A990 /* glog.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11834,7 +12872,7 @@ }; 37CD15D0B6C4F43485FEE2B8B7962A0A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9D1A0CCCC53B54ED7F31076935A246F /* SentryReactNative.xcconfig */; + baseConfigurationReference = B1B3039DE55F31D52BE0894462EC0E22 /* SentryReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11849,8 +12887,23 @@ PRODUCT_NAME = SentryReactNative; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 44DA8D30A185CF39FF38CACD51676CDD /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 14686A8B831EA76890115E8CF3696F3A /* AppCenterReactNativeShared.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -11859,7 +12912,7 @@ }; 464228D3058530191F3D8C2E0383C7C6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9DE9A68008F84BB617DD3982AE3BEBB2 /* React-jsi.xcconfig */; + baseConfigurationReference = 230168A2D3E272691B213302D685CB77 /* React-jsi.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11884,7 +12937,7 @@ }; 47A9C617F661E48E454DC6E5104FBF94 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D0D49551F55D06C61922A057E9E85AD /* ToolTipMenu.xcconfig */; + baseConfigurationReference = E017C87A868E9A82CEB1548C3CF93606 /* ToolTipMenu.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -11910,7 +12963,7 @@ }; 47DA1DB0168173984AC84F48FE1D5067 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C00F817D2A6404B94F4EDA0E1E42F4C /* Sentry.xcconfig */; + baseConfigurationReference = F856DCD6C0C0D4E3C871DED08145A8A5 /* Sentry.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11932,32 +12985,7 @@ }; name = Debug; }; - 4928B8551132E6DE7C61023CC8D15DAD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E644773935E7222030F7C8B7096DE724 /* React-RCTBlob.xcconfig */; - buildSettings = { - 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-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4F203B38FB7F11AEE186F17D52AB7950 /* Debug */ = { + 48D39135BD67D1B3BD126C9680B47752 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B1577B01652B1F3134D8652BA559F458 /* Pods-BlueWallet.debug.xcconfig */; buildSettings = { @@ -11980,24 +13008,25 @@ }; name = Debug; }; - 504A177CAFA364C4667F898956CE7C14 /* Release */ = { + 4928B8551132E6DE7C61023CC8D15DAD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33EBC12F697FC6AD50EBC09D6B2E0A73 /* Pods-TcpSockets.release.xcconfig */; + baseConfigurationReference = AB8EC9AA4B31BD7B48CD380D597A19B2 /* React-RCTBlob.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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-RCTBlob/React-RCTBlob-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; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -12006,7 +13035,7 @@ }; 53E49C083C5C0E432516A89B2BA14A29 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E8AD3DE32FA7FDCFF3C7DCEB7146295C /* React-RCTLinking.xcconfig */; + baseConfigurationReference = CCC0A683A5AA45328633D5BBD3C63D80 /* React-RCTLinking.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12031,7 +13060,7 @@ }; 57999BC7C1906AB0097F3C7C994FEBA8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D61D07C5014BE65E0351CF354A16A8AD /* EFQRCode.xcconfig */; + baseConfigurationReference = AF0E87A312309B40484BD4E4A7C1A204 /* EFQRCode.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12054,6 +13083,30 @@ }; name = Debug; }; + 5AFEA776957CAFDC4F10CC94E97F1979 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E445C4AD2944E87A646512D076A040D0 /* Pods-RCTQRCodeLocalImage.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 5C7514E498275594548C376C8F25B735 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 95CB4C6E60248D6C3276C8CE4596677F /* Pods-BlueWalletWatch.release.xcconfig */; @@ -12078,7 +13131,7 @@ }; 5DB027A8BA555602210EF905FA27E127 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2694F8FCF9152E2D0D95980CF2ED7C6B /* React-RCTWebSocket.xcconfig */; + baseConfigurationReference = 1F39801C5463C6025886A0EAEDA62F2B /* React-RCTWebSocket.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12102,7 +13155,7 @@ }; 60FE8757D1733D88DA1ABFEE22611FC7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A8079A070429A626D64F4D7DB41C346 /* react-native-image-picker.xcconfig */; + baseConfigurationReference = 8056E4878A190DB377B4B9D81F23929D /* react-native-image-picker.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12126,7 +13179,7 @@ }; 6149F2722D83BD065079977A08A3C877 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5C9588A211CA72C0C20EF216A318300 /* react-native-randombytes.xcconfig */; + baseConfigurationReference = A6E88E96D97BE9A72154B5E16D39919B /* react-native-randombytes.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12150,7 +13203,7 @@ }; 62625FFD28D8D63601CE01D9D58B1DE2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56F46DEE04CA21BBE5315B0BC20C5CC6 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 7A32FFCD5D477EA2F3F2A84761E3EF74 /* React-RCTActionSheet.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12174,7 +13227,7 @@ }; 660D71539750BDEB1354049957F6B2F9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3EA4ADF9091647113E024E08D0C338C /* React-fishhook.xcconfig */; + baseConfigurationReference = 784AF3F4483DF27F069FF13788BA9B29 /* React-fishhook.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12199,7 +13252,7 @@ }; 6DF3DCEC2D1212F04CB497F31DC97AF1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F944056D8937A5C199F18715DA038F6 /* yoga.xcconfig */; + baseConfigurationReference = EF9795876234E6EB68B7E0886477A43D /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12222,9 +13275,34 @@ }; name = Release; }; + 6DFDEB61940B0E972F53C727E47E79A2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DECFE6DC8D1FF7B33054CED23EF6859E /* appcenter-crashes.xcconfig */; + buildSettings = { + 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/appcenter-crashes/appcenter-crashes-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter_crashes; + PRODUCT_NAME = "appcenter-crashes"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 6F0F0A07FA78F4B9507BEC2AFF0127D2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDF296C90C14EA5392964F2C7816156E /* react-native-haptic-feedback.xcconfig */; + baseConfigurationReference = 16A9AE374A98C20EEEF27B9E3DDAE8FF /* react-native-haptic-feedback.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12246,9 +13324,23 @@ }; name = Debug; }; + 6F4D25CB9F599D775DBC451590213731 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 30BD75E19D0927270AE3560D76527AB2 /* AppCenter.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 6F763CFB0932CC79974BB18364871EC9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 991C0CD7C81320BBF6F511FBA40ACAC8 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 0026EA9071CC419BD8FE719676EE7A41 /* React-RCTVibration.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12272,7 +13364,7 @@ }; 7078CE1E7E72A3D317A6C1026FC17E71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 314EC0B27970F2DB586023652C493A1F /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 26A290A317540E883D0672F26A992EB4 /* React-RCTAnimation.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12296,7 +13388,7 @@ }; 7125D11C46ABDA4BF9A9698BFF438388 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D011663312AC193D3F36E2F78323DC1 /* swift_qrcodejs.xcconfig */; + baseConfigurationReference = BBB6EA74C9187BEDE44B82B7867F4FF3 /* swift_qrcodejs.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12321,7 +13413,7 @@ }; 7517F9E40868037D9A09A37D9CF7879D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 333E5836F09ACA5C6C1AE9E454E89184 /* RNCAsyncStorage.xcconfig */; + baseConfigurationReference = 64F8B6B768B8F8C8D66A00CB861DA2F0 /* RNCAsyncStorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12368,7 +13460,7 @@ }; 7670079468A890C7EFEA2D0451FF944C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24830CDDE9D453D1DD73FB9DAB1AF0CB /* BVLinearGradient.xcconfig */; + baseConfigurationReference = 60E8BCF9A95A3C28285AE5D3B1AB9754 /* BVLinearGradient.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12393,7 +13485,7 @@ }; 7ACD7C282F532F855983DCCAA6E99FCE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E8AD3DE32FA7FDCFF3C7DCEB7146295C /* React-RCTLinking.xcconfig */; + baseConfigurationReference = CCC0A683A5AA45328633D5BBD3C63D80 /* React-RCTLinking.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12440,7 +13532,7 @@ }; 862D58809F7B2BB07BDFE89353765AD8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D61D07C5014BE65E0351CF354A16A8AD /* EFQRCode.xcconfig */; + baseConfigurationReference = AF0E87A312309B40484BD4E4A7C1A204 /* EFQRCode.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12466,7 +13558,7 @@ }; 87202238495153264B365B044731B6A8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8526D77C58E09410F459EFDE015AE36B /* boost-for-react-native.xcconfig */; + baseConfigurationReference = DA741ECF22EEC81C314D2E2A0C7032FE /* boost-for-react-native.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -12481,7 +13573,7 @@ }; 8895C3E196C41EB4D82E131ACAB4F36E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 075A4EC5C8748DE3D4EFBAFA250D9C71 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 9E6C8F1EBE7BE36FECA0722107DF4D70 /* React-cxxreact.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12506,7 +13598,7 @@ }; 8994D51F997FA97D18F05088BDA49B9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 034D4F655D8F935C2CF214A2CE85C985 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 7A16CD9E33DF9B2FA1EE4617B76739C3 /* React-DevSupport.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12528,49 +13620,40 @@ }; name = Debug; }; - 8A80B596083D62B4E1EA08A52CA6A92A /* Release */ = { + 8A791558A6CAD52F6A29BE7CDFC70C4B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A8079A070429A626D64F4D7DB41C346 /* react-native-image-picker.xcconfig */; + baseConfigurationReference = 30BD75E19D0927270AE3560D76527AB2 /* AppCenter.xcconfig */; buildSettings = { + 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/react-native-image-picker/react-native-image-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_image_picker; - PRODUCT_NAME = "react-native-image-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 8B5591B0475FEF194A2308C70DAE55F1 /* Release */ = { + 8A80B596083D62B4E1EA08A52CA6A92A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B4234FC660C3842CBE59E279D6D8067 /* Pods-RCTPrivacySnapshot.release.xcconfig */; + baseConfigurationReference = 8056E4878A190DB377B4B9D81F23929D /* react-native-image-picker.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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-image-picker/react-native-image-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.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_image_picker; + PRODUCT_NAME = "react-native-image-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -12579,7 +13662,7 @@ }; 8CA11A54CDE332C5341A8BB42E4D4E53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40788397A39552EF7A2EEF36B03C606F /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 49560E9818FB3605EC7F21BE51C67482 /* RNGestureHandler.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12625,9 +13708,57 @@ }; name = Release; }; + 8FA2E5B8DD4C91CC82969AD98E3E0F59 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B5E2B6ACEE32360B3751C5D8DF26D6E /* appcenter.xcconfig */; + buildSettings = { + 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/appcenter/appcenter-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter; + PRODUCT_NAME = appcenter; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 8FC3AB73702E2C802BD9FF2622136BF8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 227F580F463AF8789F003D163BE44FC3 /* appcenter-analytics.xcconfig */; + buildSettings = { + 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/appcenter-analytics/appcenter-analytics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter_analytics; + PRODUCT_NAME = "appcenter-analytics"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 9050AA077EC1F6CBEB975850C1DEADDB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8AAB95F0CD1A8553FBE8B3219C7FD030 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 12EB8780544946563AED5F363E980DE9 /* DoubleConversion.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12651,7 +13782,7 @@ }; 90D45D383751AEA53AACBCDA970803B4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D85970AA0528BA0F869CFF594AF64FD0 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 0C4BDB2DA831654A6CC6B9045B5BAD25 /* React-RCTNetwork.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12676,7 +13807,7 @@ }; 92066BA8A270F85A071626B99E3157A9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 02741A4B07313496EE5403B37D0CE1B8 /* RNFS.xcconfig */; + baseConfigurationReference = 39ADF4C01E437952EA334D711EDF3BEA /* RNFS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12721,7 +13852,7 @@ }; 951D3F325D33CFE9DF976EFEEE18D887 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6D341DB5D5021CAB5B65F30742054AA /* React.xcconfig */; + baseConfigurationReference = EB19049D053BAA3E9BE90A613B0B0322 /* React.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -12733,33 +13864,9 @@ }; name = Debug; }; - 9624E67668B197E093CD476FD03F0511 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5BC7EE2838230BE42054CCB4B3A5A8CB /* Pods-BlueWallet.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 98392D2CCCF074037F0CD5C0F25C3F4E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E283BC395D8FB90FC48D9B50C1D723CB /* react-native-webview.xcconfig */; + baseConfigurationReference = 2C2211C335AE3E8F940DEE1A1B467607 /* react-native-webview.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12782,48 +13889,48 @@ }; name = Release; }; - 9AD82FC538155C846355AE6DC29F0857 /* Release */ = { + 9C6FA8A9CA811DD185119273BF7C2E70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E445C4AD2944E87A646512D076A040D0 /* Pods-RCTQRCodeLocalImage.release.xcconfig */; + baseConfigurationReference = EB19049D053BAA3E9BE90A613B0B0322 /* React.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = 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*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 9C6FA8A9CA811DD185119273BF7C2E70 /* Release */ = { + 9D7C7C3A1425C18171275C2A383FA8CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6D341DB5D5021CAB5B65F30742054AA /* React.xcconfig */; + baseConfigurationReference = 1761B04EC72B56875B1AD686C12BD7AE /* RNDeviceInfo.xcconfig */; buildSettings = { - 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/RNDeviceInfo/RNDeviceInfo-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + 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 = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 9DB0B585F7FCD81680D3305C62C33987 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 658B84A32278524F35D549726CDE0E11 /* React-jsinspector.xcconfig */; + baseConfigurationReference = 6C7F167A45EFF6BFE56D81F7EAA20E07 /* React-jsinspector.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12848,7 +13955,7 @@ }; 9E5584C7C735B9E57869C06603F3C90A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E283BC395D8FB90FC48D9B50C1D723CB /* react-native-webview.xcconfig */; + baseConfigurationReference = 2C2211C335AE3E8F940DEE1A1B467607 /* react-native-webview.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12872,7 +13979,7 @@ }; 9F42FB0F60A3F6161A1DBBC1C45CDD89 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B59BBA6654FEABE39DF9686FBC37C33D /* RNRate.xcconfig */; + baseConfigurationReference = 7E9658524CD53C3A79D7D4852EC788EA /* RNRate.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12896,7 +14003,7 @@ }; 9F8BF9E5008B2D1F1AFBB37BBF36EEFD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DE1E734DBF7914B27773D0ACDA6E7031 /* React-Core.xcconfig */; + baseConfigurationReference = C0461DDB83A08DBDF6CACF63DC4D4B4C /* React-Core.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12921,7 +14028,7 @@ }; A4B093391299C9004F0B031DBF8B5DEF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52977E777EF2B2D99C19EDE083AD6496 /* Folly.xcconfig */; + baseConfigurationReference = 11CD2095724DB5723B9C7747F7EFA91C /* Folly.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12931,36 +14038,13 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A633DE77E12419C18C16C6DDD9347BCE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4060800D61BBEBE8EFD0897ACE5F535 /* Pods-TcpSockets.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = Folly; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -12968,7 +14052,7 @@ }; A676218C229F9287B0B256CEE87451E4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC60136D615872DF1431A9D1FBECAD3B /* RNSVG.xcconfig */; + baseConfigurationReference = 57988B8717BAE70D2596FB295410170B /* RNSVG.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12993,7 +14077,7 @@ }; A7C57FB4EBD1AB5E71929EB13B0C6460 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C00F817D2A6404B94F4EDA0E1E42F4C /* Sentry.xcconfig */; + baseConfigurationReference = F856DCD6C0C0D4E3C871DED08145A8A5 /* Sentry.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13016,57 +14100,58 @@ }; name = Release; }; - A89ED74C5A735D4449F659CCA86D4009 /* Release */ = { + A7CCB172243C695B2814B3AC8376C343 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52977E777EF2B2D99C19EDE083AD6496 /* Folly.xcconfig */; + baseConfigurationReference = 0B4234FC660C3842CBE59E279D6D8067 /* Pods-RCTPrivacySnapshot.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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/Folly/Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; - 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 = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - A900F0528531BE017D9B26AB0A85FA19 /* Debug */ = { + A89ED74C5A735D4449F659CCA86D4009 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AFBE00254EEF31C1F1D5F2B4AFA005F4 /* Pods-RCTPrivacySnapshot.debug.xcconfig */; + baseConfigurationReference = 11CD2095724DB5723B9C7747F7EFA91C /* Folly.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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/Folly/Folly-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 = folly; + PRODUCT_NAME = Folly; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; A9288A6E6DA892D71BA6E38772706BEB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 41C2D3B3401A78EF1E95E8F3E5E5F7DB /* React-RCTSettings.xcconfig */; + baseConfigurationReference = 0DCA7FA7D8030BFAADABA042ABF6B284 /* React-RCTSettings.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13091,7 +14176,7 @@ }; A9DDD88892F0185431CE2D7B008B8C4E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5C9588A211CA72C0C20EF216A318300 /* react-native-randombytes.xcconfig */; + baseConfigurationReference = A6E88E96D97BE9A72154B5E16D39919B /* react-native-randombytes.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13116,7 +14201,7 @@ }; AA5BB31BEC360738E203374B0CA7FF91 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DE1E734DBF7914B27773D0ACDA6E7031 /* React-Core.xcconfig */; + baseConfigurationReference = C0461DDB83A08DBDF6CACF63DC4D4B4C /* React-Core.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13138,9 +14223,58 @@ }; name = Debug; }; + AC6DA13A252A6FA522A06657879787A0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DECFE6DC8D1FF7B33054CED23EF6859E /* appcenter-crashes.xcconfig */; + buildSettings = { + 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/appcenter-crashes/appcenter-crashes-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter_crashes; + PRODUCT_NAME = "appcenter-crashes"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + ACB5F27DE8204950A83F9F10669F21C7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B5E2B6ACEE32360B3751C5D8DF26D6E /* appcenter.xcconfig */; + buildSettings = { + 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/appcenter/appcenter-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter; + PRODUCT_NAME = appcenter; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; AE6CC2426D62974C2F9B6D14A944C49C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 42F84ABE3728BC275BFA95578C275C87 /* RNWatch.xcconfig */; + baseConfigurationReference = 51CCF01A7A792341A0B42E3E8C89F9FF /* RNWatch.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13165,7 +14299,7 @@ }; B4E87D0668029199CD617DB2DDE97D86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D55EB5F5AD3A8C5EFE9F41A96A8B19FB /* react-native-slider.xcconfig */; + baseConfigurationReference = 0B09BF0E0C8DF0C27C7CE9A16F86A210 /* react-native-slider.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13190,7 +14324,7 @@ }; B5AA1A76920D4CE1BCE5264C716EAE1F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC60136D615872DF1431A9D1FBECAD3B /* RNSVG.xcconfig */; + baseConfigurationReference = 57988B8717BAE70D2596FB295410170B /* RNSVG.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13212,9 +14346,33 @@ }; name = Debug; }; + B60F77AC2472FD1EE8F464D480BBF7B1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 33EBC12F697FC6AD50EBC09D6B2E0A73 /* Pods-TcpSockets.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; BBB1DC6179344D3F59AF085748112B8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9D1A0CCCC53B54ED7F31076935A246F /* SentryReactNative.xcconfig */; + baseConfigurationReference = B1B3039DE55F31D52BE0894462EC0E22 /* SentryReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13238,7 +14396,7 @@ }; C053CFC528E471BD26CB6977AFCEF3DB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 333E5836F09ACA5C6C1AE9E454E89184 /* RNCAsyncStorage.xcconfig */; + baseConfigurationReference = 64F8B6B768B8F8C8D66A00CB861DA2F0 /* RNCAsyncStorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13261,9 +14419,23 @@ }; name = Release; }; + C4939254D9B12C5F8E84CFE6C51D11AE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 14686A8B831EA76890115E8CF3696F3A /* AppCenterReactNativeShared.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; C514F200221B81073CE60EB96376B2C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B59BBA6654FEABE39DF9686FBC37C33D /* RNRate.xcconfig */; + baseConfigurationReference = 7E9658524CD53C3A79D7D4852EC788EA /* RNRate.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13288,7 +14460,7 @@ }; C55230221AD7AC6E8C055536C7B025B7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 604BC2C6E6B43508A5985163F7426361 /* React-RCTImage.xcconfig */; + baseConfigurationReference = B91A27BFD88874883E5F774B461CB875 /* React-RCTImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13312,7 +14484,7 @@ }; C57D7CB378981031CF5E9A4073B00C01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 034D4F655D8F935C2CF214A2CE85C985 /* React-DevSupport.xcconfig */; + baseConfigurationReference = 7A16CD9E33DF9B2FA1EE4617B76739C3 /* React-DevSupport.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13337,7 +14509,7 @@ }; C8B7E2404D3211CD086A8487B6328D44 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24830CDDE9D453D1DD73FB9DAB1AF0CB /* BVLinearGradient.xcconfig */; + baseConfigurationReference = 60E8BCF9A95A3C28285AE5D3B1AB9754 /* BVLinearGradient.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13361,7 +14533,7 @@ }; C9AD4422D1F772604AC286D0A6DF4189 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62E7990A297AA8BBEFE2362A873B6AC8 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = BE15F1B7F97C6F904E5997B8D0BE801F /* RNVectorIcons.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13386,7 +14558,7 @@ }; CCA28E5376A45D8C24973E223E767F73 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 269EC1607C6683B67E16B786B998BE33 /* React-RCTText.xcconfig */; + baseConfigurationReference = D67B2F7FB88DDEA8C07BDD8A773DEB81 /* React-RCTText.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13410,7 +14582,7 @@ }; CD26F4BEB83F26811BF1081A76FAA47F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62E7990A297AA8BBEFE2362A873B6AC8 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = BE15F1B7F97C6F904E5997B8D0BE801F /* RNVectorIcons.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13434,7 +14606,7 @@ }; CD75C67927DC9FF37F5368B3E409B96F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 314EC0B27970F2DB586023652C493A1F /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 26A290A317540E883D0672F26A992EB4 /* React-RCTAnimation.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13524,7 +14696,7 @@ }; D5A49DC07E2DFAAB63CCA0E043F72726 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 75DC2B46E96F2F2F17807AF7268CB508 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = D7567E5665D8B239C77FA595D98CDCBD /* React-jsiexecutor.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13549,7 +14721,7 @@ }; D93DFB8DD3DE6B22CCE5A139840518D8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 269EC1607C6683B67E16B786B998BE33 /* React-RCTText.xcconfig */; + baseConfigurationReference = D67B2F7FB88DDEA8C07BDD8A773DEB81 /* React-RCTText.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13574,7 +14746,7 @@ }; DAFF4C48478B667B7580277D83249721 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D011663312AC193D3F36E2F78323DC1 /* swift_qrcodejs.xcconfig */; + baseConfigurationReference = BBB6EA74C9187BEDE44B82B7867F4FF3 /* swift_qrcodejs.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13598,49 +14770,51 @@ }; name = Release; }; - DD312685BF64C56B8F795365D438C2C6 /* Debug */ = { + DB9E714E74F88B6DD317822487883DBA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D0D49551F55D06C61922A057E9E85AD /* ToolTipMenu.xcconfig */; + baseConfigurationReference = 1761B04EC72B56875B1AD686C12BD7AE /* RNDeviceInfo.xcconfig */; buildSettings = { - 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/ToolTipMenu/ToolTipMenu-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.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 = ToolTipMenu; - PRODUCT_NAME = ToolTipMenu; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - DE5E0B89DCDF4212862B770F0C45DEF4 /* Debug */ = { + DD312685BF64C56B8F795365D438C2C6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97B793906A3719C1CA3A331755AABF2C /* Pods-RCTQRCodeLocalImage.debug.xcconfig */; + baseConfigurationReference = E017C87A868E9A82CEB1548C3CF93606 /* ToolTipMenu.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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/ToolTipMenu/ToolTipMenu-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ToolTipMenu; + PRODUCT_NAME = ToolTipMenu; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -13648,7 +14822,7 @@ }; E2AF5BD160640E4DA34F8CCB7ADEF1A2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F27FB752D4BED1A3F20998FBB486216E /* react-native-camera.xcconfig */; + baseConfigurationReference = 0CDD9E92983C2C5EF36AA753CFF18B2B /* react-native-camera.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13673,7 +14847,7 @@ }; E37B070DA1993860DE6B38E7956EFF48 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2694F8FCF9152E2D0D95980CF2ED7C6B /* React-RCTWebSocket.xcconfig */; + baseConfigurationReference = 1F39801C5463C6025886A0EAEDA62F2B /* React-RCTWebSocket.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13698,7 +14872,7 @@ }; E643DCF45FB56F02FA8B5E5CD6BBDAC0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 604BC2C6E6B43508A5985163F7426361 /* React-RCTImage.xcconfig */; + baseConfigurationReference = B91A27BFD88874883E5F774B461CB875 /* React-RCTImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13723,7 +14897,7 @@ }; E651B8F553C5C42CD9C5F0480D01A3A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D55EB5F5AD3A8C5EFE9F41A96A8B19FB /* react-native-slider.xcconfig */; + baseConfigurationReference = 0B09BF0E0C8DF0C27C7CE9A16F86A210 /* react-native-slider.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13747,7 +14921,7 @@ }; EF035461DB84B6E9DB910E63B19023B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8526D77C58E09410F459EFDE015AE36B /* boost-for-react-native.xcconfig */; + baseConfigurationReference = DA741ECF22EEC81C314D2E2A0C7032FE /* boost-for-react-native.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13759,9 +14933,34 @@ }; name = Debug; }; + F0D4EF25D9ECF6C966AD53A983EF8649 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 227F580F463AF8789F003D163BE44FC3 /* appcenter-analytics.xcconfig */; + buildSettings = { + 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/appcenter-analytics/appcenter-analytics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = appcenter_analytics; + PRODUCT_NAME = "appcenter-analytics"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; F2492C0A4E739CFD77EFFAC9977C5BD7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 42F84ABE3728BC275BFA95578C275C87 /* RNWatch.xcconfig */; + baseConfigurationReference = 51CCF01A7A792341A0B42E3E8C89F9FF /* RNWatch.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13785,7 +14984,7 @@ }; F5317622CF38820F2468A09116FA8344 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40788397A39552EF7A2EEF36B03C606F /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 49560E9818FB3605EC7F21BE51C67482 /* RNGestureHandler.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13810,7 +15009,7 @@ }; F8CA5CF4F9478135DC131CBCFFCBD084 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 991C0CD7C81320BBF6F511FBA40ACAC8 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 0026EA9071CC419BD8FE719676EE7A41 /* React-RCTVibration.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13835,7 +15034,7 @@ }; F9A99C1196972B6E6A64A89697F0324C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8AAB95F0CD1A8553FBE8B3219C7FD030 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 12EB8780544946563AED5F363E980DE9 /* DoubleConversion.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13858,6 +15057,29 @@ }; name = Release; }; + FBFA21735BF62F97C9DA95166E2C7B91 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AFBE00254EEF31C1F1D5F2B4AFA005F4 /* Pods-RCTPrivacySnapshot.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = 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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -13870,15 +15092,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 057022A2B3C3D867471BCF56353A5FC5 /* Build configuration list for PBXNativeTarget "Pods-RCTQRCodeLocalImage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DE5E0B89DCDF4212862B770F0C45DEF4 /* Debug */, - 9AD82FC538155C846355AE6DC29F0857 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 075B3BC5CA2A74D1EBD286770C0F3E88 /* Build configuration list for PBXNativeTarget "react-native-slider" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13906,6 +15119,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 0E4B449FA18C1B653900C0B887BC0A89 /* Build configuration list for PBXNativeTarget "appcenter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8FA2E5B8DD4C91CC82969AD98E3E0F59 /* Debug */, + ACB5F27DE8204950A83F9F10669F21C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 0E7EED789C4FB1EE08EB2B19FBADA7B1 /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13915,6 +15137,33 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1F0D297BD30020CAC07C7812951806E4 /* Build configuration list for PBXNativeTarget "appcenter-crashes" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + AC6DA13A252A6FA522A06657879787A0 /* Debug */, + 6DFDEB61940B0E972F53C727E47E79A2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2B6428FFF38416BBA79908FC75D55142 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9D7C7C3A1425C18171275C2A383FA8CE /* Debug */, + DB9E714E74F88B6DD317822487883DBA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2E2B8D82D570F3666D85D2F854185CF3 /* Build configuration list for PBXNativeTarget "Pods-RCTPrivacySnapshot" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FBFA21735BF62F97C9DA95166E2C7B91 /* Debug */, + A7CCB172243C695B2814B3AC8376C343 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 327F6541D079AAD82263FB8FB829FC61 /* Build configuration list for PBXNativeTarget "react-native-image-picker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13960,15 +15209,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 505B20231198E1045B804D4E16E9E1F8 /* Build configuration list for PBXNativeTarget "Pods-BlueWallet" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4F203B38FB7F11AEE186F17D52AB7950 /* Debug */, - 9624E67668B197E093CD476FD03F0511 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 59F72DD4D94FCBC44D160367FAF08A7E /* Build configuration list for PBXNativeTarget "swift_qrcodejs" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14005,6 +15245,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 671241A08A474A9D1747EA8B72836FBB /* Build configuration list for PBXNativeTarget "Pods-RCTQRCodeLocalImage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1E64852E84BCFAB22A97181C57639558 /* Debug */, + 5AFEA776957CAFDC4F10CC94E97F1979 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 69076EC2A0E450786DB696B616270986 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14041,6 +15290,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 6F609CC79BD150EA0C409E6CB0269DF3 /* Build configuration list for PBXNativeTarget "Pods-TcpSockets" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0E72E9B93C780FE9394782690837D936 /* Debug */, + B60F77AC2472FD1EE8F464D480BBF7B1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6FAB2293D3855AD918E0B1F87D22170D /* Build configuration list for PBXNativeTarget "RNSVG" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14077,15 +15335,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 85A9A9693E731F32931EAB5B70615F45 /* Build configuration list for PBXNativeTarget "Pods-TcpSockets" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A633DE77E12419C18C16C6DDD9347BCE /* Debug */, - 504A177CAFA364C4667F898956CE7C14 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8C09583A28752F61D4BAE358CC2E469C /* Build configuration list for PBXNativeTarget "React-fishhook" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14113,6 +15362,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 99E9EC5F7AC2785166341EF347093FFE /* Build configuration list for PBXNativeTarget "appcenter-analytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8FC3AB73702E2C802BD9FF2622136BF8 /* Debug */, + F0D4EF25D9ECF6C966AD53A983EF8649 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 9A2A1E2C179BC2706A925D53EFBB1569 /* Build configuration list for PBXNativeTarget "Pods-BlueWalletWatch Extension" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14140,6 +15398,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A70695B41EAB455DD5267099D4DC14B2 /* Build configuration list for PBXNativeTarget "Pods-BlueWallet" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 48D39135BD67D1B3BD126C9680B47752 /* Debug */, + 2952534C0E31DE832330726F2B487372 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; AA98F95A2A33E29F02D51E7320D0A898 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14167,6 +15434,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B1AADDABC0FF92BF51AC88E6BD57DB25 /* Build configuration list for PBXAggregateTarget "AppCenterReactNativeShared" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C4939254D9B12C5F8E84CFE6C51D11AE /* Debug */, + 44DA8D30A185CF39FF38CACD51676CDD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B247E0332EEE7CB26B063FA63F69D455 /* Build configuration list for PBXNativeTarget "RNFS" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14221,20 +15497,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DB3241041B6BF19004644C73A29E0269 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + D0944D0DEFF9CDF0CBE6D4A41B195020 /* Build configuration list for PBXAggregateTarget "AppCenter" */ = { isa = XCConfigurationList; buildConfigurations = ( - CD26F4BEB83F26811BF1081A76FAA47F /* Debug */, - C9AD4422D1F772604AC286D0A6DF4189 /* Release */, + 6F4D25CB9F599D775DBC451590213731 /* Debug */, + 8A791558A6CAD52F6A29BE7CDFC70C4B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DBE3180EB81B8808471BFF79653B96A8 /* Build configuration list for PBXNativeTarget "Pods-RCTPrivacySnapshot" */ = { + DB3241041B6BF19004644C73A29E0269 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { isa = XCConfigurationList; buildConfigurations = ( - A900F0528531BE017D9B26AB0A85FA19 /* Debug */, - 8B5591B0475FEF194A2308C70DAE55F1 /* Release */, + CD26F4BEB83F26811BF1081A76FAA47F /* Debug */, + C9AD4422D1F772604AC286D0A6DF4189 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.markdown index 4c4a9738..c874c2ec 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.markdown @@ -1,6 +1,50 @@ # Acknowledgements This application makes use of the following third party libraries: +## AppCenter + +Visual Studio App Center SDK for Apple platforms + +Copyright (c) Microsoft Corporation + +All rights reserved. + +MIT License + +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. + +## AppCenterReactNativeShared + +Visual Studio App Center Plugin for React Native + +Copyright (c) Microsoft Corporation + +All rights reserved. + +MIT License + +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. + ## BVLinearGradient MIT License @@ -261,6 +305,31 @@ 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. +## RNDeviceInfo + +The MIT License (MIT) + +Copyright (c) 2015 Rebecca Hughes + +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. + + ## RNFS The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.plist index 6ba4f248..ade66439 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-acknowledgements.plist @@ -12,6 +12,62 @@ Type PSGroupSpecifier + + FooterText + Visual Studio App Center SDK for Apple platforms + +Copyright (c) Microsoft Corporation + +All rights reserved. + +MIT License + +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 + AppCenter + Type + PSGroupSpecifier + + + FooterText + Visual Studio App Center Plugin for React Native + +Copyright (c) Microsoft Corporation + +All rights reserved. + +MIT License + +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 + AppCenterReactNativeShared + Type + PSGroupSpecifier + FooterText MIT License @@ -300,6 +356,37 @@ SOFTWARE. FooterText The MIT License (MIT) +Copyright (c) 2015 Rebecca Hughes + +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 + RNDeviceInfo + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + Copyright (c) 2015 Johannes Lumpe Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.debug.xcconfig b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.debug.xcconfig index 8b7d2486..5a26317e 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.debug.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.release.xcconfig b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.release.xcconfig index 8b7d2486..5a26317e 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-BlueWallet/Pods-BlueWallet.release.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.debug.xcconfig b/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.debug.xcconfig index da86587d..2c6dfe58 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.debug.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" 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-BlueWalletTests/Pods-BlueWalletTests.release.xcconfig b/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.release.xcconfig index da86587d..2c6dfe58 100644 --- a/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-BlueWalletTests/Pods-BlueWalletTests.release.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" 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-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.debug.xcconfig index 548a6e63..cef79705 100644 --- a/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.debug.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../ios diff --git a/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.release.xcconfig b/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.release.xcconfig index 548a6e63..cef79705 100644 --- a/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RCTPrivacySnapshot/Pods-RCTPrivacySnapshot.release.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../ios diff --git a/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.debug.xcconfig index 5964d9bb..99b108e9 100644 --- a/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.debug.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../../../ios diff --git a/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.release.xcconfig b/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.release.xcconfig index 5964d9bb..99b108e9 100644 --- a/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RCTQRCodeLocalImage/Pods-RCTQRCodeLocalImage.release.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../../../ios diff --git a/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.debug.xcconfig b/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.debug.xcconfig index 4dd86854..aaeca68e 100644 --- a/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.debug.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../../ios diff --git a/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.release.xcconfig b/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.release.xcconfig index 4dd86854..aaeca68e 100644 --- a/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-TcpSockets/Pods-TcpSockets.release.xcconfig @@ -1,8 +1,9 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_ENABLE_CPP_EXCEPTIONS = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"stdc++" -l"yoga" -l"z" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BVLinearGradient" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFS" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNRate" "${PODS_ROOT}/Headers/Public/RNSVG" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RNWatch" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-DevSupport" "${PODS_ROOT}/Headers/Public/React-RCTActionSheet" "${PODS_ROOT}/Headers/Public/React-RCTAnimation" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTImage" "${PODS_ROOT}/Headers/Public/React-RCTLinking" "${PODS_ROOT}/Headers/Public/React-RCTNetwork" "${PODS_ROOT}/Headers/Public/React-RCTSettings" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-RCTVibration" "${PODS_ROOT}/Headers/Public/React-RCTWebSocket" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-fishhook" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Sentry" "${PODS_ROOT}/Headers/Public/SentryReactNative" "${PODS_ROOT}/Headers/Public/ToolTipMenu" "${PODS_ROOT}/Headers/Public/appcenter" "${PODS_ROOT}/Headers/Public/appcenter-analytics" "${PODS_ROOT}/Headers/Public/appcenter-crashes" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-camera" "${PODS_ROOT}/Headers/Public/react-native-haptic-feedback" "${PODS_ROOT}/Headers/Public/react-native-image-picker" "${PODS_ROOT}/Headers/Public/react-native-randombytes" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BVLinearGradient" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFS" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNRate" "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RNWatch" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-DevSupport" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTWebSocket" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-fishhook" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/Sentry" "${PODS_CONFIGURATION_BUILD_DIR}/SentryReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/ToolTipMenu" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-analytics" "${PODS_CONFIGURATION_BUILD_DIR}/appcenter-crashes" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-camera" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-haptic-feedback" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-randombytes" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BVLinearGradient" -l"DoubleConversion" -l"Folly" -l"RNCAsyncStorage" -l"RNDeviceInfo" -l"RNFS" -l"RNGestureHandler" -l"RNRate" -l"RNSVG" -l"RNVectorIcons" -l"RNWatch" -l"React-Core" -l"React-DevSupport" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-RCTWebSocket" -l"React-cxxreact" -l"React-fishhook" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"Sentry" -l"SentryReactNative" -l"ToolTipMenu" -l"appcenter" -l"appcenter-analytics" -l"appcenter-crashes" -l"c++" -l"glog" -l"react-native-camera" -l"react-native-haptic-feedback" -l"react-native-image-picker" -l"react-native-randombytes" -l"react-native-slider" -l"react-native-webview" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterReactNativeShared" -framework "CoreTelephony" -framework "Foundation" -framework "JavaScriptCore" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/../../../ios diff --git a/package-lock.json b/package-lock.json index afc7d5c9..f061484c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1783,6 +1783,70 @@ "normalize-path": "^2.1.1" } }, + "appcenter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/appcenter/-/appcenter-2.1.0.tgz", + "integrity": "sha512-6cmdAOCFTPeV1rPMT8+I8izk2Ug79xfOSNuj4mKkOnT0NEM6tPe5gj+QkhTXWy17Y77n40giYSqdFXs12sty/g==", + "requires": { + "appcenter-link-scripts": "2.1.0" + } + }, + "appcenter-analytics": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/appcenter-analytics/-/appcenter-analytics-2.1.0.tgz", + "integrity": "sha512-4gMvlTSSlyc+Lp0jW3mLvlMJavXJsOVQX30upKaYnRgKH+YCjix9a/Iy99CaH40MZoEVFSQiZdj3KfDnTjAKvQ==", + "requires": { + "appcenter": "2.1.0" + } + }, + "appcenter-crashes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/appcenter-crashes/-/appcenter-crashes-2.1.0.tgz", + "integrity": "sha512-TP3yfALyoTVdsi/p9TBkBZAtf8XwoxdK+6Gz7h1ByGQ0qcF7INxFrrKePj5qYXCJznkxPL0WvkV2ArqI+xFkrw==", + "requires": { + "appcenter": "2.1.0" + } + }, + "appcenter-link-scripts": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/appcenter-link-scripts/-/appcenter-link-scripts-2.1.0.tgz", + "integrity": "sha512-oCEUUi1hlEIu7xzeM6Hly3TROfqBUoUe7b6yqttJzZnu9xy7oAK6W1L/cH3gh15I8g2melDQd+0E2dbAfSY2yg==", + "requires": { + "debug": "^2.2.0", + "glob": "^5.0.15", + "mkdirp": "^0.5.1", + "plist": "^3.0.1", + "which": "^1.2.11", + "xcode": "^2.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -5164,7 +5228,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -5182,11 +5247,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5199,15 +5266,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -5310,7 +5380,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -5320,6 +5391,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5332,17 +5404,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -5359,6 +5434,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5431,7 +5507,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -5441,6 +5518,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -5516,7 +5594,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -5546,6 +5625,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -5563,6 +5643,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -5601,11 +5682,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -5712,6 +5795,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", "dev": true, + "optional": true, "requires": { "is-glob": "^2.0.0" } @@ -6244,7 +6328,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true + "dev": true, + "optional": true }, "is-finite": { "version": "1.0.2", @@ -6276,6 +6361,7 @@ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, + "optional": true, "requires": { "is-extglob": "^1.0.0" } @@ -11118,7 +11204,8 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "optional": true }, "string_decoder": { "version": "1.1.1", diff --git a/package.json b/package.json index baa04e49..2ef41718 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,9 @@ "@react-native-community/slider": "2.0.0-rc.1", "@remobile/react-native-qrcode-local-image": "1.0.4", "amplitude-js": "4.7.0-react-native", + "appcenter": "2.1.0", + "appcenter-analytics": "2.1.0", + "appcenter-crashes": "2.1.0", "bignumber.js": "9.0.0", "bip21": "2.0.2", "bip32": "2.0.3", diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 00000000..495d6802 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,19 @@ +module.exports = { + dependencies: { + 'appcenter': { + platforms: { + android: null, // disable Android platform, other platforms will still autolink if provided + }, + }, + 'appcenter-analytics': { + platforms: { + android: null, // disable Android platform, other platforms will still autolink if provided + }, + }, + 'appcenter-crashes': { + platforms: { + android: null, // disable Android platform, other platforms will still autolink if provided + }, + }, + }, +};